aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmltyperegistrar: Fix compilation failureFabian Kosmale2020-07-271-2/+3
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-161-12/+36
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-2/+4
* qmltyperegistrar: Always register version x.0 of the moduleUlf Hermann2020-06-181-2/+7
* Remove whitespace for file names generated from TARGETKai Koehne2020-06-021-3/+6
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-292-0/+2
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-281-0/+2
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-264-35/+3
* Preserve access semantics in qmltypesUlf Hermann2020-05-183-2/+12
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-151-7/+19
|\
| * Fix parallel installation of qmltypes in a debug and release buildv5.15.0-rc2Kai Koehne2020-05-071-7/+19
* | Register value types declarativelyUlf Hermann2020-04-283-4/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-172-13/+47
|\|
| * qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-162-13/+41
| * qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-091-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-095-24/+40
|\|
| * qmltyperegistrar: Follow the private includes setting in qmltypesUlf Hermann2020-04-062-9/+11
| * qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-304-3/+14
| * qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-301-8/+11
| * qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-261-1/+1
| * qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-261-5/+5
* | Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-013-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-125-64/+123
|\ \