Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QML code style | link2xt | 2021-10-02 | 1 | -55/+61 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | AccountsPage: use AbstractListItem for accounts | link2xt | 2021-08-22 | 1 | -29/+30 |
| | |||||
* | Replace Accounts.importAccount() with Context.importBackup() | link2xt | 2021-07-04 | 1 | -28/+0 |
| | | | | dc_accounts_import_account() is going to be removed from the core. | ||||
* | Pass eventEmitter to ChatlistPage as property | link2xt | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | ConfigurePage: add progress bar | link2xt | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | Switch to 2-page layout | link2xt | 2021-02-27 | 1 | -0/+1 |
| | | | | Account switching is an overlay now. | ||||
* | Replace accounts page when account is selected | link2xt | 2021-02-27 | 1 | -2/+2 |
| | | | | | Account management should be moved to an overlay or left panel, not available all the time as a first page. | ||||
* | Update QtQuick.Dialogs to 1.3 | link2xt | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | Set FileDialog folder to home | link2xt | 2021-02-25 | 1 | -0/+1 |
| | |||||
* | Start configuration when "Login" is clicked | link2xt | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Do not set button width | link2xt | 2020-11-05 | 1 | -2/+0 |
| | |||||
* | Display account addresses on accounts page | link2xt | 2020-11-05 | 1 | -3/+27 |
| | |||||
* | Move accounts model from C++ to QML | link2xt | 2020-11-05 | 1 | -5/+28 |
| | | | | | | | 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. | ||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -3/+3 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | AccountsPage: do not set button colors | link2xt | 2020-10-04 | 1 | -2/+0 |
| | |||||
* | Remove unnecessary semicolon | link2xt | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+90 |