Merge lp://staging/~zsombi/ubuntu-ui-toolkit/50-custom-delegates into lp://staging/~zsombi/ubuntu-ui-toolkit/listitem-master
Proposed by
Zsombor Egri
Status: | Merged |
---|---|
Approved by: | Tim Peeters |
Approved revision: | 1291 |
Merged at revision: | 1275 |
Proposed branch: | lp://staging/~zsombi/ubuntu-ui-toolkit/50-custom-delegates |
Merge into: | lp://staging/~zsombi/ubuntu-ui-toolkit/listitem-master |
Prerequisite: | lp://staging/~zsombi/ubuntu-ui-toolkit/45-selected-option-rebinds |
Diff against target: |
215 lines (+107/-7) 6 files modified
modules/Ubuntu/Components/Themes/Ambiance/ListItemPanel.qml (+3/-1) modules/Ubuntu/Components/plugin/uclistitem.cpp (+1/-1) modules/Ubuntu/Components/plugin/uclistitemactions.cpp (+63/-4) modules/Ubuntu/Components/plugin/uclistitemactionsattached.cpp (+1/-1) tests/resources/listitems/ListItemTest.qml (+16/-0) tests/unit_x11/tst_components/tst_listitem.qml (+23/-0) |
To merge this branch: | bzr merge lp://staging/~zsombi/ubuntu-ui-toolkit/50-custom-delegates |
Related bugs: | |
Related blueprints: |
SDK: Design a new ListItem and layouts
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tim Peeters | Approve | ||
Review via email: mp+235170@code.staging.launchpad.net |
Commit message
Introducing custom delegates.
Description of the change
Introducing custom delegates.
To post a comment you must log in.
58 + * The delegate height is set automatically by the panel item, and the width value
59 + * is clamped between height and the maximum width of the list item divided by the
60 + * number of actions in the list.
, and the width must be specified but will be clamped between....