aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-7/+8
* QtQml: Remove fallback mode for finding singleton enums in metaobjectUlf Hermann2024-02-291-18/+4
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-3/+3
* QtQml: Clean up QQmlTypeWrapperUlf Hermann2024-01-251-13/+28
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-1/+1
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-1/+1
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-7/+9
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-2/+19
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-121-3/+15
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-1/+3
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-11/+26
* Recursively write back value types and sequencesUlf Hermann2022-10-191-2/+14
* QML: Optimize QObject method callsUlf Hermann2022-09-201-8/+66
* Implement virtualOwnPropertyKeys for QQmlTypeWrapperUlf Hermann2022-07-051-0/+13
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-4/+4
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-091-5/+2
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-041-1/+1
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-11-301-2/+4
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-1/+1
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-081-3/+6
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-1/+1
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-2/+2
* Support more type conversionsUlf Hermann2021-03-231-0/+15
* Always group the metaType and listType togetherLars Knoll2020-08-281-1/+1
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-23/+0
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-5/+5
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-2/+2
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-4/+4
* instanceof: return false instead of throwingFabian Kosmale2019-11-081-1/+1
* Implement lookups for enumsSimon Hausmann2019-09-061-0/+56
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-5/+38
|\
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-5/+42
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-2/+1
|\|
| * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-2/+1
* | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-87/+84
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-2/+5
|\|
| * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-2/+5
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+61
|\|
| * Accelerate lookup of singleton propertiesMichael Brasser2019-03-201-0/+61
* | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-0/+1
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-1/+10
* Make Object::getOwnProperty() constLars Knoll2018-09-231-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Prefix vtable methods with virtualLars Knoll2018-07-031-11/+11
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4