Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 1 | -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 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. | ||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -2/+2 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+58 |