aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* TapHandler: don't (dis)connect signals to a null windowShawn Rutledge2024-04-252-5/+18
* DragHandler: don't skip passive grab if state includes releaseShawn Rutledge2024-03-261-1/+3
* Fix PointHandler rejecting click events near window edge with HiDPIFushan Wen2024-03-161-3/+3
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-211-2/+3
* Accept mouse or touchpad in snippets with acceptedDevicesShawn Rutledge2024-02-212-1/+7
* Partially revert "Make properties in Qt Quick FINAL to prevent shadowing"Fabian Kosmale2024-02-1711-61/+61
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-0917-18/+18
* QQuickSinglePointHandler: check isSinglePointEvent before castShawn Rutledge2023-12-151-4/+9
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-182-0/+4
* Disable TapHandler.longPressed signal if longPressThreshold == 0Shawn Rutledge2023-11-172-10/+26
* Make TapHandler longPressed/tapped exclusive and reliable; fix exampleShawn Rutledge2023-11-172-3/+8
* Include what you need: <QPointer>Marc Mutz2023-10-062-0/+4
* Doc: Fix minor documentation issuesTopi Reinio2023-09-151-1/+1
* Doc: Fix qdoc warningsAndreas Eliasson2023-08-091-5/+8
* QQuickTapHandler: Pass flag to Q_FLAG instead of enumFabian Kosmale2023-07-271-1/+1
* doc: Remove readonly tag from PinchHandler persistent propertiesShawn Rutledge2023-07-261-3/+1
* 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
* doc: Rename to Qt Quick Examples - Pointer HandlersShawn Rutledge2023-07-026-8/+8
* Make properties in Qt Quick FINAL to prevent shadowingOliver Eftevaag2023-06-0812-75/+75
* QQuickSinglePointHandler: reset pointinfo on a stray TouchBeginAxel Spoerl2023-05-271-3/+15
* Quick: Update documentation of TapHandler to reflect renamed enumDavid Edmundson2023-05-051-1/+1
* Remove reference to QQuickPointerScrollEvent in documentationMatthias Rauter2023-04-201-1/+1
* Use correct names for QEventPoint::State, PointerDevice::GrabTransitionShawn Rutledge2023-04-141-0/+15
* Fix TapHandler signals in combination with exclusiveSignalsShawn Rutledge2023-04-112-20/+29
* Fix PinchHandler.persistentTranslation; test cumulative native gesturesShawn Rutledge2023-04-112-27/+17
* doc: Customize and update docs for PointHandlerShawn Rutledge2023-03-142-3/+125
* Don't emit doubleTapped when the buttons are differentMatthias Rauter2023-03-091-4/+8
* TapHandler ExclusiveSignal flags: start with 1Shawn Rutledge2023-03-071-2/+2
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-072-2/+2
* Document the Pointer Handlers exampleShawn Rutledge2023-03-026-6/+8
* doc: Add snippets and animations illustrating TapHandler.GesturePolicyShawn Rutledge2023-03-021-43/+88
* doc: remove docs for PinchHandler.acceptedButtonsShawn Rutledge2023-03-021-0/+7
* doc: remove docs for HoverHandler.dragThresholdShawn Rutledge2023-03-021-0/+7
* doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-02-216-29/+29
* TapHandler: ignore untracked moving points; treat touchpad as mouseShawn Rutledge2023-02-212-4/+5
* Fix dummy variable in QQuickPinchHandler::setPersistentScaleShawn Rutledge2023-02-211-3/+3
* Fix and test PinchHandler native-gesture scalingShawn Rutledge2023-02-171-1/+1
* doc: Rename QML type HandlerPoint to handlerPointShawn Rutledge2023-02-174-18/+18
* Remove dead code in DragHandlerShawn Rutledge2023-02-172-13/+0
* doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-171-0/+7
* Remove Q_REVISION from "new" PinchHandler signalsShawn Rutledge2023-02-121-3/+3
* Fix [-Wmicrosoft-include] clang-cl warningsPeter Varga2022-12-165-12/+17
* Stop using deprecated QQuickPinchHandler functions and signalsIvan Solovev2022-12-161-1/+2
* Remove QQuickDragAxis::persistentValue and changed signal for nowShawn Rutledge2022-12-164-29/+12
* Pointer handlers: don't emit canceled() when an extra button interruptsShawn Rutledge2022-12-151-3/+1
* PinchHandler: don't confine activeScale and activeRotation to min/maxShawn Rutledge2022-12-123-9/+6
* Deprecate PinchAxis minimum/maximum scale and rotation propertiesShawn Rutledge2022-12-102-4/+12
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-104-83/+272
* Add PinchHandler.scaleAxis, rotationAxis; hold values in axesShawn Rutledge2022-12-106-115/+288