index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.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.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
*
QtQml: Guard against missing root property caches
Ulf Hermann
40 hours
2
-16
/
+6
*
QtQml: Remove object/binding/parser status counts from CUs
Ulf Hermann
4 days
1
-4
/
+0
*
Revert "QtQml: Remove dependency hashing"
Ulf Hermann
8 days
2
-0
/
+30
*
QtQml: Remove dependency hashing
Ulf Hermann
11 days
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
*
QtQml: Fix some coverity warnings
Ulf Hermann
2024-12-17
1
-4
/
+4
*
QtQml: Initialize ExecutionEngine members inline where possible
Ulf Hermann
2024-12-12
2
-25
/
+18
*
QtQml: Add some consistency to QV4::RegExp
Ulf Hermann
2024-12-12
6
-69
/
+66
*
Store the index mapping for VariantAssociationObject in an ArrayObject
Luca Di Sera
2024-12-11
2
-34
/
+61
*
QtQml: Re-fix regular expressions with multiple matches
Ulf Hermann
2024-12-11
1
-1
/
+8
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
3
-175
/
+96
*
QtQml: Do not use moved-from values
Ulf Hermann
2024-12-06
1
-8
/
+2
*
Move inlineComponentName from CU to ObjectCreator
Fabian Kosmale
2024-12-04
1
-3
/
+3
*
QtQml: Clean up headers in qv4engine.cpp
Ulf Hermann
2024-12-04
1
-78
/
+77
*
Implement read/write-backs for QVariantMap and QVariantHash
Luca Di Sera
2024-12-01
5
-29
/
+524
*
QtQml: Fix return type of resolveLookupSetter()
Ulf Hermann
2024-11-22
1
-1
/
+1
*
V4: make JS functions toLocale{Lower,Upper}Case aware of the locale
Johnny Jazeix
2024-11-22
1
-2
/
+54
*
QtQml: Deduplicate InternalClass::addMember()
Ulf Hermann
2024-11-16
1
-11
/
+4
*
QtQml: Fix regular expressions with multiple matches
Ulf Hermann
2024-11-14
1
-1
/
+1
*
Engine: Mark created wrapped objects after GCState::MarkWeakValues
Olivier De Cannière
2024-11-14
1
-2
/
+19
*
QtQml: Fix calling of method with QML_USING types
Ulf Hermann
2024-11-13
1
-20
/
+83
*
Add some documentation for ReferenceObject
Luca Di Sera
2024-11-07
1
-0
/
+319
*
Remove unused include from "qv4sequenceobject.cpp"
Luca Di Sera
2024-11-06
1
-2
/
+0
*
QtQml: Fix two-classes lookup with first memberData, then inline
Ulf Hermann
2024-11-06
1
-1
/
+2
*
Engine: Keep script context alive
Fabian Kosmale
2024-11-01
1
-2
/
+21
*
QQmlContextData: Don't expose PersistentValue in imported scripts API
Fabian Kosmale
2024-11-01
1
-2
/
+2
*
QtQml: Support conversion to QJSValue when constructing value types
Ulf Hermann
2024-10-31
3
-7
/
+15
*
QmlCompiler: Make loadGlobalLookup work like other lookups
Ulf Hermann
2024-10-25
1
-0
/
+1
*
QtQml: Remove base CU when clearing executable CU
Ulf Hermann
2024-10-24
1
-0
/
+4
[next]