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.12
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
QQuickTextInput: check if text is empty in q_canPasteChanged
Assam Boudjelthia
2026-02-18
1
-1
/
+1
*
QQuickTextInput: check read-only first in QQuickTextInput::canPaste()
Assam Boudjelthia
2026-02-18
1
-2
/
+6
*
Restore findCursorItemAndHandler check for invisible, disabled, culled
Shawn Rutledge
2026-02-18
1
-0
/
+3
*
Split out cursor shape logging to qt.quick.hover.cursor
Mitch Curtis
2026-02-18
2
-3
/
+3
*
Don't print "giving up" debug message unless it's true
Shawn Rutledge
2026-02-17
1
-1
/
+2
*
Fix errors and warning if -no-feature-quick-viewtransitions is used
Lars Schmertmann
2026-02-16
2
-1
/
+3
*
PathView: don't flick if keepTouchGrab item grabs synth-mouse event
Shawn Rutledge
2026-02-09
1
-8
/
+16
*
Doc: Fix incorrect property name in DragEvent QML documentation
Dheerendra Purohit
2026-02-06
1
-1
/
+1
*
QQmlPropertyCache expand Override Semantics. MetaObject path
Dmitrii Akshintsev
2026-02-04
13
-31
/
+30
*
Doc: Fix misleading statement about Loader and parent Item access
Dheerendra Purohit
2026-02-04
1
-5
/
+0
*
QQuickTextInput: check for read-only first in q_canPasteChanged()
Assam Boudjelthia
2026-01-31
1
-4
/
+6
*
Fix broken links in qtdeclarative documentation
Alexei Cazacov
2026-01-29
1
-2
/
+0
*
QtQuick: Guard TreeView against null m_treeModelToTableModel.model()
Ulf Hermann
2026-01-23
1
-4
/
+2
*
Add recursion guard to QQuickItemViewPrivate::refill
Antti Määttä
2026-01-23
2
-0
/
+7
*
Fix timeline animation in QQuickFlickable
Antti Määttä
2026-01-23
1
-2
/
+7
*
src/quick/items: port away from contextless 3-arg QObject::connect
Ahmad Samir
2026-01-16
4
-10
/
+14
*
Map cursorRectangle's center to scene when handling context menu events
Mitch Curtis
2026-01-15
2
-4
/
+6
*
Replace QVector with QList
Shawn Rutledge
2026-01-10
27
-66
/
+65
*
QQuickCanvasItem: fix QUrl::resolved() usage
Ahmad Samir
2026-01-07
1
-1
/
+3
*
Allow GraphicsInfo to be used with a Window
Laszlo Agocs
2026-01-02
2
-17
/
+18
*
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
*
Docs: fix various links
Volker Hilsheimer
2025-12-16
1
-2
/
+2
*
Avoid create offscreen surface when using custom rhi device
JiDe Zhang
2025-12-09
1
-1
/
+10
*
Private API for giving an Item its own Overlay
Paul Olav Tvete
2025-11-28
2
-1
/
+15
*
Flickable: add positionViewAtChild, flickToChild, flickTo(position)
Xavier BESSON
2025-11-26
3
-14
/
+250
*
doc: Document caveats of setting user input on Text component
Eskil Abrahamsen Blomfeldt
2025-11-21
1
-2
/
+16
*
Window: specify correct property type
Fabian Kosmale
2025-11-20
4
-11
/
+12
*
Fix QQuickItemPrivate::eventHandlingBounds()
Shawn Rutledge
2025-11-19
1
-1
/
+1
*
quick/items: fix build when qreal is float
Nick Shaforostov
2025-11-17
2
-4
/
+4
*
Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevant
Shawn Rutledge
2025-11-17
5
-11
/
+152
*
tableview: fix build with -no-feature-cursor
Nick Shaforostov
2025-11-13
1
-1
/
+3
*
QQuickText: re-layout eliding text that grows in width
Oliver Eftevaag
2025-11-12
1
-2
/
+2
*
Reduce QTransform use in event delivery and cursor-finding functions
Shawn Rutledge
2025-11-11
2
-9
/
+14
*
Doc: Mark internal APIs with \internal command
Jerome Pasion
2025-11-07
1
-1
/
+5
*
doc: delegateModelAccess was added in Qt 6.10
Kai Uwe Broulik
2025-11-06
4
-0
/
+4
*
Add dev-only static item statistics in QQuickItemPrivate
Jan Arve Sæther
2025-11-06
3
-0
/
+32
*
Expose window devicePixelRatio as a property
Marco Martin
2025-11-05
2
-0
/
+23
*
Increase robustness of <img> tag in Text component
Eskil Abrahamsen Blomfeldt
2025-10-31
1
-2
/
+2
*
Rich text: Limit size of text object
Eskil Abrahamsen Blomfeldt
2025-10-31
1
-6
/
+10
*
a11y: Make QQuickTextInput accessible
Michael Weghorn
2025-10-30
2
-0
/
+82
*
Reorder QQuickRotationPrivate members by type
JiDe Zhang
2025-10-30
1
-2
/
+2
*
Add distanceToPlane property for QQuickRotation
JiDe Zhang
2025-10-30
2
-2
/
+47
*
Consider new Switch role introduced in qtbase
Lars Schmertmann
2025-10-27
1
-4
/
+5
*
Allow text edit to process key events when shortcutoverride configured
Santhosh Kumar
2025-10-27
1
-4
/
+1
*
TextInput: don't clobber text cursor visible state
Morten Sørvig
2025-10-17
1
-2
/
+6
*
QQuickShaderEffectSource: Don't cut off bottom row of texture
Paul Olav Tvete
2025-10-14
1
-2
/
+8
*
CanvasImageData: Track image data size for gc purposes
Fabian Kosmale
2025-10-10
1
-1
/
+6
*
Skip synthesis of QContextMenuEvent if eventpoint has a grab
Shawn Rutledge
2025-10-09
1
-1
/
+34
[prev]
[next]