I have made the following changes intended for :
  CE:UX:MTF / meegotouch-compositor-gestures

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/5266

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request # 5266:

Messages from BOSS:

State: review at 2012-07-23T10:19:52 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: Project:MTF:UX / meegotouch-compositor-gestures -> CE:UX:MTF / 
meegotouch-compositor-gestures
  
changes files:
--------------
--- meegotouch-compositor-gestures.changes
+++ meegotouch-compositor-gestures.changes
@@ -0,0 +1,7 @@
+* Sun Jul 21 2012 Robin Burchell <[email protected]> - 0.4.1
+- Disable debug output
+
+* Sat Jul 21 2012 Robin Burchell <[email protected]> - 0.4.0
+- Fix sensitivity issues with border for gesture start being too large
+- Fix drag not really being required *at all* for gestures
+

old:
----
  nemomobile-mcompositor-gestures-nemo-0.3.0-0-ge053e68.tar.gz

new:
----
  0001-fix-logic-inversion.patch
  mcompositor-gestures-0.4.1.tar.bz2

spec files:
-----------
--- meegotouch-compositor-gestures.spec
+++ meegotouch-compositor-gestures.spec
@@ -1,6 +1,6 @@
 # 
 # Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.24
+# Generated by: spectacle version 0.24.1
 # 
 
 Name:       meegotouch-compositor-gestures
@@ -9,13 +9,14 @@
 # << macros
 
 Summary:    Open source mcompositor gestures plugin
-Version:    0.3.0
+Version:    0.4.1
 Release:    1
 Group:      System/Libraries
 License:    BSD
 URL:        https://github.com/nemomobile/mcompositor-gestures/
-Source0:    nemomobile-mcompositor-gestures-nemo-%{version}-0-ge053e68.tar.gz
+Source0:    mcompositor-gestures-%{version}.tar.bz2
 Source100:  meegotouch-compositor-gestures.yaml
+Patch0:     0001-fix-logic-inversion.patch
 BuildRequires:  pkgconfig(QtCore) >= 4.6.0
 BuildRequires:  pkgconfig(QtGui)
 BuildRequires:  pkgconfig(QtOpenGL)
@@ -40,8 +41,10 @@
 
 
 %prep
-%setup -q -n nemomobile-mcompositor-gestures-e053e68
+%setup -q -n mcompositor-gestures
 
+# 0001-fix-logic-inversion.patch
+%patch0 -p1
 # >> setup
 # << setup
 

other changes:
--------------

++++++ 0001-fix-logic-inversion.patch (new)
--- 0001-fix-logic-inversion.patch
+++ 0001-fix-logic-inversion.patch
@@ -0,0 +1,32 @@
+From 1758bc43106ca5f1a52b7dab3c1d99067699438b Mon Sep 17 00:00:00 2001
+From: Robin Burchell <[email protected]>
+Date: Sun, 22 Jul 2012 18:26:18 +0200
+Subject: [PATCH] fix logic inversion
+
+---
+ src/mswitchergesture.cpp |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/mswitchergesture.cpp b/src/mswitchergesture.cpp
+index 7f155d2..54128f4 100644
+--- a/src/mswitchergesture.cpp
++++ b/src/mswitchergesture.cpp
+@@ -236,13 +236,13 @@ bool MSwitcherGesture::onReleased(int x, int y)
+ 
+         if (swipeDirection == SwipeOnWidth) {
+             // horizontal swipe
+-            if ((windowWidth * cancelShortEdgeSwipe) < diffX)
++            if ((windowWidth * cancelShortEdgeSwipe) > diffX)
+                 SDEBUG() << Q_FUNC_INFO << "Swipe started " << startX << 
startY << " ended at " << x << y << "; was a swipe on X";
+             else
+                 doSwitch = false;
+         } else {
+             // vertical swipe
+-            if ((windowHeight * cancelLongEdgeSwipe) < diffY)
++            if ((windowHeight * cancelLongEdgeSwipe) > diffY)
+                 SDEBUG() << Q_FUNC_INFO << "Swipe started " << startX << 
startY << " ended at " << x << y << "; was a swipe on Y";
+             else
+                 doSwitch = false;
+-- 
+1.7.7.6
+

++++++ mcompositor-gestures-0.4.1.tar.bz2 (new)

++++++ meegotouch-compositor-gestures.yaml
--- meegotouch-compositor-gestures.yaml
+++ meegotouch-compositor-gestures.yaml
@@ -1,13 +1,14 @@
 Name: meegotouch-compositor-gestures
 Summary: Open source mcompositor gestures plugin
-Version: 0.3.0
+Version: 0.4.1
 Release: 1
 Group: System/Libraries
 License: BSD
 URL: https://github.com/nemomobile/mcompositor-gestures/
 Sources:
-    - "nemomobile-mcompositor-gestures-nemo-%{version}-0-ge053e68.tar.gz"
-
+    - "mcompositor-gestures-%{version}.tar.bz2"
+Patches:
+    - 0001-fix-logic-inversion.patch
 Description: |
     Open source gestures plugin for MeeGo
 PkgBR:

++++++ deleted files:
--- nemomobile-mcompositor-gestures-nemo-0.3.0-0-ge053e68.tar.gz



Reply via email to