- Jan 17, 2018
-
-
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 gajim/gajim!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
-
- Jan 02, 2018
-
-
Philipp Hörist authored
Fixes #8834
-
- Dec 29, 2017
-
-
Philipp Hörist authored
If the VCard contains a <PHOTO/> tag this is parsed as {'PHOTO': ''} this throws: TypeError: string indices must be integers
-
Philipp Hörist authored
-
- Dec 28, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Dec 27, 2017
-
-
Philipp Hörist authored
Add support for XEP-0368 See merge request gajim/gajim!177
-
Philipp Hörist authored
Fixes #8801
-
- Dec 26, 2017
-
-
Philipp Hörist authored
On destroy() the window that was last focused gets the focus again. if destroy() is called from the StartChat Dialog, the new ChatControl is not yet focused, because present() seems to be asynchron, at least on KDE, and takes time.
-
Philipp Hörist authored
set_active_tab() already calls present(), no need to call it afterwards again
-
- Dec 24, 2017
-
-
Philipp Hörist authored
Refactor some Tooltips See merge request gajim/gajim!180
-
- Dec 23, 2017
-
-
Philipp Hörist authored
Add ad-hoc commands for Groupchats Closes #8819 See merge request gajim/gajim!179
-
Philipp Hörist authored
- Dont create a Tooltip window - Just return the tooltip grid, so we can use it with set_custom()
-