Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QML code style | link2xt | 2021-10-02 | 1 | -52/+57 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | Create event emitter only after creating an account | link2xt | 2021-08-28 | 1 | -2/+3 |
| | | | | Otherwise event emitter will be closed immediately | ||||
* | Create initial account if there are no accounts | link2xt | 2021-08-28 | 1 | -0/+6 |
| | |||||
* | Remove all layers when pressing "Switch account" | link2xt | 2021-07-18 | 1 | -1/+6 |
| | | | | Otherwise clicking "Switch account" multiple times results in multiple layers stacked. | ||||
* | Replace "Start IO" toggle with "Work offline" | link2xt | 2021-07-18 | 1 | -3/+5 |
| | | | | I/O is started by default. | ||||
* | Open selected account when application is started | link2xt | 2021-05-30 | 1 | -0/+10 |
| | |||||
* | Fix a typo in "dcAccounts.stopIo()" | link2xt | 2021-05-18 | 1 | -1/+1 |
| | |||||
* | Remove SplashPage.qml | link2xt | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | Use "system-switch-user" icon for "switch account" action | link2xt | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Switch to 2-page layout | link2xt | 2021-02-27 | 1 | -1/+8 |
| | | | | Account switching is an overlay now. | ||||
* | 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 |