Add uTouch gesture support for Evince
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| evince (Ubuntu) |
Wishlist
|
Chase Douglas |
Bug Description
This patch adds basic gesture support for Evince.
One and two finger drags on touchscreens move the document.
Pinches zoom in and out and rotates rotate the page in 90 degree increments.
Two finger touches on touchpads are ignored for the same reason as in bug 823640.
A package built with this patch can be found in utouch-team's unstable PPA.
This bug supersedes bug 741242.
Related branches
Changed in evince (Ubuntu): | |
importance: | Undecided → Wishlist |
Chase Douglas (chasedouglas) wrote : | #2 |
Changed in evince (Ubuntu): | |
assignee: | nobody → Chase Douglas (chasedouglas) |
description: | updated |
Sebastien Bacher (seb128) wrote : | #4 |
could you also prefix ev_application_
Sebastien Bacher (seb128) wrote : | #5 |
also ev_view_
Chase Douglas (chasedouglas) wrote : | #6 |
This new debdiff addresses the comments above. It also removes unnecessary forward declarations of property functions, consolidates code into less #ifdef sections, and results in a smaller, cleaner patch.
Changed in evince (Ubuntu): | |
status: | Incomplete → New |
Launchpad Janitor (janitor) wrote : | #7 |
This bug was fixed in the package evince - 3.1.2-0ubuntu4
---------------
evince (3.1.2-0ubuntu4) oneiric; urgency=low
* Add uTouch gesture support (LP: #823970)
- Supports pinch to zoom, rotate, and drag
- Added debian/
- Added build depends on libgrip-dev
-- Chase Douglas <email address hidden> Wed, 11 Aug 2011 08:05:28 -0700
Changed in evince (Ubuntu): | |
status: | New → Fix Released |
thank you for your work but your can't change a library abi in a distribution specific way like that, it would break binary compatibility with the upstream library and make builds for the clients of the library in Ubuntu break as well