- Jan 28, 2018
-
-
-
-
-
It will correctly scale on HiDPI Displays if we set it like that
-
- Move as much code as possible into Glade file - Pull icons from the IconsTheme (because of HiDPI scaling)
-
-
-
-
Philipp Hörist authored
also add svg images for scaling
-
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
-