aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qmltc
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-113-3/+3
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-281-2/+3
* QtQml: Clean up lazy-loading of parts of QQmlTypePrivateUlf Hermann2023-07-111-1/+0
* QQmlType: Re-organize QQmlTypePrivate to reduce memory usageUlf Hermann2023-07-061-16/+16
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-071-0/+28
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-152-0/+64
* Fix QQmlTypePrivate memory leak in qmltc-generated types with extensionsAndrei Golubev2022-06-152-8/+7
* Use SPDX license identifiersLucie GĂ©rard2022-06-116-228/+12
* Address extension types in qmltcAndrei Golubev2022-06-022-1/+120
* qmltc: Migrate to new object creation/querying mechanismAndrei Golubev2022-03-301-6/+9
* Make sure all private headers include at least one otherThiago Macieira2022-03-101-0/+1
* Fix warnings from gcc 11.2 about ignoring [[maybe_unused]]Edward Welbourne2021-12-181-1/+2
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-174-0/+373
* Enhance QQmltcObjectCreationHelper::set() with an assertAndrei Golubev2021-11-231-1/+2
* qmltc: Introduce object creation infrastructureAndrei Golubev2021-11-151-0/+136