aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* Quick: includemocsMarc Mutz2022-05-0712-0/+24
* doc: Fix inherited property docs in HoverHandlerShawn Rutledge2022-05-011-0/+92
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-102-2/+18
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-092-0/+22
* Add WheelHandler.blocking propertyShawn Rutledge2021-12-093-1/+31
* Doc: Fix documentation warningsTopi Reinio2021-12-061-9/+9
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-032-6/+19
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-022-2/+24
* Document PinchHandler's active property as read-onlyMitch Curtis2021-10-261-0/+1
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-082-12/+20
* doc: Correct the type that WheelHandler's wheel signal emitsShawn Rutledge2021-09-061-1/+1
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-051-0/+2
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-051-4/+9
* Doc: Ensure deprecated APIs in Qt QML are documented as suchNico Vertriest2021-07-291-1/+1
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-151-0/+3
* Respect PinchHandler min/maximumPointCount props with native gesturesShawn Rutledge2021-07-091-2/+3
* doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-07-091-12/+12
* Deprecate QQuickDragHandler::translation()Shawn Rutledge2021-07-011-0/+4
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-011-1/+0
* Doc: Fix more documentation issuesTopi Reinio2021-06-161-2/+2
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-043-14/+51
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-06-041-2/+3
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-035-11/+28
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-022-1/+8
* Remove unused QQuickDragHandler::targetContainsCentroid()Shawn Rutledge2021-06-022-7/+0
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-06-011-6/+6
* TapHandler: don't emit tapped() if non-filtering grabber on releaseShawn Rutledge2021-05-311-1/+11
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-1/+15
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-261-0/+7
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-201-8/+17
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-0/+1
* 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-051-1/+2
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-051-1/+10
* Fix build without features.gesturesTasuku Suzuki2021-04-161-0/+2
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-03-262-0/+14
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-197-14/+15
* QQuickHoverHandler: listen for HoverLeave eventsRichard Moe Gustavsen2021-03-112-0/+18
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-055-5/+18
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-243-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