lp:~zsombi/ubuntu-ui-toolkit/05-palettechanges
Created by
Zsombor Egri
on
2015-03-08
and last modified on
2015-03-17
- Get this branch:
- bzr branch lp:~zsombi/ubuntu-ui-toolkit/05-palettechanges
Only
Zsombor Egri
can upload to this branch. If you are
Zsombor Egri
please log in for upload directions.
Branch merges
Propose for merging
- Ubuntu SDK team: Pending requested 2015-03-12
-
Diff: 1261 lines (+1002/-7)25 files modifiedcomponents.api (+5/-0)
modules/Ubuntu/Components/plugin/plugin.cpp (+2/-0)
modules/Ubuntu/Components/plugin/plugin.pro (+4/-2)
modules/Ubuntu/Components/plugin/ucpalettesettings.cpp (+297/-0)
modules/Ubuntu/Components/plugin/ucpalettesettings.h (+95/-0)
modules/Ubuntu/Components/plugin/uctheme.cpp (+25/-1)
modules/Ubuntu/Components/plugin/uctheme.h (+7/-0)
tests/resources/styleset/Simple.qml (+22/-0)
tests/unit_x11/tst_subtheming/ChangeDefaultPaletteInChildren.qml (+36/-0)
tests/unit_x11/tst_subtheming/ChangePaletteValueWhenParentChanges.qml (+32/-0)
tests/unit_x11/tst_subtheming/ExplicitPaletteSettings.qml (+34/-0)
tests/unit_x11/tst_subtheming/ImplicitPaletteSettings.qml (+34/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings1.qml (+27/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings2.qml (+27/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings3.qml (+27/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings4.qml (+27/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings5.qml (+27/-0)
tests/unit_x11/tst_subtheming/InvalidPaletteSettings6.qml (+28/-0)
tests/unit_x11/tst_subtheming/MorePaletteSettingsInTheme.qml (+28/-0)
tests/unit_x11/tst_subtheming/SameNamedPaletteSettings.qml (+38/-0)
tests/unit_x11/tst_subtheming/WrongPaletteSettingsDeclaration.qml (+27/-0)
tests/unit_x11/tst_subtheming/themes/CustomTheme/Palette.qml (+29/-0)
tests/unit_x11/tst_subtheming/themes/CustomTheme/parent_theme (+1/-1)
tests/unit_x11/tst_subtheming/tst_subtheming.cpp (+108/-0)
tests/unit_x11/tst_subtheming/tst_subtheming.pro (+15/-3)
Branch information
Recent revisions
- 1450. By Zsombor Egri on 2015-03-16
-
component renamed to PaletteSettings, not to be confused with PropertyChanges derivates
- 1447. By Zsombor Egri on 2015-03-16
-
switchColors and explicit properties added; test cases covering both implemented
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-ui-toolkit