index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4qobjectwrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QML: Maintain invariant between QObjectMethod members
Ulf Hermann
2023-05-11
1
-3
/
+19
*
Properly support lists as method arguments
Ulf Hermann
2023-05-09
1
-0
/
+5
*
QML: Don't crash when monitoring binding removal
Ulf Hermann
2023-05-05
1
-7
/
+19
*
QML: Allow some more backing types for enums
Fabian Kosmale
2023-04-12
1
-1
/
+1
*
QmlCompiler: Support more integer types
Ulf Hermann
2023-03-30
1
-1
/
+1
*
QML: Add a pragma for value type behavior
Ulf Hermann
2023-01-20
1
-8
/
+18
*
QObjectWrapper: fix QT_ASCII_CAST_WARNING
Marc Mutz
2023-01-03
1
-1
/
+4
*
QObjectWrapper: Fix calling attached methods on different objects
Ulf Hermann
2023-01-02
1
-35
/
+137
*
QML: Add an accurate stack bounds checker
Ulf Hermann
2022-12-09
1
-4
/
+7
*
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
[next]