Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | silence compiler warnings | Harald Fernengel | 2010-11-19 | 1 | -2/+2 |
| | | | | Silence shadowing warnings from gcc. | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed link error of some test tools due to multiply defined | Rohan McGovern | 2009-06-27 | 1 | -0/+1 |
| | | | | QTest::touchEvent(). | ||||
* | Add QTouchEvent::DeviceType and deviceType() | Bradley T. Hughes | 2009-06-24 | 1 | -7/+11 |
| | | | | | | | | | This enum indicates what kind of device generated the touch event (TouchScreen or TouchPad). We use this information to control how touch events are sent, specifically we restrict touch events to a single widget/QGraphicsItem on touch-pads, since there is no direct relationship between the physical touch location on the pad and the on- using the touch-pad). | ||||
* | compile after small API changes | Bradley T. Hughes | 2009-06-18 | 1 | -3/+2 |
| | |||||
* | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -3/+3 |
| | | | | | | | | | the API for these 2 classes is identical, the implementation is almost identical, they share the same data structures, so bite the bullet and merge them. this means we go back to using screenPos() instead of globalPos() again | ||||
* | s,RawKeyEvent,RawTouchEvent,g | Bradley T. Hughes | 2009-06-08 | 1 | -2/+2 |
| | | | | how embarassing :/ | ||||
* | Fix linking on Windows | Bradley T. Hughes | 2009-06-08 | 1 | -1/+2 |
| | | | | Need to move the extern declaration out of the QtTest namespace | ||||
* | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 1 | -38/+20 |
| | |||||
* | Improved touch event emulation code in testlib. | Denis Dzyubenko | 2009-06-03 | 1 | -26/+24 |
| | | | | | | | | * 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. | ||||
* | Moved the QTest::touchEvent() implementation to testlib. | Denis Dzyubenko | 2009-06-03 | 1 | -0/+168 |
Modified it the same time to remove refcount and static variable. |