Merge lp://qastaging/~zsombi/ubuntu-ui-toolkit/05-palettechanges into lp://qastaging/ubuntu-ui-toolkit/staging

Proposed by Zsombor Egri
Status: Rejected
Rejected by: Zsombor Egri
Proposed branch: lp://qastaging/~zsombi/ubuntu-ui-toolkit/05-palettechanges
Merge into: lp://qastaging/ubuntu-ui-toolkit/staging
Prerequisite: lp://qastaging/~zsombi/ubuntu-ui-toolkit/04-apply-styleset
Diff against target: 1261 lines (+1002/-7)
25 files modified
components.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)
To merge this branch: bzr merge lp://qastaging/~zsombi/ubuntu-ui-toolkit/05-palettechanges
Reviewer Review Type Date Requested Status
Ubuntu SDK team Pending
Review via email: mp+252695@code.qastaging.launchpad.net

Commit message

Introducing PaletteChanges component to customize palette values. It can only be assigned to StyleSet component.

To post a comment you must log in.
1444. By Zsombor Egri

prereq sync

1445. By Zsombor Egri

tests added, more featuires to come

1446. By Zsombor Egri

prereq sync

1447. By Zsombor Egri

switchColors and explicit properties added; test cases covering both implemented

1448. By Zsombor Egri

API complete

1449. By Zsombor Egri

propertychanges reverted to original

1450. By Zsombor Egri

component renamed to PaletteSettings, not to be confused with PropertyChanges derivates

1451. By Zsombor Egri

documentation updated

1452. By Zsombor Egri

prereq sync

Unmerged revisions

1452. By Zsombor Egri

prereq sync

1451. By Zsombor Egri

documentation updated

1450. By Zsombor Egri

component renamed to PaletteSettings, not to be confused with PropertyChanges derivates

1449. By Zsombor Egri

propertychanges reverted to original

1448. By Zsombor Egri

API complete

1447. By Zsombor Egri

switchColors and explicit properties added; test cases covering both implemented

1446. By Zsombor Egri

prereq sync

1445. By Zsombor Egri

tests added, more featuires to come

1444. By Zsombor Egri

prereq sync

1443. By Zsombor Egri

change implementation

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches