Merge lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-sru-regressions-2 into lp:ubuntu/oneiric-proposed/compiz-plugins-main

Proposed by Omer Akram
Status: Merged
Merged at revision: 23
Proposed branch: lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-sru-regressions-2
Merge into: lp:ubuntu/oneiric-proposed/compiz-plugins-main
Diff against target: 63 lines (+38/-0)
4 files modified
debian/changelog (+10/-0)
debian/patches/fix-875557.patch (+12/-0)
debian/patches/fix-891886.patch (+14/-0)
debian/patches/series (+2/-0)
To merge this branch: bzr merge lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-sru-regressions-2
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Marco Trevisan (Treviño) Approve
Review via email: mp+83590@code.launchpad.net

Description of the change

backport fix for the two linked SRU regressions

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Looks good.

review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! Will only apply to oneiric for now, as per discussion with Didier (see bug comments for details).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-10-12 10:49:59 +0000
+++ debian/changelog 2011-11-28 11:59:33 +0000
@@ -1,3 +1,13 @@
1compiz-plugins-main (1:0.9.6-0ubuntu4.1) oneiric-proposed; urgency=low
2
3 * debian/patches/fix-875557.patch:
4 - Compiz grid overlay appears after workspace switcher use.
5 (LP: #875557)
6 * debian/patches/fix-891886.patch:
7 - Compiz grid plugin is fired when resizing a window. (LP: #891886)
8
9 -- Omer Akram <om26er@ubuntu.com> Mon, 28 Nov 2011 16:44:41 +0500
10
1compiz-plugins-main (1:0.9.6-0ubuntu4) oneiric-proposed; urgency=low11compiz-plugins-main (1:0.9.6-0ubuntu4) oneiric-proposed; urgency=low
212
3 * debian/patches/fix-872161.patch:13 * debian/patches/fix-872161.patch:
414
=== added file 'debian/patches/fix-875557.patch'
--- debian/patches/fix-875557.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-875557.patch 2011-11-28 11:59:33 +0000
@@ -0,0 +1,12 @@
1--- a/expo/src/expo.cpp 2011-10-05 06:48:41 +0000
2+++ b/expo/src/expo.cpp 2011-11-26 20:47:23 +0000
3@@ -148,8 +148,6 @@
4 else
5 vpUpdateMode = VPUpdateMouseOver;
6
7- dndState = DnDNone;
8-
9 screen->removeAction (&optionGetDndButton ());
10 screen->removeAction (&optionGetExitButton ());
11 screen->removeAction (&optionGetNextVpButton ());
12
013
=== added file 'debian/patches/fix-891886.patch'
--- debian/patches/fix-891886.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-891886.patch 2011-11-28 11:59:33 +0000
@@ -0,0 +1,14 @@
1=== modified file 'src/grid.cpp'
2--- a/grid/src/grid.cpp 2011-10-05 17:41:22 +0000
3+++ b/grid/src/grid.cpp 2011-11-19 18:19:19 +0000
4@@ -766,7 +766,8 @@
5 unsigned int state,
6 unsigned int mask)
7 {
8- if (mask & (CompWindowGrabMoveMask | CompWindowGrabButtonMask))
9+ if ((mask & (CompWindowGrabMoveMask | CompWindowGrabButtonMask)) &&
10+ !(mask & CompWindowGrabResizeMask))
11 {
12 gScreen->o[0].value ().set ((int) window->id ());
13
14
015
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-10-12 10:49:59 +0000
+++ debian/patches/series 2011-11-28 11:59:33 +0000
@@ -11,3 +11,5 @@
11fix-868392.patch11fix-868392.patch
12fix_clipping_issues_in_expo.patch12fix_clipping_issues_in_expo.patch
13fix-872161.patch13fix-872161.patch
14fix-891886.patch
15fix-875557.patch

Subscribers

People subscribed via source and target branches

to all changes: