aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-09-291-3/+6
* doc: Correct the type that WheelHandler's wheel signal emitsShawn Rutledge2021-09-061-1/+1
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-061-0/+2
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-061-4/+9
* doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-07-091-12/+12
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-06-011-8/+17
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-271-1/+10
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-1/+15
* Enhance approveGrabTransition log messageShawn Rutledge2021-05-141-2/+3
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-111-1/+4
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-071-1/+2
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-0/+14
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-305-5/+18
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-253-10/+8
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-152-3/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-35/+0
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-153-2/+5
* doc: Override the docs for the WheelHandler::acceptedDevices propertyShawn Rutledge2021-01-081-10/+21
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-301-1/+2
* Pass QWheelEvent by reference, not by copyVolker Hilsheimer2020-11-121-1/+1
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-055-15/+18
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Rename PointingDeviceUniqueId QML type to lowercaseUlf Hermann2020-09-191-1/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1823-336/+384
* Fix TapHandler so that it actually registers a tapJan Arve Sæther2020-09-043-5/+5
* Add QQuickHandlerPoint::device propertyShawn Rutledge2020-09-042-0/+7
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-3/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-262-2/+2
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-238-20/+33
* Remove deprecated PinchHandler.m{in,ax}imum{X,Y} for Qt 6Jan Arve Sæther2020-02-262-69/+0
* 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-198-14/+14
|/
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-113-3/+22
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-314-1/+149
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-142-2/+8
|\
| * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-131-1/+8
| * Remove unneeded/unused signalAlbert Astals Cid2020-01-131-1/+0
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-193-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-092-6/+22
|\|
| * Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-1/+18
| * TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-061-5/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-7/+9
|\|
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-7/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-082-2/+2
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-072-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-043-14/+82
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-1/+50
| |\
| | * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50