summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/listview.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
* [GTK3] Marked FIXME code changes for GTK3Calum Lind2018-11-02
* [GTK] Fix column name missing translation markupCalum Lind2018-10-04
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [#3001|GTK] Fix sorting to default to Added columnCalum Lind2018-06-17
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [GTKUI] Enable multi-row selection with mouseCalum Lind2017-03-22
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [GTKUI] Replace decode_string with decode(utf-8)Calum Lind2016-11-17
* [GTKUI] Add decode_string to column name comparisonCalum Lind2016-11-11
* [GTKUI] Refactor gtk imports and codeCalum Lind2016-11-11
* [GTKUI] Another update of methods to latest GTK2 API 2.24Calum Lind2016-11-11
* [GTKUI] Listview use lambda func for set_default_sort_funcCalum Lind2016-11-11
* [GTKUI] Remove unneeded pygtk requires checkCalum 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
* [Lint] Fix pylint warningsbendikro2016-11-03
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* Revert "[Py2to3] Replace iteritems and itervalues"Calum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-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
* [#2827] [GTKUI] Fix issue with loading GTKUI columns statebendikro2016-05-06
* [Lint] Fix and remove old-style-class from ignore warningsbendikro2016-05-06
* [GTKUI] Fix gtk warning on shutdownbendikro2016-04-19
* [#2783] [GTKUI] Case insensitive sort for name columnbendikro2015-12-11
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Fix pep8 across codebaseCalum Lind2015-10-21
* [#2754] [GTKUI] Fix Deluge isn't sorting torrents properlybendikro2015-09-18
* [#2698] [GTKUI] Fix corrupted column indexes when using multiple col_typesCalum Lind2014-11-29
* [#2256] [GTKUI] Indexes aren't updated properly when removing columnsbendikro2014-11-29
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* [GTKUI] Fixed incorrect column for searching in treeviewbendikro2014-09-10
* [GTKUI] All files Flake8'd and use new headerCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Update internal listview state when saving to diskChase Sterling2014-02-22
* Update comment and flake8 listview.pyCalum Lind2014-02-20
* Fix for #1885 and add simple caching to the data funcs for the torrentviewbendikro2013-12-23
* Fixup saving and loading state filesCalum Lind2013-05-22
* Disable unused torrentview reordering property which fixes Win32 mouse scroll...Calum Lind2013-02-22
* Fixed bug with handling adding/removing columns in GTKUI.bendikro2013-01-18
* Added test if self.model_filter is Nonebendikro2012-11-30
* GTKUI Torrentview Speed optimizationsbendikro2012-11-25
* Implement pseudo stable sort in the gtk torrent view.Chase Sterling2012-11-07
* Modified fix for #1957 non-acsii columnsCalum Lind2012-03-11
* Fix #1964 : Unhandled UnpicklingError with corrupt state fileCalum Lind2011-11-29