aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-211-9/+31
|\|
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+1
|/
* V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-3/+1
* INTEGRITY: Fix build failures on 64-bit ARMPasi Petäjäjärvi2018-10-221-2/+2
* Make Object::getOwnProperty() constLars Knoll2018-09-231-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-54/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+68