aboutsummaryrefslogtreecommitdiff
path: root/qml/AccountsPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* ConfigurePage: add progress barlink2xt2021-03-141-1/+1
|
* Switch to 2-page layoutlink2xt2021-02-271-0/+1
| | | | Account switching is an overlay now.
* Replace accounts page when account is selectedlink2xt2021-02-271-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.3link2xt2021-02-251-1/+1
|
* Set FileDialog folder to homelink2xt2021-02-251-0/+1
|
* Start configuration when "Login" is clickedlink2xt2021-02-201-1/+1
|
* Do not set button widthlink2xt2020-11-051-2/+0
|
* Display account addresses on accounts pagelink2xt2020-11-051-3/+27
|
* Move accounts model from C++ to QMLlink2xt2020-11-051-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 requirementslink2xt2020-10-061-3/+3
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* AccountsPage: do not set button colorslink2xt2020-10-041-2/+0
|
* Remove unnecessary semicolonlink2xt2020-10-041-1/+1
|
* Initial commitlink2xt2020-10-031-0/+90