aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/prototype
Commit message (Expand)AuthorAgeFilesLines
* Avoid including self in the generated qmltc codeAndrei Golubev2022-02-021-3/+5
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-313-34/+80
* qmltc: Drop half-correct type name collecting procedureAndrei Golubev2022-01-312-31/+0
* qmltc: Simplify internal property name lookup logicAndrei Golubev2022-01-261-23/+20
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-4/+4
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-10/+14
* qmltc: Support Component rootsAndrei Golubev2022-01-035-57/+180
* 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-234-56/+20
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-235-115/+25
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-181-0/+8
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-186-33/+137
* qmltc: Explicitly reject inline componentsAndrei Golubev2021-12-172-0/+12
* qmltc: Make special functions protectedAndrei Golubev2021-12-176-14/+70
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-1716-0/+4755