Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix some missing and duplicated license headers. | Jason McDonald | 2009-08-27 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make the license test pass. | Frans Englich | 2009-08-19 | 1 | -0/+41 |
| | | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -8/+21 |
| | | | | | | | | | | | | | | | | Rewritten the api almost from scratch, making it simplier and more flexible at the same time. The current implementation will not have complex gseturemanager class inside Qt, but the QGesture base class, which represents both a gesture recognizer and a gesture itself with a set of properties. A set of common gestures that can use used in third-party applications (and in Qt itself internally) is supposed to be found in qstandardgestures.h, and a base class for user-defined gestures is in qgesture.h Gesture implementation for Pan on Windows7 has also been added as a reference implementation for platform gestures. | ||||
* | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 a context for the touch positions in press(), move(), release() functions. * Sending RawTouch events to QApplication object if the target widget is not specified. | ||||
* | 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 |
| | | | | Modified it the same time to remove refcount and static variable. | ||||
* | 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 |
| | | | | | For now the api is in the autotest itself, though in the QTest namespace. | ||||
* | 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 |
| | |||||
* | Started implementing tests for gestures on graphicsview | Denis Dzyubenko | 2009-05-20 | 1 | -114/+197 |
| | |||||
* | Added autotest for gestures. | Denis Dzyubenko | 2009-05-18 | 4 | -0/+742 |