Merge lp:~zsombi/ubuntu-ui-toolkit/stylename into lp:ubuntu-ui-toolkit/staging
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Zsombor Egri on 2015-05-29 | ||||
| Approved revision: | 1526 | ||||
| Merged at revision: | 1521 | ||||
| Proposed branch: | lp:~zsombi/ubuntu-ui-toolkit/stylename | ||||
| Merge into: | lp:ubuntu-ui-toolkit/staging | ||||
| Diff against target: |
1494 lines (+409/-171) 58 files modified
components.api (+1/-1) documentation/ubuntu-theming.qdoc (+13/-7) modules/Ubuntu/Components/1.1/Button.qml (+1/-1) modules/Ubuntu/Components/1.3/ActionBar.qml (+1/-1) modules/Ubuntu/Components/1.3/ActivityIndicator.qml (+1/-1) modules/Ubuntu/Components/1.3/AppHeader.qml (+1/-2) modules/Ubuntu/Components/1.3/Button.qml (+1/-1) modules/Ubuntu/Components/1.3/CheckBox.qml (+1/-1) modules/Ubuntu/Components/1.3/ComboButton.qml (+1/-1) modules/Ubuntu/Components/1.3/MainViewBase.qml (+1/-1) modules/Ubuntu/Components/1.3/OptionSelector.qml (+1/-1) modules/Ubuntu/Components/1.3/ProgressBar.qml (+1/-1) modules/Ubuntu/Components/1.3/PullToRefresh.qml (+1/-1) modules/Ubuntu/Components/1.3/Scrollbar.qml (+1/-1) modules/Ubuntu/Components/1.3/Slider.qml (+1/-1) modules/Ubuntu/Components/1.3/Switch.qml (+1/-1) modules/Ubuntu/Components/1.3/TabBar.qml (+1/-1) modules/Ubuntu/Components/1.3/TextArea.qml (+1/-1) modules/Ubuntu/Components/1.3/TextCursor.qml (+1/-1) modules/Ubuntu/Components/1.3/TextField.qml (+1/-1) modules/Ubuntu/Components/1.3/TextInputPopover.qml (+1/-1) modules/Ubuntu/Components/1.3/Toolbar.qml (+1/-1) modules/Ubuntu/Components/1.3/ToolbarButton.qml (+1/-1) modules/Ubuntu/Components/ListItems/1.3/ItemSelector.qml (+1/-1) modules/Ubuntu/Components/ListItems/1.3/ProgressionVisual.qml (+1/-1) modules/Ubuntu/Components/Pickers/1.3/DatePicker.qml (+1/-1) modules/Ubuntu/Components/Pickers/1.3/Dialer.qml (+1/-1) modules/Ubuntu/Components/Pickers/1.3/DialerHand.qml (+1/-1) modules/Ubuntu/Components/Pickers/1.3/Picker.qml (+1/-1) modules/Ubuntu/Components/Pickers/1.3/PickerDelegate.qml (+1/-1) modules/Ubuntu/Components/Popups/1.3/Dialog.qml (+1/-1) modules/Ubuntu/Components/Popups/1.3/Popover.qml (+1/-1) modules/Ubuntu/Components/Popups/1.3/SheetBase.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml (+1/-1) modules/Ubuntu/Components/plugin/plugin.cpp (+1/-0) modules/Ubuntu/Components/plugin/uclistitem.cpp (+21/-29) modules/Ubuntu/Components/plugin/uclistitem_p.h (+1/-2) modules/Ubuntu/Components/plugin/ucstyleditembase.cpp (+125/-34) modules/Ubuntu/Components/plugin/ucstyleditembase.h (+4/-1) modules/Ubuntu/Components/plugin/ucstyleditembase_p.h (+8/-9) modules/Ubuntu/Components/plugin/uctheme.cpp (+16/-14) modules/Ubuntu/Components/plugin/uctheme.h (+1/-2) tests/resources/navigation/tabs.qml (+2/-2) tests/unit/tst_performance/PaletteConfigurationAllColors.qml (+1/-1) tests/unit/tst_performance/PaletteConfigurationOneColor.qml (+1/-1) tests/unit_x11/tst_subtheming/DeprecatedTheme.qml (+1/-1) tests/unit_x11/tst_subtheming/SimpleItem.qml (+2/-6) tests/unit_x11/tst_subtheming/StyleKept.qml (+43/-0) tests/unit_x11/tst_subtheming/StyleOverride.qml (+46/-0) tests/unit_x11/tst_subtheming/StyledItemAppThemeFallback.qml (+1/-1) tests/unit_x11/tst_subtheming/StyledItemAppThemeVersioned.qml (+1/-1) tests/unit_x11/tst_subtheming/StyledItemFallback.qml (+1/-1) tests/unit_x11/tst_subtheming/StyledItemV12.qml (+1/-1) tests/unit_x11/tst_subtheming/StyledItemV13.qml (+1/-1) tests/unit_x11/tst_subtheming/themes/TestModule/TestTheme/1.2/TestStyle.qml (+1/-0) tests/unit_x11/tst_subtheming/themes/TestModule/TestTheme/1.3/TestStyle.qml (+1/-0) tests/unit_x11/tst_subtheming/tst_subtheming.cpp (+80/-22) tests/unit_x11/tst_subtheming/tst_subtheming.pro (+3/-1) |
||||
| To merge this branch: | bzr merge lp:~zsombi/ubuntu-ui-toolkit/stylename | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-05-29 | |
| Christian Dywan | 2015-05-22 | Approve on 2015-05-26 | |
|
Review via email:
|
|||
Commit Message
Remove ThemeSettings.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1525
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1526
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://

37 - * style: theme.createSty leComponent( "ButtonStyle. qml", button)
38 + * styleName: "ButtonStyle"
103 - style: theme.createSty leComponent( "ActionBarStyle .qml", bar) .qml"
104 + styleName: "ActionBarStyle
710 + * \qmlproperty string StyledItem: :styleName
711 + * The property specifies the component style name. The style name is a document
712 + * in the current theme, and may contain or not the qml file extension. If not
713 + * specified, the extension will be appended during style creation.
Is the optional extension really useful? This branch is already introducing a mix of names with and without .qml in the name. And it immediately makes you wonder if one or the other is wrong. I'd prefer we have one way of doing it.