aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port away from QPairZhao Yuhang2025-04-121-11/+11
* Improve "could not convert argument" error messageMitch Curtis2025-04-021-1/+2
* QtQml: Don't use bindables for bindings on value type aliasesUlf Hermann2025-03-241-4/+9
* QtQml: Add sticky bit to QQmlAbstractBindingUlf Hermann2025-03-111-2/+5
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-261-9/+13
* QObject: Suppress extra arguments on connectionsUlf Hermann2024-12-191-3/+19
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-181-1/+3
* Implement read/write-backs for QVariantMap and QVariantHashLuca Di Sera2024-12-011-0/+6
* QtQml: Fix calling of method with QML_USING typesUlf Hermann2024-11-131-20/+83
* QtQml: Call lookups based on enums rather than via function pointersUlf Hermann2024-10-241-21/+6
* QtQml: Protect lookupAttached() from identical COMDAT foldingUlf Hermann2024-10-171-0/+10
* QmlCompiler: Resolve types for calls in init stepUlf Hermann2024-10-141-7/+19
* QmlEngine: Add support for sequences to CallArgument::fromValueOlivier De Cannière2024-08-081-0/+20
* QtQml: Improve overload resolution for value type ctorsUlf Hermann2024-07-301-16/+18
* QtQml: Straighten out some logging categoriesUlf Hermann2024-06-171-4/+4
* Restructure builtins and QtQml.BaseUlf Hermann2024-06-031-4/+4
* Clean up some includesUlf Hermann2024-05-301-33/+25
* QtQml: Let QQmlTypeWrapper act as a constructor for its typeUlf Hermann2024-05-231-2/+6
* Load a QJsonArray property as a SequenceLuca Di Sera2024-05-221-5/+2
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-22/+16
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann2024-04-281-116/+8
* QtQml: do not obtain the stack trace twice in CallPrecise()Vladimir Belyavsky2024-04-221-1/+1
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière2024-04-221-2/+2
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* Prepare for white allocations (7/9): QQuick(Window|View)Fabian Kosmale2024-03-051-1/+23
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-1/+2
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-7/+0
* QtQml: Do not construct strings where we don't need toUlf Hermann2024-02-261-5/+9
* QtQml: Re-allow manual calling of signal handlersUlf Hermann2024-02-131-0/+22
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-011-3/+1
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-171-1/+3
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-111-1/+10
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-13/+18
* Compiler: Guard against null dereference when ignoring function returnOlivier De Cannière2024-01-091-7/+9
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-3/+3
* Fix build with -no-feature-qml-localeTasuku Suzuki2023-11-241-0/+2
* Detect slot object if explicitly providedFabian Kosmale2023-11-151-2/+20
* QtQml: Optimize reading properties into V4 valuesUlf Hermann2023-11-151-25/+129
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-281-1/+188
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-221-0/+2
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-4/+2
* QV4::QObjectWrapper: Remove superfluous loopKai Uwe Broulik2023-08-191-7/+5
* QML: Make notify list thread safeUlf Hermann2023-08-101-1/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-081-0/+4
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-261-3/+31
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-121-88/+91
* QtQml: Fix validation when calling methods with different 'this'Ulf Hermann2023-07-071-1/+5
* QML: Check result when constructing object from metaobjectUlf Hermann2023-07-061-3/+5
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-6/+6
* Qml: Better encapsulate QmlListWrapperUlf Hermann2023-06-261-1/+1