aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* Only activate DragHandler if drag starts within itShawn Rutledge2025-06-241-0/+17
* Map DragHandler delta to the sceneAleksandr Timofeev2025-05-151-1/+5
* doc: Fix string, vector2d and matrix4x4 QML property documentationDavid Boddie2024-12-051-3/+3
* DragHandler: Don't change QEventPoint accepted state in touch eventsDoris Verria2024-08-301-3/+4
* Avoid detach in range-for loops over QQMultiPtHandler::currentPoints()Shawn Rutledge2024-08-291-1/+1
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* doc: fix reference to nonexistent DragHandler.SnapNeverPierre-Yves Siret2024-07-221-1/+1
* doc: Stop telling users that DragHandler is not for DnDShawn Rutledge2024-06-281-1/+2
* Make more logging categories staticUlf Hermann2024-06-241-1/+1
* Doc: Override DragHandler.accepted* and marginShawn Rutledge2024-06-201-0/+69
* Doc: Add snippet for DragHandler.acceptedButtonsShawn Rutledge2024-06-131-0/+18
* 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