aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltyperegistrar/qmltyperegistrar.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Allow "using" declarations in QML type registrationsUlf Hermann2024-05-231-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
* 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
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-011-0/+173
* Move qmltyperegistrar into srcUlf Hermann2019-11-081-410/+0
* 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-241-2/+8
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+404