aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-09-291-3/+6
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-06-011-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-071-1/+2
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-1/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-251-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
* PointerHandler: add wants/declines logging to qt.quick.handler.dispatchShawn Rutledge2017-04-271-1/+5
* TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-211-1/+1
* PointerHandlers always ungrab if wantsPointerEvent returns falseShawn Rutledge2017-03-301-2/+9
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-44/+55
* DragHandler: keep the grab (prevent stealing) when draggingShawn Rutledge2017-02-171-0/+10
* notify all passive-grabbing PointerHandlers when exclusive grab changesShawn Rutledge2017-02-101-0/+7
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-6/+28
* QQuickPointerHandler::setGrab: don't emit grabChanged if it didn'tShawn Rutledge2016-12-301-4/+4
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-3/+1