aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmllint: Remove checkidentifiersMaximilian Goldstein2021-08-054-130/+4
* qmllint: Move use-before-declaration warning out of checkidentifiersMaximilian Goldstein2021-08-045-15/+96
* qmllint: Move restricted kind warnings to qmlcompilerMaximilian Goldstein2021-08-041-48/+2
* qmllint: Move missing base type warning to qmlcompilerMaximilian Goldstein2021-08-041-9/+1
* qmllint: Move 'type not found in namespace' warning to qmlcompilerMaximilian Goldstein2021-08-041-19/+0
* qmllint: Move 'type of property' warning to qmlcompilerMaximilian Goldstein2021-08-031-7/+2
* qmllint: Move unknown property logic to compilerMaximilian Goldstein2021-08-022-7/+4
* qmllint: Move deprecation logic to qmlcompilerMaximilian Goldstein2021-07-281-38/+1
* qmllint: Use type propagator to provide unqualfied access warningsMaximilian Goldstein2021-07-273-84/+15
* qqmljstypepropagator: Ignore try/catch instructionsMaximilian Goldstein2021-07-211-1/+1
* Allow direct access to parent object in static modeUlf Hermann2021-07-091-2/+0
* qmllint: Do not store references to stringsUlf Hermann2021-07-091-1/+1
* QQmlJSTypePropagator: Add a separate switch for shadowable membersUlf Hermann2021-07-091-1/+1
* qqmljstypepropagator: Use logger systemMaximilian Goldstein2021-07-073-7/+12
* qmllint: Integrate type inference warningsMaximilian Goldstein2021-07-074-0/+463
* CMake: Run qmllint on the qml files in the source treeCraig Scott2021-07-071-8/+9
* qmllint: Implement severity levelsMaximilian Goldstein2021-07-023-38/+38
* qmllint: Remove deprecated optionsMaximilian Goldstein2021-07-021-35/+0
* replace devtools library with QtQmlFawzi Mohamed2021-07-021-1/+0
* qmllint: Formalize fix suggestionsMaximilian Goldstein2021-07-011-30/+36