summaryrefslogtreecommitdiffstats
path: root/deluge/ui/common.py
Commit message (Expand)AuthorAge
* Merge branch 'master' into master-decode-stringChase Sterling2012-12-10
|\
| * Fix #2227 : Torrent file contains sha1 and ed2k digest that needs encoding to...Calum Lind2012-12-09
* | Changed decode_string to always return unicode.bendikro2012-11-25
|/
* Fix 2163 : Cannot add torrent file with empty (0:) encoding tagCalum Lind2012-09-29
* Fix some clean config dir issues.Pedro Algarvio2011-04-27
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Move decode_string/utf8_encoded to commonJohn Garland2010-10-03
* Fix renaming files in add torrent dialogJohn Garland2010-04-12
* return a valid version 2 filetreeDamien Churchill2010-03-31
* fix when there is only 1 fileDamien Churchill2010-03-31
* use FileTree2 in the TorrentInfo class when specifiedDamien Churchill2010-03-31
* use a platform agnostic way of combining paths in the FileTreeDamien Churchill2010-03-28
* add a second FileTree class that stores everything as a dict within the tree ...Damien Churchill2010-01-26
* Fix displaying root folder when using the 'path.utf-8' keys in torrentsAndrew Resch2010-01-08
* Fix #1104, #735 use path.utf-8 if availableAndrew Resch2009-12-18
* Fix some accidental reverts Andrew Resch2009-11-25
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Fix adding torrents with different metadata by storing the bencoded dict too....Andrew Resch2009-11-20
* Likewise in trunk..Andrew Resch2009-10-09
* Couple more tweaks to the docstringsDamien Churchill2009-07-23
* update the docs for the ui common moduleDamien Churchill2009-07-23
* fix the files tree for when there is only 1 file in the torrent and also fix ...Damien Churchill2009-06-23
* Make chardet a non-optional dependency in 1.2.xAndrew Resch2009-05-27
* Fix not using the encoding used in the torrent file to decode some stringsAndrew Resch2009-05-25
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix #934 use 'name.utf-8' if available and decode the file path before Andrew Resch2009-05-12
* Fix showing non-utf8 encoded torrents in add torrent dialog -- this adds an a...Andrew Resch2009-05-09
* Fix loading improperly created torrents with mismatched encodingsAndrew Resch2009-04-21
* Fix displaying torrents with non-utf8 encodings in add torrent dialogAndrew Resch2009-04-05
* actually commit ui.common this timeDamien Churchill2009-04-04
* add some doc strings and improve the __str__ method of the FileTree classDamien Churchill2009-03-31
* Add the files_tree property to TorrentInfoAndrew Resch2009-03-30
* raise the exception since if we haven't been able to read the file there's no...Damien Churchill2009-03-23
* add a FileTree class for generating a file treeDamien Churchill2009-03-23
* Fix some deprecation warnings and importsAndrew Resch2009-02-20
* Get Classic mode working somewhat. There are still some issues to Andrew Resch2009-01-28
* Automatically get localclient credentials if attempting to connect to a Andrew Resch2009-01-28
* Fix being able to connect to a local daemon from another user accountAndrew Resch2009-01-16
* fix depreciation warning in py2.6Damien Churchill2009-01-01
* Strip out new lines when reading auth fileAndrew Resch2008-12-11
* Add an error check when reading the auth fileAndrew Resch2008-12-11
* Move get_localhost_auth_uri() to ui.commonAndrew Resch2008-12-11
* Remove OpenSSL exception from headersAndrew Resch2008-11-28
* Have the TorrentInfo object raise an exception if unable to open/bdecode Andrew Resch2008-11-08
* Add TorrentInfo class and use it in AddTorrentDialogAndrew Resch2008-10-23
* move get_torrent_info into a new ui common moduleDamien Churchill2008-10-22