index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
handlers
Commit message (
Expand
)
Author
Age
Files
Lines
*
TapHandler: keep accepted=true for mouse with DragThreshold policy
Shawn Rutledge
2026-04-21
1
-24
/
+4
*
Enable Flickable dragging via mouse under an item with a TapHandler
Shawn Rutledge
2026-04-17
1
-3
/
+25
*
Flickable: setKeepMouseGrab/setKeepTouchGrab as appropriate
Shawn Rutledge
2026-04-17
1
-11
/
+14
*
PointerHandler::resetCursorShape(): reset hasCursorHandler conditionally
Shawn Rutledge
2026-04-15
1
-2
/
+15
*
Replace QVector with QList
Shawn Rutledge
2026-01-09
10
-22
/
+22
*
doc: Explain that HoverHandler isn't disabled by a disabled parent
Shawn Rutledge
2026-01-09
2
-3
/
+31
*
Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevant
Shawn Rutledge
2025-11-17
1
-0
/
+5
*
Reduce QTransform use in event delivery and cursor-finding functions
Shawn Rutledge
2025-11-11
2
-6
/
+6
*
Doc: Mark internal APIs with \internal command
Jerome Pasion
2025-11-07
2
-1
/
+16
*
doc: Fix mention of DragHandler in TapHandler docs
Shawn Rutledge
2025-10-24
1
-1
/
+1
*
Set explicit default security level of all files with default security
Jan Arve Sæther
2025-09-17
29
-0
/
+29
*
PointerHandler: Add handler to parent also on componentComplete()
Oliver Eftevaag
2025-07-18
1
-4
/
+7
*
Only activate DragHandler if drag starts within it
Shawn Rutledge
2025-06-24
2
-0
/
+18
*
Map DragHandler delta to the scene
Aleksandr Timofeev
2025-05-15
1
-1
/
+5
*
Ensure TapHandler.pressed==false when deactivated; tolerate null event
Shawn Rutledge
2025-03-06
2
-3
/
+12
*
doc: Fix string, real, point and size QML property documentation
David Boddie
2024-12-05
2
-9
/
+9
*
doc: Fix string, vector2d and matrix4x4 QML property documentation
David Boddie
2024-12-05
3
-7
/
+7
*
Doc: Add WheelHandler code snippets; override properties and signals
Shawn Rutledge
2024-12-04
1
-1
/
+111
*
PinchHandler: Set target properties only if respective axis enabled
Vladimir Belyavsky
2024-10-26
1
-2
/
+10
*
PointHandler: don't deactivate because of synth-mouse events
Shawn Rutledge
2024-10-08
3
-13
/
+35
*
DragHandler: Don't change QEventPoint accepted state in touch events
Doris Verria
2024-08-30
1
-3
/
+4
*
Avoid detach in range-for loops over QQMultiPtHandler::currentPoints()
Shawn Rutledge
2024-08-29
2
-3
/
+3
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
11
-11
/
+11
*
doc: fix reference to nonexistent DragHandler.SnapNever
Pierre-Yves Siret
2024-07-22
1
-1
/
+1
*
doc: Stop telling users that DragHandler is not for DnD
Shawn Rutledge
2024-06-28
1
-1
/
+2
*
Make more logging categories static
Ulf Hermann
2024-06-24
4
-4
/
+4
*
QQuickMenu: cancel all grabs before QPlatformMenu::showPopup()
Shawn Rutledge
2024-06-21
2
-1
/
+3
*
Doc: Override DragHandler.accepted* and margin
Shawn Rutledge
2024-06-20
1
-0
/
+69
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
5
-7
/
+6
*
Doc: Add snippet for DragHandler.acceptedButtons
Shawn Rutledge
2024-06-13
1
-0
/
+18
*
Doc: fix snippet markers in pinchHandler snippet
Volker Hilsheimer
2024-06-11
1
-1
/
+1
*
TapHandler: don't (dis)connect signals to a null window
Shawn Rutledge
2024-04-25
2
-5
/
+18
*
DragHandler: don't skip passive grab if state includes release
Shawn Rutledge
2024-03-26
1
-1
/
+3
*
Fix PointHandler rejecting click events near window edge with HiDPI
Fushan Wen
2024-03-16
1
-3
/
+3
*
HoverHandler: setHovered(false) for any pointer event outside bounds
Shawn Rutledge
2024-02-21
1
-2
/
+3
*
Accept mouse or touchpad in snippets with acceptedDevices
Shawn Rutledge
2024-02-21
2
-1
/
+7
*
Partially revert "Make properties in Qt Quick FINAL to prevent shadowing"
Fabian Kosmale
2024-02-17
11
-61
/
+61
*
Remove the use of Q_QUICK_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
17
-18
/
+18
*
QQuickSinglePointHandler: check isSinglePointEvent before cast
Shawn Rutledge
2023-12-15
1
-4
/
+9
*
Update cursor if frame-synchronous hover update discovers hover change
Shawn Rutledge
2023-11-18
2
-0
/
+4
*
Disable TapHandler.longPressed signal if longPressThreshold == 0
Shawn Rutledge
2023-11-17
2
-10
/
+26
*
Make TapHandler longPressed/tapped exclusive and reliable; fix example
Shawn Rutledge
2023-11-17
2
-3
/
+8
*
Include what you need: <QPointer>
Marc Mutz
2023-10-06
2
-0
/
+4
*
Doc: Fix minor documentation issues
Topi Reinio
2023-09-15
1
-1
/
+1
*
Doc: Fix qdoc warnings
Andreas Eliasson
2023-08-09
1
-5
/
+8
*
QQuickTapHandler: Pass flag to Q_FLAG instead of enum
Fabian Kosmale
2023-07-27
1
-1
/
+1
*
doc: Remove readonly tag from PinchHandler persistent properties
Shawn Rutledge
2023-07-26
1
-3
/
+1
*
Add more internal docs in QQuickDeliveryAgent and its Private
Shawn Rutledge
2023-07-12
1
-3
/
+9
*
Add internal PointerHandler docs; arrange accessors together with docs
Shawn Rutledge
2023-07-07
1
-31
/
+149
*
doc: Rename to Qt Quick Examples - Pointer Handlers
Shawn Rutledge
2023-07-02
6
-8
/
+8
[next]