aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove SplashPage.qmllink2xt2021-03-061-1/+1
|
* Use "system-switch-user" icon for "switch account" actionlink2xt2021-02-271-1/+1
|
* Switch to 2-page layoutlink2xt2021-02-271-1/+8
| | | | Account switching is an overlay now.
* Move accounts model from C++ to QMLlink2xt2020-11-051-7/+7
| | | | | | | 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.
* Stop I/O when application is closedlink2xt2020-10-281-0/+5
|
* main.qml: remove useless onClosinglink2xt2020-10-271-6/+0
|
* Fix quitting the applicationlink2xt2020-10-271-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.
* Reduce QML version requirementslink2xt2020-10-061-2/+2
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* Initial commitlink2xt2020-10-031-0/+58