aboutsummaryrefslogtreecommitdiff
path: root/qml
Commit message (Collapse)AuthorAgeFilesLines
* Move accounts model from C++ to QMLlink2xt2020-11-052-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 namelink2xt2020-10-281-1/+1
|
* 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.
* Add info dialog for messageslink2xt2020-10-131-0/+31
|
* Display quotes in different fontlink2xt2020-10-131-1/+13
|
* Add basic quoting supportlink2xt2020-10-121-1/+1
|
* Reduce QML version requirementslink2xt2020-10-066-17/+17
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* ChatlistPage.qml: log errors when loading ChatPagelink2xt2020-10-061-0/+2
|
* AccountsPage: do not set button colorslink2xt2020-10-041-2/+0
|
* Remove unnecessary semicolonlink2xt2020-10-041-1/+1
|
* Initial commitlink2xt2020-10-036-0/+523