aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-1/+1
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-9/+0
* QQmlValueTypeWrapper: Move setData method inlineUlf Hermann2023-06-231-9/+0
* QtQml: Use QMetaType in QQmlValueTypeWrapperUlf Hermann2023-05-171-26/+24
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+6
* Use new rvalue overload of QMetaProperty::writeOnGadget()Marc Mutz2023-05-021-1/+1
* QML: Allow some more backing types for enumsFabian Kosmale2023-04-121-1/+1
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+2
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-251-4/+7
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-8/+22
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-1/+2
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2022-11-251-17/+17
* Recursively write back value types and sequencesUlf Hermann2022-10-191-55/+137
* QML: Track statement locations in sequence and value typesUlf Hermann2022-10-141-2/+6
* V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::SequenceUlf Hermann2022-10-131-114/+88
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-2/+1
* V4: Optimize more type conversionsUlf Hermann2022-10-061-7/+89
* QML: Optimize QObject method callsUlf Hermann2022-09-201-0/+15
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Implement virtualHasProperty for QQmValueTypeWrapperFabian Kosmale2022-07-131-0/+26
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-4/+21
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Replace synthetic AOT functions with property-to-property bindingsUlf Hermann2022-05-241-1/+1
* Generalize QQmlAbstractBinding::isValueTypeProxy()Ulf Hermann2022-04-251-1/+1
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* Avoid some metatype/id ping pongUlf Hermann2021-06-021-3/+3
* V4: Write back value type references after function callsUlf Hermann2021-05-051-47/+2
* Redesign the AOT lookupsUlf Hermann2021-04-301-0/+6
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Optimize ExecutionEngine::metaTypeToJS()Ulf Hermann2021-03-131-5/+19
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-5/+5
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-8/+13
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-021-95/+105
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-9/+9
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-2/+2
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-5/+5
* Adapt to qtbase changesFabian Kosmale2020-08-231-2/+2
* Weak compare for value types in QMLFawzi Mohamed2020-08-201-1/+47
* Fix tst_qqmlvaluetypes::toStringConversionFawzi Mohamed2020-08-061-8/+2
* Fix QQmlValueTypeWrapper::method_toString()Ulf Hermann2020-07-091-3/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-4/+4
|\
| * QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-1/+1
|/
* Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-101-43/+43
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-37/+114
|\
| * Enable lookups in QMLSimon Hausmann2019-03-191-37/+114
* | Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-091-6/+6
|/