aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevantShawn Rutledge2025-11-171-0/+5
* Reduce QTransform use in event delivery and cursor-finding functionsShawn Rutledge2025-11-111-5/+5
* Doc: Mark internal APIs with \internal commandJerome Pasion2025-11-071-1/+10
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* PointerHandler: Add handler to parent also on componentComplete()Oliver Eftevaag2025-07-181-4/+7
* Ensure TapHandler.pressed==false when deactivated; tolerate null eventShawn Rutledge2025-03-061-0/+3
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-191-3/+2
* Fix PointHandler rejecting click events near window edge with HiDPIFushan Wen2024-03-161-3/+3
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-181-0/+3
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Doc: Fix minor documentation issuesTopi Reinio2023-09-151-1/+1
* Doc: Fix qdoc warningsAndreas Eliasson2023-08-091-5/+8
* Add more internal docs in QQuickDeliveryAgent and its PrivateShawn Rutledge2023-07-121-3/+9
* Add internal PointerHandler docs; arrange accessors together with docsShawn Rutledge2023-07-071-31/+149
* Use correct names for QEventPoint::State, PointerDevice::GrabTransitionShawn Rutledge2023-04-141-0/+15
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-1/+1
* doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-02-211-9/+9
* Pointer handlers: don't emit canceled() when an extra button interruptsShawn Rutledge2022-12-151-3/+1
* Add FOREIGN declaration for QEventPointSami Shalayel2022-11-111-2/+2
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-10-311-1/+4
* QQuickHoverHandler: setHasHoverInChild to false when disabledRichard Moe Gustavsen2022-09-161-0/+2
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-251-0/+1
* doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-161-0/+2
* Consistently set and reset QQuickPointerHandler's currentEventVolker Hilsheimer2022-07-111-3/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* Code tidiesZhang Hao2022-01-261-1/+1
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-101-1/+15
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-031-6/+18
* Doc: Fix more documentation issuesTopi Reinio2021-06-161-2/+2
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-06-041-2/+3
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-031-3/+12
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-06-011-6/+6
* 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
* 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
* Fix build without features.gesturesTasuku Suzuki2021-04-161-0/+2
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-1/+2
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-2/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-9/+6
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-2/+2
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-58/+92
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+12
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-1/+83
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-2/+2