aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertydata_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-281-5/+39
* QQmlPropertyCache: Make space for an extra flagUlf Hermann2023-09-281-18/+18
* QtQml: Cache correct properties for signal handlersUlf Hermann2023-09-051-7/+14
* QML: static assert that QQmlPropertyData is trivially copyableUlf Hermann2023-05-111-0/+2
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-251-1/+2
* Remove remaining vestiges of "Binding" propertiesFabian Kosmale2023-01-171-3/+1
* Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-211-1/+0
* Allow resetting value type propertiesUlf Hermann2022-06-241-0/+9
* QtQml: Remove dead method declarationsUlf Hermann2022-06-111-2/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Allow custom named value types in QMLUlf Hermann2022-01-251-1/+2
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-121-18/+19
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-021-1/+2
* QV4: Store method constness in QQmlPropertyDataFabian Kosmale2021-05-101-13/+14
* Reduce the size of QQmlPropertyDataFabian Kosmale2021-03-141-5/+8
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-3/+4
* Always fully resolve property data on creationFabian Kosmale2020-11-261-8/+2
* Fix QQmlPropertyData after QQMetaType changes in Qt CoreLars Knoll2020-09-151-6/+2
* Adjust to qtbase changesFabian Kosmale2020-09-041-8/+9
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-071-1/+2
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-6/+11
* fix developer build on clangFabian Kosmale2020-03-181-0/+1
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-17/+12
* Handle required properties declared in C++Fabian Kosmale2020-01-281-5/+11
* QQmlPropertyData: Save some bitsFabian Kosmale2020-01-231-60/+131
* Dissolve QQmlPropertyRawDataLars Knoll2019-04-181-23/+270
* QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-0/+164