lp://staging/~brendan-donegan/checkbox/plainbox_gui_transplant_redux
Created by
Brendan Donegan
and last modified
- Get this branch:
- bzr branch lp://staging/~brendan-donegan/checkbox/plainbox_gui_transplant_redux
Only
Brendan Donegan
can upload to this branch. If you are
Brendan Donegan
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Checkbox Developers: Pending requested
-
Diff: 12470 lines (+11880/-149)83 files modifiedcheckbox-gui/README.rst (+61/-0)
checkbox-gui/checkbox-gui.pro (+23/-0)
checkbox-gui/checkbox-gui/README.rst (+5/-0)
checkbox-gui/checkbox-gui/WhiteListModelFactory.cpp (+71/-0)
checkbox-gui/checkbox-gui/WhiteListModelFactory.h (+42/-0)
checkbox-gui/checkbox-gui/checkbox-gui.desktop (+12/-0)
checkbox-gui/checkbox-gui/checkbox-gui.pro (+88/-0)
checkbox-gui/checkbox-gui/commandtool.cpp (+15/-0)
checkbox-gui/checkbox-gui/commandtool.h (+40/-0)
checkbox-gui/checkbox-gui/listmodel.cpp (+168/-0)
checkbox-gui/checkbox-gui/listmodel.h (+78/-0)
checkbox-gui/checkbox-gui/main.cpp (+133/-0)
checkbox-gui/checkbox-gui/qml/DemoWarnings.qml (+112/-0)
checkbox-gui/checkbox-gui/qml/DummyListModel.qml (+45/-0)
checkbox-gui/checkbox-gui/qml/LogViewer.qml (+87/-0)
checkbox-gui/checkbox-gui/qml/ManualInteractionDialog.qml (+270/-0)
checkbox-gui/checkbox-gui/qml/Progress.qml (+48/-0)
checkbox-gui/checkbox-gui/qml/ResumeView.qml (+111/-0)
checkbox-gui/checkbox-gui/qml/RunManagerButtons.qml (+96/-0)
checkbox-gui/checkbox-gui/qml/RunManagerListView.qml (+212/-0)
checkbox-gui/checkbox-gui/qml/RunManagerSuiteDelegate.qml (+169/-0)
checkbox-gui/checkbox-gui/qml/RunManagerTestDelegate.qml (+327/-0)
checkbox-gui/checkbox-gui/qml/RunManagerView.qml (+430/-0)
checkbox-gui/checkbox-gui/qml/SubmissionDialog.qml (+117/-0)
checkbox-gui/checkbox-gui/qml/SuiteSelectionDelegate.qml (+77/-0)
checkbox-gui/checkbox-gui/qml/SuiteSelectionView.qml (+142/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionDetails.qml (+110/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionDetailsItems.qml (+63/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionListView.qml (+517/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionSuiteDelegate.qml (+121/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionTestDelegate.qml (+173/-0)
checkbox-gui/checkbox-gui/qml/TestSelectionView.qml (+251/-0)
checkbox-gui/checkbox-gui/qml/WarningDialog.qml (+103/-0)
checkbox-gui/checkbox-gui/qml/WelcomeView.qml (+141/-0)
checkbox-gui/checkbox-gui/qml/WideDialog.qml (+79/-0)
checkbox-gui/checkbox-gui/qml/artwork/details.svg (+68/-0)
checkbox-gui/checkbox-gui/qml/artwork/error.svg (+37/-0)
checkbox-gui/checkbox-gui/qml/artwork/failed.svg (+33/-0)
checkbox-gui/checkbox-gui/qml/artwork/passed.svg (+23/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-articles-grey-hex.svg (+14/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-articles-orange-hex.svg (+14/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-execute-grey-hex.svg (+49/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-execute-obergine-hex.svg (+84/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-fail-red-hex.svg (+73/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-pass-green-hex.svg (+58/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-reexecute-obergine-hex.svg (+84/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-skip-grey-hex.svg (+49/-0)
checkbox-gui/checkbox-gui/qml/artwork/pictogram-skip-orange-hex.svg (+49/-0)
checkbox-gui/checkbox-gui/qml/artwork/rerun.svg (+201/-0)
checkbox-gui/checkbox-gui/qml/artwork/rerunq.svg (+158/-0)
checkbox-gui/checkbox-gui/qml/artwork/skipped.svg (+45/-0)
checkbox-gui/checkbox-gui/qml/artwork/test.txt (+6/-0)
checkbox-gui/checkbox-gui/qml/artwork/userreq.svg (+31/-0)
checkbox-gui/checkbox-gui/qml/checkbox-gui.qml (+93/-0)
checkbox-gui/checkbox-gui/qmldir (+3/-0)
checkbox-gui/checkbox-gui/qtquick2applicationviewer/qtquick2applicationviewer.cpp (+82/-0)
checkbox-gui/checkbox-gui/qtquick2applicationviewer/qtquick2applicationviewer.h (+34/-0)
checkbox-gui/checkbox-gui/qtquick2applicationviewer/qtquick2applicationviewer.pri (+181/-0)
checkbox-gui/checkbox-gui/testitem.cpp (+504/-0)
checkbox-gui/checkbox-gui/testitem.h (+315/-0)
checkbox-gui/checkbox-gui/testitemmodel.cpp (+491/-0)
checkbox-gui/checkbox-gui/testitemmodel.h (+53/-0)
checkbox-gui/checkbox-gui/whitelistitem.cpp (+107/-0)
checkbox-gui/checkbox-gui/whitelistitem.h (+76/-0)
checkbox-gui/gui-engine/JobTreeNode.cpp (+218/-0)
checkbox-gui/gui-engine/JobTreeNode.h (+59/-0)
checkbox-gui/gui-engine/PBJsonUtils.cpp (+71/-0)
checkbox-gui/gui-engine/PBJsonUtils.h (+38/-0)
checkbox-gui/gui-engine/PBNames.h (+68/-0)
checkbox-gui/gui-engine/PBTreeNode.cpp (+463/-0)
checkbox-gui/gui-engine/PBTreeNode.h (+120/-0)
checkbox-gui/gui-engine/PBTypes.h (+81/-0)
checkbox-gui/gui-engine/README.rst (+6/-0)
checkbox-gui/gui-engine/gui-engine.cpp (+2551/-0)
checkbox-gui/gui-engine/gui-engine.h (+427/-0)
checkbox-gui/gui-engine/gui-engine.pro (+50/-0)
checkbox-gui/requirements/deb-gui.txt (+2/-0)
checkbox-gui/requirements/repo-gui.txt (+3/-0)
checkbox-gui/test-gui-engine/README.rst (+8/-0)
checkbox-gui/test-gui-engine/test-gui-engine.cpp (+93/-0)
checkbox-gui/test-gui-engine/test-gui-engine.h (+36/-0)
checkbox-gui/test-gui-engine/test-gui-engine.pro (+34/-0)
test-in-vagrant.sh (+0/-149)
Branch information
Recent revisions
- 2551. By Brendan Donegan
-
Remove offline-tarballs, providers-1 and data directories, plus test-in-vagrant.sh
- 2548. By Zygmunt Krynicki
-
"automatic merge by tarmac [r=sylvain-pineau][bug=1252359][author=
zkrynicki] " - 2547. By Sylvain Pineau
-
"automatic merge by tarmac [r=zkrynicki][bug=1258477][author=
sylvain- pineau] "
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/checkbox