gajim-plural/src/plugins
Mateusz Biliński b6593b9493 Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file).
Added activate and deactivate methods to Plugin (used in forementioned RosterButtonsPlugin).
2008-06-14 18:20:24 +00:00
..
__init__.py Initial commit related to plug-in system: 2008-06-01 23:33:51 +00:00
gui.py Added first version of 'Plugins' window. It's accessible through 'Edit/Plugins' item in roster menu. It seems that you can successfully (de)activate plug-ins through GUI now. 2008-06-07 17:28:34 +00:00
helpers.py Small improvements: plug-in instance object dereferenced on deactivation. 'gajim.plugin_system' logger doesn't set level DEBUG by default (have to use command-line option '-l' from now on). 2008-06-08 16:36:46 +00:00
plugin.py Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file). 2008-06-14 18:20:24 +00:00
pluginmanager.py Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file). 2008-06-14 18:20:24 +00:00