aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-092-0/+17
* qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-302-0/+8
* qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-305-3/+152
* qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-267-0/+217