Commit graph

693 commits

Author SHA1 Message Date
Christophe Dumez
e82cb2188e - Made torrent deletion from hard-drive safer 2007-08-23 14:04:53 +00:00
Christophe Dumez
680f6409d8 - beta5 release 2007-08-23 04:01:17 +00:00
Christophe Dumez
cfacac7dbf - Add torrents in pause before applying settings to avoid race conditions
- Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing.
2007-08-22 18:26:00 +00:00
Christophe Dumez
8ce1a4c3df - Updated Korean translation 2007-08-22 03:58:05 +00:00
Christophe Dumez
6ee9152b21 - Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...) 2007-08-21 17:33:06 +00:00
Christophe Dumez
d8dd509a7b - Updated Russian translation 2007-08-21 07:17:13 +00:00
Christophe Dumez
4c5c1d49c2 - Updated german translation 2007-08-20 11:47:26 +00:00
Christophe Dumez
8ba1cb329d - Improved unicode support a bit 2007-08-20 07:03:41 +00:00
Christophe Dumez
a28160bcaa - Fixed a bug when deleting a torrent from finished list (just introduced) 2007-08-20 06:41:36 +00:00
Christophe Dumez
c9925eddb6 - Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
2007-08-20 06:29:18 +00:00
Christophe Dumez
5946f20783 - Updated beta5 changelog 2007-08-19 16:51:23 +00:00
Christophe Dumez
a4a98e3ada - Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances 2007-08-19 16:50:05 +00:00
Christophe Dumez
a01c7e2c60 - Improved finished torrents code a little 2007-08-19 16:45:05 +00:00
Christophe Dumez
2bf0aba48a - improved some asserts for progress checking 2007-08-19 16:33:37 +00:00
Christophe Dumez
7030f85826 - Added an assert to check that progress value is < 100%
- Modified a test due to a bug in libtorrent for #133480
2007-08-19 14:48:16 +00:00
Christophe Dumez
5066819c58 - Added some more assert to be sure progress value is under 100% 2007-08-19 14:39:40 +00:00
Christophe Dumez
5231f5a22b - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 2007-08-19 14:20:54 +00:00
Christophe Dumez
de8c3158fe - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
Christophe Dumez
04352cce3c - Fixed bad assert
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
2007-08-19 08:45:24 +00:00
Christophe Dumez
5315ba7894 - Fixed french translation 2007-08-18 12:50:48 +00:00
Christophe Dumez
2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) 2007-08-18 12:43:21 +00:00
Christophe Dumez
d025a2ea36 - Updated TODO (preview is working in seeding list now) 2007-08-18 06:00:18 +00:00
Christophe Dumez
a4d24fd4a7 - Updated TODO
- Last commit allows to remove url seeds now too (forgot)
2007-08-18 05:56:59 +00:00
Christophe Dumez
b2867e97bf - Updated spanish translation 2007-08-18 05:55:09 +00:00
Christophe Dumez
98159eaa1b - Updated TODO 2007-08-17 04:10:23 +00:00
Christophe Dumez
b4fbaaa47c BUGFIX: Improved incremental download 2007-08-17 02:22:04 +00:00
Christophe Dumez
df8c591edd - Updated todo 2007-08-17 02:14:37 +00:00
Christophe Dumez
13f21ef6cd - Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little. 2007-08-17 02:03:13 +00:00
Christophe Dumez
55834ba5db - Fixed session ratio value: was either 10. or 1. (closes #133026) 2007-08-16 23:46:45 +00:00
Christophe Dumez
417d8a777b - Updated portuguese and brazilian translations 2007-08-16 08:59:31 +00:00
Christophe Dumez
38b008a2ac - Updated slovak translation 2007-08-16 08:54:49 +00:00
Christophe Dumez
38283882e9 - Updated Japanese translation 2007-08-16 04:09:39 +00:00
Christophe Dumez
85055c1ef9 - Updated ToDO 2007-08-15 19:59:17 +00:00
Christophe Dumez
36e87952fa - BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode 2007-08-15 19:41:12 +00:00
Christophe Dumez
d5fa6cefe4 - Removed some debug
- Updated Changelog (now libtorrent supports Bittorrent FAST extension)
2007-08-15 19:17:17 +00:00
Christophe Dumez
12fd87ab85 - Removed some debug (didn't mean to commit that) 2007-08-11 14:54:24 +00:00
Christophe Dumez
47b42c1c90 - Updated TODO (changelog beta5) 2007-08-11 14:50:29 +00:00
Christophe Dumez
31abae33a1 - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this)
- Fixed version in desktop file
2007-08-11 14:47:52 +00:00
Christophe Dumez
7b8722df34 - Updated TODO 2007-08-09 06:59:21 +00:00
Christophe Dumez
eda115249a - Updated Italian translator 2007-08-09 06:43:42 +00:00
Christophe Dumez
aa4c53ec43 - Fixed assert so that it doesn't crash when we toggle paused state of a torrent several times and quickly 2007-08-09 05:10:39 +00:00
Christophe Dumez
44d61e0b9d - Fixed overflow that caused ratio to become negative
- Added some more asserts so that it doesn't happen again
- Fixed waiting for paused_alert on exit in the case where a torrent was paused then resumed before we received torrent_paused_alert
2007-08-09 05:03:06 +00:00
Christophe Dumez
c51abd9096 - Updated TODO 2007-08-08 12:43:58 +00:00
Christophe Dumez
320c125d17 - Added some more debug 2007-08-08 07:35:57 +00:00
Christophe Dumez
8b26b7fd48 - BUGFIX: Fixed progress column delayed sorting (after torrent finished checking) 2007-08-07 23:15:46 +00:00
Christophe Dumez
f9c357b52d - Wait for torrent_paused_alert before saving fast resume data 2007-08-07 23:00:51 +00:00
Christophe Dumez
3494702437 - Fixed include again 2007-08-07 22:29:46 +00:00
Christophe Dumez
3100c4afc9 - Added missing include 2007-08-07 22:26:58 +00:00
Christophe Dumez
60923e81c6 - Updated TODO
- Removed useless include in downloadThread
2007-08-07 22:14:23 +00:00
Christophe Dumez
06a2f2ad1f - Updated polish translation 2007-08-07 10:25:36 +00:00