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
/
tests
/
auto
/
qml
/
qqmllanguage
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Allow internal types in nested directories of QML modules
Ulf Hermann
2026-06-05
16
-3
/
+41
*
Fix instanceof for composite types in multi-engine environments
Ulf Hermann
2026-05-21
3
-0
/
+23
*
Really fix default alias property after alias sorting
Fabian Kosmale
2026-05-18
1
-0
/
+14
*
QQmlVMEMetaObject: Guard against null target in deep alias tryConnect
Ulf Hermann
2026-04-15
1
-0
/
+15
*
QtQml: Don't crash when trying to remove a binding from an ID alias
Ulf Hermann
2026-03-06
3
-0
/
+26
*
Fix default alias property after alias sorting
Fabian Kosmale
2026-03-04
1
-0
/
+16
*
QtQml: Resolve deep aliases via property type, not just bindings
Ulf Hermann
2026-03-04
2
-0
/
+22
*
QtQml: Fix property cache ordering and alias-to-alias resolution
Ulf Hermann
2026-02-23
3
-0
/
+22
*
QtQml: Be more lenient when checking assignability to lists
Ulf Hermann
2026-02-13
1
-0
/
+16
*
QtQml: Do not instantiate components with missing required properties
Ulf Hermann
2026-01-15
1
-0
/
+4
*
QtQml: Do not load resolved CompilationUnits from other engines
Ulf Hermann
2025-12-15
3
-0
/
+16
*
tst_qqmllanguage: Don't pollute the source directory
Olivier De Cannière
2025-11-21
8
-0
/
+0
*
JSRuntime: Don't immediately connect reference objects
Olivier De Cannière
2025-11-13
1
-3
/
+4
*
QtQml: Augment the "is not a type" warning for unspecialized lists
Olivier De Cannière
2025-10-20
1
-0
/
+5
*
QtQml: Unify messages about cyclic aliases
Ulf Hermann
2025-10-14
2
-2
/
+2
*
QtQml: Fix resolution of aliases to local aliases
Ulf Hermann
2025-10-13
1
-1
/
+1
*
QtQml: Use QQmlStringConverters to create QColor from strings
Ulf Hermann
2025-10-13
1
-0
/
+7
*
QtQml: Optimize a few more methods of QV4::Sequence
Ulf Hermann
2025-09-05
3
-1
/
+251
*
QtQml: Store detached Sequence objects on the JS heap
Ulf Hermann
2025-09-02
1
-1
/
+7
*
QtQml: Deduplicate enum handling in QtObject and clean up API
Olivier De Cannière
2025-08-11
3
-12
/
+43
*
Improve error message for invalid import qualifier
Dheerendra Purohit
2025-08-08
2
-2
/
+2
*
QtQml: Fix code to assign lists to list properties
Ulf Hermann
2025-07-28
1
-0
/
+16
*
QtQml: Look for existing imports even without redirection
Ulf Hermann
2025-07-11
1
-1
/
+0
*
QQmlTypeLoader: Re-implement fileExists using QDir and QDirListing
Ulf Hermann
2025-07-07
2
-2
/
+0
*
Improve "Cannot assign object to list property" error message
Mitch Curtis
2025-06-12
3
-2
/
+7
*
Qml: Warn about using enums as type annotations in functions
Olivier De Cannière
2025-06-10
1
-0
/
+23
*
QtQml: Do not store type references for properties
Ulf Hermann
2025-06-06
5
-3
/
+13
*
Qml: Add key <-> string helpers to Qml enums
Olivier De Cannière
2025-05-31
3
-0
/
+83
*
Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>
Olivier De Cannière
2025-05-31
1
-0
/
+22
*
QtQml: Check more thoroughly for equal types when adding references
Ulf Hermann
2025-05-26
2
-0
/
+14
*
QtQml: Do not add null property caches to compilation units
Ulf Hermann
2025-05-24
2
-0
/
+10
*
QtQml: Do not check revisions when resolving aliases
Ulf Hermann
2025-04-30
1
-0
/
+9
*
Avoid incorrect access to arguments in signal bindings to arrow functions
Luca Di Sera
2025-04-09
6
-0
/
+114
*
QtQml: Don't use bindables for bindings on value type aliases
Ulf Hermann
2025-03-24
1
-2
/
+11
*
QtQml: Ignore value type property bindability when setting aliases
Ulf Hermann
2025-03-14
1
-0
/
+12
*
QML: Add final property attribute
Olivier De Cannière
2025-03-06
2
-0
/
+11
*
QtQml: Support url and date in 'instanceof' and 'as'
Ulf Hermann
2025-02-28
1
-0
/
+4
*
Avoid a memory leak in ReferenceObject::init
Luca Di Sera
2025-02-26
2
-0
/
+16
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
9
-0
/
+179
*
Enable read-backs for DateObject
Luca Di Sera
2025-02-05
30
-0
/
+540
*
qmlformat: Accept `from` as an identifier
Olivier De Cannière
2025-02-03
1
-0
/
+14
*
Qml: Fix import order for certain name resolutions
Olivier De Cannière
2025-01-24
4
-0
/
+42
*
QQmlTypeLoader: Allow qmldir-listed scripts to import themselves
Ulf Hermann
2025-01-19
4
-0
/
+24
*
QtQml: Compare before assigning to var properties
Ulf Hermann
2024-12-20
1
-0
/
+8
*
Implement read/write-backs for QVariantMap and QVariantHash
Luca Di Sera
2024-12-01
10
-0
/
+212
*
QtQml: Require VME MetaObjects for types with inline components
Ulf Hermann
2024-11-26
1
-0
/
+26
*
QQmlProperty: Don't clear toplevel binding bit for value type bindings
Ulf Hermann
2024-10-20
2
-0
/
+13
*
QtQml: Decouple JavaScript library CUs from engines
Ulf Hermann
2024-09-20
2
-0
/
+8
*
QtQml: Re-use memory-cached compilation units across engines
Ulf Hermann
2024-09-11
3
-0
/
+25
*
QML: Allow type annotations for all functions in QML mode
Ulf Hermann
2024-08-09
1
-0
/
+6
[next]