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
path:
root
/
src
/
qml
/
jsruntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
qv4alloca_p.h: keep alloca'd memory until function exit
Sami Shalayel
44 hours
3
-0
/
+6
*
QtQml: Avoid detaching iteration on Qt containers
Ulf Hermann
2026-04-28
5
-6
/
+7
*
Use QString multi-arg() where appropriate
Ulf Hermann
2026-04-28
2
-15
/
+27
*
Heap::SharedArrayBuffer: prepare for QTypedArrayData::allocate() return value...
Marc Mutz
2026-04-28
1
-2
/
+5
*
Include what you use: QTypeRevision
Marc Mutz
2026-04-17
1
-0
/
+2
*
QML: port away from std::is_trivial
Giuseppe D'Angelo
2026-02-26
8
-16
/
+27
*
QtQml: Store compilation unit for all composite type references
Ulf Hermann
2026-02-25
1
-3
/
+6
*
Add default security headers (QUIP-23)
Axel Spoerl
2026-02-23
1
-0
/
+1
*
QtQml: Fix the GC statistics collection
Ulf Hermann
2026-02-17
1
-1
/
+1
*
QtQml: markCustom() when assigning an ES module value
Ulf Hermann
2026-02-12
2
-0
/
+12
*
QtQml: Handle the case of getFallbackMethod returning non-methods
Ulf Hermann
2026-01-28
3
-23
/
+26
*
src/qml*/: port away from contextless 3-arg QObject::connect
Ahmad Samir
2026-01-15
1
-2
/
+2
*
QtQml: Do not clear objects' propertyCaches on last GC run
Ulf Hermann
2026-01-14
1
-4
/
+3
*
Replace QVector with QList
Shawn Rutledge
2026-01-10
10
-28
/
+28
*
QtQml: Fix UB when constructing value types via 'new'
Ulf Hermann
2026-01-10
1
-0
/
+15
*
QtQml: Correctly handle QJSManagedValue in method calls
Ulf Hermann
2026-01-07
1
-5
/
+2
*
QtQml: Check return field for toString()
Ulf Hermann
2025-12-19
1
-0
/
+2
*
QtQml: Do not load resolved CompilationUnits from other engines
Ulf Hermann
2025-12-15
1
-31
/
+3
*
QtQml: Optimize fallback lookups a bit
Ulf Hermann
2025-12-05
1
-3
/
+9
*
QtQml: Invalidate fallback lookups after each call from AOT code
Ulf Hermann
2025-12-05
1
-0
/
+4
*
Replace QSequentialIterable with QMetaSequence::Iterable
Ulf Hermann
2025-12-05
2
-25
/
+26
*
QtQml: Fill in the const iterator functions in the empty sequence
Ulf Hermann
2025-11-24
1
-0
/
+11
*
JSRuntime: Don't immediately connect reference objects
Olivier De Cannière
2025-11-13
3
-47
/
+90
*
JSRuntime: Extract ReferenceObject::init lambdas into functions
Olivier De Cannière
2025-11-13
2
-64
/
+67
*
Doc: Fix small typos in ReferenceObject's documentation
Olivier De Cannière
2025-11-13
2
-7
/
+7
*
QtQml: Try harder to find a propertyCache for destroy() and toString()
Ulf Hermann
2025-11-07
3
-11
/
+15
*
Doc: Fix QDoc warnings for internal classes and functions
Jerome Pasion
2025-11-07
2
-1
/
+8
*
QtQml: Don't delete the Qt object when clearing singletons
Ulf Hermann
2025-11-05
1
-1
/
+12
*
QtQml: Avoid ternary expression in return statement
Ulf Hermann
2025-10-28
1
-4
/
+4
*
V4 Date: Support more nonstandard date formats
Sami Shalayel
2025-10-21
1
-1
/
+4
*
Set default stack size safety margin for VxWorks
Karim Pinter
2025-10-21
2
-9
/
+23
*
QtQml: Fix coverity warning
Ulf Hermann
2025-10-20
1
-2
/
+3
*
QtQml: Store QUrl as-is in QV4::UrlObject
Ulf Hermann
2025-10-14
2
-247
/
+160
*
QtQml: Fix instanceof for URL and URLSearchParams
Ulf Hermann
2025-10-13
1
-2
/
+6
*
CRA review qml/jsruntime
Fabian Kosmale
2025-09-16
156
-0
/
+161
*
Fix build with V4_USE_VALGRIND defined
Andreas Hartmetz
2025-09-14
1
-1
/
+1
*
QtQml: Empty SimpleArrayData vacant space when truncating
Ulf Hermann
2025-09-12
1
-2
/
+7
*
QtQml: Untangle "locals" member of stack frame a bit
Ulf Hermann
2025-09-11
1
-2
/
+0
*
QtQml: Avoid double-wrapping when converting to QVariantList
Ulf Hermann
2025-09-11
1
-3
/
+17
*
Fix JS URL behavior when setting an empty search string
Andreas Hartmetz
2025-09-05
1
-1
/
+7
*
QtQml: Optimize a few more methods of QV4::Sequence
Ulf Hermann
2025-09-05
2
-5
/
+150
*
QtQml: Mark values on the AOT-compiled stack during gc
Ulf Hermann
2025-09-02
1
-1
/
+11
*
QtQml: Store detached Sequence objects on the JS heap
Ulf Hermann
2025-09-02
2
-38
/
+259
*
QtQml: Demote error to warning in Sequence's method_getLength
Ulf Hermann
2025-09-01
1
-3
/
+5
*
QtQml: Consistently check isReadOnly in QV4::Sequence
Ulf Hermann
2025-09-01
1
-1
/
+10
*
QtQml: Remove obscure exception check
Ulf Hermann
2025-09-01
1
-2
/
+0
*
QtQml: Extract method to create the inline storage for Sequence
Ulf Hermann
2025-09-01
2
-9
/
+20
*
QtQml: Avoid repeated retrieval of Heap::Sequence::storagePointer()
Ulf Hermann
2025-09-01
1
-4
/
+5
*
QtQml: Rephrase Sequence's appendInline()
Ulf Hermann
2025-09-01
1
-12
/
+9
*
QtQml: Heap::Sequence::isReference() where appropriate
Ulf Hermann
2025-09-01
1
-6
/
+6
[next]