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
/
qv4qobjectwrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-11
/
+11
*
Improve "could not convert argument" error message
Mitch Curtis
2025-04-02
1
-1
/
+2
*
QtQml: Don't use bindables for bindings on value type aliases
Ulf Hermann
2025-03-24
1
-4
/
+9
*
QtQml: Add sticky bit to QQmlAbstractBinding
Ulf Hermann
2025-03-11
1
-2
/
+5
*
QtQml: Fix AOT compiled context for destroy() and toString() methods
Ulf Hermann
2025-02-26
1
-9
/
+13
*
QObject: Suppress extra arguments on connections
Ulf Hermann
2024-12-19
1
-3
/
+19
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
1
-1
/
+3
*
Implement read/write-backs for QVariantMap and QVariantHash
Luca Di Sera
2024-12-01
1
-0
/
+6
*
QtQml: Fix calling of method with QML_USING types
Ulf Hermann
2024-11-13
1
-20
/
+83
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-21
/
+6
*
QtQml: Protect lookupAttached() from identical COMDAT folding
Ulf Hermann
2024-10-17
1
-0
/
+10
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-7
/
+19
*
QmlEngine: Add support for sequences to CallArgument::fromValue
Olivier De Cannière
2024-08-08
1
-0
/
+20
*
QtQml: Improve overload resolution for value type ctors
Ulf Hermann
2024-07-30
1
-16
/
+18
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-4
/
+4
*
Restructure builtins and QtQml.Base
Ulf Hermann
2024-06-03
1
-4
/
+4
*
Clean up some includes
Ulf Hermann
2024-05-30
1
-33
/
+25
*
QtQml: Let QQmlTypeWrapper act as a constructor for its type
Ulf Hermann
2024-05-23
1
-2
/
+6
*
Load a QJsonArray property as a Sequence
Luca Di Sera
2024-05-22
1
-5
/
+2
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-22
/
+16
*
QtQml: Move QMetaObjectWrapper into separate header/impl files
Ulf Hermann
2024-04-28
1
-116
/
+8
*
QtQml: do not obtain the stack trace twice in CallPrecise()
Vladimir Belyavsky
2024-04-22
1
-1
/
+1
*
V4: Handle all array-like containers when converting to QJsonArray
Olivier De Cannière
2024-04-22
1
-2
/
+2
*
QtQml: Add a wrapper builtin for QQmlV4Function*
Ulf Hermann
2024-04-12
1
-1
/
+1
*
Prepare for white allocations (7/9): QQuick(Window|View)
Fabian Kosmale
2024-03-05
1
-1
/
+23
*
Prepare for white allocations during gc (1/9): Write barrier for Lookups
Fabian Kosmale
2024-03-05
1
-1
/
+2
*
QtQml: Make QLocale an actual value type
Ulf Hermann
2024-03-02
1
-7
/
+0
*
QtQml: Do not construct strings where we don't need to
Ulf Hermann
2024-02-26
1
-5
/
+9
*
QtQml: Re-allow manual calling of signal handlers
Ulf Hermann
2024-02-13
1
-0
/
+22
*
QtQml: Clear context objects more thoroughly on destruction
Ulf Hermann
2024-02-01
1
-3
/
+1
*
QtQml: Do not call signal handlers on half-deleted objects
Ulf Hermann
2024-01-17
1
-1
/
+3
*
QtQml: Clear stale compilation units more thoroughly
Ulf Hermann
2024-01-11
1
-1
/
+10
*
QtQml: Remove QQmlTypeLoader from QQmlImport
Ulf Hermann
2024-01-11
1
-13
/
+18
*
Compiler: Guard against null dereference when ignoring function return
Olivier De Cannière
2024-01-09
1
-7
/
+9
*
QQmlConnections: Allow connections to C++-defined methods
Ulf Hermann
2023-11-29
1
-3
/
+3
*
Fix build with -no-feature-qml-locale
Tasuku Suzuki
2023-11-24
1
-0
/
+2
*
Detect slot object if explicitly provided
Fabian Kosmale
2023-11-15
1
-2
/
+20
*
QtQml: Optimize reading properties into V4 values
Ulf Hermann
2023-11-15
1
-25
/
+129
*
QML: Implement QObjectMethod::virtualCallWithMetaTypes
Ulf Hermann
2023-09-28
1
-1
/
+188
*
QtQml: Reset context object when destroying it from QObjectWrapper
Ulf Hermann
2023-08-22
1
-0
/
+2
*
QV4::QObjectWrapper: Use the object's actual meta type
Kai Uwe Broulik
2023-08-22
1
-4
/
+2
*
QV4::QObjectWrapper: Remove superfluous loop
Kai Uwe Broulik
2023-08-19
1
-7
/
+5
*
QML: Make notify list thread safe
Ulf Hermann
2023-08-10
1
-1
/
+1
*
QML: Allow conversion from JS Array to QByteArray
Ulf Hermann
2023-08-08
1
-0
/
+4
*
QML: When marking a QObjectWrapper, also mark its const counterpart
Ulf Hermann
2023-07-26
1
-3
/
+31
*
QML: Unify treatment of wrappers when dealing with QObjectMethod
Ulf Hermann
2023-07-12
1
-88
/
+91
*
QtQml: Fix validation when calling methods with different 'this'
Ulf Hermann
2023-07-07
1
-1
/
+5
*
QML: Check result when constructing object from metaobject
Ulf Hermann
2023-07-06
1
-3
/
+5
*
QML: Un-specialcase QStringList and QVariantList conversion
Ulf Hermann
2023-06-30
1
-6
/
+6
*
Qml: Better encapsulate QmlListWrapper
Ulf Hermann
2023-06-26
1
-1
/
+1
[next]