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
/
qml
/
jsruntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
QV4: Replace MaxSizeOf7 template with a generic fold expression
Olivier De Cannière
3 days
1
-11
/
+4
*
QtQml: Avoid infinite recursion in Array.join
Fabian Kosmale
6 days
1
-0
/
+1
*
QtQml: Allow access to base object members from VariantAssociationObject
Ulf Hermann
9 days
1
-1
/
+9
*
QtQml: Move ExecutionEngine in to QJSEnginePrivate
Ulf Hermann
9 days
2
-0
/
+3
*
Mark QML's JSON parser as critical
Fabian Kosmale
10 days
1
-0
/
+1
*
Add some missing Q_MANAGED_TYPE
Luca Di Sera
2025-06-19
5
-0
/
+15
*
Add a validation mode for the garbage collector
Luca Di Sera
2025-06-19
2
-4
/
+10
*
QtQml: Remove local file loading from qv4engine.cpp
Ulf Hermann
2025-06-18
3
-117
/
+48
*
QtQml: Ensure that dependencies of modules are properly loaded
Ulf Hermann
2025-06-18
2
-21
/
+33
*
QV4::Script: Remove createFromFileOrCache()
Ulf Hermann
2025-06-17
2
-54
/
+0
*
QtQml: Use QQmlScriptBlob in Qt.include
Ulf Hermann
2025-06-17
4
-171
/
+116
*
QtQml: Avoid direct file access in ECMAScript test runner
Ulf Hermann
2025-06-17
1
-1
/
+4
*
QtQml: Register all ECMAScript module requests as dependencies
Ulf Hermann
2025-06-17
2
-10
/
+43
*
QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine
Ulf Hermann
2025-06-17
3
-28
/
+25
*
qv4script.cpp: Add missing QT_{BEGIN|END}_NAMESPACE
Ulf Hermann
2025-06-13
1
-0
/
+4
*
QtQml: Move URL normalization to QQmlMetaType
Ulf Hermann
2025-06-12
1
-2
/
+2
*
QtQml: Do not crash when registering native modules on QQmlEngine
Ulf Hermann
2025-06-12
1
-2
/
+3
*
gc: Assume less if hasConstWrapper is set
Fabian Kosmale
2025-06-10
1
-16
/
+14
*
Qml: Warn about using enums as type annotations in functions
Olivier De Cannière
2025-06-10
1
-2
/
+64
*
QtQml: Only hold CU in ResolvedTypeReference where needed
Ulf Hermann
2025-06-07
2
-67
/
+32
*
QtQml: Better encapsulate QV4::Script
Ulf Hermann
2025-06-05
3
-91
/
+129
*
QML: Turn warning into a syntax error
Ulf Hermann
2025-06-04
1
-3
/
+8
*
VariantAssociationObject: mark own member during gc
Fabian Kosmale
2025-06-04
1
-0
/
+2
*
Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>
Olivier De Cannière
2025-05-31
1
-5
/
+5
*
QtQml: Guard against missing root property caches
Ulf Hermann
2025-05-22
2
-16
/
+6
*
QtQml: Remove object/binding/parser status counts from CUs
Ulf Hermann
2025-05-20
1
-4
/
+0
*
Revert "QtQml: Remove dependency hashing"
Ulf Hermann
2025-05-15
2
-0
/
+30
*
QtQml: Remove dependency hashing
Ulf Hermann
2025-05-13
2
-30
/
+0
*
fix typo: QSrting
Frederik Gladhorn
2025-04-13
1
-2
/
+3
*
Port away from QPair
Zhao Yuhang
2025-04-12
3
-14
/
+15
*
Improve "could not convert argument" error message
Mitch Curtis
2025-04-02
1
-1
/
+2
*
QtQml: Don't use bindables for bindings on value type aliases
Ulf Hermann
2025-03-24
1
-4
/
+9
*
QV4::ForInIteratorObject::nextProperty: fix null pointer dereference
David Faure
2025-03-18
1
-1
/
+1
*
QJSEngine: Trim compilation units after evaluating a program
Olivier De Cannière
2025-03-12
2
-1
/
+13
*
QtQml: Add sticky bit to QQmlAbstractBinding
Ulf Hermann
2025-03-11
1
-2
/
+5
*
QtQml: Fix AOT compiled context for destroy() and toString() methods
Ulf Hermann
2025-02-26
3
-36
/
+37
*
Avoid a memory leak in ReferenceObject::init
Luca Di Sera
2025-02-26
2
-9
/
+17
*
Avoid an allocation in ReferenceObject::init
Luca Di Sera
2025-02-19
1
-8
/
+16
*
QtQml: Remove unused moc include
Ulf Hermann
2025-02-18
1
-2
/
+0
*
QtQml: Store script CUs in QQmlMetaTypeData
Ulf Hermann
2025-02-06
1
-0
/
+2
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
7
-42
/
+372
*
Enable read-backs for DateObject
Luca Di Sera
2025-02-05
1
-1
/
+19
*
QtQml: Fix assignment of fileName and URL during compilation
Ulf Hermann
2025-02-04
5
-18
/
+12
*
QtQml: Add conversion code for QQmlListProperty to other lists
Ulf Hermann
2025-01-24
1
-1
/
+11
*
QtQml: Cache configuration parameters in type loader
Ulf Hermann
2024-12-19
1
-1
/
+1
*
QObject: Suppress extra arguments on connections
Ulf Hermann
2024-12-19
1
-3
/
+19
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
8
-29
/
+54
*
QV4::Value: introduce undefined helper method
Fabian Kosmale
2024-12-18
1
-0
/
+5
*
HeapValue: Introduce set overload taking ReturnedValue
Fabian Kosmale
2024-12-18
1
-0
/
+3
*
QtQml: Generalize the global/illegal names
Ulf Hermann
2024-12-17
2
-17
/
+20
[next]