index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
quick
/
util
/
qquickdeliveryagent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
QQDAPriv::onGrabChanged: call queryPointById() only when used
Shawn Rutledge
2022-09-06
1
-4
/
+6
*
Use the time stamp of the touch event when deliver touch as mouse
Seokha Ko
2022-08-26
1
-0
/
+1
*
Ensure that multiple HoverHandlers can react to multiple device types
Shawn Rutledge
2022-08-25
1
-4
/
+11
*
Allow implicit mouse grab by accepting only on press
Shawn Rutledge
2022-08-26
1
-1
/
+1
*
Don't compress touch events in subscene DeliveryAgents
Shawn Rutledge
2022-08-15
1
-0
/
+5
*
QQuickDeliveryAgentPrivate::touchToMouseEvent: expect non-mouse device
Shawn Rutledge
2022-08-12
1
-0
/
+5
*
Reduce QQuickItemPrivate memory usage
Fabian Kosmale
2022-08-11
1
-1
/
+1
*
TextInput/Field: selectByMouse default=true, but not on touchscreens
Shawn Rutledge
2022-07-16
1
-0
/
+7
*
Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()
Shawn Rutledge
2022-07-13
1
-2
/
+11
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QQuickItem: ignore double-clicks by default; remove allowDoubleClick
Shawn Rutledge
2022-06-03
1
-6
/
+3
*
Implement support for passive grabbers with mouse/touch events
Volker Hilsheimer
2022-05-28
1
-20
/
+50
*
QQuickDeliveryAgent: fix unused parameter on webOS
Janne Juntunen
2022-05-11
1
-0
/
+2
*
QQuickItem: fix the order of activeFocusChanged signals
Ivan Solovev
2022-05-06
1
-3
/
+3
*
DeliveryAgent: don't cancelTouchMouseSynthesis() prematurely
Shawn Rutledge
2022-05-02
1
-3
/
+11
*
QQuickDeliverAgent: don't propagate hover to siblings
Richard Moe Gustavsen
2022-03-26
1
-0
/
+13
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-10
1
-5
/
+7
*
Use the new QHoverEvent ctor taking globalPos
Shawn Rutledge
2022-02-05
1
-5
/
+5
*
Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()
Shawn Rutledge
2022-02-04
1
-2
/
+2
*
Detach QEventPoint instances during touch compression; test & docs
Shawn Rutledge
2022-02-03
1
-2
/
+40
*
Port users of QMutableEventPoint::from() to new static setters
Marc Mutz
2022-01-15
1
-18
/
+18
*
Don't rely on transitive include of qeventpoint_p.h
Marc Mutz
2022-01-13
1
-0
/
+1
*
QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()
Marc Mutz
2022-01-06
1
-1
/
+1
*
Add HoverHandler.blocking property
Shawn Rutledge
2021-12-09
1
-0
/
+5
*
Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidget
Paul Olav Tvete
2021-12-07
1
-2
/
+2
*
Fix setting the focus reason in Qt Quick Controls
Volker Hilsheimer
2021-12-04
1
-7
/
+16
*
qquickdeliveryagent: Fix drag events being sent in the wrong order
Maximilian Goldstein
2021-12-02
1
-11
/
+22
*
deliveryagent: cancel touch-mouse synthesis when cancelling touch event
Richard Moe Gustavsen
2021-10-28
1
-0
/
+2
*
QQuickDeliveryAgentPrivate::pointerTargets: omit subscene root children
Shawn Rutledge
2021-09-29
1
-1
/
+2
*
Don't crash if item is deleted from mouse click
Paul Olav Tvete
2021-08-31
1
-1
/
+2
*
Send hover events with correct scene and global positions
Shawn Rutledge
2021-07-05
1
-3
/
+7
*
QQDeliveryAgent: keep lastMousePosition updated during dragging
Shawn Rutledge
2021-07-05
1
-4
/
+4
*
QQuickDeliveryAgent: Use public mapToGlobal function
Fabian Kosmale
2021-07-05
1
-1
/
+1
*
QQuickHoverHandler: don't use passive grabs
Richard Moe Gustavsen
2021-07-01
1
-100
/
+191
[next]