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.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
*
QtQml: Optimize fallback lookups a bit
Ulf Hermann
18 hours
1
-3
/
+9
*
QtQml: Invalidate fallback lookups after each call from AOT code
Ulf Hermann
18 hours
1
-0
/
+4
*
Replace QSequentialIterable with QMetaSequence::Iterable
Ulf Hermann
37 hours
2
-25
/
+26
*
QtQml: Fill in the const iterator functions in the empty sequence
Ulf Hermann
12 days
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
*
QtQml: Inline Sequence's shiftInline into its ownly user
Ulf Hermann
2025-09-01
1
-30
/
+21
*
QtQml: Accept Heap::Sequence in doGetIndexed()
Ulf Hermann
2025-09-01
1
-8
/
+6
*
QtQml: Eliminate Heap::Sequence::hasData()
Ulf Hermann
2025-09-01
2
-4
/
+4
*
QtQml: Inline Sequence::containerIsEqualTo into its only user
Ulf Hermann
2025-09-01
2
-19
/
+21
*
QtQml: Inline containerDeleteIndexedProperty into its only user
Ulf Hermann
2025-09-01
2
-26
/
+24
*
QtQml: Inline Sequence::containerPutIndex into its only user
Ulf Hermann
2025-09-01
3
-46
/
+40
*
QtQml: Inline Sequence::containerGetIndexed() into its only user
Ulf Hermann
2025-09-01
2
-22
/
+20
*
QtQml: Remove some methods from Sequence's public API
Ulf Hermann
2025-09-01
2
-67
/
+50
*
QtQml: Move Sequence's {load|store}Reference into the heap object
Ulf Hermann
2025-09-01
2
-42
/
+58
*
QtQml: Move Sequence's length accessors into SequencePrototype
Ulf Hermann
2025-09-01
2
-3
/
+9
*
QtQml: Inline containerOwnPropertyKeys into its only user
Ulf Hermann
2025-09-01
1
-7
/
+2
*
QtQml: Factor out Sequence's variant data creation
Ulf Hermann
2025-09-01
1
-10
/
+10
*
QtQml: Refactor QV4::Sequence's raw container operations
Ulf Hermann
2025-09-01
4
-27
/
+88
*
QtQml: Store detached VariantAssociation objects on the JS heap
Ulf Hermann
2025-08-21
3
-169
/
+248
*
QtQml: Add method to generate a QVariantHash from a JS object
Ulf Hermann
2025-08-16
2
-7
/
+20
*
QtQml: Fix formatting
Ulf Hermann
2025-08-16
3
-370
/
+364
*
QtQml: Properly null-check module exports when iterating
Ulf Hermann
2025-08-12
1
-2
/
+2
*
JSRuntime: Add const correctness
Olivier De Cannière
2025-08-12
2
-5
/
+5
[next]