[Bug 823640] Re: Add uTouch gesture support to EOG

2012-07-28 Thread Bug Watch Updater
** Changed in: eog
   Importance: Medium = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-09-26 Thread Bug Watch Updater
** Changed in: eog
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-09-21 Thread Jeremy Bicha
** Bug watch added: GNOME Bug Tracker #659693
   https://bugzilla.gnome.org/show_bug.cgi?id=659693

** Also affects: eog via
   https://bugzilla.gnome.org/show_bug.cgi?id=659693
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-09-21 Thread Bug Watch Updater
** Changed in: eog
   Status: Unknown = New

** Changed in: eog
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package eog - 3.1.4-0ubuntu2

---
eog (3.1.4-0ubuntu2) oneiric; urgency=low

  * Added libgrip gesture support (LP: #823640)
- added debian/patches/02_grip_gestures.patch
- adds pinch-to-zoom, rotate, and drag gestures
- adds build-depends on libgrip-dev
 -- stephen.w...@canonical.com (Stephen M. Webb)   Wed, 10 Aug 2011 10:10:37 
-0400

** Changed in: eog (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Jussi Pakkanen
The patch and description are not in sync. The description says that
image scrolling happens with one finger touch screen drags and two
finger touchpad drags. The only drag gesture subscription call looks
like this:

++  grip_gesture_manager_register_window (manager,
++widget,
++GRIP_GESTURE_DRAG,
++GRIP_DEVICE_TOUCHSCREEN,
++2,
++eog_gesture_event,
++NULL, NULL);

That is, only two finger drags on touchscreens drag the image.

Other than that it looks fine.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Sebastien Bacher
thank you for your work there, some comments:

- how likely is it that upstream will take that work? I guess that since they 
didn't approve grip as an optional depends and will not do so until it's done 
in a way the gtk team is happy with? If the patch will not go upstream soon 
please prefix the ubuntu specific functions to have an ubuntu_ prefix, it will 
make easier to figure in gdb trace if the issue is in ubuntu code for example 
and avoid some confusion
- could you get the pinch to work without changing the default scroll wheel 
behaviour? it's quite handy for mouse use to be able to zoom and unzoom easily
- if you want to change a default gsettings key don't patch the schemas this 
way, the way to do that is to add an eog.gsettings-override in the debian 
directory, see man dh_installgsettings

out of those the patch seems fine but breaking mouse usuability is sort
of a blocker

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Stephen M. Webb
Upstream has indicated they are not averse to accepting our work but we
have not yet submitted it due to project timing issues.  I can prefix
the functions if you still think it's a good idea.

With scroll-to-zoom enabled pinch-to-zoom becomes unusable with
touchpads since the underlying hardware is detecting scroll gestures
during pinch gestures and the app becomes hopelessly confused and reacts
with cheezy 1970s sci-fi effects.

The version of EOG in previous Ubuntu releases did not have scroll-to-
zoom enabled by default.  This patch reverts to that behaviour so there
is no functional regression and gestures work.  I do not have a problem
undoing that aspect of the patch and simply documenting that using your
touchpad will require the installation of a dconf settings app and using
that to change settings.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Sebastien Bacher
 Upstream has indicated they are not averse to accepting our work but
we have not yet submitted it due to project timing issues. I can prefix
the functions if you still think it's a good idea.

better to do it for now yes, those are not public api and easy enough to
rename when submitting to upstream when we do that

 With scroll-to-zoom enabled pinch-to-zoom becomes unusable with
touchpads since the underlying hardware is detecting scroll gestures
during pinch gestures

I'm not sure to understand why changing the behaviour between zoom and
scroll fix that issue, do you mean that instead of conflicting zoom you
will get scrolling while zooming? Isn't that confusing as well?

 The version of EOG in previous Ubuntu releases did not have scroll-to-
zoom enabled by default. This patch reverts to that behaviour so there
is no functional regression and gestures work. I do not have a problem
undoing that aspect of the patch and simply documenting that using your
touchpad will require the installation of a dconf settings app and using
that to change settings.

Right, but it was changed to be the default and it's probably for a
reason ;-) It seems much easier to zoom in and out using the mouse that
having to select toolbar options and click, also vertical scrolling with
the mouse tends to be useless because you can't to horizontal scrolling
on most mouses which you are likely going to need, better to click and
dnd for that

If we can get the 2 features to conflict I think we should still default
to the settings which make sense for mouse users because that's what
most Ubuntu users still run

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Chase Douglas
** Description changed:

  EOG needs basic uTouch gesture support in Oneiric. This patch links some
  eog viewing manipulations to simple gestures.
  
  On touchpads and touchscreens:
  * Pinching or spreading with two fingers zooms in and out
  * Rotating with two fingers snaps the image to 90 degree angles
  
  On touchscreens:
- * Dragging with one finger moves (scrolls) the image
- 
- On touchpads:
- * Dragging (scrolling) with two fingers moves (scrolls) the image
- 
- By default in upstream eog 3.x, scrolling zooms in and out of the image.
- This is a break from 2.x (and Ubuntu 11.04) where scrolling moved the
- image. Two finger scrolling interferes with pinch to zoom, so the
- default behavior has been reverted back to how it was in eog 2.x. This
- is done by modifying the default value for the gobject property for the
- scroll view. The setting can be changed in dconf-editor in
- org.gnome.eog.view.scroll-wheel-zoom.
+ * Dragging with two finger moves (scrolls) the image

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Chase Douglas
** Attachment added: debdiff integrating libgrip/uTouch into EOG v2
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2266274/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Chase Douglas
Hi Seb,

The function names have been mangled so it's clear they are ubuntu-
added.

What we saw with the scroll to zoom feature was an issue with what the
user expects. Only one of scrolling and pinching can occur at a time due
to the architecture of uTouch. If the user intends to perform a zoom,
but a scroll is triggered instead, they will see zooming behavior that
doesn't match what they expect. It makes the pinch to zoom feel quirky.
However, we changed the threshold values a bit in utouch-grail
yesterday, and it appears the new thresholds have helped this issue. The
uTouch stack seems to be more accurately differentiating between a
scroll and a pinch now. We have reverted the scroll-to-zoom change in
the debdiff.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-09 Thread Stephen M. Webb
** Attachment added: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265036/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-09 Thread Chase Douglas
** Description changed:

- EOG needs basic uTouch gesture support in Oneiric.
+ EOG needs basic uTouch gesture support in Oneiric. This patch links some
+ eog viewing manipulations to simple gestures.
  
- This bug is for linking uTouch and EOG through libgrip.
+ On touchpads and touchscreens:
+ * Pinching or spreading with two fingers zooms in and out
+ * Rotating with two fingers snaps the image to 90 degree angles
+ 
+ On touchscreens:
+ * Dragging with one finger moves (scrolls) the image
+ 
+ On touchpads:
+ * Dragging (scrolling) with two fingers moves (scrolls) the image
+ 
+ By default in upstream eog 3.x, scrolling zooms in and out of the image.
+ This is a break from 2.x (and Ubuntu 11.04) where scrolling moved the
+ image. Two finger scrolling interferes with pinch to zoom, so the
+ default behavior has been reverted back to how it was in eog 2.x. This
+ is done by modifying the default value for the gobject property for the
+ scroll view. The setting can be changed in dconf-editor in
+ org.gnome.eog.view.scroll-wheel-zoom.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-09 Thread Stephen M. Webb
** Attachment added: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265102/+files/debdiff

** Attachment removed: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265036/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-09 Thread Stephen M. Webb
** Attachment added: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265319/+files/debdiff

** Patch removed: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265102/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-09 Thread Chase Douglas
** Attachment added: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265346/+files/debdiff

** Attachment removed: debdiff integrating libgrip/uTouch into EOG
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+attachment/2265319/+files/debdiff

** Changed in: eog (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: eog (Ubuntu)
 Assignee: (unassigned) = Stephen M. Webb (bregma)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/823640

Title:
  Add uTouch gesture support to EOG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/823640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs