- 04 Nov, 2021 1 commit
-
-
Sebastian Krzyszkowiak authored
This reverts commit 642fa7ab.
-
- 03 Nov, 2021 9 commits
-
-
Yuri Chornoivan authored
-
The user message archiving default retrieved from the server should be maintained and not overridden.
-
Mohammed Sadiq authored
Opening chat on pressing Enter key is much easier when navigating with keyboard Fixes #329
-
Mohammed Sadiq authored
Opening chat on pressing Enter key is much easier when navigating with keyboard Fixes #329
-
Mohammed Sadiq authored
Fixes #467
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
Allow focusing widgets so that Tab navigation with keyboard works
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 02 Nov, 2021 15 commits
-
-
Mohammed Sadiq authored
So that the name matches what it does
-
Mohammed Sadiq authored
So that it’s more understandable
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
If chatty window started in non-folded mode, the opened chat was never selected as the selection mode was not set in that case
-
Mohammed Sadiq authored
In non folded mode, the selection were not updated on search change.
-
Mohammed Sadiq authored
Fixes #549
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
As it's no longer used outside chatty-purple
-
Mohammed Sadiq authored
So that we can remove more purple specific code from chatty-window
-
Mohammed Sadiq authored
the UI may ask to load the history as soon as the item is added to the list, which may result in criticals (and history won’t be loaded)
-
Mohammed Sadiq authored
This was hit once in my testing. Let’s return with warning instead of a crash
-
Mohammed Sadiq authored
It’s not required here as it will be set appropriately after the chat is open below
-
Mohammed Sadiq authored
The chat may not yet be ready (eg: pp-chat has be initialized when used for the first time). This will be set when the chat is opened
-
Mohammed Sadiq authored
We only support ChattyChat items in window chat list
-
- 01 Nov, 2021 5 commits
-
-
Mohammed Sadiq authored
The back button is shown only in folded mode, and in that case, the row is not selectable, and so deselecting an item here does nothing
-
Mohammed Sadiq authored
translatable strings shouldn’t be created by simply joining two strings (which won’t work for some languages).
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
The filters are ready only in constructed(). So don't update the protocols (which uses filter values) in init()
-
- 31 Oct, 2021 1 commit
-
-
Vittorio Monti authored
-
- 30 Oct, 2021 9 commits
-
-
Anders Jonsson authored
-
Mohammed Sadiq authored
Remove unused headers and add where it requires
-
Mohammed Sadiq authored
The account shall never be an MaChat
-
Mohammed Sadiq authored
So as to avoid some criticals
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
This can help avoid issues appearing when the window gets too small
-
Mohammed Sadiq authored
-
So that they are re-sorted in the order of time Fixes #601
-
-