aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlpropertycachecreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-13/+38
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-9/+18
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-9/+18
| |\
| | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-271-9/+18
* | | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-121-7/+12
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-5/+7
|\|
| * Get rid of the root object index variableSimon Hausmann2017-09-081-7/+7
| * Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-17/+17
|\|
| * Use QQmlType by valueLars Knoll2017-08-021-17/+17
* | Add support for enum declarations in QMLMichael Brasser2017-07-131-2/+17
|/
* Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-041-14/+42
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-5/+5
* Fix restoring of local aliases from disk cacheSimon Hausmann2016-08-061-0/+3
* QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-32/+25
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-4/+3
* Split out creation of alias properties in the property cachesSimon Hausmann2016-07-151-0/+234
* Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-161-23/+29
* Move QQmlPropertyCacheCreator implementation into the header fileSimon Hausmann2016-06-161-1/+411
* Separate non-generic code out of QQmlPropertyCacheCreatorSimon Hausmann2016-06-161-12/+18
* Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-161-5/+6
* Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-161-4/+4
* Small data structure cleanupSimon Hausmann2016-06-161-1/+1
* Clean up property cache creation codeSimon Hausmann2016-06-161-3/+13
* File naming cleanupSimon Hausmann2016-06-151-0/+79