summaryrefslogtreecommitdiff
path: root/src/plugin_manager.py
AgeCommit message (Expand)Author
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2014-12-20Remove the remaining pre-3.4 compatibility hacksmathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-07-24Use slixmppFlorent Le Coz
2014-05-05Fix a potential traceback when creation of the plugins conf dir failsmathieui
2014-04-2280-columns wrapping and some docstringsmathieui
2014-04-13Do not load a plugin if its init() tracebackmathieui
2014-04-13Do not show the plugin unload on exitmathieui
2014-04-13Remove module-level code from the plugin manager as wellmathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-06Code cleanupmathieui
2014-04-04Remove unused importsmathieui
2013-08-10Fix potential issues with import pathsmathieui
2013-08-10Fix #2337 (search the themes the same way than plugins)mathieui
2013-08-04Add the name of the plugin when loading it failsmathieui
2013-08-01Fix #2049 (get the current completed argument)mathieui
2013-06-19Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compatmathieui
2013-06-09Fix the os.makedirs calls so that they don’t traceback for nothingmathieui
2013-05-26Update setup.py to use distutilsmathieui
2013-05-24Fix a traceback (plugin_manager)Florent Le Coz
2013-05-11Reverse the plugin loading pathmathieui
2013-04-16Use importlib for python 3.3 to load pluginsmathieui
2013-03-10Disable plugins on exitmathieui
2013-03-06Introduce a new way for plugins to interact with poeziomathieui
2013-03-03Add a plugins_conf_dir optionmathieui
2013-01-18Use the new command scheme in plugins toomathieui
2012-11-22Revert "Fix #2151 (cannot reload the OTR plugin)"mathieui
2012-11-21Hack to make importlib work on python < 3.3mathieui
2012-11-18Fix #2154mathieui
2012-11-18For some reasons, importlib.machinery does not work on some platformsmathieui
2012-11-17Changes to the plugin_dir option are now taken into account on runtimemathieui
2012-11-17Fix #2151 (cannot reload the OTR plugin)mathieui
2012-05-21Docstrings, and small cleanupmathieui
2012-04-19Do not quote the plugins on completionmathieui
2012-03-31Do not show the traceback if unloading a plugin failedmathieui
2012-03-28Fixes #2347mathieui
2012-03-09Fix a bug in plugin unloading (commands/keys not deleted properly)mathieui
2011-11-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-13Add a way for a plugin to add a keybind only for a type of tabmathieui
2011-11-13Allow a plugin to add a keybindingmathieui
2011-11-13Fix add_tab_command (and remove)mathieui
2011-11-10Autoload plugins in session_start instead of core.__init__mathieui
2011-11-10Add per_tab_type commands for the pluginsmathieui
2011-11-09Add messages on plugin load/unloadmathieui
2011-11-09Remove poezio_event_handler to keep only event_handlermathieui
2011-11-07Remove first&last and only use "position" in plugins eventsmathieui
2011-11-06New type of events to be used with the pluginsmathieui
2011-10-02Adds a way to delete the commands without reloading the pluginmathieui
2011-10-01Added a connect() function to the plugins API, for internal eventmathieui