aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertyvalidator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qqmlpropertyvalidator: Mark new warning as translatableFabian Kosmale2024-03-271-1/+1
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-271-7/+15
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-011-0/+5
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-10/+12
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-3/+4
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-2/+2
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-2/+2
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-1/+2
* Make builtins an actual moduleUlf Hermann2023-11-241-0/+6
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-151-1/+1
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-1/+2
* Remove redundant warningAmanda Hamblin-Trué2023-07-051-13/+0
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-2/+2
* QML: Register all builtinsUlf Hermann2023-05-221-2/+1
* Avoid duplicate value type creationUlf Hermann2023-02-241-3/+3
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-3/+5
* Qml: Drop unused value type provider functionsUlf Hermann2022-09-131-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-40/+43
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-2/+4
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-111-1/+2
* QtQml: Uncruftify QQmlImportsUlf Hermann2022-03-241-3/+6
* Make most QQmlPropertyData constUlf Hermann2022-03-141-4/+4
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-9/+9
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-3/+3
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* Unify PropertyCache refcountingUlf Hermann2022-01-031-5/+5
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-7/+10
* Clean up some includesUlf Hermann2021-11-051-1/+2
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-021-1/+3
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-4/+11
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-14/+15
* Allow property observers on readonly propertiesUlf Hermann2021-06-081-2/+4
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-2/+2
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-5/+1
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-1/+1
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-1/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-5/+5
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+25
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-5/+5
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-20/+20
* QQmlPropertyValidator: only use string converter for stringsFabian Kosmale2020-10-091-10/+26
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-1/+1
* Condense the different value type creation functions into oneUlf Hermann2020-09-231-1/+1
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-41/+18
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-6/+6
* Make QQmlScriptString an anonymous QML typeUlf Hermann2020-05-181-2/+2