aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* add QML_UNCREATABLE in the testsSami Shalayel2023-02-021-1/+1
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-272-2/+0
* qmltyperegistrar: Use base of the current major version by defaultUlf Hermann2023-01-253-1/+9
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-235-0/+296
* qmltyperegistrar: Propagate the "isCloned" flag through qmltypesUlf Hermann2022-12-052-0/+19
* Fix a few CMake warningsUlf Hermann2022-12-021-0/+1
* qmltyperegistrar: add IsConstant for method parametersSami Shalayel2022-11-113-0/+28
* Use SPDX license identifiersLucie Gérard2022-10-141-27/+2
* CMake: Silence some RESOURCE_PREFIX warningsUlf Hermann2022-09-141-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-073-3/+3
* qmltyperegistrar: test warnings about duplicate exportsSami Shalayel2022-08-054-2/+261
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Unblacklist tst_qmltyperegistrarUlf Hermann2022-07-081-3/+0
* Add license headers to cmake filesLucie Gérard2022-07-083-0/+9
* Pass the "reset" attribute from metatypes through qmltypesUlf Hermann2022-07-072-0/+31
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* Add autogen tools dependency to the tst_qmltyperegistrar_major_version_zeropl...Alexey Edelev2022-06-211-1/+1
* qmltyperegistrar: Warn about duplicate exportsSami Shalayel2022-06-202-1/+121
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-185-0/+50
* Use SPDX license identifiersLucie Gérard2022-06-119-243/+18
* tst_qmltyperegistrar: Use qt_autogen_tools_initial_setupFabian Kosmale2022-03-131-0/+2
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-052-0/+65
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-0/+10
* qmltyperegistrar: Register foreign base classes anonymouslyMaximilian Goldstein2021-10-293-0/+41
* Propagate ImmediatePropertyNames through type registrar and QQmlJSScopeUlf Hermann2021-10-282-0/+21
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-202-0/+17
* qmltyperegistrar: Properly resolve includes for foreign typesUlf Hermann2021-09-027-1/+73
* typeregistrar: Fix deferred names classinfo checkMaximilian Goldstein2021-08-311-2/+2
* qmltyperegistrar: Record deferred names in qmltypesMaximilian Goldstein2021-08-272-0/+21
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-1/+1
* Set privateClass for private properties along with read and friendsAndrei Golubev2021-08-041-3/+12
* Improve consistency of QML module target propertiesCraig Scott2021-08-031-3/+3
* CMake: Remove OUTPUT_DIRECTORY option from qt6_qml_type_registration()Craig Scott2021-07-201-1/+5
* Allow extending namespaces with other namespacesUlf Hermann2021-06-212-0/+47
* qmltyperegistrar: Do not generate namespace metatypes for non-namespacesUlf Hermann2021-06-082-0/+115
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-033-10/+34
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-272-0/+6
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-192-0/+21
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-192-58/+0
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-122-3/+18
* Initialize the metatypes of extensionsUlf Hermann2021-04-282-0/+11
* qmltyperegistrar: Do not generate read, write, bindable for privatesUlf Hermann2021-03-232-1/+23
* Add qmltypes for JavaScript root objectMaximilian Goldstein2021-03-191-2/+1
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-032-0/+20
* Enable tests of manually registered typesAlexey Edelev2021-02-102-9/+5
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-022-0/+85
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-021-1/+1
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-012-0/+56
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-292-2/+9
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-255-0/+150