summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/torrentdetails.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
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#2354|GTKUI] Fix alt-f conflict between Tabs and MenuCalum Lind2017-06-16
* [GTKUI] Refactor torrent details Tabs codeCalum Lind2017-03-20
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [GTKUI] Refactor gtk imports and codeCalum Lind2016-11-11
* [GTKUI] Cleanup references to MainWindowCalum Lind2016-11-11
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Revert "[Py2to3] Replace iteritems and itervalues"Calum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-10-26
* [GTKUI] Improve error handling in torrent detailsbendikro2016-04-11
* [GTKUI] Cleanup code duplication in TabsCalum Lind2015-12-12
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Autopep8 E265Calum Lind2014-09-22
* Change imports to use absolute pathsCalum Lind2014-09-19
* [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] Change tabs from top to left sideCalum Lind2014-08-22
* [GTKUI] Reorganise layout of tab items and add Tracker tabCalum Lind2014-08-22
* Fixup saving and loading state filesCalum Lind2013-05-22
* Fix issue with Plugins that add Tab to torrentdetailsCalum Lind2013-02-27
* Fix #2146 : Missing translations in View|Tabs submenuCalum Lind2012-11-27
* Fix #1964 : Unhandled UnpicklingError with corrupt state fileCalum Lind2011-11-29
* Moved the MainWindow to GtkBuilder.Pedro Algarvio2011-07-07
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Allow plugins to properly add tabs and have them restored upon restart - patc...Andrew Resch2009-10-04
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix hiding bottom pane when no tabs are enabled upon restartAndrew Resch2009-02-16
* Fix adding torrentsAndrew Resch2009-01-29
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Do not use the stored config_location value because it should only be used if...Andrew Resch2008-12-27
* Rename Statistics tab to StatusAndrew Resch2008-12-17
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* Fix hiding the bottom pane when disabling all the tabsAndrew Resch2008-08-16
* Add per-torrent move on completed settingsAndrew Resch2008-08-10
* change copyright notices to gpl3Marcos Pinto2008-08-08
* Fix starting if tabs.state does not existAndrew Resch2008-07-18
* Handle an old 'tabs.state' gracefully by just using the defaults.Andrew Resch2008-07-17
* Fix #349 tab ordering when hiding/showingAndrew Resch2008-07-17
* Remove debug printAndrew Resch2008-06-24
* Add queueing options to the Options tabAndrew Resch2008-06-23
* Fix #231 clear torrent info if no torrent selected.Andrew Resch2008-06-14
* Switch to libtorrent queueingAndrew Resch2008-06-12