aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* TapHandler: keep accepted=true for mouse with DragThreshold policyShawn Rutledge2026-04-211-24/+4
* Enable Flickable dragging via mouse under an item with a TapHandlerShawn Rutledge2026-04-171-3/+25
* Flickable: setKeepMouseGrab/setKeepTouchGrab as appropriateShawn Rutledge2026-04-171-11/+14
* PointerHandler::resetCursorShape(): reset hasCursorHandler conditionallyShawn Rutledge2026-04-151-2/+15
* Replace QVector with QListShawn Rutledge2026-01-0910-22/+22
* doc: Explain that HoverHandler isn't disabled by a disabled parentShawn Rutledge2026-01-092-3/+31
* Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevantShawn Rutledge2025-11-171-0/+5
* Reduce QTransform use in event delivery and cursor-finding functionsShawn Rutledge2025-11-112-6/+6
* Doc: Mark internal APIs with \internal commandJerome Pasion2025-11-072-1/+16
* doc: Fix mention of DragHandler in TapHandler docsShawn Rutledge2025-10-241-1/+1
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-1729-0/+29
* PointerHandler: Add handler to parent also on componentComplete()Oliver Eftevaag2025-07-181-4/+7
* Only activate DragHandler if drag starts within itShawn Rutledge2025-06-242-0/+18
* Map DragHandler delta to the sceneAleksandr Timofeev2025-05-151-1/+5
* Ensure TapHandler.pressed==false when deactivated; tolerate null eventShawn Rutledge2025-03-062-3/+12
* doc: Fix string, real, point and size QML property documentationDavid Boddie2024-12-052-9/+9
* doc: Fix string, vector2d and matrix4x4 QML property documentationDavid Boddie2024-12-053-7/+7
* Doc: Add WheelHandler code snippets; override properties and signalsShawn Rutledge2024-12-041-1/+111
* PinchHandler: Set target properties only if respective axis enabledVladimir Belyavsky2024-10-261-2/+10
* PointHandler: don't deactivate because of synth-mouse eventsShawn Rutledge2024-10-083-13/+35
* 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-292-3/+3
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-2011-11/+11
* 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-244-4/+4
* QQuickMenu: cancel all grabs before QPlatformMenu::showPopup()Shawn Rutledge2024-06-212-1/+3
* Doc: Override DragHandler.accepted* and marginShawn Rutledge2024-06-201-0/+69
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-195-7/+6
* Doc: Add snippet for DragHandler.acceptedButtonsShawn Rutledge2024-06-131-0/+18
* Doc: fix snippet markers in pinchHandler snippetVolker Hilsheimer2024-06-111-1/+1
* 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