aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar/qmltyperegistrar.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* JSON: temporarily make work with the broken const-correctnessThiago Macieira2021-11-271-1/+1
* Support QML type registration split: build system + tools integrationFabian Kosmale2021-11-261-13/+64
* Fix build warnings when iterating over QJsonArrayVolker Hilsheimer2021-11-021-4/+4
* qmltyperegistrar: Register foreign base classes anonymouslyMaximilian Goldstein2021-10-291-0/+107
* Fix static builds on WindowsKai Köhne2021-06-251-1/+8
* Allow extending namespaces with other namespacesUlf Hermann2021-06-211-4/+13
* qmltyperegistrar: Do not generate namespace metatypes for non-namespacesUlf Hermann2021-06-081-9/+40
* Export registration functionFabian Kosmale2021-06-011-1/+1
* Fix warning about range-looping over QJsonArray via referenceTor Arne Vestbø2021-05-181-1/+1
* qmltyperegistrar: Warn about classes using future revisionsMaximilian Goldstein2021-04-161-0/+27
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-251-13/+41
* qmltyperegistrar: Remove QML.ManualRegistrationUlf Hermann2021-01-181-3/+0
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-181-0/+1
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-181-1/+1
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-101-0/+12
* qmltyperegistrar: Move JSON processing into separate classUlf Hermann2020-11-061-283/+15
* Standardize QJsonArray iterationDavid Skoland2020-10-281-11/+12
* import Qt namespace in QtQmlFawzi Mohamed2020-08-271-3/+15
* qmltyperegistrar: Fix compilation failureFabian Kosmale2020-07-271-2/+3
* qmltyperegistrar: Always register version x.0 of the moduleUlf Hermann2020-06-181-2/+7
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-261-7/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-18/+29
|\
| * qmltyperegistrar: Follow the private includes setting in qmltypesUlf Hermann2020-04-061-8/+10
| * qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-301-3/+9
| * qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-301-8/+11
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-11/+42
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-8/+39
| |\|
| | * qmltyperegistrar: Mark non-QObject types as uncreatableUlf Hermann2020-03-021-6/+15
| | * Provide a way to statically register namespacesUlf Hermann2020-02-251-8/+30
| * | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-2/+2
| * | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+1
| |/
* / Update qmltypes to use the new metatypes dependency formatLeander Beernaert2020-01-291-1/+34
|/
* qmltyperegistrar: Improve formatting of includesUlf Hermann2020-01-071-2/+6
* qmltyperegistrar: Fix command line optionsUlf Hermann2019-12-241-12/+19
* Move qmltyperegistrar into srcUlf Hermann2019-11-081-0/+410