aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmllint: Also return non-zero on errors if we don't CheckIdentifiersUlf Hermann2021-03-121-1/+1
* qmllint: Return non-zero exit code for any warnings generatedUlf Hermann2021-03-122-17/+1
* qmllint: check default propertiesAndrei Golubev2021-03-092-0/+62
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-082-0/+43
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-031-1/+4
* qmllint: Resolve imported files by qrc path if availableUlf Hermann2021-02-242-9/+30
* qmllint: Check for existence of property typesUlf Hermann2021-02-201-1/+34
* qmllint: Resolve attached property scopesUlf Hermann2021-02-192-16/+22
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-122-9/+0
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-111-16/+49
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-111-9/+23