Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move database to ~/.config | link2xt | 2021-03-13 | 1 | -1/+3 |
| | | | | | | This has the benefit of using absolute paths, which helps with QML objects that don't accept relative paths, such as MediaPlayer. | ||||
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 1 | -0/+97 |
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. |