Commit Graph

6244 Commits

Author SHA1 Message Date
Andrew Resch 961d405921 Try to import system rencode before deluge.rencode to allow the use of the new rencode library at: http://code.google.com/p/rencode/ 2010-07-08 16:39:02 -07:00
Andrew Resch e025b6b9db Fix hang when quitting in classic mode 2010-07-08 16:23:12 -07:00
Andrew Resch bc5aa1bf71 Add logging the user when a torrent is added or removed 2010-07-05 21:08:15 -07:00
Andrew Resch 3cd30ea96a Use torrent state name instead of number if available 2010-07-02 18:09:21 -07:00
John Garland 504751424f Use basestring instead of str and unicode 2010-07-02 15:19:42 +10:00
John Garland 37a00a48a7 Fix uncaught exception when closing deluge in classic mode 2010-07-02 02:45:47 +10:00
John Garland 2a2f5d90ae Fix typo 2010-07-02 02:43:32 +10:00
Damien Churchill f0920f5638 more improvements to the shift select 2010-07-01 14:21:37 +01:00
Damien Churchill 43fb998651 fix select 'upwards' 2010-07-01 14:08:21 +01:00
Damien Churchill 148fcdbe37 allow for shift selecting in tree grids 2010-07-01 13:45:23 +01:00
Andrew Resch de79bba540 Fix #1302 an uncaught exception in an state_changed event handler in SessionProxy was preventing the
TorrentManager's stop method from properly saving all the resume data.
2010-06-22 18:24:27 -07:00
Andrew Resch d5881142aa Always look for -mt boost libraries first 2010-06-18 09:50:58 -07:00
Damien Churchill 494c468da8 fix typo 2010-06-12 22:47:59 +01:00
Damien Churchill 672668ccdb change bits to bytes, thanks to charles 2010-06-11 15:59:33 +01:00
John Garland 538aed9147 Fix typo in label plugin - thanks konti 2010-06-11 00:49:42 +10:00
John Garland d800273891 Handle os.remove failing on windows 2010-06-08 03:19:30 +10:00
John Garland 94f96c5165 Python independent version of previous commit 2010-06-08 01:55:48 +10:00
John Garland 4b1d60c727 Fix console ui not liking paths with backslashes on windows (#1293) 2010-06-08 01:25:21 +10:00
John Garland cfe547b31a Print a more informative error message if the torrent file doesn't exist 2010-06-08 01:22:19 +10:00
John Garland f6195f775f Fix execute plugin only executing last event (#1306) 2010-06-08 00:17:22 +10:00
John Garland 87879ab3b8 Only encode if necessary 2010-06-07 20:12:31 +10:00
John Garland 81a837faed Fix unicode support in console ui (#1307) 2010-06-07 20:11:11 +10:00
Damien Churchill c06f905702 Add some debug logging statements 2010-06-04 18:05:21 +01:00
Damien Churchill f6f9e0234a Fix an error in the key 2010-06-04 17:37:53 +01:00
Damien Churchill e1e1472a8f Fix saving the correct event name 2010-06-04 16:37:37 +01:00
Damien Churchill b7e1fe1696 Save the execute config after adding/removing/saving commands 2010-06-04 16:31:51 +01:00
John Garland 0314d0440f Fix typo in execute plugin 2010-05-20 00:04:43 +10:00
John Garland 3226b1819d Fix `man deluged` not showing '-d' on its own line 2010-05-16 22:32:12 +10:00
John Garland 4b8a85763c Fix remote save path dialog not disappearing after creating a torrent 2010-05-16 18:10:13 +10:00
John Garland ae4f2c3bb0 Fix only being able to click "remote path" once when creating a torrent 2010-05-16 18:08:33 +10:00
John Garland bc28b83062 Fix deluged crashing on windows when logfile's directory doesn't exist 2010-05-16 13:11:18 +10:00
John Garland 2603c36e7d Revert "Fix trac wiki turning CamelCase words into broken links"
This reverts commit 81b56cce62.
2010-05-11 23:47:06 +10:00
John Garland 81b56cce62 Fix trac wiki turning CamelCase words into broken links 2010-05-11 23:23:39 +10:00
John Garland 649a2b6f8e Update email address and copyright 2010-05-11 03:51:45 +10:00
Andrew Resch 4caf81ef89 Fix new release check pref 2010-05-09 22:45:28 -07:00
Andrew Resch 65c33a37a1 Fix the naming of the some of the config set methods 2010-05-09 22:36:31 -07:00
Andrew Resch eff17931eb Fix preferences manager not setting initial settings on start-up 2010-05-09 22:32:14 -07:00
John Garland b33c2abf82 Fix label plugin not remembering newly created labels 2010-05-09 17:50:39 +10:00
John Garland ba514f0b0e Remove unused code from label plugin 2010-05-09 17:39:45 +10:00
John Garland 7f60867ae9 Update docstrings to use names from previous commit 2010-05-09 17:05:22 +10:00
John Garland 71d8836118 Use better names for TrackerIcons' args 2010-05-09 17:01:15 +10:00
John Garland 97d6f8ce80 Return the noIcon for empty strings as well 2010-05-09 16:43:22 +10:00
John Garland ca7f009e74 Raise IconsError instead of IndexError (fixes infinite looping) 2010-05-09 16:31:32 +10:00
Andrew Resch f08e5176c3 Do not request a tracker icon if the host is "" 2010-05-08 20:06:15 -07:00
Andrew Resch 70161a54fa Simplify PreferencesManager by simply looking for the _on_get_<config key> method instead of registering a set function for each 2010-05-08 20:04:55 -07:00
Andrew Resch a945d0a78d Use previously defined host variable instead of getting the tracker host from the TreeModel 2010-05-08 20:02:58 -07:00
Andrew Resch 245b799ccf Add test for tracker_icons for when requesting an icon for host that is "". This test results in an infinite loop. 2010-05-08 20:01:46 -07:00
Andrew Resch 0dc6c3ecfd Return 0 in get_free_space if the download_location is invalid 2010-05-08 20:00:41 -07:00
Damien Churchill 98f000cc70 rebuild deluge-all and ext-extensions 2010-05-08 16:18:48 +01:00
Damien Churchill 8d4daff068 update the build files for deluge-all and ext-extensions 2010-05-08 16:18:48 +01:00