Need preset layouts for the new ListItem
Bug #1462373 reported by
Cris Dywan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-settings (Ubuntu) |
Incomplete
|
Low
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
High
|
Andrea Bernabei |
Bug Description
We need preset layouts for the new ListItem
Related branches
lp://staging/~faenil/ubuntu-ui-toolkit/listItem_slotsLayout
- PS Jenkins bot: Approve (continuous-integration)
- Zsombor Egri: Approve
-
Diff: 4291 lines (+3949/-41)30 files modifiedcomponents.api (+23/-0)
examples/ubuntu-ui-toolkit-gallery/ListItemLayouts.qml (+267/-0)
examples/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml (+5/-9)
examples/ubuntu-ui-toolkit-gallery/NewListItems.qml (+19/-19)
examples/ubuntu-ui-toolkit-gallery/WidgetsModel.qml (+10/-5)
src/Ubuntu/Components/1.3/ProgressionSlot.qml (+59/-0)
src/Ubuntu/Components/ComponentModule.pro (+2/-3)
src/Ubuntu/Components/plugin/plugin.cpp (+6/-0)
src/Ubuntu/Components/plugin/plugin.pri (+9/-2)
src/Ubuntu/Components/plugin/privates/threelabelsslot_p.cpp (+223/-0)
src/Ubuntu/Components/plugin/privates/threelabelsslot_p.h (+76/-0)
src/Ubuntu/Components/plugin/uclistitemlayout.cpp (+275/-0)
src/Ubuntu/Components/plugin/uclistitemlayout.h (+42/-0)
src/Ubuntu/Components/plugin/ucslotslayout.cpp (+1296/-0)
src/Ubuntu/Components/plugin/ucslotslayout.h (+154/-0)
src/Ubuntu/Components/plugin/ucslotslayout_p.h (+149/-0)
src/Ubuntu/Components/qmldir (+1/-0)
tests/unit/tst_performance/ListItemWithInlineActionsAndFourContainersList.qml (+66/-0)
tests/unit/tst_performance/ListItemWithInlineActionsAndFourMouseAreas.qml (+66/-0)
tests/unit/tst_performance/ListOfCustomListItemLayouts.qml (+94/-0)
tests/unit/tst_performance/ListOfEmptyListItemLayout.qml (+32/-0)
tests/unit/tst_performance/ListOfEmptyListItemLayout_withProgression.qml (+32/-0)
tests/unit/tst_performance/ListOfHardcodedFourContainersLayout.qml (+32/-0)
tests/unit/tst_performance/ListOfHardcodedFourContainersLayout_withItems.qml (+34/-0)
tests/unit/tst_performance/ListOfListItemLayout_complex1.qml (+36/-0)
tests/unit/tst_performance/ListOfListItemLayout_complex2.qml (+50/-0)
tests/unit/tst_performance/ListOfListItemLayout_labelsOnly.qml (+33/-0)
tests/unit/tst_performance/tst_performance.cpp (+10/-2)
tests/unit/tst_performance/tst_performance.pro (+9/-1)
tests/unit_x11/tst_components/tst_slotslayout.qml (+839/-0)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
To post a comment you must log in.
why sort of settings do you see as needed there?