gajim-plural/gajim
Matthew W. S. Bell 698ae2a31e Obtain sleep inhibitor again after every sleep
- There is a PrepareForSleep signal before and after every sleep event.
The expectation is that before sleep, gajim cleans up and then releases
the sleep inhibitor. Accordingly, we must reacquire the inhibitor after
sleeping, which can helpfully be done with the other signal.

- Moved module to the dbus folder

- Embed logic in a LogindListener object so we can import the module
without listening to dbus
2018-10-26 17:17:57 +02:00
..
command_system Fix missing imports 2018-10-07 00:47:01 +02:00
common Obtain sleep inhibitor again after every sleep 2018-10-26 17:17:57 +02:00
data Remove ESessions leftovers 2018-10-22 19:09:13 +02:00
dev Fix pylint errors in ipython_view 2018-10-07 00:46:52 +02:00
gtk Fix missing declaration 2018-10-22 19:09:12 +02:00
plugins Fix error when plugin cant be loaded 2018-10-26 00:23:13 +02:00
__init__.py Raise Gajim version 2018-10-13 14:16:00 +02:00
adhoc_commands.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
app_actions.py Move AccountsWindow to gtk module 2018-10-07 00:46:55 +02:00
application.py Bring back lost --version command 2018-10-07 02:05:07 +02:00
atom_window.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
cell_renderer_image.py Fix pylint errors 2018-10-07 00:46:49 +02:00
chat_control.py Fix a few things regarding chatstates 2018-10-11 20:01:49 +02:00
chat_control_base.py Fix a few things regarding chatstates 2018-10-11 20:01:49 +02:00
config.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
conversation_textview.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
dataforms_widget.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
dialog_messages.py Only use absolute imports from gtk module 2018-10-07 00:46:55 +02:00
dialogs.py Only use absolute imports from gtk module 2018-10-07 00:46:55 +02:00
disco.py DiscoveryWindow: Add default identity 2018-10-22 19:09:12 +02:00
filetransfers_window.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
gajim.py Fix flickering tooltips in 3.24.1 2018-10-22 19:09:13 +02:00
gajim_remote.py Fix bad-whitespace pylint errors 2018-10-07 00:46:48 +02:00
groupchat_control.py Dont show joined message on status change 2018-10-07 00:47:01 +02:00
groups.py Fix license comment format 2018-10-07 00:46:35 +02:00
gtkexcepthook.py configpaths: Add get_plugin_dirs() method 2018-10-07 00:46:54 +02:00
gtkgui_helpers.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
gui_interface.py Obtain sleep inhibitor again after every sleep 2018-10-26 17:17:57 +02:00
gui_menu_builder.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
history_manager.py Only use absolute imports from gtk module 2018-10-07 00:46:55 +02:00
htmltextview.py Refactor link context menu 2018-10-07 00:46:53 +02:00
message_control.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
message_textview.py Dont use deprecated const 2018-10-26 17:17:56 +02:00
message_window.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
notify.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
options_dialog.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
remote_control.py Fix a few things regarding chatstates 2018-10-11 20:01:49 +02:00
roster_window.py Fix imports 2018-10-26 17:17:57 +02:00
search_window.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
session.py Refactor Chat State Notifications 2018-10-07 00:46:57 +02:00
statusicon.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
tooltips.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00
vcard.py Import _() instead of using builtin namespace 2018-10-07 00:47:00 +02:00