aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/tst_qmltc.h
Commit message (Expand)AuthorAgeFilesLines
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-091-0/+1
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-201-0/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Fix empty QMLTC_EXPORT_FILE_NAMEBernd Weimer2023-11-301-0/+1
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-0/+1
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-091-0/+1
* qmltc: do not use the implicit QUrl constructor in generated codeSami Shalayel2023-06-091-0/+1
* QQmlTableModel: make virtual methods protectedSami Shalayel2023-06-091-0/+5
* qmltc: export generated classesSami Shalayel2023-02-021-0/+1
* qmltc: generate code into namespacesSami Shalayel2023-01-061-0/+1
* qmltc: test C++-namespace supportSami Shalayel2023-01-061-0/+1
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-071-0/+1
* qmltc: add singleton supportSami Shalayel2022-11-231-1/+1
* qmltc: support inline components from different qml filesSami Shalayel2022-10-311-0/+1
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-111-0/+1
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-101-0/+1
* qmltc: support basic inline componentsSami Shalayel2022-09-261-0/+1
* qmltc: stop using QQmlListReference to appendSami Shalayel2022-09-261-0/+1
* qmltc: reject top level componentsSami Shalayel2022-09-191-1/+0
* qmltc: test support for generalized group propertiesSami Shalayel2022-09-011-0/+1
* qmltc: test alias on properties with attributesSami Shalayel2022-08-311-0/+1
* qmltc: translation binding supportSami Shalayel2022-08-251-0/+1
* qmltc: Fix alias assignment code generationAndrei Golubev2022-07-271-0/+1
* Support RegExpLiteral bindings in qmltcAndrei Golubev2022-07-271-0/+1
* qmltc: Acknowledge BINDABLE-only propertiesAndrei Golubev2022-07-261-1/+1
* Support value type lists in qmltcSami Shalayel2022-07-131-0/+1
* qmltc: Ensure properties with MEMBER can be read and writtenAndrei Golubev2022-06-301-0/+1
* qmltc: Use correct output C++ file names within a moduleAndrei Golubev2022-06-291-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Remember QML document context in each qmltc-generated objectAndrei Golubev2022-06-091-0/+1
* Address extension types in qmltcAndrei Golubev2022-06-021-0/+1
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-04-281-0/+2
* qmlcompiler: Support attached property bindingsAndrei Golubev2022-04-221-0/+1
* Replace uses of deprecated _qba with _baSona Kurazyan2022-04-191-1/+3
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-171-0/+1
* qmltc: Support Component rootsAndrei Golubev2021-12-271-0/+1
* qmltc: Support different property change handlersAndrei Golubev2021-12-231-0/+1
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-221-0/+1
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-181-0/+1
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-181-1/+1
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-171-0/+40
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+1
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-171-0/+1
* qmltc: Compile QML methods to C++Andrei Golubev2021-11-171-0/+1
* qmltc: Compile QML enums into C++Andrei Golubev2021-11-171-0/+1
* qmltc: Learn to collect C++ includes for a type hierarchyAndrei Golubev2021-11-151-0/+1
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-221-0/+1
* qmltc: add empty testsAndrei Golubev2021-10-211-0/+48