aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-5/+23
|\
| * qmltyperegistrar: Do not guess types with upper case namesUlf Hermann2023-03-211-5/+23
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-2/+11
|\|
| * qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-11-211-2/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-0/+1
|\|
| * qmltyperegistrar: Add .hh to the list of recognized header extensionsUlf Hermann2022-09-081-0/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-247-76/+76
|/
* Update commercial license headersTarja Sundqvist2022-06-047-76/+76
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* qmake/vcxproj: Fix qmltypes files being displayed at project rootJoerg Bornemann2021-11-121-8/+12
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-212-6/+6
* qmltyperegistrar: Properly resolve includes for foreign typesUlf Hermann2021-09-041-1/+1
* Fix static builds on WindowsKai Köhne2021-06-251-1/+8
* 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
* qmltyperegistrar: Silence some static analysis warningsUlf Hermann2021-01-151-12/+12
* Remove the qmake project filesFabian Kosmale2021-01-151-40/+0
* qmltypes.prf: Take abi into account for *_metatypes.json file namesAlessandro Portale2020-11-261-1/+2
* Fix compiler warningVolker Hilsheimer2020-11-251-2/+2
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-233-0/+18
* qmltyperegistrar: Use QString rather than string for stringsUlf Hermann2020-11-121-3/+5
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-114-14/+32
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-102-0/+16