- Dec 19, 2017
-
-
Marc Schink authored
The get_action_area() API is deprecated and under some circumstances the wrong button gets accessed.
-
- Dec 18, 2017
-
-
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
-
Philipp Hörist authored
This field was added but never used This does not remove the columns from the DB, but doesnt add them in new migrations.
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8806
-
Philipp Hörist authored
-
- Dec 16, 2017
-
-
Philipp Hörist authored
-
Apromixately authored
When a ping reply is received there is probably a connection. Anyway, the last ping might have been lost and the ids might not match up.
-
- Dec 15, 2017
-
-
Yann Leboulanger authored
-
Philipp Hörist authored
The new Placeholder text inside MessageTextView was causing many buffer changed events. - Add a method that lets us know if there is user input - Add logging
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fix xmpp: URI handling. See merge request gajim/gajim!170
-
Yann Leboulanger authored
Remove gajim-remote.desktop and fix gajim.desktop See merge request gajim/gajim!169
-
Emmanuel Gil Peyrot authored
It was previously removing the first three characters of the JID, and ignored any URI without an action.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- Dec 14, 2017
-
-
Philipp Hörist authored
-
- Dec 13, 2017
-
-
Yann Leboulanger authored
Remove support for AWN See merge request gajim/gajim!168
-
Emmanuel Gil Peyrot authored
-
Yann Leboulanger authored
Port logind_listener to GTK dbus See merge request gajim/gajim!167
-
- Dec 11, 2017
-
-
Yann Leboulanger authored
connected before connection broke
-
- Dec 10, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Using a callback to display a sent message inside the ChatControl means that all messages we send have to be issued from the GUI layer (send_message()) if we want them to display in the ChatControl. This replaces the callback and catches the stanza-message-outgoing event after it was processed by the core. This is easier to read/understand than dealing with callbacks and lets the core issue messages without having to care if a ChatControl is open or not
-
- Dec 09, 2017
-
-
André authored
-