summaryrefslogtreecommitdiffstats
path: root/deluge/ui/ui_entry.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
* [Core] Refactor the base argparser and translation code.Calum Lind2019-05-11
* [Lint] Fix flake8 warningsCalum Lind2018-10-25
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix ui_entry default indicatorCalum Lind2018-09-14
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#2979] Fix Deluge start error with missing entrypointsCalum Lind2017-03-14
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Move and rename util/lang to translations_utilCalum Lind2016-11-28
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Console] Fix to console argument parsingbendikro2016-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] Indent subsequent lines in argparse helpCalum Lind2016-04-23
* [UI] Enable translation of argparse help stringsCalum Lind2016-04-23
* [Base] Split main.py into ui/ui_entry.py and core/daemon_entry.pybendikro2016-04-18