summaryrefslogtreecommitdiffstats
path: root/tests/auto/gestures
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fixed QGesture autotest for QGesture lazy deletion.Dominik Holland2010-11-151-1/+3
* Add test: assert when gesture is never accepted.Frederik Gladhorn2010-09-141-0/+26
* Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-0/+5
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-071-0/+166
|\
| * Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-021-0/+166
* | Fixed GestureOverride event delivery in GraphicsView.Denis Dzyubenko2010-06-071-0/+66
|/
* Gestures in GraphicsView do not require a viewport to subscribe to gestures.Denis Dzyubenko2010-05-181-17/+66
* Fixes a crash in QGestureManager when unregistering recognizers.Denis Dzyubenko2010-05-031-0/+71
* Extended gesture autotest.Denis Dzyubenko2010-03-011-0/+53
* Fixed coordinate system conversion for gestures.Denis Dzyubenko2010-03-011-3/+42
* Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-241-3/+136
* Fixed a gesture autotest.Denis Dzyubenko2010-02-241-1/+1
* Fix bad conflict resolution from 4baa9dfb5273d7b501dcb3f456983262c53cc8d1Thiago Macieira2010-02-191-0/+24
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-181-0/+62
|\
| * Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-171-0/+86
* | Implemented GraphicsView Panel support for gestures.Denis Dzyubenko2010-02-121-2/+169
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Gesture api review.Denis Dzyubenko2009-11-031-106/+106
* Modified gesture events propagation.Denis Dzyubenko2009-11-031-25/+96
* Fix unit test and add autoCancel test for graphicsviewThomas Zander2009-10-301-26/+72
* Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-281-23/+23
* Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+62
* add empty test method, should implement it fully when more important things a...Thomas Zander2009-10-281-0/+16
* Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-1/+20
* Improved gesture autotest reliability on X11.Denis Dzyubenko2009-10-271-0/+5
* Add QWidget::ungrabGestureThomas Zander2009-10-261-0/+71
* Unregister the temporary gesture recognizer in the gestures autotest.Denis Dzyubenko2009-10-261-0/+15
* Implemented gesture event delivery and propagation inside QGraphicsView.Denis Dzyubenko2009-10-221-20/+114
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-221-0/+26
* Fix for the gestures autotest.Denis Dzyubenko2009-10-221-8/+6
* Improvements for gesture event deliveryDenis Dzyubenko2009-10-221-2/+64
* Improving gesture event delivery for widgets.Denis Dzyubenko2009-10-221-8/+176
* Fixed gesture event delivery when several gestures are triggered.Denis Dzyubenko2009-10-221-6/+39
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-55/+160
* Extended an autotest for gestures.Denis Dzyubenko2009-10-221-0/+56
* Added support for singleshot gestures.Denis Dzyubenko2009-10-121-7/+10
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-092-0/+630
* Removed the obsolete gestures autotestDenis Dzyubenko2009-08-314-1401/+0
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
* Fix some missing and duplicated license headers.Jason McDonald2009-08-271-0/+41
* Make the license test pass.Frans Englich2009-08-191-0/+41
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Refactored gesture apiDenis Dzyubenko2009-07-021-8/+21
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-291-2/+2
* Compile fix after the multitouch api review.Denis Dzyubenko2009-06-152-14/+14
* Gesture autotest improvementsDenis Dzyubenko2009-06-152-11/+70
* Improved touch event emulation code in testlib.Denis Dzyubenko2009-06-031-1/+52
* Added pan gesture to the gesture autotestDenis Dzyubenko2009-06-033-5/+115
* Moved the QTest::touchEvent() implementation to testlib.Denis Dzyubenko2009-06-031-104/+0