gajim-plural/gajim
Philipp Hörist 1b2ab928f0 Fix focus after destruction of StartChatDialog
On destroy() the window that was last focused gets the focus
again. if destroy() is called from the StartChat Dialog, the new
ChatControl is not yet focused, because present() seems to be asynchron,
at least on KDE, and takes time.
2017-12-26 21:55:19 +01:00
..
command_system Add new Join Groupchat dialog 2017-12-03 23:58:02 +01:00
common Zeroconf: fix unexpected keyword argument 2017-12-18 22:52:06 +01:00
data Merge branch 'master' into 'master' 2017-12-24 08:40:04 +01:00
dev Move ipython_view to gajim.dev and exclude it from tarball 2017-09-22 19:12:26 +02:00
plugins Correctly split version string 2017-11-24 16:49:30 +01:00
__init__.py Update version to 0.98.2 2017-12-17 11:56:04 +01:00
accounts_window.py Port some error messages to new interface 2017-12-08 20:20:07 +01:00
adhoc_commands.py Port some error messages to new interface 2017-12-08 20:20:07 +01:00
advanced_configuration_window.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
app_actions.py Port some error messages to new interface 2017-12-08 20:20:07 +01:00
atom_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
cell_renderer_image.py Rename src directory 2017-07-02 17:25:47 +02:00
chat_control.py Fix chatstate flood 2017-12-15 23:00:15 +01:00
chat_control_base.py Remove unused methods 2017-12-17 22:30:16 +01:00
config.py Refactor SpellChecker 2017-11-26 00:44:50 +01:00
conversation_textview.py Bugfix in printing fuzzy time. 2017-12-06 21:44:13 +01:00
dataforms_widget.py Port some error messages to new interface 2017-12-08 20:20:07 +01:00
dialog_messages.py Port InformationEvent handling to new interface 2017-12-09 00:15:26 +01:00
dialogs.py Fix focus after destruction of StartChatDialog 2017-12-26 21:55:19 +01:00
disco.py Add new Join Groupchat dialog 2017-12-03 23:58:02 +01:00
emoticons.py New style for ChatControl 2017-10-26 22:52:20 +02:00
features_window.py Remove upower_listener 2017-12-09 00:34:47 +01:00
filetransfers_window.py Refactor FileTransferWindow tooltip 2017-12-23 22:04:49 +01:00
gajim.py Add GTK+ version check on start 2017-12-16 23:20:37 +01:00
gajim_remote.py Remove xmpp uri handling from gajim-remote 2017-12-04 17:06:24 +01:00
gajim_themes_window.py Replace make_color_string() by Gdk.RGBA method 2017-10-07 17:03:31 +02:00
groupchat_control.py Merge branch 'master' into 'master' 2017-12-24 08:40:04 +01:00
groups.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
gtkexcepthook.py Use absolute imports 2017-08-18 19:48:48 +02:00
gtkgui_helpers.py Replace deprecated get_background_color() 2017-12-18 00:25:19 +01:00
gui_interface.py Use higher level API to focus windows 2017-12-26 21:55:19 +01:00
gui_menu_builder.py ability to call ad hoc commands on groupchats and groupchats occupants. 2017-12-22 12:21:57 +01:00
history_manager.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
history_sync.py HistorySync: Fix first time sync 2017-12-19 21:12:07 +01:00
history_window.py Add gui extension point to history window 2017-11-03 17:45:03 +01:00
htmltextview.py Remove BaseTooltip 2017-12-23 22:04:54 +01:00
logind_listener.py Port logind_listener to GTK dbus 2017-12-09 15:04:15 +01:00
message_control.py New style for ChatControl 2017-10-26 22:52:20 +02:00
message_textview.py Refactor FileTransferWindow tooltip 2017-12-23 22:04:49 +01:00
message_window.py Fix focus after destruction of StartChatDialog 2017-12-26 21:55:19 +01:00
music_track_listener.py Use absolute imports 2017-08-18 19:48:48 +02:00
negotiation.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
network_watcher.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
notify.py Use GNotification instead of pynotify or dbus 2017-09-13 21:20:37 +02:00
options_dialog.py Rename OptionType.BOOL to VALUE 2017-11-01 12:25:19 +01:00
profile_window.py ProfileWindow: Fix typo 2017-10-20 20:51:40 +02:00
remote_control.py Use higher level API to focus windows 2017-12-26 21:55:19 +01:00
roster_window.py Use higher level API to focus windows 2017-12-26 21:55:19 +01:00
search_window.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
secrets.py fix reading secrets file 2017-09-13 14:25:36 +02:00
server_info.py ServerInfo: Make InfoItems selectable 2017-11-06 23:05:32 +01:00
session.py Save account_id in logs table 2017-11-19 19:36:25 +01:00
shortcuts_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
statusicon.py NotificationAreaTooltip: Dont inherit from BaseTooltip 2017-12-23 22:04:54 +01:00
tooltips.py Refactor GCTooltip 2017-12-23 22:04:54 +01:00
vcard.py Also log the offending JID on avatar decoding issue 2017-11-25 17:37:48 +00:00