880 Commits

Author SHA1 Message Date
Alex Dedul
3f13587ed9 Optimized cached_data() class and all depended functions and their usage.
Needs testing.
2007-07-20 22:41:26 +00:00
Alex Dedul
a21ae0e9c0 Minor tweaks to interface code. 2007-07-20 19:20:10 +00:00
Alex Dedul
3bac6bcfc8 Properly do i18n in common.fsize(). 2007-07-20 19:03:15 +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
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
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
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
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
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
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
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
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
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
Marcos Pinto
776004320e clear on max ratio - micah 2007-07-17 04:51:11 +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
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
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
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
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
Marcos Pinto
83bf3d76db back to total_wanted - micah catch 2007-07-15 22:27:26 +00:00
Alex Dedul
c93a5c57b7 Added feature select files when adding torrent. Patch is from eternalswd,
thanks :).
2007-07-15 19:24:37 +00:00
Alex Dedul
ede8627b77 Added core.prioritize_files(). 2007-07-15 16:53:54 +00:00