gajim-plural/gajim
Philipp Hörist 775fec2fea Dont activate plugins in PluginManager init
Plugins maybe want to use in their activation Gajim methods that
use an extension point. But because the PluginManager Object is not fully
initialized, the extension point method is not available yet

First create the PluginManager Object, then load Plugins.
2017-11-15 22:26:55 +01:00
..
command_system New style for ChatControl 2017-10-26 22:52:20 +02:00
common
data
dev
plugins Dont activate plugins in PluginManager init 2017-11-15 22:26:55 +01:00
__init__.py
accounts_window.py Update menus on account label change 2017-11-06 23:29:07 +01:00
adhoc_commands.py Nicer code 2017-08-24 15:41:39 +02:00
advanced_configuration_window.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
app_actions.py
atom_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
cell_renderer_image.py
chat_control.py
chat_control_base.py Disable overlay scrolling 2017-10-30 23:01:46 +01:00
config.py
conversation_textview.py
dataforms_widget.py
dialogs.py
disco.py
emoticons.py
features_window.py Simplify check_X509.py 2017-10-05 21:58:45 +02:00
filetransfers_window.py Replace deprecated Gtk.Image.*_from_stock() 2017-09-28 19:42:00 +02:00
gajim.py
gajim_remote.py
gajim_themes_window.py Replace make_color_string() by Gdk.RGBA method 2017-10-07 17:03:31 +02:00
groupchat_control.py
groups.py
gtkexcepthook.py
gtkgui_helpers.py
gtkspell.py
gui_interface.py
gui_menu_builder.py Escape account label in roster and menus 2017-11-11 17:10:31 +01:00
history_manager.py
history_sync.py
history_window.py Add gui extension point to history window 2017-11-03 17:45:03 +01:00
htmltextview.py
logind_listener.py
message_control.py
message_textview.py
message_window.py New style for ChatControl 2017-10-26 22:52:20 +02:00
music_track_listener.py Use absolute imports 2017-08-18 19:48:48 +02:00
negotiation.py
network_watcher.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
notify.py
options_dialog.py
profile_window.py ProfileWindow: Fix typo 2017-10-20 20:51:40 +02:00
remote_control.py
roster_window.py Escape account label in roster and menus 2017-11-11 17:10:31 +01:00
search_window.py
secrets.py
server_info.py
session.py
shortcuts_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
statusicon.py
tooltips.py
upower_listener.py
vcard.py