summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/options_tab.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
* [#1903|UI] Add super seeding option to interfacesCalum Lind2018-10-25
* [GTK] Fix toggling auto_managed in Options tabCalum Lind2018-10-19
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [GTKUI] Implement multi-torrent support in Options TabCalum Lind2017-03-20
* [GTKUI] Refactor torrent details Tabs codeCalum Lind2017-03-20
* [GTKUI] Refactor connect_signals to use 'self'Calum Lind2017-03-20
* Use super class call where possibleCalum Lind2017-03-16
* 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
* [#495] Deprecate core.set_torrent_* for core.set_torrent_optionsCalum Lind2016-11-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
* [Lint] Fix couple of pylint complaintsbendikro2016-11-03
* [Core] Remove compact allocation referencesCalum Lind2016-11-02
* [Oops] Remove introduced dead code by prev commitCalum Lind2016-10-27
* [GTKUI] Rearrange items in the UI tabsCalum Lind2016-10-27
* 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
* [GTKUI] Tidyup to use more width and no eol backslashesCalum Lind2016-10-21
* [Lint] Update pylintrc and fixup code for newly introduced messagesCalum Lind2016-04-12
* [GTKUI] Fix broken sequential_download in options tabCalum Lind2015-11-22
* [GTKUI] All files Flake8'd and use new headerCalum Lind2014-09-03
* [GTKUI] Reorganise layout of tab items and add Tracker tabCalum Lind2014-08-22
* [GTKUI] Rearrange the Status and Details tabsCalum Lind2014-02-17
* [#1923] Add pre-allocation and remove compact allocationCalum Lind2014-02-16
* Small fixes to path chooserbendikro2013-05-18
* GTKUI: Fix layout issues with new path chooser in options tabCalum Lind2013-05-18
* GTKUI: New path chooser to handle remote paths and store favorite pathsbendikro2013-05-18
* Fix #2169 : Add Torrent Dialog 'Download Location' not set correctly when fol...Calum Lind2012-10-06
* Option tab spin buttons connected to key press eventsCalum Lind2011-07-11
* Moved the MainWindow to GtkBuilder.Pedro Algarvio2011-07-07
* Properly set/restore visibility when torrent is/is not "compact".Pedro Algarvio2011-07-05
* Fix #1867.Pedro Algarvio2011-05-28
* Sequential downloads. Was querying for the wrong key on the torrent status. F...Pedro Algarvio2011-05-08
* Sequential downloads: Implemented in GTK UI torrent options tab.Pedro Algarvio2011-05-08
* GTK UI Torrent's options tab.Pedro Algarvio2011-05-07
* Now, when the authentication dialog appears, user fills in the password and h...Pedro Algarvio2011-04-22
* Add new component SessionProxyAndrew Resch2010-03-28
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix per-torrent move on completed stuff - patch from PliskAndrew Resch2009-05-02
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Increase the per-torrent stop share ratio max to 99999.0 and make the Andrew Resch2008-11-08
* Fix Notification stop icon blinking when window is exposed.Andrew Resch2008-08-15
* Add per-torrent move on completed settingsAndrew Resch2008-08-10