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
/
qv4engine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QV4::Engine::toVariant: Use metatype instead of metatype id
Fabian Kosmale
2021-03-25
1
-17
/
+16
*
Allow creation of QJSValues from QQmlListProperty
Ulf Hermann
2021-03-25
1
-3
/
+10
*
Inline retrieval of QML contexts
Ulf Hermann
2021-03-25
1
-18
/
+3
*
Use QMetaType for ExecutionEngine::metaTypeFromJS()
Ulf Hermann
2021-03-24
1
-8
/
+5
*
Avoid qMetaTypeId() in ExecutionEngine::fromData()
Ulf Hermann
2021-03-23
1
-3
/
+3
*
Support more type conversions
Ulf Hermann
2021-03-23
1
-3
/
+15
*
Avoid string operations on type signatures where possible
Ulf Hermann
2021-03-23
1
-18
/
+36
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-6
/
+8
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-2
/
+2
*
Don't store the scope in JSCallData
Ulf Hermann
2021-03-17
1
-1
/
+1
*
Optimize QML context retrieval for AOT functions
Ulf Hermann
2021-03-13
1
-8
/
+6
*
Optimize ExecutionEngine::metaTypeToJS()
Ulf Hermann
2021-03-13
1
-18
/
+32
*
QV4Engine: remove redundant check
Fabian Kosmale
2021-03-05
1
-6
/
+1
*
Engine: Cleanup method argument passing
Fabian Kosmale
2021-03-04
1
-4
/
+4
*
QML engine: Handle const QObject pointer correctly
Fabian Kosmale
2021-03-01
1
-2
/
+11
*
metaTypeToJS: use QMetaType instead of id
Fabian Kosmale
2021-02-19
1
-3
/
+3
*
QV4::populateJSCallArguments: Use v4->metaTypeToJS
Fabian Kosmale
2021-02-19
1
-2
/
+1
*
QJSValue: Allow casting integers to enums
Ulf Hermann
2021-02-19
1
-0
/
+8
*
Support runtime functions evaluation by index through QQmlEngine
Andrei Golubev
2021-02-12
1
-0
/
+28
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
1
-2
/
+2
*
Respect QML_DISABLE_DISK_CACHE also for caches built into the binary
Ulf Hermann
2020-12-10
1
-2
/
+14
*
Use QMetaType instead of metatype-id, take 2
Fabian Kosmale
2020-12-03
1
-5
/
+6
*
Mark url as builtin type
Ulf Hermann
2020-12-02
1
-0
/
+8
*
QV4Engine: Fix conversion of char16_t
Ulf Hermann
2020-11-17
1
-1
/
+1
*
QtQml: Integrate sequences with registration macros
Ulf Hermann
2020-11-11
1
-2
/
+0
*
QML: Rewrite Qt object in actual C++
Ulf Hermann
2020-11-09
1
-4
/
+10
*
V4: Rewrite qv4sequenceobject based on QMetaSequence
Ulf Hermann
2020-10-02
1
-0
/
+2
*
Adapt to changes in QMetaSequenceInterface and iterables
Ulf Hermann
2020-09-25
1
-7
/
+7
*
Adapt to change in QMetaSequenceInterface::valueMetaType
Ulf Hermann
2020-09-18
1
-1
/
+1
*
Avoid various warnings about deprected QMetaType methods
Ulf Hermann
2020-09-16
1
-4
/
+4
*
Adapt to changes in qtbase
Ulf Hermann
2020-09-15
1
-65
/
+153
*
Use QDate::startOfDay() rather than assuming midnight exists
Edward Welbourne
2020-09-01
1
-1
/
+1
*
V4 Date: pass QDate, QTime by value, not by const reference
Edward Welbourne
2020-09-01
1
-1
/
+1
*
Fix QtQml after QMetaType/QVariant changes in Qt Core
Lars Knoll
2020-08-28
1
-95
/
+23
*
Adapt to qtbase changes
Fabian Kosmale
2020-08-23
1
-3
/
+3
*
QV4Engine: Fix type conversion
Fabian Kosmale
2020-05-19
1
-1
/
+12
*
QJSEngine: support char16_t
Fabian Kosmale
2020-05-16
1
-0
/
+2
*
Implement URLSearchParams
Maximilian Goldstein
2020-05-06
1
-0
/
+9
*
Add a hook that allows for ahead-of-time compiled functions
Simon Hausmann
2020-04-22
1
-1
/
+1
*
Prepare for new members in QQmlPrivate::CachedQmlUnit
Simon Hausmann
2020-04-21
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-09
1
-1
/
+1
|
\
|
*
Check that QJSValue to set conversion works
Fabian Kosmale
2020-03-24
1
-1
/
+1
*
|
Implement URL object
Maximilian Goldstein
2020-04-08
1
-0
/
+15
*
|
Remove QRegExp support from QtQml
Lars Knoll
2020-04-03
1
-17
/
+2
*
|
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-2
/
+2
*
|
Store a QV4::ReturnedValue in QJSValue
Ulf Hermann
2020-03-18
1
-58
/
+105
|
/
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-03
1
-0
/
+2
|
\
|
*
Fix build with -no-feature-network
Ulf Hermann
2020-02-24
1
-0
/
+2
*
|
Restore offset/length in QQmlJS::DiagnosticMessage
Simon Hausmann
2020-03-02
1
-2
/
+2
*
|
V4: Fix mark stack overruns
Ulf Hermann
2020-02-27
1
-10
/
+5
[next]