Merge lp:~aacid/unity-2d/strut_on_unloaded_launchers into lp:unity-2d

Proposed by Albert Astals Cid
Status: Merged
Approved by: Gerry Boland
Approved revision: 994
Merged at revision: 993
Proposed branch: lp:~aacid/unity-2d/strut_on_unloaded_launchers
Merge into: lp:unity-2d
Diff against target: 25 lines (+6/-1)
2 files modified
shell/Shell.qml (+1/-1)
tests/manual-tests/launcher.txt (+5/-0)
To merge this branch: bzr merge lp:~aacid/unity-2d/strut_on_unloaded_launchers
Reviewer Review Type Date Requested Status
Gerry Boland Pending
Review via email: mp+97664@code.launchpad.net

Commit message

[launcher] Do not strut unloaded launchers

Description of the change

[launcher] Do not strut unloaded launchers

To post a comment you must log in.
Revision history for this message
Unity Merger (unity-merger) wrote :

No commit message specified.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'shell/Shell.qml'
2--- shell/Shell.qml 2012-03-14 08:21:58 +0000
3+++ shell/Shell.qml 2012-03-15 14:29:19 +0000
4@@ -265,7 +265,7 @@
5 widget: declarativeView
6 height: launcherLoader.height
7 width: launcherLoader.width
8- enabled: Utils.clamp(launcher2dConfiguration.hideMode, 0, 2) == 0
9+ enabled: launcherLoader.loadLauncher && Utils.clamp(launcher2dConfiguration.hideMode, 0, 2) == 0
10 }
11
12 PointerBarrier {
13
14=== modified file 'tests/manual-tests/launcher.txt'
15--- tests/manual-tests/launcher.txt 2012-02-01 12:58:03 +0000
16+++ tests/manual-tests/launcher.txt 2012-03-15 14:29:19 +0000
17@@ -105,3 +105,8 @@
18 to take one second time to update.
19
20 ----
21+
22+ * In a multimonitor environment, set launcher to always show and to show in only one screen
23+
24+Verify there is no strut in the rest of screens where the launcher would be
25+----

Subscribers

People subscribed via source and target branches