| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s... | Denis Dzyubenko | 2010-06-07 | 1 | -0/+166 |
|\ |
|
| * | Fix a corner case where a gesture sometimes doesn't start. | Thomas Zander | 2010-06-02 | 1 | -0/+166 |
|
|
* | | Fixed GestureOverride event delivery in GraphicsView. | Denis Dzyubenko | 2010-06-07 | 1 | -0/+66 |
|/ |
|
* | Gestures in GraphicsView do not require a viewport to subscribe to gestures. | Denis Dzyubenko | 2010-05-18 | 1 | -17/+66 |
|
|
* | Fixes a crash in QGestureManager when unregistering recognizers. | Denis Dzyubenko | 2010-05-03 | 1 | -0/+71 |
|
|
* | Extended gesture autotest. | Denis Dzyubenko | 2010-03-01 | 1 | -0/+53 |
|
|
* | Fixed coordinate system conversion for gestures. | Denis Dzyubenko | 2010-03-01 | 1 | -3/+42 |
|
|
* | Improved gesture event delivery in graphicsview. | Denis Dzyubenko | 2010-02-24 | 1 | -3/+136 |
|
|
* | Fixed a gesture autotest. | Denis Dzyubenko | 2010-02-24 | 1 | -1/+1 |
|
|
* | Fix bad conflict resolution from 4baa9dfb5273d7b501dcb3f456983262c53cc8d1 | Thiago Macieira | 2010-02-19 | 1 | -0/+24 |
|
|
* | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-18 | 1 | -0/+62 |
|\ |
|
| * | Added a new flag to fine-tune gesture propagation policy | Denis Dzyubenko | 2010-02-17 | 1 | -0/+86 |
|
|
* | | Implemented GraphicsView Panel support for gestures. | Denis Dzyubenko | 2010-02-12 | 1 | -2/+169 |
|/ |
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -106/+106 |
|
|
* | Modified gesture events propagation. | Denis Dzyubenko | 2009-11-03 | 1 | -25/+96 |
|
|
* | Fix unit test and add autoCancel test for graphicsview | Thomas Zander | 2009-10-30 | 1 | -26/+72 |
|
|
* | Follow refactor; use QApplication:: instead of qApp-> | Thomas Zander | 2009-10-28 | 1 | -23/+23 |
|
|
* | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gestures | Thomas Zander | 2009-10-28 | 1 | -0/+62 |
|
|
* | add empty test method, should implement it fully when more important things a... | Thomas Zander | 2009-10-28 | 1 | -0/+16 |
|
|
* | Implemented QGestureRecognizer::ConsumeEventHint | Denis Dzyubenko | 2009-10-27 | 1 | -1/+20 |
|
|
* | Improved gesture autotest reliability on X11. | Denis Dzyubenko | 2009-10-27 | 1 | -0/+5 |
|
|
* | Add QWidget::ungrabGesture | Thomas Zander | 2009-10-26 | 1 | -0/+71 |
|
|
* | Unregister the temporary gesture recognizer in the gestures autotest. | Denis Dzyubenko | 2009-10-26 | 1 | -0/+15 |
|
|
* | Implemented gesture event delivery and propagation inside QGraphicsView. | Denis Dzyubenko | 2009-10-22 | 1 | -20/+114 |
|
|
* | Add QGestureEvent::mapToScene for better graphicsView integration | Thomas Zander | 2009-10-22 | 1 | -0/+26 |
|
|
* | Fix for the gestures autotest. | Denis Dzyubenko | 2009-10-22 | 1 | -8/+6 |
|
|
* | Improvements for gesture event delivery | Denis Dzyubenko | 2009-10-22 | 1 | -2/+64 |
|
|
* | Improving gesture event delivery for widgets. | Denis Dzyubenko | 2009-10-22 | 1 | -8/+176 |
|
|
* | Fixed gesture event delivery when several gestures are triggered. | Denis Dzyubenko | 2009-10-22 | 1 | -6/+39 |
|
|
* | Improved gesture event filtering inside QGraphicsView for QGraphicObjects | Denis Dzyubenko | 2009-10-22 | 1 | -55/+160 |
|
|
* | Extended an autotest for gestures. | Denis Dzyubenko | 2009-10-22 | 1 | -0/+56 |
|
|
* | Added support for singleshot gestures. | Denis Dzyubenko | 2009-10-12 | 1 | -7/+10 |
|
|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 2 | -0/+630 |
|
|
* | Removed the obsolete gestures autotest | Denis Dzyubenko | 2009-08-31 | 4 | -1401/+0 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
|
|
* | Fix some missing and duplicated license headers. | Jason McDonald | 2009-08-27 | 1 | -0/+41 |
|
|
* | Make the license test pass. | Frans Englich | 2009-08-19 | 1 | -0/+41 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -8/+21 |
|
|
* | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -2/+2 |
|
|
* | Compile fix after the multitouch api review. | Denis Dzyubenko | 2009-06-15 | 2 | -14/+14 |
|
|
* | Gesture autotest improvements | Denis Dzyubenko | 2009-06-15 | 2 | -11/+70 |
|
|
* | Improved touch event emulation code in testlib. | Denis Dzyubenko | 2009-06-03 | 1 | -1/+52 |
|
|
* | Added pan gesture to the gesture autotest | Denis Dzyubenko | 2009-06-03 | 3 | -5/+115 |
|
|
* | Moved the QTest::touchEvent() implementation to testlib. | Denis Dzyubenko | 2009-06-03 | 1 | -104/+0 |
|
|
* | Simplified emulating touch events by using RawTouch event. | Denis Dzyubenko | 2009-06-03 | 1 | -25/+16 |
|
|
* | Added api for emulating touch events. | Denis Dzyubenko | 2009-05-27 | 1 | -3/+182 |
|
|
* | Added simple autotest for gestures when there are overlapping graphicsitems | Denis Dzyubenko | 2009-05-27 | 1 | -3/+59 |
|
|
* | Added a simple test for gesture event delivery to graphicsitems | Denis Dzyubenko | 2009-05-20 | 3 | -4/+143 |
|
|