aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhandlerpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* doc: Fix string, real, point and size QML property documentationDavid Boddie2024-12-051-7/+7
* doc: Fix string, vector2d and matrix4x4 QML property documentationDavid Boddie2024-12-051-1/+1
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-191-1/+0
* doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-02-211-9/+9
* doc: Rename QML type HandlerPoint to handlerPointShawn Rutledge2023-02-171-15/+15
* doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-171-0/+7
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-191-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-041-6/+3
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-2/+2
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-151-1/+1
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-3/+3
* Rename PointingDeviceUniqueId QML type to lowercaseUlf Hermann2020-09-191-1/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-28/+26
* Fix TapHandler so that it actually registers a tapJan Arve Sæther2020-09-041-2/+2
* Add QQuickHandlerPoint::device propertyShawn Rutledge2020-09-041-0/+3
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-3/+3
* Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-201-0/+2
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-1/+4
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-051-10/+5
* Doc: Fix link issuesNico Vertriest2019-01-031-2/+0
* Doc: fix grabPermissions and other enumeration propertiesShawn Rutledge2018-09-141-2/+2
* PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-271-3/+7
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-3/+0
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+1
* Make sure pressPosition and scenePressPosition are correctly initializedJan Arve Sæther2018-07-231-1/+6
* QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-191-21/+17
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
* Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-181-0/+14
* MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-181-0/+83
* Move QQuickHandlerPoint into its own header and cpp filesShawn Rutledge2018-05-161-0/+254