summaryrefslogtreecommitdiffstats
path: root/deluge/ui/ui.py
Commit message (Expand)AuthorAge
* [Core] Refactor the base argparser and translation code.Calum Lind2019-05-11
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Move and rename util/lang to translations_utilCalum Lind2016-11-28
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [UI] Fix translation setup in consolebendikro2016-05-24
* [UI] [#1973] Improve passing extra args to UIsbendikro2016-05-21
* [UI] Changed ui command description and helpbendikro2016-05-06
* [#1959] [WebUI] Allow user selectable GUI languagebendikro2016-04-25
* [UI] Remove old twisted DeprecationWarning codeCalum Lind2016-04-23
* [UI] Enable translation of argparse help stringsCalum Lind2016-04-23
* [UI] Replace optparse with argparse for cmd arguments handlingbendikro2016-04-18
* [#1974] [UI] Decouple UI selection from core.Jamie Lennox2016-04-17
* [#1973] [UI] Standardize child cmd option parsing.Jamie Lennox2016-04-17
* [#1972] [UI] Remove ui.UI classJamie Lennox2016-04-17
* [#1971] [UI] Unify common cmd options handling.Jamie Lennox2016-04-17
* [Core] Cleanup duplicate version callback codeCalum Lind2015-12-12
* [UI] Add Python and OS info to version outputCalum Lind2015-11-12
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Fix pep8 across codebaseCalum Lind2015-10-21
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_printCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Added language option to Preferencesbendikro2014-01-16
* Get cli arguments in unicode in deluge core as well.Chase Sterling2012-12-10
* Make deluge-gtk get arguments as unicode.Chase Sterling2012-12-10
* Set process name to match application using setproctitleCalum Lind2012-03-04
* Add optparse custom version to prevent unnecessary loading of libtorrentCalum Lind2012-03-02
* ui: fix setting capital log levelDamien Churchill2012-01-19
* Tidy up location of gettext setup_translationsCalum Lind2011-07-10
* Fix #1505: Add libtorrent info to --version outputCalum Lind2011-07-09
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* suppress only deprecation warningsDamien Churchill2009-07-01
* use only "twisted" in the module arg as that suppresses all warnings from twi...Damien Churchill2009-07-01
* suppress depreciation warnings generated by twistedDamien Churchill2009-07-01
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Improvements to the new UI class and improve how ConfigManager handles Andrew Resch2009-05-18
* Add some more stuff to the new ui classAndrew Resch2009-05-12
* improve the new style ui class to start the loggingDamien Churchill2009-04-24
* add back in the old WebUI class and rename the import in ui.py so Damien Churchill2009-04-20
* Fix some typosAndrew Resch2009-04-20
* start new ui classDamien Churchill2009-04-19
* Fix starting the console uiAndrew Resch2009-04-18
* improve the error reporting when a ui fails to loadDamien Churchill2009-03-07
* Fix up error message when unable to import a UIAndrew Resch2009-03-07
* make the new twisted webui runnable via deluge -u webDamien Churchill2009-02-11
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27