aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: don't set error exit code if there are warningsFabian Kosmale37 hours1-1/+19
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-171-2/+3
* qmllint: enable environment variables like QML_IMPORT_PATH via -ESami Shalayel2024-04-181-0/+34
* qmllint: do not ignore command line options with --ignore-settingsSami Shalayel2024-04-171-42/+40
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-261-2/+4
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-231-1/+1
* qmllint: Add response file supportAlexandru Croitor2023-12-141-5/+39
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-14/+40
* qmlls: move into own private static librarySami Shalayel2023-02-072-3/+2
* qmllint: Provide import paths and resource files when linting modulesUlf Hermann2023-02-071-1/+2
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-2/+8
* 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