- 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()
-
Philipp Hörist authored
-
Philipp Hörist authored
We dont needed anymore
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Dec 22, 2017
-
-
Yann Leboulanger authored
Fixes #8819
-
- Dec 20, 2017
-
-
Philipp Hörist authored
Dialogs: Use get_widget_for_response() to access buttons See merge request gajim/gajim!178
-
Marc Schink authored
- Use xmpps-client SRV records - Use separate host entry per connection type - Replace 'connection_types' with 'allow_plaintext_connection' option
-
- Dec 19, 2017
-
-
Marc Schink authored
The get_action_area() API is deprecated and under some circumstances the wrong button gets accessed.
-
Philipp Hörist authored
Fixes #8810 Also remove mam_start_date migration. mam_start_date didnt exist in Gajim 0.16.x and it doesnt hurt if people who used the dev version download some extra messages. Our deduplication algorithm should take care of it.
-
Philipp Hörist authored
GUI interface: fix resource warning See merge request gajim/gajim!175
-
- Dec 18, 2017
-
-
André authored
-
Yann Leboulanger authored
Zeroconf: fix unexpected keyword argument See merge request gajim/gajim!174
-
Yann Leboulanger authored
Zeroconf: Fix get_own_jid() See merge request gajim/gajim!173
-
André authored
-
Yann Leboulanger authored
-
- Dec 17, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
height() and weidth() is not supported any more
-
Philipp Hörist authored
-
Philipp Hörist authored
Action Button was removed in the last ChatControl redesign
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
Remove incorrect assert See merge request gajim/gajim!171
-
Philipp Hörist authored
We need it later as JID object
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-