Merge lp://qastaging/~3v1n0/compiz/wily-cursors-update-and-cache into lp://qastaging/compiz/wily
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Approved by: | Andrea Azzarone |
Approved revision: | 3984 |
Merged at revision: | 3983 |
Proposed branch: | lp://qastaging/~3v1n0/compiz/wily-cursors-update-and-cache |
Merge into: | lp://qastaging/compiz/wily |
Diff against target: |
966 lines (+209/-134) 26 files modified
CMakeLists.txt (+1/-0) include/core/abiversion.h (+1/-1) include/core/screen.h (+6/-1) plugins/expo/src/expo.cpp (+1/-8) plugins/expo/src/expo.h (+0/-3) plugins/freewins/src/action.cpp (+1/-5) plugins/freewins/src/events.cpp (+2/-4) plugins/freewins/src/freewins.h (+0/-2) plugins/move/src/move.cpp (+1/-5) plugins/move/src/move.h (+0/-2) plugins/resize/src/logic/include/resize-logic.h (+1/-11) plugins/resize/src/logic/include/screen-interface.h (+1/-0) plugins/resize/src/logic/src/resize-logic.cpp (+23/-12) plugins/resize/src/logic/tests/mock-screen.h (+1/-0) plugins/resize/src/resize.cpp (+0/-37) plugins/resize/src/screen-impl.h (+5/-0) plugins/shelf/src/shelf.cpp (+1/-7) plugins/shelf/src/shelf.h (+0/-1) plugins/shift/src/shift.cpp (+0/-3) plugins/shift/src/shift.h (+0/-2) plugins/widget/src/widget.cpp (+2/-6) plugins/widget/src/widget.h (+0/-1) src/event.cpp (+5/-0) src/privatescreen.h (+10/-3) src/privatescreen/tests/test-privatescreen.cpp (+2/-0) src/screen.cpp (+145/-20) |
To merge this branch: | bzr merge lp://qastaging/~3v1n0/compiz/wily-cursors-update-and-cache |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andrea Azzarone | Approve | ||
Review via email: mp+279304@code.qastaging.launchpad.net |
Commit message
Screen: monitor root RESOURCE_MANAGER and update cursors when Size or Theme changes
Also add cursorCache to get a cursor caching its shape for future re-usage.
Description of the change
Backporting lp:~3v1n0/compiz/add-cursor-update-notify and lp:~3v1n0/compiz/cursors-update-on-theme+size-changes to wily
To post a comment you must log in.