aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-263-16/+52
* qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-251-4/+30
* qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-253-5/+18
* qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-251-4/+31
* qmllint: Fix typoFabian Kosmale2020-03-241-1/+1
* qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+17
* qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-171-2/+19
* qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-171-3/+18
* qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-162-9/+11
* qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-161-11/+17
* Add missing QPainterPath includesUlf Hermann2020-03-091-0/+1
* Add missing QPainterPath includesMitch Curtis2020-03-091-0/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-024-4/+4
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-029-23/+25
* 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