- Feb 07, 2018
-
-
Daniel Brötzmann authored
-
- Jan 28, 2018
-
-
Putting it into the header forced GTK Window Decorations, that makes the application look alien on all systems except Gnome.
-
- Jan 27, 2018
-
-
Philipp Hörist authored
Remove cmp_to_key functions See merge request gajim/gajim!197
-
Philipp Hörist authored
Logind listener: make string translatable See merge request gajim/gajim!200
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8873
-
- Jan 26, 2018
-
-
André authored
-
André authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Jan 25, 2018
-
-
Philipp Hörist authored
-
- Jan 24, 2018
-
-
Philipp Hörist authored
It was not possible to write with 2 different accounts into the same MUC
-
Yann Leboulanger authored
MusicTrackListener: add support for clementine See merge request gajim/gajim!199
-
André authored
-
André authored
-
Philipp Hörist authored
Fixes #8865
-
- Jan 23, 2018
-
-
Philipp Hörist authored
Integrate httpupload plugin into gajim core Closes #8612 and gajim-plugins#229 See merge request gajim/gajim!181
-
- Jan 22, 2018
-
-
add new config option 'filetransfer_preference' add drag and drop support for file upload
-
Philipp Hörist authored
Add translation for corrected messages See merge request gajim/gajim!198
-
Philipp Hörist authored
Update copyright See merge request gajim/gajim!196
-
Daniel Brötzmann authored
-
- 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
-