summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/statusbar.py
Commit message (Expand)AuthorAge
* [GTK3] Change module structure from ui/gtkui to ui/gtk3Calum Lind2018-11-02
* [GTK3] Large rename/modify code for GTK3Calum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* 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
* [GTKUI] Another update of methods to latest GTK2 API 2.24Calum Lind2016-11-11
* [GTKUI] Cleanup references to MainWindowCalum Lind2016-11-11
* [GTKUI] Import gobject module names directlyCalum Lind2016-11-11
* [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
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [GTKUI] Use less verbose units to improve look and gain physical spaceCalum Lind2016-10-25
* [#2490] Add external IP to statusbarCalum Lind2016-05-14
* [Lint] Fix and remove old-style-class from ignore warningsbendikro2016-05-06
* [Lint] Cleanup code to pass PyLint Convention categoryCalum Lind2015-10-30
* Fix pep8 across codebaseCalum Lind2015-10-21
* [GTKUI] Default Plugin statusbar items to the end on startupCalum Lind2015-09-07
* [GTKUI] Improve statusbar spacing and hide empty text labelsCalum Lind2015-09-07
* [GTKUI] All files Flake8'd and use new headerCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* [GTKUI] Add new OtherDialog to dialogsCalum Lind2014-02-23
* Replace deprecated session.num_connections with session_status.num_peersCalum Lind2014-01-17
* Alter return value to -1 for invalid freespace pathCalum Lind2013-05-13
* Improvements and bug fixesbendikro2013-01-15
* Optimizations to daemon and rpc messages.bendikro2013-01-14
* Fix use of translated text for widget name in build_menu_radio_listCalum Lind2012-11-26
* Moved the MainWindow to GtkBuilder.Pedro Algarvio2011-07-07
* Fix translation of KiB/sCalum Lind2011-07-04
* GTK UI. Center the custom speed dialog on parent(statusbar).Pedro Algarvio2011-06-06
* 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
|/
* Close #1205 add free space icon to gtkuiAndrew Resch2010-03-31
* #496: Remove deprecated functions in favour of get_session_status()Andrew Resch2009-12-25
* Fix #1086 deprecated gtk.Tooltips usageAndrew Resch2009-12-14
* Consider 0 unlimited when displaying limits in the statusbarAndrew Resch2009-10-28
* Add support for the deluge-gtk start scriptAndrew Resch2009-07-31
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix some issues with event handling on the client side and how arguments are ...Andrew Resch2009-02-04
* Implement Events (formerly Signals) which are emitted from the daemon to inte...Andrew Resch2009-02-03
* Fix adding torrentsAndrew Resch2009-01-29
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* partial fix to #640. more work neededMarcos Pinto2008-12-09
* reorder protocol trafficMarcos Pinto2008-11-27