aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Remove convert from ASCII warningFawzi Mohamed2020-04-061-2/+2
* Remove QRegExp support from QtQmlLars Knoll2020-04-031-2/+1
* Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-4/+9
* Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+12
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-20/+31
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-4/+7
* V4: Fix mark stack overrunsUlf Hermann2020-02-271-3/+4
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-2/+2
|\
| * Use QV4 namespace for ValueTimo Aarnipuro2019-10-171-2/+2
* | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-101-1/+1
|/
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-1/+12
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+0
|\
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-1/+0
* | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-5/+10
* | Filter out duplicate entries in Object.keysErik Verbruggen2019-05-081-0/+7
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-3/+3
|\|
| * Don't call unknown types "null"Ulf Hermann2019-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+1
|\|
| * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-1/+1
* | Remove QQmlV4HandleUlf Hermann2019-04-101-26/+10
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-60/+127
|\|
| * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-19/+5
| * Accelerate lookup of singleton propertiesMichael Brasser2019-03-201-1/+3
| * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-24/+4
| * Enable lookups in QMLSimon Hausmann2019-03-191-37/+136
* | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-9/+22
|\|
| * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22