aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* qmltc: Support CONSTANT and RESET property attributes in aliasesAndrei Golubev2022-07-291-0/+4
* CMake: Fix removal of PUBLIC_LIBRARIES from QmlTypeRegistrarPrivateAlexandru Croitor2022-07-281-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Pass the "reset" attribute from metatypes through qmltypesUlf Hermann2022-07-071-0/+3
* Fix the compilation errorTimur Pocheptsov2022-07-061-1/+1
* qmltyperegistrar: Initialize m_followForeignVersioningUlf Hermann2022-07-041-1/+1
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-0112-433/+499
* qmltyperegistrar: Adjust to QMetaTypeInterface no longer being mutableFabian Kosmale2022-06-291-1/+1
* Install qmltypes.prf for the cross-compiled buildsAlexey Edelev2022-06-271-9/+8
* Fix compiler warningVolker Hilsheimer2022-06-221-1/+1
* qmltyperegistrar: Warn about duplicate exportsSami Shalayel2022-06-201-2/+94
* QmlCompiler: Check builtin type aliases after list resolutionUlf Hermann2022-06-151-26/+26
* Use SPDX license identifiersLucie Gérard2022-06-117-189/+14
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-101-9/+22
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-093-0/+10
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-293-14/+19
* qmltyperegistrar: Silence header warning for PythonFriedemann Kleint2022-03-121-0/+1
* JSON: use QJsonValueConstRefThiago Macieira2022-03-041-2/+2
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* Record deferred and immediate names of anonymous types in qmltypesAndrei Golubev2022-02-111-17/+17
* QML: Allow named lists of value typesUlf Hermann2022-01-281-0/+6
* Add option to generate type registrations and plugins into a namespaceUlf Hermann2022-01-251-0/+14
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* Move QObject and QQmlComponent into builtinsMaximilian Goldstein2021-12-173-78/+12
* 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