aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/prototype/codegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-311-1/+11
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-181-8/+12
* qmltc: Support Component rootsAndrei Golubev2022-01-031-50/+116
* qmltc: Support different property change handlersAndrei Golubev2021-12-241-24/+51
* qmltc: Remove non-compiled CodeGenerator::compileProperty()Andrei Golubev2021-12-241-86/+0
* qmltc: Use special name for a special url-returning generated functionAndrei Golubev2021-12-241-1/+1
* qmltc: Drop duplicate "QQmlContextData::" in context set generationAndrei Golubev2021-12-241-2/+1
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-231-19/+18
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-181-20/+41
* qmltc: Make special functions protectedAndrei Golubev2021-12-171-9/+27
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-171-0/+1857