Merge lp://qastaging/~3v1n0/unity/expo-dnd-removal into lp://qastaging/unity
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Approved by: | Marco Trevisan (Treviño) |
Approved revision: | no longer in the source branch. |
Merged at revision: | 3148 |
Proposed branch: | lp://qastaging/~3v1n0/unity/expo-dnd-removal |
Merge into: | lp://qastaging/unity |
Prerequisite: | lp://qastaging/~3v1n0/unity/favorites-migration-hardcoded |
Diff against target: |
170 lines (+46/-6) 8 files modified
launcher/ExpoLauncherIcon.cpp (+5/-0) launcher/ExpoLauncherIcon.h (+1/-0) tests/test_expo_launcher_icon.cpp (+13/-4) unity-shared/PluginAdapter.cpp (+20/-0) unity-shared/PluginAdapter.h (+1/-0) unity-shared/StandaloneWindowManager.cpp (+4/-1) unity-shared/StandaloneWindowManager.h (+1/-1) unity-shared/WindowManager.h (+1/-0) |
To merge this branch: | bzr merge lp://qastaging/~3v1n0/unity/expo-dnd-removal |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andrea Azzarone (community) | Approve | ||
PS Jenkins bot | continuous-integration | Pending | |
Review via email: mp+147724@code.qastaging.launchpad.net |
Commit message
ExpoLauncherIcon: Set the viewport size to 1,1 (i.e. diable workspaces) on icon Removal
Like when dragged to trash!
Description of the change
This is the last part of the so awaited saga "Launcher - Workspace switcher should not be in the Launcher by default".
Now dragging the WS icon to the trash, disables the workspaces.
It requires the compiz fix lp:~3v1n0/compiz/ccp-core-options-save-fix/+merge/147716 in order to work after a compiz reboot (i.e. to actually save the setting)
Tests added.
To post a comment you must log in.