- Mar 24, 2018
-
-
Philipp Hörist authored
For MUCs on the blacklist we do a deduplication not depending on stanza-id This patch is only for current Prosody 0.10 stable and the mod_mam_muc module which does not add stanza-id to the messages. This can be removed once Prosody 0.11 hits or the module is updated
-
- Mar 23, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Dont ship cacerts, use certifi on Windows
-
Yann Leboulanger authored
-
- Mar 22, 2018
-
-
Philipp Hörist authored
Dont trigger resizes on notify::position, because the absolut handle position changes also on window resizes, but the relative handle position doesnt change. Instead we use the notify::position event now to save the new position to the config file and use left button release event (release of the handle after dragging) and the window maximize/minimize event to trigger resizes in all controls This fixes also fixes a issue where a previously hidden roster was shown again if a new tab was opened. Fixes #8984
-
- Mar 21, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Gajim stopped to properly restore roster and dialogs windows positions after restart with more than one monitor attached. Gajim saves the absolute window positions, i.e. based on the total screen size of all monitors attached. Despite Gtk deprecated Gdk.Screen.width() and height(), we cannot just use width() and height() for one monitor, as recommended. We still need the total screen size, which was the base for saving the positions. [1] https://stackoverflow.com/questions/30207586/gdk-screen-vs-monitor-vs-display
-
Only call Gtk.main_quit() if History Manager is running standalone.
-
Philipp Hörist authored
Fixes #8970
-
- Mar 20, 2018
-
-
Philipp Hörist authored
Fixes #8813
-
Philipp Hörist authored
Python searches in lib-dynload and if not found it searches in C:/Windows/system32 which can contain dlls with an invalid version Fixes #8905
-
Philipp Hörist authored
-
- Mar 19, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Mar 17, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
Fixes #8957
-
Philipp Hörist authored
In some cases sub can be None Fixes #8954
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Mar 16, 2018
-
-
Philipp Hörist authored
Fixes #8951
-
- Mar 15, 2018
-
-
Philipp Hörist authored
Fixes #8823
-
- Mar 14, 2018
-
-
Philipp Hörist authored
This cannot be used in combination with HANDLES_COMMAND_LINE Fixes #8947
-
Yann Leboulanger authored
-
- Mar 11, 2018
-
-
Philipp Hörist authored
-
- Mar 08, 2018
-
-
Philipp Hörist authored
-
- Mar 07, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8941
-
Yann Leboulanger authored
-
- Mar 06, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8924 Its not clear at this point why we dont find a contact is None, so log output is added
-