summaryrefslogtreecommitdiffstats
path: root/deluge/pluginmanagerbase.py
Commit message (Expand)AuthorAge
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Plugins] Refactor plugin scan codeCalum Lind2018-11-02
* [Plugins] Allow enabling any plugin Python versionCalum 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
* [#3003] [Label] Fix duplicate context menu entriesCalum Lind2017-03-22
* 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
* [Lint] Quote cleanupCalum Lind2016-11-17
* [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
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Docs] Minor tidyup of docstringsCalum Lind2016-05-24
* [WebUi] [Core] Fixes to plugin handling and WebUi plugin + testsbendikro2016-04-18
* [Lint] Code cleanup for PyLint run by prospector toolCalum Lind2015-10-30
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Remove translation markup in pluginmanagerbaseCalum Lind2015-10-18
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Handle plugin info not availablebendikro2013-05-22
* Change component.deregister to take the object as the parameter, not the nameAndrew Resch2011-06-06
* Revert "Work around plugins being garbage collected once enabled twice."Pedro Algarvio2011-06-06
* Work around plugins being garbage collected once enabled twice.Pedro Algarvio2011-06-05
* Try to get some more debug info for plugins which are failing to load.Pedro Algarvio2011-06-04
* Trigger a deprecation warning for code calling "getPluginLogger".Pedro Algarvio2011-06-04
* 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
* | Improve and port the `create_plugin.py` script to generate the plugins under ...Pedro Algarvio2010-12-10
|/
* Fix starting pluginsAndrew Resch2010-04-20
* Fix another problem with component changeAndrew Resch2010-03-20
* Fix pluginmanagerbase using new component moduleAndrew Resch2010-03-20
* Merge SVN and HG heads.Pedro Algarvio2009-11-22
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Fix disabling/enabling plugins after switching daemonsAndrew Resch2009-11-08
* need to actually continue from the loop otherwise another error still occursDamien Churchill2009-10-28
* Fix possible exception when trying to load pre-1.2 pluginsAndrew Resch2009-10-23
* Fix #1009 enabling a plugin twice in the gtkuiAndrew Resch2009-09-05
* Fix starting plugins when enabledAndrew Resch2009-07-06
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Get Label plugin working in the GtkUIAndrew Resch2009-02-27
* Change some plugin stuff and add an example pluginAndrew Resch2009-02-23
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Add 'get_plugin_info()' to PluginManagerBase -- returns a metadata info Andrew Resch2008-10-27
* Add the ability to add plugins from the plugins preference page (from Andrew Resch2008-09-24
* change copyright notices to gpl3Marcos Pinto2008-08-08
* remove organize pluginMartijn Voncken2008-07-05