aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Allow "using" declarations in QML type registrationsUlf Hermann7 days1-0/+1
* qmltyperegistrar: Don't crash on empty module nameUlf Hermann2024-01-301-1/+3
* qmltyperegistrar: Explicitly override any custom qdebug message patternUlf Hermann2023-11-291-0/+5
* QtQml: Have qmltyperegistrar generate jsroot.qmltypesUlf Hermann2023-11-241-18/+48
* qmltyperegistrar: Make warnings and errors legible to Qt CreatorUlf Hermann2023-11-171-7/+7
* QML: Allow JavaScript extension typesUlf Hermann2023-11-161-0/+2
* qmltyperegistrar: Improve the file open error messageFriedemann Kleint2023-05-171-1/+4
* qmltyperegistrar: Guard against file system failuresUlf Hermann2023-02-171-1/+5
* Build: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-241-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* qmltyperegistrar: Fix file inclusion and writing to stdoutUlf Hermann2022-08-291-12/+1
* qmltyperegistrar: refactor FILE* to QTextStreamSami Shalayel2022-08-041-8/+7
* CMake: Fix removal of PUBLIC_LIBRARIES from QmlTypeRegistrarPrivateAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-013-0/+335
* Move qmltyperegistrar into srcUlf Hermann2019-11-087-1166/+0
* qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-5/+8
* qmltyperegistrar: Improve legibility of generated codeUlf Hermann2019-11-041-2/+2
* qmltyperegistrar: Register only classes with QML.Element classInfoUlf Hermann2019-10-241-1/+1
* qmltyperegistrar: Allow specifying the minor versionUlf Hermann2019-10-242-2/+17
* qmltyperegistrar: Throw an error if import name or version is emptyUlf Hermann2019-10-241-0/+8
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-147-0/+1140