Merge lp:~hikiko/unity/unity.shadows-on-existing-pixmaps into lp:unity
| Status: | Merged |
|---|---|
| Approved by: | Marco Trevisan (Treviño) on 2016-07-25 |
| Approved revision: | 4078 |
| Merged at revision: | 4161 |
| Proposed branch: | lp:~hikiko/unity/unity.shadows-on-existing-pixmaps |
| Merge into: | lp:unity |
| Diff against target: |
387 lines (+241/-11) 8 files modified
decorations/CMakeLists.txt (+1/-0) decorations/DecoratedWindow.cpp (+61/-4) decorations/DecorationsManager.cpp (+27/-0) decorations/DecorationsPriv.h (+5/-1) decorations/DecorationsShape.cpp (+102/-0) decorations/DecorationsShape.h (+43/-0) plugins/unityshell/src/unityshell.cpp (+1/-1) unity-shared/CompizUtils.cpp (+1/-5) |
| To merge this branch: | bzr merge lp:~hikiko/unity/unity.shadows-on-existing-pixmaps |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marco Trevisan (Treviño) | 2016-01-27 | Approve on 2016-07-25 | |
| PS Jenkins bot | continuous-integration | Approve on 2016-02-01 | |
| Andrea Azzarone | 2016-01-27 | Pending | |
| Unity Team | 2016-01-27 | Pending | |
|
Review via email:
|
|||
Commit Message
DecoratedWindow: Added shadows for shaped windows
Description of the Change
Added shadows for shaped windows.
| Eleni Maria Stea (hikiko) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:4072
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:4073
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:4074
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Eleni Maria Stea (hikiko) wrote : | # |
Just noticed that in some cases the shadow gets clipped by the extents of the shadow window resulting in a visual glitch. I'm going to review the code one more time.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:4077
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Marco Trevisan (Treviño) (3v1n0) wrote : | # |
I've done based my branch on this, fixing some of the issues of this branch.
So I'm approving this as it is, while fixes are in https:/


Just found a problem there.