aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-151-14/+19
* Don't copy QKeyEvent instances, store the data explicitlyVolker Hilsheimer2020-11-161-15/+32
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-445/+3
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-8/+8
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-123/+16
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-0/+2
|\
| * Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-201-0/+2
* | Add major version to all Q_REVISIONsUlf Hermann2020-02-191-11/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-10/+61
|\|
| * Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-10/+61
* | Add a few missing includesAllan Sandfeld Jensen2020-02-141-2/+4
|/
* Add PointerScrollEvent QML registrationShawn Rutledge2020-01-131-1/+5
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-3/+2
* Handle -no-feature-shortcutFriedemann Kleint2019-10-181-1/+3
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+30
* Add WheelHandlerShawn Rutledge2019-04-271-0/+1
* Declare the enum so it can be passed to the QML sideAndy Shaw2018-11-301-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-291-0/+2
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-131-0/+2
| * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-111-1/+1
| * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
* | Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* | Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1
* | Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* | Fix property declarationsSimon Hausmann2018-08-201-6/+6
* | Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-061-41/+41
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-1/+1
* | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-0/+1
* | Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-201-0/+47
* | Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-201-28/+26
* | QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
|/
* Fix build without features.gesturesTasuku Suzuki2018-05-141-0/+8
* Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-261-0/+2
* QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-161-0/+1
* allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-23/+18
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Add support for getting the flags from the original mouse eventAndy Shaw2018-01-181-2/+7
* Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-1/+40
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-1/+0
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-9/+9
* Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-301-1/+0
* Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-18/+8
|\
| * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-201-7/+0
| * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-121-0/+7
| * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-18/+7
* | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-261-0/+2