181 Commits

Author SHA1 Message Date
Marcos Pinto
98f38f3e71 fix max_number_uploads name in core 2007-07-24 20:24:01 +00:00
Marcos Pinto
585f9b20b6 add max upload slots per torrent preference 2007-07-24 20:05:58 +00:00
Alex Dedul
9fac711ff7 Properly update the Details tab of paused torrents. 2007-07-24 19:43:28 +00:00
Marcos Pinto
02cd556f18 remove firstlast plugin from POTFILES, rearrange preferences, change version number for rc2, sync translation with launchpad 2007-07-24 02:12:04 +00:00
Alex Dedul
442cac8aef Fixed #368 - Added ability to prioritize first and last pieces of files in
torrent.
2007-07-23 23:29:37 +00:00
Marcos Pinto
ddfc5ef95d add utf8 encoding to files 2007-07-23 21:59:32 +00:00
Zach Tibbitts
1a05d470a2 fix version number assert error 2007-07-23 21:21:36 +00:00
Alex Dedul
946a86c815 Fixes an issue with clear_max_ratio_torrents and changes pause/resume block in
Manager.apply_queue() to use enumerate. Patch is from eternalswd, thanks.
2007-07-22 22:48:59 +00:00
Alex Dedul
1bf9ccdfc2 Don't update paused torrents in UI. Based on the idea by eternalswd. 2007-07-22 05:05:52 +00:00
Alex Dedul
92acd7907e Fixed #331 - Added availability and piece size to Torrent Info pane. 2007-07-21 18:08:32 +00:00
Alex Dedul
b3a912cdea Fixed some issues in [1067]. Thanks for testing, eternalswd. 2007-07-20 23:11:03 +00:00
Alex Dedul
3f13587ed9 Optimized cached_data() class and all depended functions and their usage.
Needs testing.
2007-07-20 22:41:26 +00:00
Marcos Pinto
a6e8db9bb0 Fixes one typo that was causing an error in handle_events and adds attribute self.update_interface to DelugeGTK class so that plugins can determine whether or not to update information for the interface - micah 2007-07-20 18:36:16 +00:00
Marcos Pinto
e0311a9ff3 duplicate torrent trackers merge - micah 2007-07-20 02:32:33 +00:00
Alex Dedul
1f6d182f76 Added event for each tracker alert we are intrested in and some tracker
status messages i18n tweaks.
2007-07-19 21:14:30 +00:00
Alex Dedul
7787a6cf0c Added more informative tracker status display. 2007-07-19 19:33:49 +00:00
Alex Dedul
f486ea3dc1 Removed Manager.set_pref() function as it's not used anywhere. 2007-07-19 16:27:34 +00:00
Alex Dedul
c0de2bd32d Minor clean ups in the core. 2007-07-19 15:48:02 +00:00
Alex Dedul
8f96d9318a Some fine tune tweaks to [1004]. 2007-07-18 19:12:29 +00:00
Alex Dedul
ff8c02b8ce Attempt to handle the issue with fast resume. Thanks, eternalswd. 2007-07-18 14:19:39 +00:00
Alex Dedul
a7ce81d4d0 Some queue above completed feature touch ups. Thanks, eternalswd. 2007-07-18 13:06:22 +00:00
Alex Dedul
280f4dfb10 Added files priorities. 2007-07-18 12:47:24 +00:00
Alex Dedul
6a22d12975 * Added dump_torrent_info_file() to core to just list files in torrent by its
filename.
* Replaced all file filters in torrents with priorities. Nothing to see in UI
yet. Based on patch from eternalswd.
2007-07-18 09:06:24 +00:00
Alex Dedul
c5e7c0d7bd Fixed typo in manager.set_priv(). 2007-07-17 17:16:44 +00:00
Marcos Pinto
0297409f2f additional move_storage conditional -micah 2007-07-17 09:15:43 +00:00
Marcos Pinto
d04124b998 fix disk_io move_storage 2007-07-17 09:00:04 +00:00
Marcos Pinto
6793741972 fix to append when there are no torrents - micah 2007-07-17 05:52:09 +00:00
Marcos Pinto
d9b1fce480 option to load new torrents above completed ones 2007-07-17 05:24:43 +00:00
Marcos Pinto
d94c7e6986 last commit fix 2007-07-17 05:03:31 +00:00
Alex Dedul
3115498790 Tweaks to plugins events. 2007-07-16 11:51:12 +00:00
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