aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertyvalidator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QRegExp support from QtQmlLars Knoll2020-04-031-1/+0
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-8/+13
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-18/+18
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-18/+18
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-1/+1
|\|
| * Inline components: fix name resolutionFabian Kosmale2020-02-051-1/+1
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-3/+2
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-3/+7
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+3
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-24/+24
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-2/+2
|\
| * Fix typoRobert Loehning2019-10-211-2/+2
* | Avoid compile warning in qqmlpropertyvalidator.cppUlf Hermann2019-10-011-1/+1
|/
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-041-13/+46
* Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
* Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+1
* Disentangle includes and namespacesUlf Hermann2019-07-111-0/+3
* Simplify errors and diagnosticsUlf Hermann2019-06-141-27/+28
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-0/+729