summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixes in the multitouch handling.Denis Dzyubenko2009-11-181-0/+3
* Add support for GetURL events on Mac OS XTor Arne Vestbø2009-11-051-0/+2
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-2/+2
|\
| * Gesture api review.Denis Dzyubenko2009-11-031-2/+2
* | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-0/+5
|\ \ | |/
| * Added convenience functions QGestureEvent::setAccepted with a gestureDenis Dzyubenko2009-10-261-0/+5
* | Fix GRAPHICSVIEWJørgen Lind2009-10-291-0/+2
|/
* Make the already-public calls be documented and publicThomas Zander2009-10-221-1/+0
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-221-0/+2
* Improvements for gesture event deliveryDenis Dzyubenko2009-10-221-2/+5
* Improving gesture event delivery for widgets.Denis Dzyubenko2009-10-221-0/+2
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-0/+5
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-1/+1
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+34
* fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-291-1/+1
* Fixes some warning in headersOlivier Goffart2009-09-221-4/+4
* Removed some superfluous semicolonsAlessandro Portale2009-09-091-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* 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
* | 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-07-271-35/+0
|\ \ \ | |/ /
| * | Refactored gesture apiDenis Dzyubenko2009-07-021-35/+0
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+136
|\ \ \ | |/ /
| * | Cleanup includes in public headers.Bradley T. Hughes2009-06-261-1/+1
| * | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+10
| * | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-231-0/+7
| * | Fix qdoc warnings for QTouchEventBradley T. Hughes2009-06-221-2/+2
| * | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-1/+2
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+726
| * remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-37/+36
| * another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-2/+2
| * Some API changes after an API review roundBradley T. Hughes2009-06-051-14/+21
| * Add support for touch point contact areaBradley T. Hughes2009-06-031-0/+3
| * Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-1/+15
| * Remove friends from QTouchEvent and QTouchEvent::TouchPointBradley T. Hughes2009-05-271-6/+4
| * Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-11/+24
| * Improved gesture propagation.Denis Dzyubenko2009-05-111-1/+10
| * Improved gesture target widget detection.Denis Dzyubenko2009-05-111-0/+1
| * Removed the use of QSharedPointer from gesture api - since QGestureDenis Dzyubenko2009-05-111-3/+2
| * More documentation fixes.Denis Dzyubenko2009-05-111-2/+0
| * De-inlined functions in gesture events.Denis Dzyubenko2009-05-111-12/+10
| * Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-7/+8
| * Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-5/+3
| * Added some documentation.Denis Dzyubenko2009-05-111-4/+4