Commit Graph

201 Commits

Author SHA1 Message Date
Marcos Pinto 50877923ea pickle->cPickle 2007-10-07 20:29:43 +00:00
Marcos Pinto 515305e950 fixes files that were left open in write mode by mistake, policy invariant check fix, fixed static assert being hit 2007-10-07 03:41:56 +00:00
Marcos Pinto 85767b148a fix tray locking pop-up on quit while disabled 2007-10-07 03:33:36 +00:00
Andrew Resch ae30cdb677 Fix an issue with large torrent sizes. 2007-10-07 01:53:58 +00:00
Andrew Resch 33fd818933 Save and load total_uploaded from torrent state. 2007-10-07 01:53:03 +00:00
Andrew Resch 54b1665c50 libtorrent build fix 2007-10-06 17:32:41 +00:00
Andrew Resch 7fe0392c90 Fix config debug output. 2007-10-06 17:31:48 +00:00
Andrew Resch 8f6029219d Fix adding torrents with a unicode save_path. 2007-10-06 04:35:15 +00:00
Marcos Pinto 94fd3c0f37 lt sync 1649 2007-10-06 04:22:06 +00:00
Andrew Resch d240ba3c01 Preferences plugin tab stuff. 2007-10-05 05:05:07 +00:00
Andrew Resch 84cd2da8dd Implement plugin management api in the core. 2007-10-05 00:58:26 +00:00
Andrew Resch cc7d7e8c62 Show save_path in TorrentDetails. 2007-10-05 00:30:19 +00:00
Andrew Resch c2f7c362b3 Use dbus variants instead of pickling objects. 2007-10-04 23:54:58 +00:00
Andrew Resch 17f62130fe Add 'save_path' to add_torrent().
Save the 'save_path' in the torrent state.
2007-10-04 22:21:47 +00:00
Marcos Pinto 8a0692fa4f fix storage of banned peers lt 1645 2007-10-04 21:14:32 +00:00
Marcos Pinto 7f88289f1f lt 1643 2007-10-04 15:31:23 +00:00
Andrew Resch 8e96afe626 Fix display of availability. 2007-10-04 01:21:39 +00:00
Andrew Resch 2707afc9c8 Show Queue menu and toolbuttons properly. 2007-10-04 00:53:39 +00:00
Andrew Resch 06e148c2ed Add PluginManagerBase class.
Only load plugins that are in the 'enabled_plugins' key in the config 
files.
2007-10-04 00:43:41 +00:00
Marcos Pinto 838ef287da accidentaly reverted disk io priority fix, so here it is again 2007-10-04 00:09:45 +00:00
Marcos Pinto 3841ddd3dc moved block_downloading_alert, block_finished_alert and piece_finished_alert to debug level...yay performance 2007-10-04 00:07:26 +00:00
Marcos Pinto 5db5f423ce disk io priority fix 2007-10-03 22:46:30 +00:00
Marcos Pinto 1a6afef6b8 lt sync 1638 2007-10-03 22:29:42 +00:00
Marcos Pinto 27360c6cf8 show 8 '*' for password 2007-10-03 05:51:41 +00:00
Andrew Resch 2eafe71a2c Implement close to tray. 2007-10-03 03:04:22 +00:00
Andrew Resch 170c3810b3 Save torrent state every 5 minutes. 2007-10-03 02:57:05 +00:00
Andrew Resch a17328fff7 Fix exception when removing torrents. 2007-10-02 03:06:40 +00:00
Marcos Pinto cc4fc60db0 redo translation for tracker status 2007-10-02 03:02:06 +00:00
Marcos Pinto 78e797796a translation for tracker alerts 2007-10-02 02:29:12 +00:00
Andrew Resch 935aa72584 Add tracker responses to TorrentDetails. 2007-10-02 01:22:30 +00:00
Marcos Pinto 4ad4ac058c remove lt example files 2007-10-01 22:32:33 +00:00
Andrew Resch 9a66035f0d Add 'paused' to TorrentState.
Move some alert handlers around.
2007-10-01 22:29:05 +00:00
Marcos Pinto 4d4b2de7c3 remove misplaced and unnecessary code 2007-10-01 01:52:25 +00:00
Marcos Pinto c6c649485e enable start in tray 2007-09-30 09:26:05 +00:00
Marcos Pinto 4a858a70bc fix tray password resetting itself sometimes 2007-09-30 09:12:38 +00:00
Marcos Pinto ca43940c1f sha1 hash password for tray lock 2007-09-30 07:52:48 +00:00
Marcos Pinto fd03c62ccb add tray locking 2007-09-30 07:28:06 +00:00
Marcos Pinto 78f01e1397 set icon size and fix typo 2007-09-30 06:14:03 +00:00
Marcos Pinto fa73b6d125 add icon to quit daemon 2007-09-30 06:10:28 +00:00
Marcos Pinto 1ce3eb7099 add quit & shutdown daemon to tray 2007-09-30 06:07:55 +00:00
Andrew Resch f2f73b8539 Fix exception when removing multiple torrents at once.
Updated TODO.
2007-09-30 05:33:53 +00:00
Marcos Pinto 466292d38e clean up adding via url and make enter submit it instead of having to click ok 2007-09-30 03:49:30 +00:00
Andrew Resch 234e6827e8 Load .fastresume files on add.
Fix opening browser function.
2007-09-29 10:37:46 +00:00
Andrew Resch b645630773 Only enable the system tray once. 2007-09-29 05:32:42 +00:00
Andrew Resch e0d82901e3 Remove silly line causing exception in get_torrent_status() 2007-09-28 06:29:04 +00:00
Andrew Resch 9551aab1c1 Properly show the Columns menu. 2007-09-27 13:41:19 +00:00
Andrew Resch 936df09c60 Fix issue where port was not opened before attempting to add torrents.
All config 'set functions' will apply automatically when they are 
registered unless otherwise specified.
2007-09-27 13:29:20 +00:00
Andrew Resch 4401c8f238 Save .fastresume files on shutdown. 2007-09-26 01:27:38 +00:00
Andrew Resch 78244649b8 Add support for saving .fastresume files. They are not loaded on add
yet.
2007-09-26 01:16:14 +00:00
Andrew Resch 0e73700f15 Fix add_torrent() deprecation and fix tracker_reply_alert to have the
number of peers.
2007-09-26 01:14:55 +00:00