aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-033-10/+11
* qmllint: Fix typo in app descriptionMaximilian Goldstein2021-11-191-1/+1
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-11-161-23/+44
* Explicitly include qloggingcategory.hKai Köhne2021-11-161-0/+1
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-161-0/+3
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-251-1/+4
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-191-1/+5
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-3/+0
* CMake: Run qmllint on the qml files in the source treeCraig Scott2021-07-071-8/+9
* qmllint: Hide deprecated optionsMaximilian Goldstein2021-06-241-9/+11
* qmllint: Ignore unqualified access in custom parser componentsMaximilian Goldstein2021-06-221-0/+10
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-094-596/+82
* qmllint: Make the tool version equal the Qt versionMaximilian Goldstein2021-06-031-1/+1
* Set index to QQmlJSMetaProperty when traversing QQmlJS::ASTAndrei Golubev2021-06-031-0/+9
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-033-7/+87
* qmllint: Add support for outputting warnings as JSONMaximilian Goldstein2021-06-011-9/+112
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-272-16/+68
* Evaluate type assertions in QMLUlf Hermann2021-05-261-2/+4
* qmllint: Introduce import cachingMaximilian Goldstein2021-05-261-5/+13
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-2/+9
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-23/+0
* qmllint: Add inline component supportMaximilian Goldstein2021-05-141-3/+5
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-141-10/+0
* qmllint: Fix unknownBuiltins not being ignored in all casesMaximilian Goldstein2021-05-111-0/+3
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-031-3/+14
* qmllint: Fix newlines when disabling unqualified access warningsMaximilian Goldstein2021-04-301-2/+3
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-301-1/+1
* qmllint: Do not choke on self attaching typesMaximilian Goldstein2021-04-291-0/+6
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-5/+5
* qmllint: Remove unnecessary newlinesMaximilian Goldstein2021-04-282-49/+40
* qmllint: Fix false positive warnings for non-list default propertyMaximilian Goldstein2021-04-281-2/+4
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+5
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-4/+14
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-231-11/+12
* qmllint: Warn about multiline stringsMaximilian Goldstein2021-04-202-0/+17
* qmllint: Warn about deprecated functionsMaximilian Goldstein2021-04-191-0/+21
* qmllint: Fix non-existent default property for ComponentMaximilian Goldstein2021-04-161-0/+4
* qmllint: Fix QQmlComponent default property incompatible type warningsMaximilian Goldstein2021-04-141-0/+4
* Check also property type namesEvgeniy A. Dushistov2021-04-132-0/+18
* qmllint: add options for setting logging levelsMaximilian Goldstein2021-04-092-17/+58
* qmllint: Initialize special casing for QString on checkMemberAccess()Ulf Hermann2021-04-081-0/+3
* When resolving property types, also update the property type namesUlf Hermann2021-04-071-4/+1
* Fix string type name in qmllintUlf Hermann2021-04-071-1/+1
* QQmlJSLogger: Don't store references in a classUlf Hermann2021-03-311-3/+3
* qmllint: Warn about bindings on deprecated propertiesMaximilian Goldstein2021-03-301-0/+17
* qmlcompiler/qmllint: Use unified loggerMaximilian Goldstein2021-03-298-760/+152
* qmllint: Document and cleanup IssueLocationWithContextFabian Kosmale2021-03-253-17/+31
* qmllint: Only exclude default QML import dirs when explicitly requestedMaximilian Goldstein2021-03-251-3/+12
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-252-5/+43
* qmllint: Fix accessing attached types with prefixesMaximilian Goldstein2021-03-191-2/+16