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
*
qv4qobjectwrapper: return false on failed argument conversion
Sami Shalayel
2022-12-02
1
-1
/
+1
*
QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobject
Ulf Hermann
2022-12-02
1
-8
/
+4
*
QML: Try QMetaType conversion in VariantObject's valueOf()
Ulf Hermann
2022-11-22
1
-1
/
+11
*
QJSEngine: Optimize conversion from QObject* to QString
Ulf Hermann
2022-11-22
2
-29
/
+39
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
19
-23
/
+23
*
QJSEngine: Provide a method to coerce values in JS fashion
Ulf Hermann
2022-11-15
1
-3
/
+4
*
QML: Faithfully convert undefined and null to string
Ulf Hermann
2022-11-15
1
-2
/
+4
*
Profiler: Add move operations to FunctionCall
Ulf Hermann
2022-11-14
2
-6
/
+25
*
QML: Check for stack overflows when creating objects
Ulf Hermann
2022-11-11
2
-3
/
+9
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
5
-31
/
+31
*
Drop unused includes from qv4engine.cpp
Ulf Hermann
2022-11-03
1
-10
/
+0
*
Avoid -Wshorten-64-to-32 warnings in a few places
Fabian Kosmale
2022-10-31
1
-1
/
+2
*
Object::push_back: throw exception on overflow
Fabian Kosmale
2022-10-31
1
-1
/
+6
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
2
-8
/
+4
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
11
-247
/
+387
*
QV4::Heap::SharedArrayBuffer: avoid std::aligned_storage (deprecated in C++23)
Marc Mutz
2022-10-17
1
-1
/
+4
*
QML: Track statement locations in sequence and value types
Ulf Hermann
2022-10-14
3
-6
/
+39
*
Add option to enforce function signatures
Ulf Hermann
2022-10-14
4
-24
/
+159
*
QML: Track the statement indices together with line numbers
Ulf Hermann
2022-10-13
2
-10
/
+27
*
Qml: Analyze qsTranslate at compile time
Ulf Hermann
2022-10-13
1
-9
/
+14
*
QV4::Scope: Forbid calling alloc with qint64
Fabian Kosmale
2022-10-13
4
-13
/
+18
*
QV4: Avoid memory corruption in Reflect.apply
Fabian Kosmale
2022-10-13
4
-9
/
+27
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
5
-7
/
+7
*
V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::Sequence
Ulf Hermann
2022-10-13
5
-114
/
+319
*
QObjectWrapper: Assert on m_multiplyWrappedQObjects where appropriate
Ulf Hermann
2022-10-11
1
-1
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
5
-8
/
+8
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
18
-79
/
+79
*
QML: Drop the "succeeded" out parameters from SequencePrototype
Ulf Hermann
2022-10-07
4
-34
/
+19
*
V4: Drop extra QVariant parameter from fromData()
Ulf Hermann
2022-10-07
4
-17
/
+14
*
V4: Optimize more type conversions
Ulf Hermann
2022-10-06
1
-0
/
+2
*
V4: Use an enum to categorize functions and rename aotFunction
Ulf Hermann
2022-09-29
9
-26
/
+30
*
Allow more options for creating value types from JS objects
Ulf Hermann
2022-09-24
2
-19
/
+44
*
QV4::Function: Reduce nFormals to 16 bits
Ulf Hermann
2022-09-23
1
-1
/
+1
*
Remove some dead code
Ulf Hermann
2022-09-23
2
-15
/
+0
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
7
-135
/
+524
*
V4: Make ExecutionEngine::toVariant() static
Ulf Hermann
2022-09-20
5
-38
/
+48
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
20
-43
/
+6
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
30
-53
/
+9
*
Do not call metaTypeFromJS on an object
Ulf Hermann
2022-09-13
1
-2
/
+2
*
Qml: Drop unused value type provider functions
Ulf Hermann
2022-09-13
1
-1
/
+1
*
Allow limited extensions to globals
Ulf Hermann
2022-09-07
5
-5
/
+105
*
Qml: Allow const and non-const QObjectWrappers to coexist
Ulf Hermann
2022-09-07
3
-65
/
+95
*
V4: Adjust some more index calculations
Ulf Hermann
2022-09-07
2
-11
/
+15
*
V4: Account for the guard pages when allocating stack space
Ulf Hermann
2022-09-07
1
-4
/
+7
*
Engine: Fix handling of attached objects in function calls
Fabian Kosmale
2022-09-02
1
-4
/
+6
*
QML: Make modules imported with registerModule() available in QML
Ulf Hermann
2022-09-02
3
-92
/
+160
*
V4: Fix index calculations in String prototype
Ulf Hermann
2022-08-31
1
-17
/
+17
*
V4: Fix IntryinsicTypeArrayPrototype::method_copyWithin
Ulf Hermann
2022-08-31
1
-32
/
+31
*
V4: Inline some PropertyAttribute storage
Ulf Hermann
2022-08-30
2
-20
/
+59
*
V4: Do not update proto usage before engine is fully initialized
Ulf Hermann
2022-08-30
4
-2
/
+48
[next]