Commit Graph

357 Commits

Author SHA1 Message Date
Zach Tibbitts c4b5101189 patch for slurdge 2007-09-27 14:40:39 +00:00
Marcos Pinto e74c62d307 handle launching explorer on windows a bit better 2007-09-27 07:56:28 +00:00
Marcos Pinto 691cf5b34f double-click on torrent opens up containing folder and fix about dialog 'bug' on windows 2007-09-27 03:54:12 +00:00
Marcos Pinto c1d3fbc3f3 deal with windows systray limitation 2007-09-27 01:25:18 +00:00
Marcos Pinto 5d4931c94b save fastresume on pause 2007-09-25 21:07:12 +00:00
Marcos Pinto 9ac92ca982 remove fastresume file when a torrent is unpaused 2007-09-25 21:02:22 +00:00
Marcos Pinto 3e5ad3e60d disable torrent pieces plugin from loading to prevent upgrade problems now that its been removed 2007-09-17 10:30:29 +00:00
Marcos Pinto da60769933 windows tweaks 2007-09-14 22:09:44 +00:00
Marcos Pinto ccf5f91dc2 again 2007-09-14 19:28:06 +00:00
Marcos Pinto 05b105276e tweak last 2007-09-14 19:26:29 +00:00
Marcos Pinto eb7db72965 try to catch windows shutdown so we exit properly and dont lose data 2007-09-14 19:21:55 +00:00
Marcos Pinto 47cac3dc4a add basic vista support 2007-09-14 19:08:01 +00:00
Marcos Pinto 47e47ac9cc use theme for tray icon, not hard-coded 2007-09-09 20:46:59 +00:00
Marcos Pinto af177749ff icon revamp for freedesktop.org specs and to use svg instead of png inside deluge 2007-09-09 01:06:29 +00:00
Marcos Pinto cfe44a3ad9 add ms explorer to file manager list 2007-09-08 01:30:03 +00:00
Marcos Pinto f5951ef7b7 move update.py to common 2007-09-08 01:00:51 +00:00
Marcos Pinto 3aedc14399 move send info into common 2007-09-07 21:26:50 +00:00
Marcos Pinto e8e6f5bd4b hide tray icon on close for the benefit of windows 2007-09-07 06:31:09 +00:00
Marcos Pinto f1fde2dcf0 if statement for sighup in win32 2007-09-04 01:09:15 +00:00
Marcos Pinto a33294eead add path to details tab 2007-09-03 06:26:54 +00:00
Marcos Pinto 7c563d92ed reorderable tabs and remember order 2007-08-29 21:38:38 +00:00
Marcos Pinto b4dfd8ea5b fix line break 2007-08-29 08:51:42 +00:00
Marcos Pinto d1d0cad3fb copyright fixes 2007-08-29 08:37:38 +00:00
Marcos Pinto 99e8f71246 edit trackers now persistent 2007-08-29 07:08:16 +00:00
Marcos Pinto 8e2ea90c82 cleanup line-lengths for pep8 2007-08-27 22:14:17 +00:00
Marcos Pinto a71a6b8e1a add run configuration wizard to help menu 2007-08-27 06:39:00 +00:00
Marcos Pinto 2ebfa02a11 fix password locking 2007-08-26 21:03:33 +00:00
Marcos Pinto d4b79ec6f7 have plugin button go to plugin tab in preferences dialog 2007-08-26 20:47:59 +00:00
Marcos Pinto 54a61c8695 only try to fix dht corruption once 2007-08-23 02:26:09 +00:00
Marcos Pinto 4e7f2b0cd3 we crash on < 2.9 anyway, so this stupidtray isnt needed and thus being removed 2007-08-21 23:07:20 +00:00
Zach Tibbitts accd178572 fix bug that caused StupidTray to be used 2007-08-21 11:41:57 +00:00
Marcos Pinto 4bea6f98ae plugin manager integrated into preferences 2007-08-21 00:50:04 +00:00
Marcos Pinto 8d33015ef4 have interactive_add return unique_id 2007-08-20 19:57:27 +00:00
Marcos Pinto 4d2a2dd604 move "move completed downloads" into the "move torrent" plugin 2007-08-20 02:28:51 +00:00
Marcos Pinto c58331f5e6 move torrent plugin 2007-08-19 23:16:10 +00:00
Marcos Pinto dd64eda432 little cleanup of width setting and saving 2007-08-17 03:44:32 +00:00
Marcos Pinto c9ba1cd207 require there to be active torrents for dht checking to take place 2007-08-16 01:35:43 +00:00
Marcos Pinto 00a88b0ff1 destroy deluge window before doing rest of shutdown sequence so users dont kill deluge thinking it's hung 2007-08-15 07:22:10 +00:00
Marcos Pinto 79ed86f0e7 save column widths 2007-08-15 04:12:21 +00:00
Marcos Pinto 4f697de7f3 blah. add self. 2007-08-15 02:53:40 +00:00
Marcos Pinto bb1f887a12 set timer back to zero when done...forgot that :) 2007-08-15 02:52:22 +00:00
Marcos Pinto d885d3320a try to detect a corrupted dht file and automatically fix it 2007-08-15 02:51:25 +00:00
Alex Dedul e9605a8432 Show seeding icon next to finished(with filtered files) torrents. 2007-08-14 22:56:37 +00:00
Alex Dedul 6207033b36 More queue fixes. Now store torrent_info instance in the queue instead of
unique_id as there is no sense to store unique_ids in the persistent queue
while uqique_ids is changed on each restart. In the core self.state.torrents
now a dict with torrent_info -> unique_id. Needs testing.
2007-08-13 20:33:08 +00:00
Alex Dedul 3edd3280ae Properly restore queue order on restart. 2007-08-13 09:09:15 +00:00
Alex Dedul ed9a306cf5 Removed some unused interface code. 2007-08-11 03:06:56 +00:00
Alex Dedul ef81832120 Tweaks to tray code. 2007-08-11 01:24:51 +00:00
Alex Dedul 1372b3fc67 Replaced --tray command option with "Start in tray" preference. 2007-08-11 01:18:50 +00:00
Marcos Pinto 8bb4ea33aa update for new prefs 2007-08-10 21:18:59 +00:00
Alex Dedul d51a674490 Tweaks to default file manager. 2007-08-10 19:28:46 +00:00