- Mar 28, 2018
-
-
André authored
fixes #9018
-
Yann Leboulanger authored
This reverts commit 6007ff14.
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Mar 27, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Mar 26, 2018
-
-
Philipp Hörist authored
Only print the status, if status has changed or the status message Clients announce there idle-time with presences but adding a idle-time does not necessarily mean they went from available -> away Fixes #9001
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
- 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
-