aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatlistPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* Use Connections to connect signals in QMLlink2xt2021-03-191-11/+10
|
* Pass context and eventEmitter to ChatPage as propertieslink2xt2021-03-161-1/+1
|
* Pass eventEmitter to ChatlistPage as propertylink2xt2021-03-161-0/+1
|
* Turn ChatPage and ChatlistPage into scrollable pageslink2xt2021-03-021-3/+1
| | | | This removes unnecessary padding between the window boundary and the scrollbar.
* chatlist: move mousearea to avatarlink2xt2021-03-011-31/+29
| | | | This prevents the error about anchors.fill used on layout-managed item.
* chatlist: do not intercept left buttonlink2xt2021-03-011-5/+1
| | | | | | It makes hard to select chat. Something should be done on mobile platforms without RMB later.
* chatlist: pin, unpin, archive and delete chatslink2xt2021-03-011-0/+35
|
* Add Settings pagelink2xt2021-02-281-0/+14
|
* Replace accounts page when account is selectedlink2xt2021-02-271-3/+3
| | | | | Account management should be moved to an overlay or left panel, not available all the time as a first page.
* chatlist: mark context property as requiredlink2xt2021-02-231-1/+1
|
* Mark chat as noticed when selectedlink2xt2021-02-231-0/+8
|
* Vertically center number of fresh messageslink2xt2021-02-221-0/+1
|
* chatlist: set avatar colorlink2xt2021-02-221-0/+1
|
* chatlist: display number of fresh messageslink2xt2021-02-221-1/+7
|
* ChatlistPage: display chat avatarslink2xt2021-02-221-2/+12
|
* chatlist: use text2 in summarieslink2xt2021-02-191-1/+1
|
* Reduce QML version requirementslink2xt2020-10-061-3/+3
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* ChatlistPage.qml: log errors when loading ChatPagelink2xt2020-10-061-0/+2
|
* Initial commitlink2xt2020-10-031-0/+105