aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* Record deferred and immediate names of anonymous types in qmltypesAndrei Golubev2022-02-121-17/+17
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* Unify C++ and QML-defined JavaScript functionsUlf Hermann2021-12-041-2/+8
* JSON: temporarily make work with the broken const-correctnessThiago Macieira2021-11-271-1/+1
* qmllint: Properly handle JavaScript functions with variable argumentsMaximilian Goldstein2021-11-261-0/+3
* Support QML type registration split: build system + tools integrationFabian Kosmale2021-11-263-13/+120
* qmake/vcxproj: Fix qmltypes files being displayed at project rootJoerg Bornemann2021-11-121-8/+12
* Fix build warnings when iterating over QJsonArrayVolker Hilsheimer2021-11-021-4/+4
* qmltyperegistrar: Register foreign base classes anonymouslyMaximilian Goldstein2021-10-291-0/+107
* Propagate ImmediatePropertyNames through type registrar and QQmlJSScopeUlf Hermann2021-10-283-0/+11
* Revert "Clean up qmltypes.prf"Joerg Bornemann2021-10-251-2/+8
* Clean up qmltypes.prfJoerg Bornemann2021-10-201-8/+2
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-202-6/+6
* qmltyperegistrar: Properly resolve includes for foreign typesUlf Hermann2021-09-021-1/+1
* typeregistrar: Fix deferred names classinfo checkMaximilian Goldstein2021-08-311-1/+1
* qmltyperegistrar: Record deferred names in qmltypesMaximilian Goldstein2021-08-273-0/+11
* Set privateClass for private properties along with read and friendsAndrei Golubev2021-08-041-17/+32
* 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
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-031-0/+4
* Export registration functionFabian Kosmale2021-06-011-1/+1
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-271-0/+3
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-193-0/+11
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-41/+0
* Fix warning about range-looping over QJsonArray via referenceTor Arne Vestbø2021-05-183-17/+17
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-121-0/+4
* Drop dead codeUlf Hermann2021-05-121-2/+0
* qmltyperegistrar: Refactor generation of readonly attributeUlf Hermann2021-05-122-10/+8
* Move tools to libexecKai Köhne2021-05-112-1/+2
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-273-0/+7
* qmltyperegistrar: Do not omit change signals from qmltypes filesFabian Kosmale2021-04-162-21/+11
* qmltyperegistrar: Warn about classes using future revisionsMaximilian Goldstein2021-04-161-0/+27
* qmltyperegistrar: Do not generate read, write, bindable for privatesUlf Hermann2021-03-231-10/+17
* Add qmltypes for JavaScript root objectMaximilian Goldstein2021-03-191-1/+4
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-031-0/+3
* qmltyperegistrar: Be more verbose about failures to parse metatypesUlf Hermann2021-02-191-2/+4
* Fix compiler warning, QJsonArray does not return referencesVolker Hilsheimer2021-02-031-6/+6
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-021-26/+35
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-021-9/+2
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-012-13/+18
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-291-0/+6
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-251-13/+41
* qmltyperegistrar: Remove QML.ManualRegistrationUlf Hermann2021-01-183-18/+1
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-187-129/+216
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-182-2/+2
* qmltyperegistrar: Always use the local type name for "auto" elementsUlf Hermann2021-01-181-1/+2
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-152-12/+12