Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to archived chats when archived chat link is clicked | link2xt | 2021-06-06 | 1 | -1/+3 |
| | | | | There is currently no way to switch back, a workaround is to switch account. | ||||
* | Do not select any chat by default | link2xt | 2021-06-06 | 1 | -0/+1 |
| | |||||
* | Make it possible to get a list of archived chats | link2xt | 2021-06-06 | 1 | -1/+3 |
| | |||||
* | Set pageStack as the parent of dynamically created components | link2xt | 2021-05-22 | 1 | -2/+2 |
| | | | | It fixes segmentation fault when application window is closed. | ||||
* | Log if Settings page can't be opened | link2xt | 2021-05-18 | 1 | -0/+2 |
| | |||||
* | Do not open special chats from the chatlist | link2xt | 2021-05-16 | 1 | -17/+28 |
| | | | | | | Archive chat and contact request chatlist items should be treated differently. While they are not implemented, selecting them is a no-op. | ||||
* | Redo chatlist items based on AbstractListItem | link2xt | 2021-05-16 | 1 | -38/+62 |
| | | | | | | BasicListItem is not flexible enough to style avatars properly. Now all avatars are of the same size. | ||||
* | Use Connections to connect signals in QML | link2xt | 2021-03-19 | 1 | -11/+10 |
| | |||||
* | Pass context and eventEmitter to ChatPage as properties | link2xt | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | Pass eventEmitter to ChatlistPage as property | link2xt | 2021-03-16 | 1 | -0/+1 |
| | |||||
* | Turn ChatPage and ChatlistPage into scrollable pages | link2xt | 2021-03-02 | 1 | -3/+1 |
| | | | | This removes unnecessary padding between the window boundary and the scrollbar. | ||||
* | chatlist: move mousearea to avatar | link2xt | 2021-03-01 | 1 | -31/+29 |
| | | | | This prevents the error about anchors.fill used on layout-managed item. | ||||
* | chatlist: do not intercept left button | link2xt | 2021-03-01 | 1 | -5/+1 |
| | | | | | | It makes hard to select chat. Something should be done on mobile platforms without RMB later. | ||||
* | chatlist: pin, unpin, archive and delete chats | link2xt | 2021-03-01 | 1 | -0/+35 |
| | |||||
* | Add Settings page | link2xt | 2021-02-28 | 1 | -0/+14 |
| | |||||
* | Replace accounts page when account is selected | link2xt | 2021-02-27 | 1 | -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 required | link2xt | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Mark chat as noticed when selected | link2xt | 2021-02-23 | 1 | -0/+8 |
| | |||||
* | Vertically center number of fresh messages | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | chatlist: set avatar color | link2xt | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | chatlist: display number of fresh messages | link2xt | 2021-02-22 | 1 | -1/+7 |
| | |||||
* | ChatlistPage: display chat avatars | link2xt | 2021-02-22 | 1 | -2/+12 |
| | |||||
* | chatlist: use text2 in summaries | link2xt | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -3/+3 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | ChatlistPage.qml: log errors when loading ChatPage | link2xt | 2020-10-06 | 1 | -0/+2 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+105 |