aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/qmltccodewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-091-0/+19
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-261-4/+6
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-201-0/+46
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-6/+6
* qmltc: export generated classesSami Shalayel2023-02-021-4/+8
* qmltc: generate code into namespacesSami Shalayel2023-01-061-10/+14
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-071-0/+1
* qmltc: add singleton supportSami Shalayel2022-11-231-1/+7
* qmltc: extend QmltcMethod with optional commentsSami Shalayel2022-10-281-1/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-14/+14
* Separate script bindings from others in generated qmltc codeAndrei Golubev2022-07-281-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Address extension types in qmltcAndrei Golubev2022-06-021-0/+1
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-23/+25
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-04-281-1/+1
* qmltc: Get rid of QmltcMethodBase::{firstLines, lastLines} in output irAndrei Golubev2022-03-301-9/+0
* qmltc: Migrate to new object creation/querying mechanismAndrei Golubev2022-03-301-10/+25
* qmltc: do not rely on trasitive includesFabian Kosmale2022-03-111-0/+3
* Remove qmltc prototype code (2/N)Andrei Golubev2022-03-081-62/+156
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+24
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-171-8/+17
* qmltc: Compile QML methods to C++Andrei Golubev2021-11-171-6/+8
* qmltc: Compile QML enums into C++Andrei Golubev2021-11-171-0/+1
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-161-11/+18
* qmltc: Introduce object creation infrastructureAndrei Golubev2021-11-151-9/+11
* qmltc: Learn to collect C++ includes for a type hierarchyAndrei Golubev2021-11-151-0/+3
* qmltc: learn to generate minimum amount of codeAndrei Golubev2021-10-221-0/+220
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-221-0/+131