aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/qmltccompilerpieces.h
Commit message (Expand)AuthorAgeFilesLines
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-161-9/+9
* qmltc: Convert dynamic_cast check to static assert for QML interfacesAndrei Golubev2022-07-291-2/+4
* qmltc: Make explicit component ids accessible during object creationAndrei Golubev2022-07-291-1/+2
* Remove redundant parameter from generated special functions of qmltcAndrei Golubev2022-07-291-23/+13
* Separate script bindings from others in generated qmltc codeAndrei Golubev2022-07-291-0/+32
* Move common code parts to a function in QmltcCodeGeneratorAndrei Golubev2022-07-291-53/+52
* Address TODOs in qmltc toolAndrei Golubev2022-07-281-23/+16
* Fix QQmlTypePrivate memory leak in qmltc-generated types with extensionsAndrei Golubev2022-06-151-4/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-27/+2
* Remember QML document context in each qmltc-generated objectAndrei Golubev2022-06-131-0/+5
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-101-2/+6
* Address extension types in qmltcAndrei Golubev2022-06-021-4/+32
* qmltc: Move alias compilation to qqmltccompilerAndrei Golubev2022-05-031-9/+3
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-94/+110
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-04-281-1/+2
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-04-281-6/+13
* Migrate to QQmlJSScope-based deferred property checks in qmltcAndrei Golubev2022-04-281-0/+13
* Document qmltc's main code generator functionsAndrei Golubev2022-03-301-12/+129
* Remove qmltc prototype code (4/N)Andrei Golubev2022-03-301-0/+38
* qmltc: Migrate to new object creation/querying mechanismAndrei Golubev2022-03-301-17/+262
* Remove qmltc prototype code (3/N)Andrei Golubev2022-03-121-30/+29
* Remove qmltc prototype code (2/N)Andrei Golubev2022-03-081-1/+1
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-221-12/+0
* qmltc: Support literal bindingsAndrei Golubev2021-11-231-0/+42
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+157