summaryrefslogtreecommitdiffstats
path: root/deluge/ui/tracker_icons.py
Commit message (Expand)AuthorAge
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Only use an icon if it passes some sanity checksJohn Garland2010-07-17
* Handle os.remove failing on windowsJohn Garland2010-06-08
* Update docstrings to use names from previous commitJohn Garland2010-05-09
* Use better names for TrackerIcons' argsJohn Garland2010-05-09
* Return the noIcon for empty strings as wellJohn Garland2010-05-09
* Raise IconsError instead of IndexError (fixes infinite looping)John Garland2010-05-09
* Make host_to_url support redirection and add another testJohn Garland2010-05-08
* Try favicon.ico if there's a HTMLParseErrorJohn Garland2010-05-08
* Fix tracker_icons not handling relative redirectsJohn Garland2010-05-05
* Handle trackers with incorrect / missing icon mimetypesJohn Garland2010-05-05
* Rename mimetype helper methods and rewrite to use a common dictJohn Garland2010-05-05
* stop parsing the html page once the parser has left the <head> of the pageDamien Churchill2010-05-03
* handle non-supported images/files in the icons folderDamien Churchill2010-05-03
* Rewrite tracker_icons.py (#995)John Garland2010-05-04
* fix error, use os.makedirs instead of os.mkdir, effectively mkdir -pDamien Churchill2010-04-17
* Fix #1218 improper use of callLaterAndrew Resch2010-04-08
* Add 'plain' as a possible ico typeAndrew Resch2009-09-09
* Fix exception when tracker column is not enabledAndrew Resch2009-06-09
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Remove dep on gobject and replace with twisted.reactor.callLaterAndrew Resch2009-05-12
* Made TrackerIcons a component to prevent trying to get an icon multiple Andrew Resch2009-04-28
* Add tracker icon to Tracker columnAndrew Resch2009-04-18
* Fix some deprecation warnings and importsAndrew Resch2009-02-20
* Add support for more tracker iconsAndrew Resch2009-01-16
* Fix #729 tracker icons not being saved in the correct locationAndrew Resch2009-01-16
* Fix tracker icons config dirAndrew Resch2008-12-08
* Fix tracker_icons to use the correct config directory, not the default Andrew Resch2008-12-05
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Fix alignment of tracker icons when tracker does not have an iconAndrew Resch2008-11-08
* Attempt to get tracker icon from html sourceAndrew Resch2008-10-27
* move tracker_iconsMartijn Voncken2008-10-27