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) |
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