aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Use load(qt_tool) for qmltimeLi Xinwei2020-12-081-1/+2
* Fix OPTIONS argument of qtquick_compiler_add_resourcesJoerg Bornemann2020-10-211-1/+1
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-071-1/+4
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-062-38/+11
* qmlimportscanner: don't include QtQuick.Controls.xxx.impl as depdendencyAssam Boudjelthia2020-09-171-0/+4
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-162-2/+11
* qmlformat: Fix template literalsMaximilian Goldstein2020-09-041-0/+6
* Add cmake directory dependency for .rcc files process by qmlcachegenUlf Hermann2020-07-041-0/+1
* QtQuickCompiler: list rcc file as dependency of generated filesUlf Hermann2020-07-031-1/+4
* qmlformat: Fix handling of empty blocksMaximilian Goldstein2020-07-031-1/+7
* qmlformat: Fix nested functionsMaximilian Goldstein2020-07-032-4/+15
* qmlformat: Fix nested ifsMaximilian Goldstein2020-07-021-19/+21
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-07-021-0/+12
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-07-021-0/+4
* qmlformat: Fix inline componentsMaximilian Goldstein2020-07-022-0/+44
* qmlformat: Fix multiline bindingsMaximilian Goldstein2020-07-021-0/+12
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-07-013-5/+10
* qtquickcompiler: Fix compilation from different drive (Windows)Kai Koehne2020-06-161-2/+1
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-262-6/+5
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-252-2/+2
* TypeDescriptionReader: Read alias and isFlag for enumsv5.15.0-beta4Ulf Hermann2020-04-092-1/+13
* 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