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.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.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
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
/
util
/
qquickdeliveryagent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for global position in hover events
Paul Olav Tvete
2025-06-04
1
-4
/
+8
*
TextEdit and TextInput: map QContextMenuEvent to text cursor pos
Shawn Rutledge
2025-05-02
1
-1
/
+4
*
DeliveryAgent: clear deviceDeliveryTargets before hover delivery
Shawn Rutledge
2025-04-16
1
-0
/
+1
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-3
/
+3
*
Suppress unused parameter warning when tabletevent feature is disabled
Juha Vuolle
2025-04-10
1
-0
/
+2
*
SwipeDelegate: Compare against QLastCursorPosition for default mouse pos
Shawn Rutledge
2025-04-01
1
-12
/
+0
*
SwipeDelegate: check for believable mouse pos rather than qInf
Shawn Rutledge
2025-03-19
1
-0
/
+12
*
QQuickDeliveryAgentPrivate: fix performance regression in eventTargets()
Aurélien Brooke
2025-03-18
1
-9
/
+9
*
Don't synthesize QContextMenuEvent if right-button opens a Menu
Shawn Rutledge
2025-02-28
1
-0
/
+4
*
DeliveryAgent isTabletEvent: false if configured without tablet support
Shawn Rutledge
2025-01-08
1
-1
/
+4
*
Add DAPrivate::eventTargets: shared pointer and context menu event logic
Shawn Rutledge
2024-12-25
1
-76
/
+74
*
Add ContextMenu
Mitch Curtis
2024-12-24
1
-0
/
+76
*
QQDA: fix assert when hovered items are removed during event processing
Volker Hilsheimer
2024-10-21
1
-3
/
+12
*
Use QWindow::mapToGlobal() directly
Morten Sørvig
2024-08-23
1
-3
/
+2
*
QQDeliveryAgent: check every touchpoint for double-tap violations
Shawn Rutledge
2024-07-04
1
-17
/
+36
*
Call QQuickItem::mouseUngrabEvent() on ungrab from QTabletEvent
Shawn Rutledge
2024-06-28
1
-5
/
+28
*
Move clearGrabbers() from QQuickWindowPrivate to QQDeliveryAgentPrivate
Shawn Rutledge
2024-06-23
1
-0
/
+35
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
1
-7
/
+5
*
Optimize QQuickDeliveryAgentPrivate::onGrabChanged() slightly
Shawn Rutledge
2024-06-19
1
-5
/
+1
*
Forward keyboard events to the active popup window
Oliver Eftevaag
2024-05-29
1
-1
/
+1
*
QQDA: Make it easier to find the focus item when there's no active focus
Doris Verria
2024-04-23
1
-10
/
+22
*
Prevent infinite loop when setting activeFocusItem of the scene's root
Doris Verria
2024-03-16
1
-0
/
+20
*
Clean up and refactor hover event delivery
Volker Hilsheimer
2024-03-14
1
-27
/
+20
*
QQuickDeliveryAgentPrivate::deliverHoverEventRecursive - remove "return"
Axel Spoerl
2024-03-07
1
-3
/
+0
*
Fix crash when item is deleted in event handler
Paul Olav Tvete
2024-03-04
1
-1
/
+5
*
Hover event delivery: don't modify a list we are iterating
Volker Hilsheimer
2024-02-29
1
-6
/
+18
*
DA: align delivery of mouse, touch, and synthesized mouse events to childMous...
Richard Moe Gustavsen
2024-01-24
1
-11
/
+14
*
Ensure that HoverHandler reacts if a touchpoint moves out of bounds
Shawn Rutledge
2023-12-28
1
-0
/
+10
*
Update cursor if frame-synchronous hover update discovers hover change
Shawn Rutledge
2023-11-18
1
-1
/
+7
*
Include what you need: <QPointer>
Marc Mutz
2023-10-06
1
-0
/
+2
*
Doc: Fix qdoc warnings
Andreas Eliasson
2023-08-09
1
-13
/
+19
*
Add more internal docs in QQuickDeliveryAgent and its Private
Shawn Rutledge
2023-07-12
1
-7
/
+175
*
Fix pointer delivery to child items of items with clip:true
Jan Arve Sæther
2023-07-11
1
-1
/
+1
*
Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEvent
Shawn Rutledge
2023-06-16
1
-5
/
+0
*
qquickwindow: Clear hover when a window is hidden
David Edmundson
2023-04-25
1
-0
/
+7
*
QQuickDeliveryAgent: fix downcast to QQuickItem
Volker Hilsheimer
2023-02-10
1
-32
/
+25
*
QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if wheel event
Vladimir Belyavsky
2022-12-17
1
-0
/
+5
*
Don't override exclusive touch grab of filtered item
Volker Hilsheimer
2022-12-14
1
-2
/
+5
*
Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystem
Shawn Rutledge
2022-11-18
1
-0
/
+5
*
Fix performance issue with drag retrigger events for qtquick items
Santhosh Kumar
2022-11-07
1
-11
/
+25
*
DA: don't ignore subtreeHoverEnabled
Richard Moe Gustavsen
2022-11-01
1
-1
/
+1
*
Don't accept all QTouchEvent::points unless the item accepts touch
Bumjoon Park
2022-10-28
1
-8
/
+6
*
Allow OS-synthesized right clicks to be delivered
Shawn Rutledge
2022-10-26
1
-1
/
+17
*
Propagate ShortcutOverride events up the parent chain
Volker Hilsheimer
2022-10-26
1
-8
/
+11
*
qquickpointerhandler_p.h: Clean up includes
Fabian Kosmale
2022-10-19
1
-0
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-14
/
+14
*
Clear delivery agent delegated focus
Jere Tuliniemi
2022-09-27
1
-1
/
+5
*
DA: don't exit early from deliverHoverEvents when we have hovered items
Richard Moe Gustavsen
2022-09-20
1
-6
/
+11
*
DA: Avoid corrupting persistent scenePosition in QHoverEvent ctor
Shawn Rutledge
2022-09-20
1
-4
/
+7
*
DA: ignore disabled HoverHandlers when delivering hover events
Richard Moe Gustavsen
2022-09-16
1
-11
/
+29
[next]