- Mar 05, 2018
-
-
Philipp Hörist authored
This adds a method that returns only a contact if there is an exact match, instead of a contact where only the barejid matches. We need this when we update the Caps of a contact.
-
Philipp Hörist authored
Its later than StanzaMessageOutgoingEvent, this allows encryption Plugins to not return the encrypted payload immediatly. For example encrypting may take some time because a password is needed or the load has to be encrypted in another Thread.
-
Philipp Hörist authored
-
Philipp Hörist authored
This shows corrected messages correctly in groupchat when we receive the messages via MAM
-
Philipp Hörist authored
-
Philipp Hörist authored
-
-
Philipp Hörist authored
1. Check if the message has the muc#user namespace 2. Check if we have this jid already in the DB 3. Last resort disco the jid
-
Philipp Hörist authored
The server sends us carbons if one of our other resources has a conversation in a muc we are not joined. Instead we log the messages silently.
-
Philipp Hörist authored
Fallback must be happening in init_emoticon() instead of PreferencesWindow
-
Philipp Hörist authored
- Use ComboBoxText, its much simpler - Add a dedicated method that returns all available themes - If the configured Theme is not available fallback to font-emoticons
-
Philipp Hörist authored
This gives the server the chance to react accordingly without applying much logic. Also it makes it easier for us to recognize MUC PMs in MAM querys
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8812
-
Philipp Hörist authored
We limit the search to non-groupchat messages because a stanza id is only unique within an archive
-
Philipp Hörist authored
-
Philipp Hörist authored
On some Desktops eg. Mate, the MessageTextview was to big, because the default height seems to be 82. What influences the default height (compare Windows where it is 46), is unclear.
-
Philipp Hörist authored
Fixes #8901
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8907
-
- Makes it better understandable - Fixes a bug where an avatar was drawn in a group row - Fixes not all cells getting the same background color while using a theme
-
- Feb 22, 2018
-
-
André authored
-
- Feb 17, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8901
-
Philipp Hörist authored
Fixes #8902
-
Philipp Hörist authored
Fixes #8894
-
Yann Leboulanger authored
-
- Feb 14, 2018
-
-
Philipp Hörist authored
Avatars are now Surfaces, Gtk.Window has no method yet to add Surfaces as icons. Transforming them back to pixbufs is not viable because pixbufs cant hold the scale information, and we have no way to set it. This was only used with single chat windows, which is a mode that came out of style and is probably not used often anymore. Fixes #8895
-
- Feb 13, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Feb 12, 2018
-
-
Philipp Hörist authored
getTimestamp() generates always a timestring with a resolution of seconds and this means time gets always rounded down. Because we use a resolution of .00000 precision for outgoing messages this can lead to wrongly sorted messages.
-
-
Philipp Hörist authored
Flatpak: bundle plugin installer and use stable branch See merge request !208
-
- Feb 11, 2018