aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-261-1/+4
* qmllint: Break inheritance cyclesUlf Hermann2020-03-194-0/+10
* qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-173-0/+11
* qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-172-0/+6
* qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-163-0/+17
* qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-162-0/+11
* qmllint: Consider failure to find imports an errorUlf Hermann2020-01-132-3/+3
* qmllint: Consider attached propertiesUlf Hermann2020-01-132-0/+7
* qmllint: parse simple type assertionsUlf Hermann2020-01-133-0/+17
* qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-134-0/+37
* qmllint: Resolve aliasesUlf Hermann2020-01-134-0/+32
* qmllint: Analyze member accessUlf Hermann2020-01-133-1/+22
* qmllint: parse JS files for methodsUlf Hermann2020-01-103-0/+10
* qmllint: CleanupUlf Hermann2019-11-182-4/+4
* qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-152-0/+3
* qmllint: Parse variable declarations from PatternElementsUlf Hermann2019-10-012-0/+10
* Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-255-0/+29
* Clean up qmllint testUlf Hermann2019-09-191-59/+65
* qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-302-0/+12
* qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-303-0/+17
* qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-303-0/+18
* qmllint: Warn about magic signal handlersUlf Hermann2019-08-302-0/+25
* Deduplicate code in tst_qmllint.cppUlf Hermann2019-08-291-39/+25
* Make the qmllint test an actual testUlf Hermann2019-08-262-15/+19
* qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-193-1/+32
* qmllint: Improve parent handlingFabian Kosmale2019-07-264-18/+45
* qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-252-2/+13
* Extend linter to check for unqualified idsFabian Kosmale2019-07-126-0/+103
* Updated license headersJani Heikkinen2016-01-201-17/+12
* qmllint: Add unit-testsSérgio Martins2015-10-257-0/+121