Commit Graph

6197 Commits

Author SHA1 Message Date
John Garland 1ce480ff23 Only use an icon if it passes some sanity checks 2010-07-17 17:13:15 +10:00
Andrew Resch 007a9912d2 Use a blank icon when the tracker icon downloaded isn't a proper image 2010-07-15 19:17:48 -07:00
Andrew Resch d793b9e6b8 Attempt to create a move_storage destination path if it doesn't exist 2010-07-15 10:50:15 -07:00
Andrew Resch 72ec926c1a Do not attempt to move a torrents storage if the destination path does
not exist
2010-07-12 14:45:51 -07:00
Andrew Resch 0d431ae7db 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:53 -07:00
Andrew Resch f1e0e3be15 Add logging the user when a torrent is added or removed 2010-07-05 21:10:16 -07:00
John Garland e8bf5eb592 Fix ChangeLog 2010-07-04 02:13:31 +10:00
John Garland d9a2c4db72 Fix uncaught exception when closing deluge in classic mode 2010-07-02 02:43:07 +10:00
John Garland 8fb7277a82 Fix typo 2010-07-02 02:41:30 +10:00
Damien Churchill 35128cf18f more improvements to the shift select 2010-07-01 14:21:37 +01:00
Damien Churchill 6ff1da2391 fix select 'upwards' 2010-07-01 14:08:20 +01:00
Damien Churchill 4614188c62 update changelog 2010-07-01 13:46:27 +01:00
Damien Churchill 80297b8e45 allow for shift selecting in tree grids 2010-07-01 13:45:22 +01:00
Andrew Resch 9173a9cfdd Update Changelog 2010-06-22 18:26:43 -07:00
Andrew Resch 571d1079f6 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:25:50 -07:00
Andrew Resch 0497c407e1 Always look for -mt boost libraries first 2010-06-18 09:51:50 -07:00
Damien Churchill 8b58c960f3 fix typo 2010-06-12 22:48:00 +01:00
Damien Churchill b615ebe1b8 change bits to bytes, thanks to charles 2010-06-11 15:59:33 +01:00
John Garland 3ed8279219 Fix typo in label plugin - thanks konti 2010-06-11 00:51:46 +10:00
John Garland f2944bdeef Handle os.remove failing on windows 2010-06-08 03:20:48 +10:00
John Garland 0fcd90ee2c Python independent version of previous commit 2010-06-08 01:57:13 +10:00
John Garland 26460808e7 Fix console ui not liking paths with backslashes on windows (#1293) 2010-06-08 01:30:10 +10:00
John Garland 7aba1af0b2 Print a more informative error message if the torrent file doesn't exist 2010-06-08 01:26:49 +10:00
John Garland 4d2b7df49d Fix execute plugin only executing last event (#1306) 2010-06-08 00:20:07 +10:00
John Garland bd775d0d40 Only encode if necessary 2010-06-07 20:18:37 +10:00
John Garland 7fb3c3c04c Fix unicode support in console ui (#1307) 2010-06-07 20:18:35 +10:00
Damien Churchill 19c27ee8c5 Add some debug logging statements 2010-06-04 18:05:27 +01:00
Damien Churchill d69b8e1099 Fix an error in the key 2010-06-04 17:37:45 +01:00
Damien Churchill 88daf82cb0 Fix saving the correct event name 2010-06-04 16:37:50 +01:00
Damien Churchill 99c1a61383 Save the execute config after adding/removing/saving commands 2010-06-04 16:30:51 +01:00
John Garland 2e55769c18 Fix typo in execute plugin 2010-05-20 00:06:18 +10:00
John Garland 259d2633e7 Fix `man deluged` not showing '-d' on its own line 2010-05-16 22:32:59 +10:00
John Garland 8e5aab660c Fix remote save path dialog not disappearing after creating a torrent 2010-05-16 18:13:34 +10:00
John Garland fc96e9d02c Fix only being able to click "remote path" once when creating a torrent 2010-05-16 18:13:31 +10:00
John Garland 821d403a6c Fix deluged crashing on windows when logfile's directory doesn't exist 2010-05-16 13:12:51 +10:00
John Garland 5e0d988ef0 Revert "Fix trac wiki turning CamelCase words into broken links"
This reverts commit 925ac42f7c.
2010-05-11 23:46:48 +10:00
John Garland 925ac42f7c Fix trac wiki turning CamelCase words into broken links 2010-05-11 23:29:02 +10:00
John Garland 1ac72b81b6 Update email address and copyright 2010-05-11 03:52:17 +10:00
John Garland 3417caf1d2 Fix label plugin not remembering newly created labels 2010-05-09 17:52:29 +10:00
John Garland 1bcfc91c35 Remove unused code from label plugin 2010-05-09 17:52:25 +10:00
John Garland 6ee0e5b6be Update docstrings to use names from previous commit 2010-05-09 17:07:11 +10:00
John Garland 58a74202e1 Use better names for TrackerIcons' args 2010-05-09 17:01:47 +10:00
John Garland a4c6f4e8c9 Return the noIcon for empty strings as well 2010-05-09 16:44:12 +10:00
John Garland 60f3d32de7 Raise IconsError instead of IndexError (fixes infinite looping) 2010-05-09 16:36:54 +10:00
Andrew Resch b3eed8a1f0 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:10:12 -07:00
Andrew Resch 37137d9b54 Return 0 in get_free_space if the download_location is invalid 2010-05-08 20:09:57 -07:00
Andrew Resch 4fb14b581d Use previously defined host variable instead of getting the tracker host from the TreeModel 2010-05-08 20:09:49 -07:00
Andrew Resch 98da4d0291 Do not request a tracker icon if the host is "" 2010-05-08 20:09:37 -07:00
Andrew Resch f0c06f4bc5 Update Changelog 2010-05-08 11:50:19 -07:00
Damien Churchill 63d701305c rebuild deluge-all and ext-extensions 2010-05-08 16:19:40 +01:00