- Feb 28, 2018
-
-
Philipp Hörist authored
-
- Feb 26, 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.
-
- Feb 25, 2018
-
-
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
-
- 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
-