- Oct 13, 2021
-
-
Anders Jonsson authored
-
Mohammed Sadiq authored
We are not supposed to change the visiblity of internal children of any widget. So let's change the scroll policy of scrolled-window. This is still required because when vscroll policy is set to automatic, a minimum height is set (for the scroll bar) which is more than the height we require.
-
This also helps removing various hacks used to show that the chat is encrypted.
-
Designed by Tobias Bernard
-
-
Also use the provided APIs to create temporary files
-
-
- Oct 12, 2021
-
-
Anders Jonsson authored
-
The detailed logs results in too big lines. So let's have APIs for both detailed and non-detailed, and default to non-detailed.
-
-
Be less verbose
-
-
-
Also adapt to use chatty-purple since purple accounts are now handled in chatty-purple
-
Split (almost) all purple related code from chatty-manager and move it to a new class, so that it's easy to maintain.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
So that when mm-account is finalized, the variable is cleared
-
-
-
- Oct 11, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
mm_modem_get_own_numbers() returns a NULL terminated array of strings. Handle it appropriately
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
So that we can destroy it only when finalizing
-
-
-
-
-
- Oct 10, 2021
-
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Chris Talbot authored
-
Mohammed Sadiq authored
When the chat is open from notification, the window may not have focus when the chat view is open and thus the unread count won't be updated as it's updated only if window has focus. So hook to "has-toplevel-property" property and update unread count for the active chat Fixes #594
-