Commit Graph

1054 Commits

Author SHA1 Message Date
Alex Dedul 938c1fed43 Some performance tweaks. Still the main issue is in Tree View to display data
and more tweaks to come.
2007-07-20 11:58:55 +00:00
Alex Dedul 76184c1be8 Added merging trackers of duplicate torrents to ChangeLog. 2007-07-20 08:17:28 +00:00
Marcos Pinto 5cd99eace3 remove debug print 2007-07-20 07:53:29 +00:00
Marcos Pinto 09334d8892 update gui tweaks - micah 2007-07-20 07:42:35 +00:00
Andrew Resch e80da672f0 Clean up output 2007-07-20 05:43:12 +00:00
Marcos Pinto e7ddc59322 add merge_dialog to translation 2007-07-20 02:37:33 +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
Marcos Pinto 31407d0231 ghetto i18n support for tracker messages 2007-07-19 20:08:45 +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 1c5db57f79 TorrentNotification plugin updates. Thanks, eternalswd. 2007-07-19 04:42:51 +00:00
Alex Dedul 4e8fe33658 Add torrent in interactive_add_torrent() only if we succefully passed all
checks.
2007-07-18 19:18:59 +00:00
Alex Dedul 8f96d9318a Some fine tune tweaks to [1004]. 2007-07-18 19:12:29 +00:00
Alex Dedul d15442493c Some more recommendations in HACKING. 2007-07-18 18:56:50 +00:00
Marcos Pinto 173e5743e7 update translations for 0.5.3rc1 2007-07-18 14:45:27 +00:00
Marcos Pinto 858269986a add alex dedul to authors list 2007-07-18 14:42:19 +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 d209d8d7ed Added files priorities to ChangeLog. 2007-07-18 14:07:04 +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 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