- Mar 05, 2018
-
-
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 gajim/gajim!208
-
- Feb 11, 2018
- Feb 08, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- use SendAndCallForResponse instead of triggering an Event - validate iq result even more, it didnt print iq errors before
-
Philipp Hörist authored
Add navigation for chat history See merge request !202
-