aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-3/+3
* Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-10/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1420-238/+2629
|\
| * qmllint: Consider failure to find imports an errorUlf Hermann2020-01-131-0/+1
| * qmllint: Consider attached propertiesUlf Hermann2020-01-131-0/+10
| * qmllint: parse simple type assertionsUlf Hermann2020-01-134-9/+46
| * qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-133-0/+12
| * qmllint: Resolve aliasesUlf Hermann2020-01-137-128/+272
| * qmllint: Analyze member accessUlf Hermann2020-01-136-77/+290
| * qmlformat: Fix default construction of CommentUlf Hermann2020-01-101-2/+2
| * qmllint: parse JS files for methodsUlf Hermann2020-01-102-140/+196
| * qmllint: Clean up access to m_exportedName2ScopeUlf Hermann2020-01-101-11/+12
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-092-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-2/+3
| | |\
| | | * Use the correct icon filename for QML Runtime on WindowsShawn Rutledge2020-01-011-1/+1
| | | * Fix usage of qtquickcompiler.prf after lrelease.prfJoerg Bornemann2019-12-171-1/+2
| * | | qmlformat/dumpastvisitor: Fix a few segfaultsMaximilian Goldstein2020-01-091-3/+8
| |/ /
| * | qmlformat: Fix whitespace for parameter defaultsMaximilian Goldstein2020-01-082-5/+5
| * | tools/qmlformat: Improve formatting quite a bitMaximilian Goldstein2019-12-203-18/+72
| * | qtdeclarative/tools: Implement qmlformatMaximilian Goldstein2019-12-199-1/+1862
| * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-2/+2
| * | Avoid deprecated non-q-prefixed hex() functionUlf Hermann2019-12-171-1/+1
| * | qmllint: Use QHash::insert(QHash)Liang Qi2019-12-161-5/+1
* | | Fix build without features.commandlineparserTasuku Suzuki2019-12-271-2/+1
* | | Fix -no-gui build on macOSTasuku Suzuki2019-12-271-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-141-1/+5
|\| |
| * | qmllint: Avoid QHash::unite()Ulf Hermann2019-12-131-1/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1216-1727/+1156
|\| |
| * | qmllint: Handle unversioned import statements in qmldir filesUlf Hermann2019-12-112-7/+19
| * | qmllint: Read app.qmltypes files for extra type resolutionUlf Hermann2019-11-182-74/+113
| * | qmllint: Remove special cases for Component, QtObject, and ConnectionsUlf Hermann2019-11-181-16/+0
| * | qmllint: CleanupUlf Hermann2019-11-1816-1659/+1053
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-119-1167/+8
|\| |
| * | Move qmltyperegistrar into srcUlf Hermann2019-11-089-1170/+8
| * | qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-5/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-2/+2
|\| |
| * | qmltyperegistrar: Improve legibility of generated codeUlf Hermann2019-11-041-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-278-9/+31
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-252-3/+26
|\| |
| * | 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.15' into devQt Forward Merge Bot2019-10-171-32/+36
|\| |
| * | 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