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.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
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
*
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
*
Fix gc interaction when reparenting items
Fabian Kosmale
2024-09-10
1
-0
/
+7
*
Use QWindow::mapToGlobal() directly
Morten Sørvig
2024-08-23
1
-30
/
+19
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-6
/
+6
*
LayoutMirroring: fix warning message
Sami Shalayel
2024-07-23
1
-1
/
+1
*
Only send a LocationChanged event for the item where geometry changed
Jan Arve Sæther
2024-07-12
1
-5
/
+3
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
1
-5
/
+1
*
Make QQuickItemPrivate::setLastFocusChangeReason virtual
Doris Verria
2024-06-15
1
-2
/
+3
*
Add focusReason parameter to QQWindowPrivate::setFocusToTarget override
Doris Verria
2024-05-10
1
-2
/
+6
*
Give focus to parent window when focus chain wraps
Doris Verria
2024-05-02
1
-2
/
+26
*
QQuickItem: Avoid unnecessary detach on passiveGrabbers list
Vladimir Belyavsky
2024-04-23
1
-2
/
+2
*
Declare some missing value types
Ulf Hermann
2024-04-17
1
-1
/
+1
*
Fix crash in QQuickItem::mapToItem
Carl Schwan
2024-04-15
1
-2
/
+3
*
QtQml: Add a wrapper builtin for QQmlV4Function*
Ulf Hermann
2024-04-12
1
-6
/
+6
*
QQuickItem::setFocus: Don't return too early
Doris Verria
2024-04-11
1
-14
/
+6
*
Doc: Fix broken link
Venugopal Shivashankar
2024-02-23
1
-2
/
+1
*
Set default layout size policies for quick items
Santhosh Kumar
2024-02-09
1
-0
/
+12
*
API Cleanup: QQuickItem: Add parameter to focusPolicyChanged signal
Doris Verria
2024-02-07
1
-1
/
+6
*
Workaround for crash on derefWindow on application shutdown
Robert Griebl
2024-01-30
1
-2
/
+2
*
DA: align delivery of mouse, touch, and synthesized mouse events to childMous...
Richard Moe Gustavsen
2024-01-24
1
-1
/
+5
*
API Cleanup: Remove focusReason from QQuickItem's public API and add docs
Doris Verria
2024-01-13
1
-28
/
+31
*
QQuickItem::map{To,From}Item: Handle items living in different windows
Tor Arne Vestbø
2024-01-10
1
-2
/
+12
*
Clarify QQuickItem::map{To,From}Item when passed a nullptr
Tor Arne Vestbø
2024-01-09
1
-2
/
+2
*
QQuickItem: Respect focusPolicy when delivering events
Doris Verria
2023-12-16
1
-16
/
+85
*
Set focus reason in QQuickItem's focusIn/Out events
Doris Verria
2023-12-16
1
-4
/
+6
*
QQuickItem: Make focusReason property read-only from QML
Doris Verria
2023-12-08
1
-0
/
+1
*
Move focusPolicy from QQuickControl to QQuickItem
Doris Verria
2023-12-08
1
-0
/
+36
*
Move focusReason from QQuickControl to QQuickItem
Volker Hilsheimer
2023-12-08
1
-0
/
+25
[next]