Merge lp://staging/~zsombi/ubuntu-ui-toolkit/35-options-panel-swipe into lp://staging/~bzoltan/ubuntu-ui-toolkit/new_list_item
Proposed by
Zsombor Egri
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~zsombi/ubuntu-ui-toolkit/35-options-panel-swipe |
Merge into: | lp://staging/~bzoltan/ubuntu-ui-toolkit/new_list_item |
Prerequisite: | lp://staging/~zsombi/ubuntu-ui-toolkit/30-options |
Diff against target: |
1076 lines (+669/-14) 16 files modified
modules/Ubuntu/Components/ListItemPanel.qml (+53/-0) modules/Ubuntu/Components/plugin/plugin.pro (+4/-2) modules/Ubuntu/Components/plugin/propertychange_p.cpp (+76/-0) modules/Ubuntu/Components/plugin/propertychange_p.h (+39/-0) modules/Ubuntu/Components/plugin/uclistitem.cpp (+235/-10) modules/Ubuntu/Components/plugin/uclistitem.h (+3/-0) modules/Ubuntu/Components/plugin/uclistitem_p.h (+15/-0) modules/Ubuntu/Components/plugin/uclistitemoptions.cpp (+80/-0) modules/Ubuntu/Components/plugin/uclistitemoptions_p.h (+11/-2) modules/Ubuntu/Components/qmldir (+1/-0) tests/resources/listitems/ListItemTest.qml (+9/-0) tests/unit/tst_performance/ListItemWithInlineOptionsList.qml (+39/-0) tests/unit/tst_performance/ListItemWithOptionsList.qml (+6/-0) tests/unit/tst_performance/tst_performance.cpp (+1/-0) tests/unit/tst_performance/tst_performance.pro (+1/-0) tests/unit_x11/tst_components/tst_listitem.qml (+96/-0) |
To merge this branch: | bzr merge lp://staging/~zsombi/ubuntu-ui-toolkit/35-options-panel-swipe |
Related bugs: | |
Related blueprints: |
SDK: Design a new ListItem and layouts
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu SDK team | Pending | ||
Review via email: mp+234633@code.staging.launchpad.net |
Commit message
ListItemOptions swipe implementation. Uses an empty panel item of a fix size to test swiping.
To post a comment you must log in.
Unmerged revisions
- 1311. By Zsombor Egri
-
review comments applied
- 1310. By Zsombor Egri
-
prereq sync
- 1309. By Zsombor Egri
-
prereq sync
- 1308. By Zsombor Egri
-
prereq sync
- 1307. By Zsombor Egri
-
method name fixed
- 1306. By Zsombor Egri
-
prereq sync
- 1305. By Zsombor Egri
-
prereq sync
- 1304. By Zsombor Egri
-
fixing tests to comply with prereq changes
- 1303. By Zsombor Egri
-
test fix
- 1302. By Zsombor Egri
-
prereq sync