- Jan 21, 2018
-
-
André authored
-
Philipp Hörist authored
Call select.select() with the smallest timeout possible
-
Philipp Hörist authored
This reverts commit 45e3139b
-
- Jan 20, 2018
-
-
Philipp Hörist authored
This calls on each mainloop cylce select.select() instead of every 20 ms.
-
- Jan 19, 2018
-
-
Philipp Hörist authored
location_listener: location update notifier requires three parameters Closes #8856 See merge request gajim/gajim!194
-
André authored
the third parameter contains the location parameter specification
-
- Jan 18, 2018
-
-
Philipp Hörist authored
Fix tests See merge request gajim/gajim!192
-
Philipp Hörist authored
logind_listener: fix TypeError See merge request gajim/gajim!193
-
André authored
-
Any returned 'h' type argument is intended to be an index into a unix fd list structure obtained separately. Such a unix fd list, in python, will manage and close any contained fds as a whole, or fds may be retrieved, managed, and closed individually, as is done in this patch. Also, use None instead of -1 because python. This patch means gajim keeps its supsend inhibitor open and stops it closing stdin on suspend. Fixes #8852
-
- Jan 17, 2018
-
-
Philipp Hörist authored
prosody includes the supplied queryid in the `<fin>` tag, but this is not XEP compliant. We set the queryid attr so we can match the MAM Messages to our query. Thats the only purpose, it is not used to identify the iq result at the end of the query. For that purpose is the `id` attr on the `<iq>` node. So dont try to parse `queryid` from the `<fin>` tag.
-
Philipp Hörist authored
- Add OS/System info to report text - Use ApplicationWindow - Supply all the infos directly to gitlab via url params
-
André authored
-
Yann Leboulanger authored
Fix accidently translated strings See merge request gajim/gajim!191
-
Daniel Brötzmann authored
-
Philipp Hörist authored
Higher pillow versions currently fail to install in msys2
-
Philipp Hörist authored
-
- Jan 16, 2018
-
-
Yann Leboulanger authored
Remove bogus dbus-python dependency from setup.py. See merge request gajim/gajim!189
-
Emmanuel Gil Peyrot authored
-
- Jan 15, 2018
-
-
Yann Leboulanger authored
Make more strings translatable See merge request !186
-
Daniel Brötzmann authored
-
Yann Leboulanger authored
Use setuptools' automatic script creation See merge request gajim/gajim!188
-
Yann Leboulanger authored
Remove some unused imports See merge request gajim/gajim!187
-
- Jan 13, 2018
-
-
André authored
-
- Jan 11, 2018
-
-
André authored
-
- Jan 09, 2018
-
-
Yann Leboulanger authored
-
- Jan 08, 2018
-
-
Yann Leboulanger authored
Port screensaver listening to GTK dbus Closes #8836 See merge request gajim/gajim!183
-
Yann Leboulanger authored
Fix string for a better translation See merge request gajim/gajim!185
-
Yann Leboulanger authored
xgettext: Additional keyword for translatable strings See merge request gajim/gajim!184
-
- Jan 07, 2018
- Jan 05, 2018
-
-
André authored
-
- Jan 04, 2018
-
-
Philipp Hörist authored
Remove obsolete network_watcher See merge request gajim/gajim!182
-
André authored
-
Philipp Hörist authored
Port music_track_listener to GTK dbus See merge request gajim/gajim!172
-
André authored
-
Philipp Hörist authored
- Only pass args to logging function - Dont use 'size' as global var, its again used later in methods - Fix a missing arg in __parse_font_size_cb()
-
- Jan 03, 2018
-
-
Philipp Hörist authored
- Get rid of deprecated Gdk.Screen methods - remove support for 'ex' unit - not easily correct implemented and not commonly used Fixes #8491
-
Philipp Hörist authored
4.3.0 compiles fine on msys2, later version current not.
-
Philipp Hörist authored
-