Commit Graph

983 Commits

Author SHA1 Message Date
Alex Dedul 280f4dfb10 Added files priorities. 2007-07-18 12:47:24 +00:00
Alex Dedul 9310c7dce5 Minor clean up in the files manager. 2007-07-18 10:00:41 +00:00
Alex Dedul 76bf286a52 Open urls in browser from UI without threading for now until we find out why
it causes up to 1 minute delays.
2007-07-18 09:46:27 +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
Marcos Pinto 89972e1e54 fix gay toolbar spacing 2007-07-18 04:52:02 +00:00
Alex Dedul a3acf0aed9 Some more smart preferences tweaks. Thanks, eternalswd. 2007-07-18 03:41:26 +00:00
Alex Dedul 0cbb9b49cf Spacing tweaks. Previous commit [1024] is based on patch from eternalswd, thanks. 2007-07-18 03:11:36 +00:00
Alex Dedul c42b54d6c4 Tweaks for smart preferences. 2007-07-18 03:08:06 +00:00
Zach Tibbitts 94bdc619fc fix for smart dlg 2007-07-17 22:35:16 +00:00
Zach Tibbitts 7a93e1a0fd preliminary smart pref dialog 2007-07-17 22:29:53 +00:00
Zach Tibbitts ce535213b0 change rss image 2007-07-17 20:52:10 +00:00
Zach Tibbitts e8eab5909d show plugins toolbar buttons 2007-07-17 20:48:14 +00:00
Zach Tibbitts b914af3403 toolbar button for scheduler 2007-07-17 20:40:50 +00:00
Zach Tibbitts f04a29bb03 better menu icon 2007-07-17 20:05:20 +00:00
Alex Dedul c5e7c0d7bd Fixed typo in manager.set_priv(). 2007-07-17 17:16:44 +00:00
Alex Dedul 0016c39656 Removed unused code from interface.build_torrent_table(). 2007-07-17 15:22:50 +00:00
Marcos Pinto 37825effa1 minor bugfixes - mark adamson 2007-07-17 12:23:32 +00:00
Marcos Pinto 6f7ceb4faa keyboard shortcut 2007-07-17 11:32:38 +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 2ef85f46db revert 1010 2007-07-17 08:31:34 +00:00
Marcos Pinto 7eef1a418e fix move_storage behavior 2007-07-17 08:15:55 +00:00
Marcos Pinto b5673d563e fix uploads limit 2007-07-17 07:02:56 +00:00
Marcos Pinto 93921971ed new max ratio features -micah 2007-07-17 06:00:33 +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
Marcos Pinto 776004320e clear on max ratio - micah 2007-07-17 04:51:11 +00:00
Marcos Pinto e9a42b6fcd lt 1405 sync 2007-07-17 02:24:34 +00:00
Marcos Pinto a055299141 remove autotools stuff that obviously arent happening in 0.5.x trunk 2007-07-17 00:57:32 +00:00
Marcos Pinto ad869e1460 remove autotools stuff that obviously arent happening in 0.5.x trunk 2007-07-17 00:57:29 +00:00
Marcos Pinto 571fe44987 remove autotools stuff that obviously arent happening in 0.5.x trunk 2007-07-17 00:56:26 +00:00
Alex Dedul da4081b8b6 Set '.torrent' extension by default when creating torrent. 2007-07-16 23:17:53 +00:00
Alex Dedul 9fcf4eb4c0 Hm, ULONG doesn't work as expected - reverted back to UINT64. 2007-07-16 23:13:54 +00:00
Alex Dedul 27cf24a679 Changed all gobject.TYPE_UINT64 to gobject.TYPE_ULONG - it's more
future-compatible this way.
2007-07-16 22:46:32 +00:00
Marcos Pinto 26b74f442a readme touchup 2007-07-16 21:00:42 +00:00
Alex Dedul 95a4b770cd Some love for #209 - Added Macedonian translation of Deluge. 2007-07-16 20:13:15 +00:00
Alex Dedul 89cedf7565 Changed wording in ChangeLog. 2007-07-16 19:07:27 +00:00
Alex Dedul df898e22b8 Fixed #268 - Tweaks for torrents loading from command line, from url. 2007-07-16 16:07:06 +00:00
Alex Dedul 30b69cd85a open_url_in_browser() tweaks. 2007-07-16 15:26:37 +00:00
Alex Dedul 681e43ef9d Properly focus preferences dialog of TorrentNotification plugin. 2007-07-16 14:55:53 +00:00
Alex Dedul 3e528b0966 Properly center files selection dialog. 2007-07-16 14:15:50 +00:00
Alex Dedul 6d42f2234e Plugins and preferences dialogs code clean up. 2007-07-16 13:59:22 +00:00
Alex Dedul 468667d068 Cleaned up files selection dialog code. 2007-07-16 13:31:30 +00:00
Alex Dedul ea239ee6ef Show files selection dialog only if torrent contains 2 and more files. 2007-07-16 12:12:51 +00:00
Alex Dedul 2e489bb00b Tweaks to TorrentNotification plugin. 2007-07-16 12:05:24 +00:00
Alex Dedul 3115498790 Tweaks to plugins events. 2007-07-16 11:51:12 +00:00
Alex Dedul ac81d240bd Massive clean up of loading torrents. 2007-07-16 03:23:36 +00:00
Marcos Pinto c0cb16425b add tooltip to help new users with private flag 2007-07-16 01:49:11 +00:00
Marcos Pinto 1d09e5009f remove unneeded deluge.in 2007-07-16 01:46:09 +00:00