aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmltyperegistrar: Move JSON processing into separate classUlf Hermann2020-11-066-285/+433
* Standardize QJsonArray iterationDavid Skoland2020-10-283-24/+25
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-263-9/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-054-6/+6
* Long live libQtQmlCompiler!Ulf Hermann2020-10-055-9/+11
* CMake: Install public qmake .prf files into the prefix mkspecs dirAlexandru Croitor2020-09-211-0/+9
* Adjust to qtbase changesFabian Kosmale2020-09-041-2/+3
* import Qt namespace in QtQmlFawzi Mohamed2020-08-271-3/+15