- Feb 22, 2018
-
-
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.
-
- Feb 21, 2018
-
-
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
-
- Feb 20, 2018
-
-
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.
-
- Feb 19, 2018
-
-
Philipp Hörist authored
Fixes #8901
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8907
-
- Feb 18, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- 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 17, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Feb 16, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8901
-
Philipp Hörist authored
Fixes #8902
-
- Feb 14, 2018
-
-
Philipp Hörist authored
Fixes #8894
-
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
Delete some already ported methods
-
- Feb 12, 2018
-
-
Philipp Hörist authored
- use `with` statement and open() instead of os.open() - execute run() on dialog, otherwise sys.exit() is called immediatly
-
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.
-
Link Mauve authored
-
Philipp Hörist authored
Flatpak: bundle plugin installer See merge request gajim/gajim!207
-
- Feb 11, 2018
-
-
Philipp Hörist authored
-
André authored
-
André authored
-
- Feb 10, 2018
-
-
Philipp Hörist authored
-
- Feb 08, 2018
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-