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
/
items
/
qquickitem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickWidget: Fix tab fence focus cycling
Oliver Eftevaag
2026-04-24
1
-2
/
+2
*
QQuickItem: don't access a destroyed public object from the private
Volker Hilsheimer
2026-04-20
1
-6
/
+8
*
QQuickItem: don't pass a QByteArrayLiteral to a const char*
Marc Mutz
2026-04-17
1
-1
/
+1
*
QQuickItem: avoid virtual calls in dtor
Anton Kudryavtsev
2026-04-15
1
-0
/
+2
*
Never return early from QQuickItem::setFocus() if focus != activeFocus
Oliver Eftevaag
2026-04-14
1
-1
/
+1
*
Continue using HoverHandler cursorShape when a child is deleted
Vladimir Belyavsky
2026-04-14
1
-1
/
+1
*
QQuickItem: clear pointer if active focus item is removed from window
Volker Hilsheimer
2026-02-27
1
-0
/
+6
*
Doc: Add return types to \qmlmethod signatures
Topi Reinio
2026-02-20
1
-3
/
+3
*
Split out cursor shape logging to qt.quick.hover.cursor
Mitch Curtis
2026-02-18
1
-1
/
+1
*
Don't print "giving up" debug message unless it's true
Shawn Rutledge
2026-02-17
1
-1
/
+2
*
Replace QVector with QList
Shawn Rutledge
2026-01-10
1
-1
/
+1
*
Fix documentation syntax
Nicolas Fella
2026-01-02
1
-2
/
+2
*
effectivelyClipsEventHandlingChildren: skip child if it has children
Shawn Rutledge
2025-12-29
1
-2
/
+8
*
QQuickItem::clipRect: Don't participate in bindings
Fabian Kosmale
2025-12-19
1
-1
/
+1
*
Private API for giving an Item its own Overlay
Paul Olav Tvete
2025-11-28
1
-0
/
+9
*
Fix QQuickItemPrivate::eventHandlingBounds()
Shawn Rutledge
2025-11-19
1
-1
/
+1
*
Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevant
Shawn Rutledge
2025-11-17
1
-1
/
+112
*
Add dev-only static item statistics in QQuickItemPrivate
Jan Arve Sæther
2025-11-06
1
-0
/
+15
*
Set explicit default security level of all files with default security
Jan Arve Sæther
2025-09-17
1
-0
/
+1
*
wasm: a11y - Send ObjectDestroyed event from quickitem destructor
Even Oscar Andersen
2025-08-14
1
-0
/
+9
*
DeliveryAgent: stop sending hovering mouse moves to grabber
Shawn Rutledge
2025-08-13
1
-0
/
+4
*
wasm: a11y - Implement ParentChanged event
Even Oscar Andersen
2025-08-07
1
-0
/
+7
*
Doc: Clarify Qt 6 hover behavior for Item::enabled
Dheerendra Purohit
2025-08-05
1
-6
/
+13
*
Doc: Clarify stacking behavior in QQuickitem documentation
Dheerendra Purohit
2025-07-11
1
-4
/
+6
*
QQuickItemPrivate::nextPrevItemInTabFocusChain(): log wrapping
Axel Spoerl
2025-07-07
1
-0
/
+4
*
Doc: Fix incorrect use of attached property in documentation
Dheerendra Purohit
2025-07-04
1
-7
/
+7
*
Doc: Fix missing return types in Item QML method documentation
Dheerendra Purohit
2025-07-04
1
-2
/
+2
*
QQuickItem: don't try to print id when item is being destroyed
Mitch Curtis
2025-06-02
1
-1
/
+1
*
Doc: Clarify Item::enabled behavior with respect to child items
Dheerendra Purohit
2025-05-30
1
-4
/
+5
*
QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper method
Vladimir Belyavsky
2025-05-24
1
-0
/
+4
*
Fix broken hover in ApplicationWindow's background
Mitch Curtis
2025-04-23
1
-0
/
+9
*
doc: Make transform snippets runnable
Shawn Rutledge
2025-04-02
1
-11
/
+1
*
Fix ambiguous qBound usage when qreal is float
Dennis Oberst
2025-03-14
1
-1
/
+1
*
Docs: Item.transform is read-only, but its content is editable
Alexei Cazacov
2025-02-05
1
-3
/
+19
*
Deliver QContextMenuEvent via ExtraData.contextMenu, not event filter
Shawn Rutledge
2025-01-17
1
-2
/
+25
*
Process QQuickItemPrivate::transformChanged before recursing children
Tor Arne Vestbø
2025-01-16
1
-7
/
+9
*
Fix propagation of QContextMenuEvent for QQuickItems
Jan Arve Sæther
2024-12-25
1
-0
/
+2
*
Add ContextMenu
Mitch Curtis
2024-12-24
1
-0
/
+2
*
Defer reporting of safe area margins for an item until its completion
Tor Arne Vestbø
2024-12-18
1
-0
/
+4
*
Add Shear transform type
Eskil Abrahamsen Blomfeldt
2024-12-05
1
-0
/
+1
*
Pass transformed item on to QQuickItemChangeListener::itemTransformChanged
Tor Arne Vestbø
2024-12-03
1
-3
/
+4
*
Alert when we are notifying semi-dead change listeners
Volker Hilsheimer
2024-12-01
1
-4
/
+21
*
Refactor: remove QQuickWindowPrivate::clearFocusInScope helper
Volker Hilsheimer
2024-10-17
1
-1
/
+1
*
QQuickItem: consistently check the delivery agent pointer
Volker Hilsheimer
2024-10-16
1
-7
/
+11
*
Docs: Mention QEvent::accept() in the QQuickItem::keepMouseGrab()
Alexei Cazacov
2024-10-14
1
-2
/
+2
*
Fix readOnly textEdits getting tabFocus on macOS
Doris Verria
2024-10-09
1
-11
/
+29
*
Add scale and transform notifiers
Andrew Forrest
2024-10-09
1
-0
/
+22
*
QQuickItem: Correct coordinate conversion to QPointF
Wang Chuan
2024-10-08
1
-1
/
+1
*
QQuickItem::map{To,From}Item: Account for not having a window yet
Tor Arne Vestbø
2024-10-03
1
-6
/
+8
*
QQItem::nextPrevItemInTabFocusChain: Always respect wrap parameter
Doris Verria
2024-10-01
1
-4
/
+3
[next]