lp://staging/~kissiel/checkbox/rework-dialogs-in-converged
- Get this branch:
- bzr branch lp://staging/~kissiel/checkbox/rework-dialogs-in-converged
Branch merges
- Maciej Kisielewski (community): Approve
-
Diff: 635 lines (+119/-110)23 files modifiedcheckbox-touch/checkbox-touch.qml (+16/-16)
checkbox-touch/components/CbtDialog.qml (+4/-4)
checkbox-touch/components/CbtDialogLogic.js (+0/-8)
checkbox-touch/components/CheckboxTouchApplication.qml (+3/-5)
checkbox-touch/components/CommandOutputPage.qml (+1/-1)
checkbox-touch/components/CommentsDialog.qml (+3/-3)
checkbox-touch/components/ConfirmationDialog.qml (+1/-1)
checkbox-touch/components/ConfirmationLogic.js (+0/-27)
checkbox-touch/components/DialogMgr.qml (+68/-0)
checkbox-touch/components/ErrorDialog.qml (+4/-5)
checkbox-touch/components/ErrorLogic.js (+0/-19)
checkbox-touch/components/InputDialog.qml (+3/-3)
checkbox-touch/components/InteractIntroPage.qml (+1/-1)
checkbox-touch/components/ManualIntroPage.qml (+1/-1)
checkbox-touch/components/PasswordDialog.qml (+3/-3)
checkbox-touch/components/QmlConfinedPage.qml (+1/-1)
checkbox-touch/components/QmlNativePage.qml (+1/-1)
checkbox-touch/components/ResumeSessionPage.qml (+1/-2)
checkbox-touch/components/TestPageBody.qml (+1/-1)
checkbox-touch/components/TestVerificationPage.qml (+1/-1)
checkbox-touch/components/UserInteractSummaryPage.qml (+1/-1)
checkbox-touch/components/actions/AddCommentAction.qml (+2/-2)
checkbox-touch/components/actions/SkipAction.qml (+3/-4)
Branch information
Recent revisions
- 4453. By Maciej Kisielewski
-
converged: migrate to DialogMgr
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4452. By Maciej Kisielewski
-
converged: add DialogMgr that replaces pure JS api
When creating components in plain JS (.js) the Component wasn't attached. Doing
the same in a function defined as a part of a QML components does that ok.This patch is a first step to migrate to the latter.
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4451. By Maciej Kisielewski
-
converged: update to Popups 1.3
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4450. By Maciej Kisielewski
-
converged: use consistent naming in dialog i-faces
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4449. By Maciej Kisielewski
-
checkbox-ng: remove InvalidSecureID
Error from checkbox-ng And use the one from plainbox.
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4448. By Maciej Kisielewski
-
checkbox-
ng:checkbox- cli: sort imports Signed-off-by: Maciej Kisielewski <email address hidden>
- 4447. By Maciej Kisielewski
-
move launcher-related classes to plainbox
Reasons:
1) Launchers are designed to be shared between different *box front-ends. So
having them defined in checkbox-ng means any other front-end wanting to use
launchers would have to depend on checkbox-ng.
2) There is nothing in launchers that's related to checkbox-ng.
3) Launchers are kinds of PlainboxConfigsSigned-off-by: Maciej Kisielewski <email address hidden>
- 4446. By Maciej Kisielewski
-
checkbox-ng: use SECURE_ID_PATTERN from plainbox
Instead of defining it locally and using it.
Signed-off-by: Maciej Kisielewski <email address hidden>
- 4445. By Pierre Equoy
-
"automatic merge of lp:~pierre-equoy/checkbox/add-category-fwts-jobs/ by tarmac [r=sylvain-
pineau] [bug=][ author= pierre- equoy]"
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/checkbox