summaryrefslogtreecommitdiffstats
path: root/deluge/ui/coreconfig.py
Commit message (Expand)AuthorAge
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [UI] Add __contains__ to deluge/ui/coreconfig.pybendikro2016-05-24
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handl...Andrew Resch2011-02-23
* Merge branch 'master' into improved-loggingPedro Algarvio2010-12-13
|\
| * Implemented passing a copy of an event instead of it's arguments to event han...Pedro Algarvio2010-12-11
* | Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
|/
* Fix setting config values in the console ui including setting paths withAndrew Resch2010-04-18
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Clean-up CoreConfig a bitAndrew Resch2009-05-18
* Add '__getattr__' to CoreConfig to access the dictionary directlyAndrew Resch2009-04-25
* Add a defer property to use to check when the CoreConfig is readyAndrew Resch2009-04-18
* Move CoreConfig component out of GtkUI since it's UI independentAndrew Resch2009-04-17