aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* qmlformat: Fix nested ifsMaximilian Goldstein2020-06-181-19/+21
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-182-3/+11
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-172-13/+5
* Revert "CMake: Fix failing linux static build"Alexandru Croitor2020-06-172-2/+0
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-171-0/+4
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-06-173-5/+10
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+19
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-169-22/+22
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-1/+0
* qtquickcompiler: Fix compilation from different drive (Windows)Kai Koehne2020-06-161-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-4/+4
* CMake: Fix failing linux static buildAlexandru Croitor2020-06-112-0/+2
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-83/+16
* Remove the now unneeded moc include from qmlsceneLaszlo Agocs2020-06-101-2/+0
* Remove openGLContextCreated signalLaszlo Agocs2020-06-102-65/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-293-3/+0
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-2922-1/+22
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-202-3/+3
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-202-6/+4
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-201-3/+3
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-14/+0
* Preserve access semantics in qmltypesUlf Hermann2020-05-182-9/+37
* Compile with latest qtbase devFabian Kosmale2020-05-161-1/+0
* qmllint: Fix typoMaximilian Goldstein2020-05-141-1/+1
* qmllint: fix typo in outputMitch Curtis2020-05-071-1/+1
* Fix qmllint crashMaximilian Goldstein2020-05-061-1/+1
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-062-23/+25
* CMake: Adjust and regenerate tools projectAlexandru Croitor2020-05-043-87/+68
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-306-95/+130
* qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-243-11/+18
* Port qmlcachegen to QRegularExpressionLars Knoll2020-04-241-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-172-1/+13
|\
| * TypeDescriptionReader: Read alias and isFlag for enumsv5.15.0-beta4Ulf Hermann2020-04-092-1/+13
* | ScopeTree: Make methods a QMultiHashUlf Hermann2020-04-152-10/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-097-29/+131
|\|
| * 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
* | Tools: Add forgotten access methodUlf Hermann2020-04-071-0/+1
* | Revert "CMake: Exclude building apps when cross-compiling"Alexandru Croitor2020-04-061-7/+0
* | CMake: Exclude building apps when cross-compilingAlexandru Croitor2020-04-061-0/+7
* | qmllint: Consistently use shared pointers for ScopeTreeUlf Hermann2020-04-0110-92/+114
* | TypeDescriptionReader: Read file name from qmltypesUlf Hermann2020-04-012-1/+7
* | Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-0122-610/+762
* | qmllint: Drop support for "ModuleApi"Ulf Hermann2020-03-304-55/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-0/+17
|\|
| * qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+17
* | Clean up QQmlFileSelectorUlf Hermann2020-03-191-4/+3