aboutsummaryrefslogtreecommitdiff
path: root/accounts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Accounts.importAccount() with Context.importBackup()link2xt2021-07-041-7/+0
| | | | dc_accounts_import_account() is going to be removed from the core.
* Move database to ~/.configlink2xt2021-03-131-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 QMLlink2xt2020-11-051-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.