aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* Add autogen tools dependency to the tst_qmltyperegistrar_major_version_zeropl...Alexey Edelev2022-06-211-1/+1
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-205-0/+50
* tst_qmltyperegistrar: Use qt_autogen_tools_initial_setupFabian Kosmale2022-03-131-0/+2
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-092-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
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-182-2/+4
* Remove the qmake project filesFabian Kosmale2021-01-153-35/+0
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-1/+4
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-102-1/+17
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-232-0/+30
* qmltyperegistrar: Use QString rather than string for stringsUlf Hermann2020-11-121-1/+1
* Remove debug usage of QT_FORCE_ASSERTSAlexandru Croitor2020-11-101-2/+0
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-105-0/+19
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-181-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-064-4/+4
* Adjust to qtbase changesFabian Kosmale2020-09-042-6/+9
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-162-0/+34
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-2/+38
* Use qt_enable_autogen_tool to explicitly enable AUTOMOCMÃ¥rten Nordheim2020-06-242-1/+22
* Port type registrar test to cmakeFabian Kosmale2020-06-143-0/+67
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-282-2/+12
* Preserve access semantics in qmltypesUlf Hermann2020-05-182-0/+7
* qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-163-0/+47