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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scenegraph: Nullify QQuickWindowPrivate::rhi on RHI destruction
6.10
Vladimir Belyavsky
2026-04-01
2
-2
/
+7
*
FlexboxLayout: Fix alignment issue with fillX
Jan Arve Sæther
2026-03-31
2
-13
/
+28
*
Fix size hint calculation
Jan Arve Sæther
2026-03-31
2
-15
/
+172
*
QQmlSortFilterProxyModel: don't pass const Connection to disconnect()
Marc Mutz
2026-03-28
1
-1
/
+1
*
QQmlTreeModelToTableModel: don't pass const Connection to disconnect()
Marc Mutz
2026-03-28
1
-1
/
+1
*
Remove per-library QT_NO_FOREACH
Marc Mutz
2026-03-27
6
-6
/
+0
*
quickwidget example: fix C++17-ism
Marc Mutz
2026-03-27
1
-1
/
+2
*
fix double lookup in QQmlMetaType::qmlRemoveModuleRegistration()
Marc Mutz
2026-03-24
1
-3
/
+1
*
QQuickDeliveryAgent: avoid mutable keys in hoverItems map
Aurélien Brooke
2026-03-23
3
-14
/
+41
*
qmlformat: Preserve comments inside array/object patterns and elisions
Olivier De Cannière
2026-03-20
5
-12
/
+54
*
ContactList Example: place contacts in alphabetical order
Rami Potinkara
2026-03-20
3
-12
/
+9
*
ContactList example: enable OK button only on valid values
Rami Potinkara
2026-03-20
1
-4
/
+9
*
ContactList Example: change Number TextField to accept only digits
Rami Potinkara
2026-03-20
1
-0
/
+1
*
lancelot: Add a test for vertical alignment of text components
Eskil Abrahamsen Blomfeldt
2026-03-19
1
-0
/
+84
*
qqmljscontextualtypes: use const ref for setType()
Sami Shalayel
2026-03-19
2
-2
/
+2
*
qmlClearTypeRegistrations docs: Mark warning as such
Fabian Kosmale
2026-03-19
1
-3
/
+5
*
QtQuick::TextInput clarify ImhSensitiveData behaviour on Android IMEs
Konsta Alajärvi
2026-03-19
1
-0
/
+7
*
qqmljscontextualtypes: respect precedence when adding types
Sami Shalayel
2026-03-18
15
-98
/
+194
*
qqmljsimporter: make methods with lambdas of processImport()
Sami Shalayel
2026-03-18
2
-113
/
+119
*
qmlformat: format lambdas correctly with MaxIndentWidth option
Sami Shalayel
2026-03-18
6
-0
/
+45
*
tst_qmlformat: allow snippets to set linewriteroptions
Sami Shalayel
2026-03-18
1
-1
/
+60
*
tst_qmlformat: use indenting line writer if column break is in use
Sami Shalayel
2026-03-18
1
-3
/
+5
*
QtQml: Silence bogus MSVC warnings in QJSEngine::fromVariant()
Ulf Hermann
2026-03-18
1
-0
/
+6
*
QmlCompiler: Don't try complex conversions in canPrimitivelyConvertFromTo
Ulf Hermann
2026-03-18
5
-2
/
+56
*
QQuickTextNodeEngine: fix AlignBaseline positioning for inline objects
Jarkko Koivikko
2026-03-17
7
-1
/
+458
*
QmlCompiler: Don't warn for ValueTypeBehavior: Assertable
Ulf Hermann
2026-03-14
5
-0
/
+83
*
QmlCompiler: Honor isList flag when process deferred property types
Ulf Hermann
2026-03-13
4
-1
/
+31
*
QuickControls: List only optional imports that exist
Ulf Hermann
2026-03-13
1
-8
/
+31
*
FluentWinUI3: Don't show busy indicator when not running
Doris Verria
2026-03-13
1
-0
/
+1
*
QmlCompiler: Use directly invoked lambda for value type transformation
Ulf Hermann
2026-03-12
4
-2
/
+122
*
SearchField: Emit accepted() independently of suggestionModel and text
Dilek Akcay
2026-03-12
1
-12
/
+19
*
curve renderer: Make sure uniforms update when path is changed
Eskil Abrahamsen Blomfeldt
2026-03-12
1
-0
/
+1
*
Doc: turn paragraph about window into a note
Mitch Curtis
2026-03-12
1
-3
/
+3
*
Do not connect() (and hence warn) if item is nullptr
Jan Arve Sæther
2026-03-11
1
-1
/
+2
*
SearchField: Adjust indicator background height to match control height
Dilek Akcay
2026-03-11
5
-21
/
+96
*
QtQuickView update API documentation
Rami Potinkara
2026-03-11
1
-5
/
+1
*
A11y TextEdit: Implement AT-SPI editable text interface
MohammadHossein Qanbari
2026-03-11
5
-9
/
+73
*
Let TreeView with DelegateChooser update on dataChanged()
Eugene Shalygin
2026-03-11
6
-4
/
+190
*
QQmlDebugConnectorParams: access QCoreApplicationPrivate's member directly
Marc Mutz
2026-03-10
1
-1
/
+1
*
Remove Redundant calls to requestActivate in tst_QQuickGridView
Frédéric Lefebvre
2026-03-10
1
-2
/
+0
*
QmlCompiler: use extension-constructed value types with reinterpret_cast
Ulf Hermann
2026-03-10
1
-2
/
+9
*
Doc: Repeat \brief statement also in CMake API documentation
Kai Köhne
2026-03-10
6
-10
/
+10
*
"Missing-property" warning docs: Acknowledge that property might exist
Fabian Kosmale
2026-03-10
2
-2
/
+81
*
Remove redundant calls to requestActivate in tst_QQuickNinePatchImage
Frédéric Lefebvre
2026-03-10
1
-4
/
+0
*
Remove redundant calls to requestActivate in tst_QQuickMenu
Frédéric Lefebvre
2026-03-10
1
-15
/
+0
*
Remove redundant calls to requestActivate in tst_QQuickIconImage
Frédéric Lefebvre
2026-03-10
1
-11
/
+0
*
Remove redundant calls to requestActivate() in tst_focus
Frédéric Lefebvre
2026-03-10
1
-4
/
+0
*
Remove redundant call in tst_customization::comboPopup
Frédéric Lefebvre
2026-03-10
1
-1
/
+0
*
Remove redundant calls to requestActivate in tst_QQuickWindow
Frédéric Lefebvre
2026-03-10
1
-3
/
+0
*
Remove redundant calls to requestActivate in tst_QQuickTextInput
Frédéric Lefebvre
2026-03-10
1
-11
/
+0
[next]