Commit Graph

6209 Commits

Author SHA1 Message Date
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
Damien Churchill 99396afa0c update the build files for deluge-all and ext-extensions 2010-05-08 16:19:40 +01:00
Damien Churchill 6231dbd1ca fix the null comparison 2010-05-08 16:19:40 +01:00
Damien Churchill 8f021c7f06 set the baseCls for the add label form panel to x-plain 2010-05-08 16:19:40 +01:00
John Garland 6bb4559d18 Make host_to_url support redirection and add another test 2010-05-08 16:26:08 +10:00
John Garland 7c9eea0361 Try favicon.ico if there's a HTMLParseError 2010-05-08 15:50:57 +10:00
John Garland 15247507d4 Fix relative redirecting in blocklist plugin 2010-05-06 23:31:25 +10:00
Andrew Resch 10de8d5475 Remove plugins that aren't release ready 2010-05-05 17:48:04 -07:00
Damien Churchill e304c1f719 update the ChangeLog 2010-05-05 23:03:19 +01:00
Andrew Resch 48d3e89d84 Update windows build files 2010-05-05 15:01:52 -07:00
Andrew Resch 44f9e17a09 Update version
Update ChangeLog
2010-05-05 14:52:18 -07:00
Damien Churchill e7907a63ee fix uploading plugins in shit browsers 2010-05-05 12:25:34 +01:00
Damien Churchill cee416b1b5 fix expanding nested folders in the files tab 2010-05-05 11:55:21 +01:00
John Garland 53a9c217e7 Fix tracker_icons not handling relative redirects 2010-05-05 04:05:52 +10:00
John Garland d6c8b13041 Handle trackers with incorrect / missing icon mimetypes 2010-05-05 03:19:54 +10:00
John Garland ba03356151 Add more HTTP status codes to httpdownloader 2010-05-05 02:49:55 +10:00
John Garland d28cf93686 Rename mimetype helper methods and rewrite to use a common dict 2010-05-05 02:31:05 +10:00
Damien Churchill 452656e09d remove some trailing commas that break the ui in IE 2010-05-04 12:02:49 +01:00
Damien Churchill 9c460266ac add _trial_temp to the gitignore file 2010-05-04 00:30:54 +01:00
Damien Churchill bb0bd36c51 Properly fix creating torrents in the gtkui with non-ascii filenames 2010-05-04 00:28:24 +01:00
Damien Churchill 5ea7e21943 add some icon preloading and improve the statusbar css classes 2010-05-04 00:09:20 +01:00
Damien Churchill facb4669e3 add the ubuntu icon 2010-05-03 22:01:20 +01:00
Damien Churchill e4ef17975c stop parsing the html page once the parser has left the <head> of the page 2010-05-03 21:28:25 +01:00
Andrew Resch c4b20aa595 Fix error when requesting a tracker icon for None 2010-05-03 13:24:54 -07:00
Andrew Resch bc028998d7 Fix some tests in test_core 2010-05-03 13:13:26 -07:00
Damien Churchill 7e7da94a6e fix the Tracker resource for the webui 2010-05-03 20:52:38 +01:00
Damien Churchill 53930e0898 handle non-supported images/files in the icons folder 2010-05-03 20:38:57 +01:00
Damien Churchill b13adbafbf add an ok icon and use it for the connection restored status 2010-05-03 20:32:22 +01:00
Andrew Resch 556c8b831a Update translation template 2010-05-03 11:50:16 -07:00
John Garland a6d10562f1 Don't request a tracker icon for labels or tracker states 2010-05-04 04:37:41 +10:00
John Garland a8ac98bb37 Update web ui to use new TrackerIcons 2010-05-04 04:37:41 +10:00
John Garland d7fa383da3 Update gtk ui to use new TrackerIcons 2010-05-04 04:37:41 +10:00
John Garland 6ded75caef Remove no longer needed fetch_url 2010-05-04 04:37:41 +10:00
John Garland 88929d4821 Rewrite tracker_icons.py (#995) 2010-05-04 04:37:19 +10:00
John Garland 8747611e9e Add decorators module and test file 2010-05-04 04:33:21 +10:00
Damien Churchill acba442ddb fix encoding issues where the users filesystem isn't utf-8 (needs testing) 2010-05-03 18:43:31 +01:00
Damien Churchill 5b0f93ba72 improve behaviour when webserver goes away 2010-05-03 02:14:51 +01:00
Damien Churchill 619092aee0 fix plugin info displaying upon select 2010-05-03 02:01:21 +01:00
Damien Churchill 89fb5b02d7 move the InstallPluginWindow class out of the PluginsPage file
convert the plugins grid over to a listview
2010-05-03 01:54:25 +01:00