Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return null from DcAccounts::getSelectedAccount if there are no accounts | link2xt | 2021-08-28 | 1 | -2/+5 |
| | |||||
* | Replace Accounts.importAccount() with Context.importBackup() | link2xt | 2021-07-04 | 1 | -7/+0 |
| | | | | dc_accounts_import_account() is going to be removed from the core. | ||||
* | 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. |