aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* DragHandler: don't skip passive grab if state includes releaseShawn Rutledge2024-03-261-1/+3
* doc: Rename to Qt Quick Examples - Pointer HandlersShawn Rutledge2023-07-021-1/+1
* Document the Pointer Handlers exampleShawn Rutledge2023-03-021-1/+1
* doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-02-211-3/+3
* Remove dead code in DragHandlerShawn Rutledge2023-02-171-11/+0
* Remove QQuickDragAxis::persistentValue and changed signal for nowShawn Rutledge2022-12-161-8/+4
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-101-2/+2
* Add PinchHandler.scaleAxis, rotationAxis; hold values in axesShawn Rutledge2022-12-101-11/+34
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Doc: Fix linking issuesTopi Reinio2022-06-291-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* Doc: Ensure deprecated APIs in Qt QML are documented as suchNico Vertriest2021-07-291-1/+1
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-041-5/+38
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-031-3/+5
* Remove unused QQuickDragHandler::targetContainsCentroid()Shawn Rutledge2021-06-021-6/+0
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-051-1/+10
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-03-261-0/+13
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-2/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-1/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-14/+15
* Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-1/+2
* Add snapMode to DragHandlerJan Arve Sæther2019-05-161-2/+35
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-4/+3
|\
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
* | Refactor QQuickMultiPointHandler into public and private classesShawn Rutledge2019-04-021-4/+4
|/
* Doc: Fix link issuesNico Vertriest2019-01-031-1/+1
* Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-111-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-3/+3
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-221-1/+3
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-5/+1
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+2
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-65/+125
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-121-1/+1
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-251-33/+0
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
* doc: Fix several Can't link to errorsMartin Smith2018-02-281-20/+30
* doc: Correct mostly linking errorsMartin Smith2018-02-231-4/+5
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-34/+54
* Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
* improve documentation of DragHandlerShawn Rutledge2017-09-291-2/+38
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-2/+9
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-3/+3
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-3/+3
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-1/+1
* Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-281-1/+1
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-6/+31
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-241-0/+6