summaryrefslogtreecommitdiffstats
path: root/deluge/scripts
Commit message (Expand)AuthorAge
* Fix template config.ui naming in create_plugin script.Alex Knaust2020-04-20
* [Plugins] Convert plugins to `deluge_` module prefix conventionCalum Lind2019-05-15
* [Plugins] Update create script and add GTK3 how-to docCalum Lind2018-11-02
* Shorten code to declare namespaceCalum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Recreate and compress iconsCalum Lind2018-06-21
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Revert "[#2341] Use common.resource_filename in plugins"Calum Lind2017-06-16
* Revert "[Plugins] Replace pkg_resources for abspath and decode path"Calum Lind2017-06-16
* [Plugins] Update create_plugin scriptCalum Lind2017-06-08
* [Plugins] Replace pkg_resources for abspath and decode pathCalum Lind2017-06-08
* [#2341] Use common.resource_filename in pluginsCalum Lind2017-06-08
* Add new deluge icons and update icon generation scriptCalum Lind2017-06-05
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Lint] Add missing copyright header to filesCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [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] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* Remove old wiki_docgen scriptCalum Lind2016-05-09
* [UI] Replace optparse with argparse for cmd arguments handlingbendikro2016-04-18
* [Lint] Code cleanup for PyLint run by prospector toolCalum Lind2015-10-30
* Fix pep8 across codebaseCalum Lind2015-10-21
* Remove old glade scriptCalum Lind2015-08-21
* Update headers and isort importsCalum Lind2014-09-23
* Flake8 codebaseCalum Lind2014-09-22
* Autopep8 E265Calum Lind2014-09-22
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_ws_commaCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_printCalum Lind2014-09-03
* move and update createicons & check_glade scriptsCalum Lind2013-05-02
* Fix 2107 : create_plugin.py call correct version of pythonCalum Lind2012-11-06
* Now that the plugin's namespace is in use, make the plugins get their own log...Pedro Algarvio2011-06-03
* Merge branch 'master' into plugins-namespacePedro Algarvio2010-12-28
|\
| * Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* | Ported Feeder(although not working on current deluge), Notifications, Schedul...Pedro Algarvio2010-12-10
* | Improve `create_plugin.py` and the generated `create_dev_link.sh`.Pedro Algarvio2010-12-10
* | Simplify some code on `create_plugin.py`.Pedro Algarvio2010-12-10
* | Improve and port the `create_plugin.py` script to generate the plugins under ...Pedro Algarvio2010-12-10
|/
* Fix #1098 use triple quotes in the docstrings of the generated methodsAndrew Resch2010-04-11
* fix the entry point for web pluginsDamien Churchill2010-03-10
* Fix typo. Remove obselete function.John Garland2010-01-14
* Fix create_plugin.py scriptAndrew Resch2009-10-24
* add the missing `s` to %(filename)sDamien Churchill2009-10-01
* add a GPL copyright header to the javascript plugin templateDamien Churchill2009-10-01