- Mar 25, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8973
-
Roland Pallai authored
-
Testing for historical messages was broken because `msg_obj.timestamp` second resolution assumed but this is false and this led to broken sound playback for received group chat messages.
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
Fixes #8975
-
Philipp Hörist authored
-
- Mar 24, 2018
-
-
Philipp Hörist authored
PulseAudio has devices that are None Fixes #8797
-
Philipp Hörist authored
Fixes #8992
-
Philipp Hörist authored
element can be None if there was a error while calling Gst.ElementFactory.make()
-
Philipp Hörist authored
Prefer the error message text over the error code
-
Philipp Hörist authored
-
Philipp Hörist authored
fetchone() returns None when nothing is found len(None) yields a TypeError
-
Philipp Hörist authored
-
Philipp Hörist authored
Add the SHIFT + PAGE_UP keypress Fix catching mouse scroll UP on some systems
-
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
-