aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: document new behavior of --jsonSami Shalayel2022-11-281-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* qmllint: Implement module lintingMaximilian Goldstein2022-07-251-3/+13
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-24/+56
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-3/+5
* qmllint: Show whether a plugin is built-in or notMaximilian Goldstein2022-04-261-3/+5
* qmllint: Add option to disable individual pluginsMaximilian Goldstein2022-04-211-8/+27
* CMake: Add _qmllint_json targetMaximilian Goldstein2022-04-111-3/+13
* Turn the QtQuick qmllint plugin into a proper shared libraryMaximilian Goldstein2022-04-117-145/+0
* qmllint: Implement QtQuick pluginMaximilian Goldstein2022-04-057-0/+145
* qmllint: Integrate plugin infrastructureMaximilian Goldstein2022-04-051-7/+49
* qmllint: Fix broken argument help entriesMaximilian Goldstein2022-03-221-7/+6
* qmllint: Support automatically applying suggestionsMaximilian Goldstein2022-03-141-2/+82
* qmlcompiler: Remove qmllint libraryMaximilian Goldstein2022-02-032-4/+2
* tools: Unconditionally depend on QCommandLineParserFabian Kosmale2022-01-241-17/+1
* qmllint: Enable compiler warnings for pragma StrictMaximilian Goldstein2022-01-171-0/+6
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-25/+34
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-1/+1
* qmllint: Fix diagnostics output for test runUlf Hermann2021-12-071-1/+1
* qmllint: Expand qmllint library APIMaximilian Goldstein2021-11-251-2/+2
* qmllint: Move most code into a separate libraryMaximilian Goldstein2021-11-238-1031/+6
* qmlcompiler: Use QT_BEGIN_NAMESPACE / QT_END_NAMESPACE everywhereMaximilian Goldstein2021-11-231-1/+2
* qmllint: Fix typo in app descriptionMaximilian Goldstein2021-11-191-1/+1
* Remove QQmlJSTypeResolver::SemanticsUlf Hermann2021-11-181-2/+1
* qmllint: Add option for logging absolute pathsMaximilian Goldstein2021-11-171-6/+15
* QmlCompiler: Phrase the shadow check as separate passUlf Hermann2021-11-171-2/+7
* QmlCompiler: Introduce compile passesUlf Hermann2021-11-172-73/+50
* qmllint: Use the raw type for type inference, not the stored oneUlf Hermann2021-11-151-5/+3
* Explicitly include qloggingcategory.hKai Köhne2021-11-151-0/+1
* qmllint: Decouple the parenting mode from the QML semanticsUlf Hermann2021-11-101-4/+9
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-10-291-19/+44
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-10-291-0/+3
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-201-1/+4
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* QQmlJSTypePropagator: Remove isLoggerMessageUlf Hermann2021-10-011-1/+1
* qmllint: Don't leak the QQmlJSTypeInfo objectUlf Hermann2021-09-303-4/+6
* Remove obsolete bootstrap codeFabian Kosmale2021-09-301-6/+0
* qmllint: Add ability to warn about not reusing attached typesMaximilian Goldstein2021-09-292-1/+3
* Pass file name and code to the qmllint codegen loggerUlf Hermann2021-09-291-3/+3
* qmllint: Remove checkidentifiers.cppMaximilian Goldstein2021-09-211-279/+0
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-3/+0
* qmllint: Put warning options at the topMaximilian Goldstein2021-08-261-11/+12
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-194-30/+41
* Make QQmlJSTypeResolver derivableAndrei Golubev2021-08-181-3/+6
* qmllint/findwarnings: Move PatternElement logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0
* qmllint/findwarnings: Move used type logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0