Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use "system-switch-user" icon for "switch account" action | link2xt | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | ChatPage.qml: make chatId a required property | link2xt | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | Switch to 2-page layout | link2xt | 2021-02-27 | 3 | -1/+17 | |
| | | | | Account switching is an overlay now. | |||||
* | Replace accounts page when account is selected | link2xt | 2021-02-27 | 2 | -5/+5 | |
| | | | | | Account management should be moved to an overlay or left panel, not available all the time as a first page. | |||||
* | Update QtQuick.Dialogs to 1.3 | link2xt | 2021-02-25 | 1 | -1/+1 | |
| | ||||||
* | Set FileDialog folder to home | link2xt | 2021-02-25 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add context menu item to accept contact requests | link2xt | 2021-02-22 | 1 | -0/+4 | |
| | ||||||
* | Start configuration when "Login" is clicked | link2xt | 2021-02-20 | 2 | -1/+9 | |
| | ||||||
* | chatlist: use text2 in summaries | link2xt | 2021-02-19 | 1 | -1/+1 | |
| | ||||||
* | Use dc_msg_get_override_sender_name() | link2xt | 2021-02-15 | 1 | -2/+7 | |
| | ||||||
* | Do not set button width | link2xt | 2020-11-05 | 1 | -2/+0 | |
| | ||||||
* | Display account addresses on accounts page | link2xt | 2020-11-05 | 1 | -3/+27 | |
| | ||||||
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 2 | -12/+35 | |
| | | | | | | | C++ models are not well documented and it is easier to manage the model in QML. Now all QObjects are thin wrappers around Delta Chat core structures. | |||||
* | ChatPage: fix displayed chat name | link2xt | 2020-10-28 | 1 | -1/+1 | |
| | ||||||
* | Stop I/O when application is closed | link2xt | 2020-10-28 | 1 | -0/+5 | |
| | ||||||
* | main.qml: remove useless onClosing | link2xt | 2020-10-27 | 1 | -6/+0 | |
| | ||||||
* | Fix quitting the application | link2xt | 2020-10-27 | 1 | -1/+0 | |
| | | | | | | | | Event emitter should only be freed when it emits NULL. Previously dc_accounts_event_emitter_unref() was called earlier then needed, causing use-after-free. As a result, the application got stuck waiting for event emitter thread to finish. | |||||
* | Add info dialog for messages | link2xt | 2020-10-13 | 1 | -0/+31 | |
| | ||||||
* | Display quotes in different font | link2xt | 2020-10-13 | 1 | -1/+13 | |
| | ||||||
* | Add basic quoting support | link2xt | 2020-10-12 | 1 | -1/+1 | |
| | ||||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 6 | -17/+17 | |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | |||||
* | ChatlistPage.qml: log errors when loading ChatPage | link2xt | 2020-10-06 | 1 | -0/+2 | |
| | ||||||
* | AccountsPage: do not set button colors | link2xt | 2020-10-04 | 1 | -2/+0 | |
| | ||||||
* | Remove unnecessary semicolon | link2xt | 2020-10-04 | 1 | -1/+1 | |
| | ||||||
* | Initial commit | link2xt | 2020-10-03 | 6 | -0/+523 | |