aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Tools: Convert to static type registrationsUlf Hermann2020-02-205-37/+81
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-2/+2
|\
| * Remove /get from CMAKE_QML_DIRAndré Klitzing2020-02-111-2/+2
* | qmlformat: preserve annotationsFawzi Mohamed2020-02-122-0/+47
* | Add QML_CORE_PROFILE support to QML toolThomas Hartmann2020-02-062-1/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+1
|\|
| * Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prfUlf Hermann2020-01-301-0/+1
* | Add support for file selectors to qml toolThomas Hartmann2020-02-041-0/+13
* | qmlformat: Support even more language featuresMaximilian Goldstein2020-01-305-101/+330
* | CMake: Add Qt6 forward compatible CMake APIAlexandru Croitor2020-01-241-0/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-25/+26
|\|
| * qml: Fix options that need to be set before QApplication instantiationFriedemann Kleint2020-01-151-25/+26
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* | qmlformat: Fix some language features being unsupportedMaximilian Goldstein2020-01-173-15/+103
* | QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-1/+1
* | 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
* | qmllint: Avoid QHash::unite()Ulf Hermann2019-12-131-1/+5
* | 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
* | 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