summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark the QGestureEvent::setWidget as internalThomas Zander2009-10-281-0/+2
* Added convenience functions QGestureEvent::setAccepted with a gestureDenis Dzyubenko2009-10-261-5/+63
* Implemented QGestureEvent::activeGestures and canceledGestures.Denis Dzyubenko2009-10-261-2/+12
* Make the already-public calls be documented and publicThomas Zander2009-10-221-2/+2
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-221-0/+18
* Improvements for gesture event deliveryDenis Dzyubenko2009-10-221-11/+37
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-0/+16
* Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-161-0/+42
* Doc: Gesture API documentation review.David Boddie2009-10-121-28/+32
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-9/+61
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+74
* Fixed typo in the doc.Denis Dzyubenko2009-10-011-1/+1
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Small corrections in the documentationBradley T. Hughes2009-09-041-2/+2
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Doc: Added some information about the clipping applied in paint events.David Boddie2009-08-281-1/+10
* | Doc: First review/editing of the QTouchEvent class documentation.David Boddie2009-08-271-27/+30
* | Merge commit 'qt/master'Jason Barron2009-08-201-43/+115
|\ \
| * | Document more of the behavior of QTouchEventBradley T. Hughes2009-08-191-43/+115
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-1/+0
|\ \ \ | |/ /
| * | Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-041-1/+0
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-8/+12
|\ \ \ | |/ /
| * | Doc: Focus and key-event handling in QGraphicsItem.Volker Hilsheimer2009-07-271-8/+12
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-178/+101
|\ \ \ | |/ /
| * | Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-201-4/+4
| * | Doc: clarify relevance for QGraphicsItem and add a few \saVolker Hilsheimer2009-07-201-26/+84
| * | doc: Included note about the effect of WA_NoMousePropagation.Martin Smith2009-07-061-0/+4
| * | Refactored gesture apiDenis Dzyubenko2009-07-021-156/+0
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-0/+4
| * | qdoc: Added more handling of \reimp commandMartin Smith2009-06-301-10/+23
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+649
|\ \ \ | |/ /
| * | Cleanup includes in public headers.Bradley T. Hughes2009-06-261-0/+1
| * | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-4/+28
| * | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-231-0/+52
| * | Fix qdoc warnings for QTouchEventBradley T. Hughes2009-06-221-4/+3
| * | Make sure QTouchEvent::TouchPoint::rect() returns the proper rect...Bradley T. Hughes2009-06-181-1/+1
| * | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-2/+14
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\ \
| | * \ Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| | |\ \ | | | |/
| | | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-73/+169
| * | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-5/+6
| * | | Some API changes after an API review roundBradley T. Hughes2009-06-051-32/+84
| * | | Add support for touch point contact areaBradley T. Hughes2009-06-031-0/+14
| * | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-1/+16