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
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
/
qv4sequenceobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
1
-1
/
+1
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
1
-1
/
+4
*
Remove unused include from "qv4sequenceobject.cpp"
Luca Di Sera
2024-11-06
1
-2
/
+0
*
QtQml: Support conversion to QJSValue when constructing value types
Ulf Hermann
2024-10-31
1
-1
/
+1
*
QML: Allow conversion between different list types
Ulf Hermann
2024-07-03
1
-40
/
+125
*
Rework the sort implementation for Sequences
Luca Di Sera
2024-06-06
1
-90
/
+0
*
QtQml: Optimize QV4::Sequence's shift() method
Ulf Hermann
2024-05-28
1
-0
/
+60
*
QtQml: Check for isReference() before trying to write back
Ulf Hermann
2023-09-25
1
-2
/
+3
*
QML: Silence warnings about converting holes in sparse arrays
Ulf Hermann
2023-09-25
1
-2
/
+3
*
QQmlType: Re-organize QQmlTypePrivate to reduce memory usage
Ulf Hermann
2023-07-06
1
-1
/
+1
*
QML: Un-specialcase QStringList and QVariantList conversion
Ulf Hermann
2023-06-30
1
-95
/
+83
*
QV4: Sequence/ListWrapper: implement virtualGetLength
Fabian Kosmale
2023-03-31
1
-0
/
+8
*
Avoid duplicate value type creation
Ulf Hermann
2023-02-24
1
-4
/
+4
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
1
-83
/
+131
*
QML: Track statement locations in sequence and value types
Ulf Hermann
2022-10-14
1
-4
/
+7
*
V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::Sequence
Ulf Hermann
2022-10-13
1
-77
/
+99
*
QML: Drop the "succeeded" out parameters from SequencePrototype
Ulf Hermann
2022-10-07
1
-16
/
+7
*
Allow more options for creating value types from JS objects
Ulf Hermann
2022-09-24
1
-6
/
+14
*
V4: Make ExecutionEngine::toVariant() static
Ulf Hermann
2022-09-20
1
-2
/
+2
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-2
/
+0
*
Fix array-like methods on V4 sequences
Ulf Hermann
2022-07-19
1
-91
/
+101
*
Implement array methods for QQmlListProperty
Ulf Hermann
2022-07-16
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Allow retrieval of sequences from QJSValue
Ulf Hermann
2022-06-02
1
-403
/
+373
*
Qml: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
QML: Clean up sequence registrations for value types
Ulf Hermann
2022-02-11
1
-12
/
+29
*
QML: Allow named lists of value types
Ulf Hermann
2022-01-28
1
-35
/
+52
*
SequenceObject: Define length accessors on the prototype
Ulf Hermann
2022-01-18
1
-76
/
+71
*
Fix warnings when which are treated as errors with -developer-build
Assam Boudjelthia
2021-10-04
1
-5
/
+5
*
Add comments to use qsizetype for some APIs in Qt 7
Assam Boudjelthia
2021-10-04
1
-0
/
+2
*
Use QV4::Scope::hasException() where applicable
Ulf Hermann
2021-06-30
1
-1
/
+1
*
Pass QMetaType by value rather than by ID in more places
Ulf Hermann
2021-06-09
1
-10
/
+8
*
QV4::Engine::toVariant: Use metatype instead of metatype id
Fabian Kosmale
2021-03-25
1
-2
/
+2
*
Optimize ExecutionEngine::metaTypeToJS()
Ulf Hermann
2021-03-13
1
-5
/
+10
*
QtQml: Integrate sequences with registration macros
Ulf Hermann
2020-11-11
1
-33
/
+0
*
V4: Rewrite qv4sequenceobject based on QMetaSequence
Ulf Hermann
2020-10-02
1
-336
/
+244
*
Rename QQmlQPointer to QV4QPointer
Ulf Hermann
2020-09-21
1
-1
/
+1
*
Rename QQmlSequence to QV4Sequence
Ulf Hermann
2020-09-21
1
-68
/
+68
*
Fix build after QStringList change in qtbase
Volker Hilsheimer
2020-09-15
1
-3
/
+0
*
Check in even more places for exceptions
Fabian Kosmale
2020-04-21
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-15
1
-1
/
+3
|
\
|
*
SequenceObject: Better message when trying to write readonly container
Ulf Hermann
2020-01-09
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-14
1
-3
/
+0
|
\
|
|
*
qv4sequenceobject.cpp: Add "here be dragons" comment
Ulf Hermann
2019-12-11
1
-0
/
+16
*
|
qv4sequenceobject.cpp: Use operator[] rather than at()
Ulf Hermann
2019-12-09
1
-1
/
+4
*
|
Fix build after QList->QVector changes in qtbase
Lars Knoll
2019-10-31
1
-19
/
+1
|
/
*
Fix build without features.itemmodel
Tasuku Suzuki
2019-07-08
1
-4
/
+21
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-3
/
+4
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-25
/
+0
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-0
/
+34
[next]