summaryrefslogtreecommitdiffstats
path: root/deluge/ui/client.py
Commit message (Expand)AuthorAge
* [Tests] Transition tests to pure pytestChase Sterling2022-02-03
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [UI] Fix passing bytes config path to subprocess on Python 3Calum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [UI] Further refactoring of the connection managersCalum Lind2017-06-07
* [UI] Refactor duplicated code out of connection managersCalum Lind2017-06-07
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Core] Decorate methods deprecatedCalum Lind2016-11-22
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Add flake8-quotes to tox and fix bad quotesCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Rename classic to standaloneCalum Lind2016-11-02
* 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
* [UI] Reduce ui.client log verbositybendikro2016-05-24
* [WebUi] [Core] Fixes to plugin handling and WebUi plugin + testsbendikro2016-04-18
* [UI] Replace optparse with argparse for cmd arguments handlingbendikro2016-04-18
* [Tests] Improved common.start_corebendikro2016-04-10
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Flake8 codebaseCalum Lind2014-09-22
* 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] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Fix #2338 : Spelling mistake with occurredCalum Lind2013-06-09
* Fix bug introduced in 19234dbendikro2013-05-27
* Fix 2247: AttributeError in deluge.error.DaemonRunningErrorbendikro2013-05-26
* UI client.connect() with no credentials/username now attempts connect using l...Calum Lind2013-05-16
* Make deluge-gtk get arguments as unicode.Chase Sterling2012-12-10
* Replace subprocess.call with subprocess.Popen to start deluged from gtk clientCalum Lind2012-11-30
* Fix daemon starting with config dir containing spaces on Windows.Chase Sterling2012-11-09
* Fix #2185: register call should be deregister in deregister_event_handlerCalum Lind2012-10-14
* Added a protocol for the network traffic between client and daemon.bendikro2012-07-02
* Cleaner log entry if deluged missingCalum Lind2012-02-23
* Fix #1945 : Mutable default arguments in deluge.ui.clientCalum Lind2011-11-29
* Wrap non deluge exceptions so that they can also be sent to the client.Pedro Algarvio2011-06-05
* Fix up stopping classic modeAndrew Resch2011-06-02
* Some comment explanation.Pedro Algarvio2011-05-19
* Extend RPC Protocol.Pedro Algarvio2011-05-18
* Fix #1281. Show a nice dialog stating that the client is incompatible on the ...Pedro Algarvio2011-05-17
* Force backwards incompatibility.Pedro Algarvio2011-05-15