aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlpropertyvalidator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-3/+3
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-16/+16
* Move PropertyResolver out of qqmlirbuilder*Ulf Hermann2019-05-061-2/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-1/+4
|\
| * Improve error messageRainer Keller2019-04-171-1/+4
* | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-3/+5
|\
| * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-3/+5
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-221-30/+45
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-4/+3
|\|
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-4/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-071-1/+5
|\|
| * Improve error messageRainer Keller2019-02-041-1/+5
* | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-221-2/+0
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+3
|/
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-5/+5
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-18/+18
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-301-1/+1
* Improve error messageRainer Keller2018-06-251-1/+2
* Fix typoRainer Keller2018-06-041-1/+1
* Show property name in error messageRainer Keller2018-06-041-1/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-2/+3
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+3
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-1/+7
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-121-2/+3
* Get rid of the root object index variableSimon Hausmann2017-09-081-1/+1
* QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
* Use QQmlType by valueLars Knoll2017-08-021-10/+10
* Simplify logicLars Knoll2017-08-021-3/+1
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-23/+23
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+22
* Fix build on Windows with MinGW and QNXSimon Hausmann2016-06-221-0/+1
* Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-171-0/+680