aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
* Do not copy lookupsUlf Hermann2021-12-171-18/+1
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-1/+1
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-091-4/+1
* QV4::QObjectWrapper: Clean up CallArgumentUlf Hermann2021-11-091-258/+323
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-10/+8
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-211-39/+59
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-1/+3
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-211-0/+1
* Skip superfluous property capture attemptFabian Kosmale2021-08-091-1/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+1
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-23/+36
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-2/+2
* Clarify ambiguous Object to be one under V4Janne Koskinen2021-05-281-1/+1
* V4: Do not write back value type references on const method callsUlf Hermann2021-05-101-33/+47
* V4: Write back value type references after function callsUlf Hermann2021-05-051-1/+10
* Redesign the AOT lookupsUlf Hermann2021-04-301-0/+11
* Fix compiler warnings from char*/QString conversionVolker Hilsheimer2021-04-281-1/+2
* Fix build without features.qml-sequence-objectTasuku Suzuki2021-04-191-0/+2
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-6/+7
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-6/+6
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-5/+5
* Don't store the scope in JSCallDataUlf Hermann2021-03-171-4/+4
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-1/+1
* Engine: Cleanup method argument passingFabian Kosmale2021-03-041-46/+44
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-011-1/+18
* QQmlMetaObject::methodReturnType: provide metatypeFabian Kosmale2021-02-191-1/+1
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-9/+33
* QV4QObjectWrapper: Use new findAliasTarget overloadFabian Kosmale2021-02-191-3/+1
* QObjectWrapper::setProperty: Simplify binding handling logicFabian Kosmale2021-02-191-23/+20
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-4/+4
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-2/+18
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-181-1/+18
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-7/+8
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-021-1/+1
* Remove the pointer to the property cache in QObjectMethodFabian Kosmale2020-12-021-6/+2
* Unify overload resolution code and introduce a cacheFabian Kosmale2020-12-021-170/+68
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-29/+31
* Get rid of the QQmlStaticMetaObjectLars Knoll2020-11-261-5/+4
* Remove hack to get the methodCount of a metaobjectLars Knoll2020-11-261-17/+4
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-12/+47
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Handle QProperty inside bindingsFabian Kosmale2020-09-211-1/+1
* Don't capture bindable propertiesUlf Hermann2020-09-171-1/+1
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-8/+8
* Adapt to changes in qtbaseUlf Hermann2020-09-151-4/+5
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-1/+4
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-3/+3