- Jul 14, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
So that the window won't grow beyond the display size Fixes #506
-
- Jul 11, 2021
-
-
-
-
Vittorio Monti authored
-
- Jul 07, 2021
-
-
Mohammed Sadiq authored
Otherwise the following request will simply be not performed as the cancellable is now in cancelled state
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Which uses less memory
-
Mohammed Sadiq authored
All we do is to save the error and then delete it, never use.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
I often need this for debugging especially on network failures
-
Mohammed Sadiq authored
If the chat name is updated only when json data is set, the name may not get updated for empty rooms
-
- Jul 06, 2021
-
-
Mohammed Sadiq authored
We were comparing the same values which will always be true
-
Mohammed Sadiq authored
-
-
-
-
JsonObject is not a GObject. Use json_object_unref() to free
-
- Jul 05, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We were freeing the hashtable value but we were not passing a copy of the string, so the same memory location was being freed multiple times. Also clear the memory before freeing because we don't want access token to be in memory after free.
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
We don't want the access token to stay in memory after the application is closed
-
- Jul 03, 2021
-
-
Andy Holmes authored
-
- Jul 02, 2021
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
And remove no longer code
-
Mohammed Sadiq authored
-
-
Let's eventually move network related methods to a separate class so that matrix-api won't be much cluttered as more features are added there.
-
- Jul 01, 2021
-
-
Anders Jonsson authored
-
-
-
-
- Jun 30, 2021
-
-
Yuri Chornoivan authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Instead of blindly emitting 'changed' signal, let it be a property so that if the changes are reverted, the 'modified' property can be unset so that we can handle it appropriately Also adapt to changes in settins-dialog
-