summaryrefslogtreecommitdiffstats
path: root/deluge/pluginmanagerbase.py
Commit message (Expand)AuthorAge
* 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
* Fix pluginmanagerbase to use configmanagers config directory instead of tryin...Andrew Resch2008-04-08
* Add '-c, --config' options to set config directory.Andrew Resch2008-04-05
* Only enable plugins that are enabled in the core.Andrew Resch2007-12-16
* Plugin system changes in regards to enabling/disabling plugins.Andrew Resch2007-12-11
* Add ListView state saving.Andrew Resch2007-12-08
* Queue plugin updates.Andrew Resch2007-11-04
* Queue plugin update.Andrew Resch2007-11-03
* Add testing plugin.Andrew Resch2007-11-02
* Change the gtkui to a new component based system.Andrew Resch2007-10-20
* Preferences plugin tab stuff.Andrew Resch2007-10-05
* Implement plugin management api in the core.Andrew Resch2007-10-05
* Add PluginManagerBase class.Andrew Resch2007-10-04