aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move qmltyperegistrar into srcUlf Hermann2019-11-089-1170/+8
* qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-5/+8
* qmltyperegistrar: Improve legibility of generated codeUlf Hermann2019-11-041-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-267-9/+29
|\
| * qmllint: fix typoFabian Kosmale2019-10-241-1/+1
| * Add support for scanning qrc files in qmlimportscannerAndy Shaw2019-10-246-8/+28
* | Deprecate qmlminSimon Hausmann2019-10-251-0/+2
* | qmltyperegistrar: Register only classes with QML.Element classInfoUlf Hermann2019-10-241-1/+1
* | qmltyperegistrar: Allow specifying the minor versionUlf Hermann2019-10-242-2/+17
* | qmltyperegistrar: Throw an error if import name or version is emptyUlf Hermann2019-10-241-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-32/+36
|\|
| * qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-151-20/+26
| * qmlplugindump: Drop defaultReachableNamesUlf Hermann2019-10-121-12/+10
* | qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-151-2/+4
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-1411-4/+1148
* | Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-101-9/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-102-3/+2
|\|
| * Fix interactive mode of qmlprofilerSimon Hausmann2019-10-092-3/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-33/+55
|\|
| * qmlplugindump: Consistently sort composite typesv5.14.0-beta1Ulf Hermann2019-10-021-14/+21
| * qml: Make sure the qml tool deletes its applicationUlf Hermann2019-10-021-6/+8
| * Loosen qmlplugindump's checking of URI and major versionUlf Hermann2019-09-261-5/+16
| * qmlplugindump: fix prototypeNameForCompositeFabian Kosmale2019-09-251-10/+12
* | qmllint: Parse variable declarations from PatternElementsUlf Hermann2019-10-012-0/+14
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-263-3/+5
* | Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-252-17/+61
* | Fix link errors when enabling CONFIG+=qtquickcompiler on non-QML projectsSimon Hausmann2019-09-191-0/+10
* | Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirsSimon Hausmann2019-09-195-2/+182
* | qmllint: Honor --silent argumentUlf Hermann2019-09-195-30/+28
* | qmllint: Accept arrays as enum descriptionsUlf Hermann2019-09-183-40/+28
* | Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-096-472/+11
* | QQmlStreamWriter: Code cosmeticsUlf Hermann2019-08-301-8/+8
* | qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-301-1/+1
* | qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-302-1/+2
* | qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-302-14/+24
* | qmllint: Warn about magic signal handlersUlf Hermann2019-08-303-20/+76
|/
* qmlplugindump: Handle types reexported by QtQuickFabian Kosmale2019-08-221-61/+72
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-201-10/+0
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-10/+0
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-10/+0
| | |\
| | | * Revert "Yield error if qtquickcompiler is used in non-QML projects"Jörg Bornemann2019-08-021-10/+0
* | | | Fix build without features.temporaryfileTasuku Suzuki2019-08-192-0/+12
|/ / /
* | | qmllint: Fix compiler warningJarkko Koivikko2019-08-191-2/+2
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-191-1/+2
* | | qmllint: Fail on recursion depth errorsUlf Hermann2019-08-192-1/+7
* | | CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-174-3/+277
* | | linter: Cover all supported JavaScript functionsFabian Kosmale2019-07-261-12/+13
* | | qmllint: Improve parent handlingFabian Kosmale2019-07-264-15/+19
* | | qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-253-9/+25
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-121-0/+10
|\ \ \