migration: avoid race conditions for account status
Setting an account to migrating is asynchronous. So the status of the account should be checked via dedicated signals and not just at the startup, else the migration view is not shown. Also removing two accounts to migrate wasn't working correctly. Change-Id: I0bb716982ec5fe76aaba3ad4cb6f47b1ef0aa710 GitLab: #1062
Showing
- extras/ci/client-qt-gnulinux/Jenkinsfile 1 addition, 1 deletionextras/ci/client-qt-gnulinux/Jenkinsfile
- src/app/AccountMigrationView.qml 1 addition, 12 deletionssrc/app/AccountMigrationView.qml
- src/app/MainApplicationWindow.qml 20 additions, 9 deletionssrc/app/MainApplicationWindow.qml
- src/app/ViewCoordinator.qml 1 addition, 0 deletionssrc/app/ViewCoordinator.qml
- src/app/constant/JamiQmlUtils.qml 0 additions, 1 deletionsrc/app/constant/JamiQmlUtils.qml
- src/app/currentaccounttomigrate.cpp 63 additions, 33 deletionssrc/app/currentaccounttomigrate.cpp
- src/app/currentaccounttomigrate.h 6 additions, 0 deletionssrc/app/currentaccounttomigrate.h
Please register or sign in to comment