lp:~gerboland/unity-2d/unit-test-print-error-output
Created by Gerry Boland and last modified
- Get this branch:
- bzr branch lp:~gerboland/unity-2d/unit-test-print-error-output
Only Gerry Boland can upload to this branch. If you are Gerry Boland please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- MichaĆ Sawicz: Pending requested
- Diff: 803 lines (+541/-35)17 files modifiedCMakeLists.txt (+1/-1)
libunity-2d-private/Unity2d/plugin.cpp (+7/-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/panelstyle.cpp (+12/-1)
libunity-2d-private/src/panelstyle.h (+1/-0)
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 (+4/-0)
shell/WallpaperColor.qml (+65/-0)
shell/common/Background.qml (+45/-30)
shell/dash/Dash.qml (+0/-1)
shell/launcher/Launcher.qml (+3/-1)
Branch information
Recent revisions
- 924. By Florian Boucault
-
Colorize the background of the dash with the wallpaper average color.
Added new ColorizeEffect to do so. - 923. By Florian Boucault
-
Colorize the background of the launcher and the panel with the wallpaper average color.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity-2d