summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/addtorrentdialog.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
* [#1903|UI] Add super seeding option to interfacesCalum Lind2018-10-25
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [#2398|GTK] Update prefetching magnet metadata in AddTorrent dialogCalum Lind2018-09-26
* [GTK] Refactor AddTorrent dialog update config scopingCalum Lind2018-09-26
* [GTK] Fix AddTorrent dialog title countCalum Lind2018-09-26
* [GTK] Set default file priority to 4 in add dialogCalum Lind2018-09-26
* [GTK] Refactor torrent_liststore appending in AddTorrentDialogCalum Lind2018-09-26
* [#2398|GTKUI] Fetch magnet files details in Add DialogCalum Lind2018-09-26
* [Py2to3] Replace deprecated base64.(de|en)codestringCalum Lind2018-06-26
* [GTKUI] Fix count of torrents in dialog titleCalum Lind2018-06-19
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#2928] [GTKUI] Fix missing name and trackers adding magnetsCalum Lind2017-03-21
* [GTKUI] Fix adding from clipboardCalum Lind2017-03-20
* [GTKUI] Refactor connect_signals to use 'self'Calum Lind2017-03-20
* [GTKUI] Refactor adding list of trackersCalum Lind2017-03-17
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* Revert "[GTKUI] Add MainWindow.get_window() and replace window attr usage"Calum Lind2016-11-19
* [GTKUI] Another update of methods to latest GTK2 API 2.24Calum Lind2016-11-11
* [GTKUI] Add MainWindow.get_window() and replace window attr usageCalum Lind2016-11-11
* [GTKUI] Import gobject module names directlyCalum Lind2016-11-11
* [GTKUI] Remove unneeded pygtk requires checkCalum 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] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-10-26
* [GTKUI] Tidyup to use more width and no eol backslashesCalum Lind2016-10-21
* [GTKUI] Autofill infohash entry from clipboardCalum Lind2016-10-18
* [#2901] [GTKUI] Strip whitespace from infohash entry before checksCalum Lind2016-10-18
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [#2490] Add external IP to statusbarCalum Lind2016-05-14
* [#2795] [GTKUI] Reduce height of Add Torrent DialogCalum Lind2016-05-10
* [GTKUI] Fix Add Dialog tooltip text needing escapedCalum Lind2016-05-10
* [Core] Implement async_add_torrent in torrentmanagerbendikro2016-04-10
* [#1260] Handle redirection better with httpdownloaderbendikro2015-12-11
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [#2763] [GTKUI] Fix unhandled error with invalid magnet uriCalum Lind2015-09-20
* [GTKUI] Make Add Dialog torrent name editableCalum Lind2015-08-27
* [GTKUI] Show magnet info in Add and Queued dialogsCalum Lind2015-08-27
* [#2406] [Core] [GTKUI] Implement core.add_torrent_filesbendikro2014-12-03
* [#2670] [GTKUI] optimize file trees according to pygtk tipsRyan Hitchman2014-12-01
* [#2670] [GTKUI] addtorrentdialog: fix O(N^2) algorithm in add_files by recalc...Ryan Hitchman2014-12-01
* Flake8 codebaseCalum Lind2014-09-22
* 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