| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for GetURL events on Mac OS X | Tor Arne Vestbø | 2009-11-05 | 1 | -0/+2 |
|
|
* | Merge commit '51c9b68' into 4.6 | Morten Johan Sørvig | 2009-11-04 | 1 | -2/+2 |
|\ |
|
| * | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -2/+2 |
|
|
* | | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Added convenience functions QGestureEvent::setAccepted with a gesture | Denis Dzyubenko | 2009-10-26 | 1 | -0/+5 |
|
|
* | | Fix GRAPHICSVIEW | Jørgen Lind | 2009-10-29 | 1 | -0/+2 |
|/ |
|
* | Make the already-public calls be documented and public | Thomas Zander | 2009-10-22 | 1 | -1/+0 |
|
|
* | Add QGestureEvent::mapToScene for better graphicsView integration | Thomas Zander | 2009-10-22 | 1 | -0/+2 |
|
|
* | Improvements for gesture event delivery | Denis Dzyubenko | 2009-10-22 | 1 | -2/+5 |
|
|
* | Improving gesture event delivery for widgets. | Denis Dzyubenko | 2009-10-22 | 1 | -0/+2 |
|
|
* | Improved gesture event filtering inside QGraphicsView for QGraphicObjects | Denis Dzyubenko | 2009-10-22 | 1 | -0/+5 |
|
|
* | Added documentation for the Gesture API. | Denis Dzyubenko | 2009-10-12 | 1 | -1/+1 |
|
|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 1 | -0/+34 |
|
|
* | fix warnings about declarations shadowing class members (autotest reported) | Jeremy Katz | 2009-09-29 | 1 | -1/+1 |
|
|
* | Fixes some warning in headers | Olivier Goffart | 2009-09-22 | 1 | -4/+4 |
|
|
* | Removed some superfluous semicolons | Alessandro Portale | 2009-09-09 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -35/+0 |
|\ \ \
| |/ / |
|
| * | | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -35/+0 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -2/+136 |
|\ \ \
| |/ / |
|
| * | | Cleanup includes in public headers. | Bradley T. Hughes | 2009-06-26 | 1 | -1/+1 |
|
|
| * | | Add QTouchEvent::DeviceType and deviceType() | Bradley T. Hughes | 2009-06-24 | 1 | -1/+10 |
|
|
| * | | Add functions to report normalized positions in QTouchEvent::TouchPoint | Bradley T. Hughes | 2009-06-23 | 1 | -0/+7 |
|
|
| * | | Fix qdoc warnings for QTouchEvent | Bradley T. Hughes | 2009-06-22 | 1 | -2/+2 |
|
|
| * | | Change behavior of how touch and mouse events work together | Bradley T. Hughes | 2009-06-18 | 1 | -1/+2 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-17 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| | * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+726 |
|
|
| * | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -37/+36 |
|
|
| * | another API review round: change Q*TouchEvent size() functions to return rect... | Bradley T. Hughes | 2009-06-11 | 1 | -2/+2 |
|
|
| * | Some API changes after an API review round | Bradley T. Hughes | 2009-06-05 | 1 | -14/+21 |
|
|
| * | Add support for touch point contact area | Bradley T. Hughes | 2009-06-03 | 1 | -0/+3 |
|
|
| * | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates() | Bradley T. Hughes | 2009-05-27 | 1 | -1/+15 |
|
|
| * | Remove friends from QTouchEvent and QTouchEvent::TouchPoint | Bradley T. Hughes | 2009-05-27 | 1 | -6/+4 |
|
|
| * | Support multiple touch targets in QGraphicsView | Bradley T. Hughes | 2009-05-13 | 1 | -11/+24 |
|
|
| * | Improved gesture propagation. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+10 |
|
|
| * | Improved gesture target widget detection. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+1 |
|
|
| * | Removed the use of QSharedPointer from gesture api - since QGesture | Denis Dzyubenko | 2009-05-11 | 1 | -3/+2 |
|
|
| * | More documentation fixes. | Denis Dzyubenko | 2009-05-11 | 1 | -2/+0 |
|
|
| * | De-inlined functions in gesture events. | Denis Dzyubenko | 2009-05-11 | 1 | -12/+10 |
|
|
| * | Modifications after the api review by Brad. | Denis Dzyubenko | 2009-05-11 | 1 | -7/+8 |
|
|
| * | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent by | Denis Dzyubenko | 2009-05-11 | 1 | -5/+3 |
|
|
| * | Added some documentation. | Denis Dzyubenko | 2009-05-11 | 1 | -4/+4 |
|
|
| * | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 1 | -0/+34 |
|
|
| * | Support sending touch events (with multiple touch points) to multiple widgets... | Bradley T. Hughes | 2009-05-04 | 1 | -0/+2 |
|
|