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
/
qv4qobjectwrapper.cpp
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
*
QJSEngine: Optimize conversion from QObject* to QString
Ulf Hermann
2022-11-22
1
-29
/
+36
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-2
/
+1
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
1
-41
/
+86
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-1
/
+1
*
V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::Sequence
Ulf Hermann
2022-10-13
1
-24
/
+8
*
QObjectWrapper: Assert on m_multiplyWrappedQObjects where appropriate
Ulf Hermann
2022-10-11
1
-1
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-5
/
+5
*
QML: Drop the "succeeded" out parameters from SequencePrototype
Ulf Hermann
2022-10-07
1
-3
/
+2
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-56
/
+197
*
V4: Make ExecutionEngine::toVariant() static
Ulf Hermann
2022-09-20
1
-6
/
+6
*
Qml: Allow const and non-const QObjectWrappers to coexist
Ulf Hermann
2022-09-07
1
-43
/
+43
*
Engine: Fix handling of attached objects in function calls
Fabian Kosmale
2022-09-02
1
-4
/
+6
*
V4: Mark InternalClass parents when running GC
Ulf Hermann
2022-08-03
1
-1
/
+1
*
Fix array-like methods on V4 sequences
Ulf Hermann
2022-07-19
1
-1
/
+1
*
ResolveOverloaded: add debug output for resolution
Fabian Kosmale
2022-07-12
1
-5
/
+35
*
QML engine: Let string match QUrl during overload resolution
Fabian Kosmale
2022-07-12
1
-0
/
+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
-5
/
+4
*
Replace synthetic AOT functions with property-to-property bindings
Ulf Hermann
2022-05-24
1
-1
/
+1
*
Generalize QQmlAbstractBinding::isValueTypeProxy()
Ulf Hermann
2022-04-25
1
-1
/
+1
*
Respect invokable toString() methods
Ulf Hermann
2022-03-28
1
-11
/
+22
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-11
/
+13
*
Use const QQmlPropertyCache wherever possible
Ulf Hermann
2022-03-14
1
-4
/
+5
*
V4: Avoid repeated lookup of h->object() in QObjectWrapper
Ulf Hermann
2022-02-05
1
-5
/
+5
*
V4: Do not call dtor of an object we continue to use
Ulf Hermann
2022-02-03
1
-3
/
+2
*
QML: Allow named lists of value types
Ulf Hermann
2022-01-28
1
-16
/
+17
*
Place all of qv4qobjectwrapper.cpp in namespace QV4
Ulf Hermann
2022-01-25
1
-174
/
+170
*
Avoid ping-pong between plain pointers and QQmlRefPointer
Ulf Hermann
2022-01-25
1
-2
/
+2
*
Move propertyCache- and metaObject-related functions into QQmlMetaType
Ulf Hermann
2022-01-18
1
-4
/
+1
*
Move QJSEnginePrivate::cache() to QQmlMetaType
Ulf Hermann
2022-01-18
1
-17
/
+14
*
Remove the qml_sequence_object feature flag
Ulf Hermann
2022-01-15
1
-16
/
+0
*
Unify PropertyCache refcounting
Ulf Hermann
2022-01-03
1
-1
/
+1
*
Do not copy lookups
Ulf Hermann
2021-12-16
1
-18
/
+1
*
QQmlJSAotContext: flushPendingBinding() before capturing a property
Ulf Hermann
2021-12-10
1
-1
/
+1
*
V4 Lookup: Do not leak property caches
Ulf Hermann
2021-12-09
1
-4
/
+1
*
QV4::QObjectWrapper: Clean up CallArgument
Ulf Hermann
2021-11-09
1
-258
/
+323
*
Clean up PropertyCache life cycle
Ulf Hermann
2021-11-09
1
-10
/
+8
*
QV4::QObjectWrapper: Improve overload resolution
Ulf Hermann
2021-10-21
1
-39
/
+59
*
Improve type conversions from/to QJSValue
Ulf Hermann
2021-10-20
1
-1
/
+3
*
disconnectNotifiers() more aggressively during object deletion
Ulf Hermann
2021-09-21
1
-0
/
+1
*
Skip superfluous property capture attempt
Fabian Kosmale
2021-08-09
1
-1
/
+2
*
Use QV4::Scope::hasException() where applicable
Ulf Hermann
2021-06-30
1
-2
/
+1
*
Pass QMetaType by value rather than by ID in more places
Ulf Hermann
2021-06-09
1
-23
/
+36
*
Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueType
Ulf Hermann
2021-06-08
1
-2
/
+2
*
Clarify ambiguous Object to be one under V4
Janne Koskinen
2021-05-28
1
-1
/
+1
*
V4: Do not write back value type references on const method calls
Ulf Hermann
2021-05-10
1
-33
/
+47
*
V4: Write back value type references after function calls
Ulf Hermann
2021-05-05
1
-1
/
+10
*
Redesign the AOT lookups
Ulf Hermann
2021-04-30
1
-0
/
+11
[next]