aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Quick: includemocsMarc Mutz2022-05-071-0/+2
* 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
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-1/+18
|\
| * Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-1/+18
* | Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-0/+69
|/
* Doc: fix grabPermissions and other enumeration propertiesShawn Rutledge2018-09-141-2/+21
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-7/+7
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-021-1/+1
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-6/+2
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+1
* Finish renaming pointDistanceThreshold to margin (including doc image)Shawn Rutledge2018-07-241-1/+1
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-121-8/+8
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-291-1/+4
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-1/+38
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-3/+9
* PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-271-5/+7
* Move wantsEventPoint() up from SinglePointHandler to QQPointerHandlerShawn Rutledge2018-06-201-0/+5
* Fix non-initialized class memberJesus Fernandez2018-06-201-4/+4
* Refactor QQuickPointerHandler: add private implementation classShawn Rutledge2018-05-151-38/+88
* QQuickPointerHandler: make classBegin and componentComplete protectedShawn Rutledge2018-03-271-1/+9
* doc: Correct mostly linking errorsMartin Smith2018-02-231-3/+3
* QQuickPointerHandler: add virtual onTargetChanged()Shawn Rutledge2018-01-121-0/+2
* PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-141-9/+121
* Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-12/+68
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-2/+2
* Doc: Fix PointerHandler QML docsTopi Reinio2017-08-111-4/+4
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-0/+1
* Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3