Commit Graph

101 Commits

Author SHA1 Message Date
Marcos Pinto afa8f88292 connect set_priv in file selection dialog 2007-07-16 00:15:04 +00:00
Marcos Pinto e9ded6f25f set private flag when adding torrents with the file selection thingy - not yet connected 2007-07-15 23:48:12 +00:00
Alex Dedul ede8627b77 Added core.prioritize_files(). 2007-07-15 16:53:54 +00:00
Marcos Pinto e84d6cf588 adding First/Last piece priority plugin 2007-07-15 09:20:45 +00:00
Marcos Pinto 99a6b4bcc7 translation touchup 2007-07-15 02:18:30 +00:00
Marcos Pinto 44880135d9 translation fixes 2007-07-15 02:03:27 +00:00
Marcos Pinto f31b079a42 didnt mean to uncomment print events, so i'm commenting it again 2007-07-14 22:29:53 +00:00
Marcos Pinto 78d8d116cc more cleaning up - removing unneeded white spaces 2007-07-14 22:22:37 +00:00
Alex Dedul 4964f11943 Fixed Clear Completed feature. 2007-07-14 10:58:29 +00:00
Alex Dedul 14b0ec2e96 Fixed up EVENT_FINISHED event in core.handle_events(self). 2007-07-14 08:24:54 +00:00
Alex Dedul 76c8792ce4 Cleaned up core.handle_events(self). 2007-07-14 08:04:52 +00:00
Marcos Pinto b123ffbc34 minor touchup 2007-07-13 20:57:25 +00:00
Marcos Pinto c0d86f9a66 fix the nightmare that is move_storage with gui alert 2007-07-13 20:53:38 +00:00
Alex Dedul 62bb4cd961 Tried to fix move completed feature. 2007-07-13 08:25:28 +00:00
Alex Dedul 27d5db228a Pass events to plugins in a more resource aware way. Based on andar's
proposition.
2007-07-13 05:14:29 +00:00
Marcos Pinto 63d19d05bc mostly pep8 fixes 2007-07-13 01:13:13 +00:00
Alex Dedul ef8e1185ed Indent fixes. 2007-07-12 19:50:34 +00:00
Marcos Pinto 4c03881aba raise gui warning on move_storage failure 2007-07-12 19:38:47 +00:00
Marcos Pinto 7938cb7fba only change storage dir location if move is successful 2007-07-11 20:59:33 +00:00
Marcos Pinto cd70b85850 fixes seeding issue after restarting deluge when move_storage is enabled - micah 2007-07-11 20:48:49 +00:00
Marcos Pinto 1e1c5ed780 move finished downloads to - eternalswd 2007-07-11 08:04:45 +00:00
Marcos Pinto d27137b4e2 fixing imports and indents to comply with python style guide - first attempt, this might break things 2007-07-11 04:22:44 +00:00
Marcos Pinto 432adbab87 make up/dl speed usage consistent - plisk 2007-07-11 02:25:19 +00:00
Marcos Pinto 2c958c6cf5 fix typo 2007-07-05 21:56:35 +00:00
Marcos Pinto daaf215f64 i18n updates 2007-07-04 19:18:21 +00:00
Marcos Pinto 20755b32c5 2007-07-01 03:30:46 +00:00
Marcos Pinto 3c4eb6201e fix bug of dht starting before a listening port is set 2007-07-01 03:18:54 +00:00
Andrew Resch 9e5e6ddfb9 Fix remove torrent lock-up issue. 2007-06-28 08:16:12 +00:00
Marcos Pinto b375ede4d0 fix remove torrent bug 2007-06-27 21:20:37 +00:00
Andrew Resch d64a5c0d03 Initial import of DesiredRatio plugin.
Removed desired ratio options from tray menu, but code from old method 
still exists in interface.py.
2007-06-27 19:51:31 +00:00
Marcos Pinto aec3bd392b sync remove torrent loop fix - aaron 2007-06-27 18:15:37 +00:00
Marcos Pinto 2a646d91c0 fix exception in handle_events 2007-06-26 20:12:47 +00:00
Marcos Pinto 433e6aa28d fix queue_bottom in handle_event 2007-06-26 19:56:23 +00:00
Andrew Resch 3779a025ff Fix write resume data on seed
Fix apply_queue in update
2007-06-26 18:56:58 +00:00
Marcos Pinto a2a18d35d8 remove buggy fast resume on seed 2007-06-26 18:54:25 +00:00
Marcos Pinto f6e8f6d13e save fast resume once torrent finshes so as to not recheck seed if client crashes 2007-06-26 08:53:48 +00:00
Marcos Pinto 5f657fdd7a we want efficient torrents, so added capability for smaller piece sizes 2007-06-26 03:56:47 +00:00
Marcos Pinto 2c4978b9ef active ok button in edit trackers list 2007-06-24 22:24:21 +00:00
Marcos Pinto 7484ff5bb0 remove unused old code 2007-06-24 05:27:50 +00:00
Marcos Pinto 50d7282fcb beginnings of gui interface for editing trackers 2007-06-24 05:14:00 +00:00
Marcos Pinto 7c65bce6d8 fix negative ratio bug. maybe :) 2007-06-22 22:31:53 +00:00
Andrew Resch 3374b5f50c Do not start DHT Proxy if DHT is not started 2007-06-22 09:20:44 +00:00
Andrew Resch 93a0945915 Prevent set_DHT() from starting DHT if it's already started. 2007-06-22 09:10:32 +00:00
Marcos Pinto bad3ea64d2 remove web seed proxy 2007-06-22 03:21:19 +00:00
Marcos Pinto fcbc3b48b4 new proxy redone 2007-06-21 23:06:06 +00:00
Andrew Resch 3e2332ecd3 Fix 'auto_end_seeding' preference to actually be used by apply_queue()
Fixed some text in the Download/Upload speed system tray menu
2007-06-20 19:42:37 +00:00
Marcos Pinto 0023e44ed1 guess i was wrong 2007-06-20 07:56:26 +00:00
Marcos Pinto a3236a275e fix stop seeding ratio 2007-06-20 07:41:23 +00:00
Andrew Resch 05bf525ff9 Fix 'queue_seeds_to_bottom' to actually work. 2007-06-19 23:44:21 +00:00
Andrew Resch 221304325a Fixes for auto end seed ratio.
Torrents will now pause and queue to bottom when ratio is hit.
2007-06-19 23:37:23 +00:00