Merge lp://staging/~brendan-donegan/ubuntu/trusty/checkbox/ffe_ui_custom_transport_ubuntu into lp://staging/ubuntu/trusty/checkbox
Proposed by
Brendan Donegan
Status: | Merged |
---|---|
Merged at revision: | 1994 |
Proposed branch: | lp://staging/~brendan-donegan/ubuntu/trusty/checkbox/ffe_ui_custom_transport_ubuntu |
Merge into: | lp://staging/ubuntu/trusty/checkbox |
Diff against target: |
933 lines (+363/-203) 15 files modified
checkbox-gui/checkbox-gui/WhiteListModelFactory.cpp (+10/-9) checkbox-gui/checkbox-gui/WhiteListModelFactory.h (+1/-1) checkbox-gui/checkbox-gui/checkbox-gui.pro (+2/-2) checkbox-gui/checkbox-gui/commandtool.cpp (+0/-15) checkbox-gui/checkbox-gui/commandtool.h (+0/-40) checkbox-gui/checkbox-gui/main.cpp (+10/-14) checkbox-gui/checkbox-gui/qml/SubmissionDialog.qml (+83/-8) checkbox-gui/checkbox-gui/qml/SuiteSelectionView.qml (+0/-3) checkbox-gui/checkbox-gui/qml/WelcomeView.qml (+4/-16) checkbox-gui/checkbox-gui/settings.cpp (+26/-0) checkbox-gui/checkbox-gui/settings.h (+24/-0) checkbox-gui/checkbox-gui/testitemmodel.cpp (+1/-1) checkbox-gui/gui-engine/gui-engine.cpp (+171/-88) checkbox-gui/gui-engine/gui-engine.h (+20/-6) debian/changelog (+11/-0) |
To merge this branch: | bzr merge lp://staging/~brendan-donegan/ubuntu/trusty/checkbox/ffe_ui_custom_transport_ubuntu |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zygmunt Krynicki (community) | Approve | ||
Ubuntu branches | Pending | ||
Review via email: mp+214603@code.staging.launchpad.net |
To post a comment you must log in.
I can handle merging this into lp:ubuntu/checkbox. Brendan's code looks OK, although some of the changes for bug 1303849 are a bit extensive, they are not out of scope for the feature described in the bug, and it's arguably riskier to completely refactor that already-tested code into something new.
The packages build and install fine and the client even runs without problems, the only issue I saw was that a "launchpad transport" isn't available, as Brendan mentioned this depends on some plainbox and checkbox-ng packages that need to be synced from debian.
Once those packages are synced and (more importantly) the freeze exceptions are reviewed and hopefully accepted, I'm ready to merge and upload this into lp:ubuntu/checkbox.