Merge lp://staging/~3v1n0/qmenumodel/variant-string-parser into lp://staging/qmenumodel
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Approved by: | Michael Zanetti |
Approved revision: | 141 |
Merged at revision: | 122 |
Proposed branch: | lp://staging/~3v1n0/qmenumodel/variant-string-parser |
Merge into: | lp://staging/qmenumodel |
Diff against target: |
771 lines (+318/-128) 13 files modified
debian/changelog (+6/-0) libqmenumodel/src/converter.cpp (+30/-0) libqmenumodel/src/converter.h (+2/-0) libqmenumodel/src/qdbusobject.cpp (+0/-1) libqmenumodel/src/qstateaction.cpp (+20/-0) libqmenumodel/src/qstateaction.h (+2/-0) libqmenumodel/src/unitymenumodel.cpp (+16/-2) libqmenumodel/src/unitymenumodel.h (+2/-0) tests/client/actiongrouptest.cpp (+59/-50) tests/client/cachetest.cpp (+0/-5) tests/client/convertertest.cpp (+181/-60) tests/client/modelsignalstest.cpp (+0/-5) tests/client/treetest.cpp (+0/-5) |
To merge this branch: | bzr merge lp://staging/~3v1n0/qmenumodel/variant-string-parser |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nick Dedekind (community) | Needs Information | ||
Lukáš Tinkl (community) | Approve | ||
Review via email: mp+308529@code.staging.launchpad.net |
Commit message
UnityMenuModel add support for activating and changing state with a variant string parameter
And support LongLong and ULongLong variants, this allows to use typed values from QML, such as:
menuModel.
menuModel.
Or any other more complex string as supported by GVariant [1]
[1] https:/
To post a comment you must log in.
One of the tests is failing:
7/9 Test #5: qmltest ....... ....... ....... .....** *Failed 2.61 sec
Where is CI? :S