[UIFe] Use average color of wallpaper to tint launcher/dash/panel/hud
Bug #960194 reported by
Gerry Boland
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-2d |
Fix Released
|
Low
|
Unassigned | ||
unity-2d (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Unity use the average colour of the wallpaper as a tint on the launcher, panel, dash and hud.
To narrow the delta between 2d and 3d, we have:
https:/
which adds this visual change.
Visual change can be seen with these images:
before: http://
after: http://
This code is tested using unit tests, which read the wallpaper image and generate the average color.
Related branches
lp://staging/~unity-2d-team/unity-2d/wallpaper-based-tinting
- Michał Sawicz: Approve
- Jason Smith: Pending requested
- John Lea: Pending (design) requested
-
Diff: 704 lines (+498/-4)15 files modifiedlibunity-2d-private/Unity2d/plugin.cpp (+6/-0)
libunity-2d-private/src/CMakeLists.txt (+2/-0)
libunity-2d-private/src/colorizeeffect.cpp (+92/-0)
libunity-2d-private/src/colorizeeffect.h (+60/-0)
libunity-2d-private/src/imageutilities.cpp (+93/-0)
libunity-2d-private/src/imageutilities.h (+57/-0)
libunity-2d-private/src/panelpalettemanager.cpp (+8/-1)
libunity-2d-private/src/percentcoder.cpp (+1/-1)
libunity-2d-private/tests/CMakeLists.txt (+1/-0)
libunity-2d-private/tests/imageutilitiestest.cpp (+97/-0)
shell/Shell.qml (+3/-0)
shell/WallpaperColor.qml (+65/-0)
shell/common/Background.qml (+11/-0)
shell/dash/Dash.qml (+0/-1)
shell/launcher/Launcher.qml (+2/-1)
Changed in unity-2d: | |
milestone: | none → 5.8 |
importance: | Undecided → Low |
status: | New → Confirmed |
description: | updated |
description: | updated |
Changed in unity-2d: | |
status: | Confirmed → Fix Committed |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
ML requests: /lists. ubuntu. com/archives/ ubuntu- translators/ 2012-March/ 005233. html /lists. ubuntu. com/archives/ ubuntu- doc/2012- March/016429. html
https:/
https:/