[Bug 823819] Re: No onGestureStart or onGestureEnd signals for UTouchTapArea

2011-08-11 Thread Darren West
The use case for this is since there is no tapAndHold I am attempting to bake my own - my idea for this was to: timer = setTimeout(handleTapAndHold, 800) onGestureStart clearTimeout(timer) onGestureEnd I don't think onGestureOccurred fulfills this requirement? -- You received this bug

[Bug 823819] Re: No onGestureStart or onGestureEnd signals for UTouchTapArea

2011-08-11 Thread Stephen M. Webb
You're correct: for that use case the TOUCH gesture primitive (which has start/end semantics) needs to be made available through the QML bindings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823819

[Bug 823819] Re: No onGestureStart or onGestureEnd signals for UTouchTapArea

2011-08-10 Thread Chase Douglas
I'm thinking this refers to bad documentation. The documentation doesn't really distinguish between continuous and instantaneous gestures. ** Changed in: utouch-qml Status: Incomplete = Fix Released ** Changed in: utouch-qml Assignee: (unassigned) = Chase Douglas (chasedouglas) **

[Bug 823819] Re: No onGestureStart or onGestureEnd signals for UTouchTapArea

2011-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:utouch-qml/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823819 Title: No onGestureStart or onGestureEnd signals for UTouchTapArea To manage notifications about this

[Bug 823819] Re: No onGestureStart or onGestureEnd signals for UTouchTapArea

2011-08-10 Thread Launchpad Bug Tracker
This bug was fixed in the package utouch-qml - 1.0.4-0ubuntu1 --- utouch-qml (1.0.4-0ubuntu1) oneiric; urgency=low * New upstream release. - Fixes issue with gesture acceptance (LP: #823190) - Fixes error when run under qmlviewer -frameless (LP: #823194) - Documentation