aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-075-1/+22
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* qmllint: Mark anchors3.qml as dirtyUlf Hermann2020-10-053-3/+7
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-023-0/+18
* qmllint: Ignore grouped properties againUlf Hermann2020-10-025-9/+67
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-2/+2
* qmllint: Make imports localUlf Hermann2020-09-282-0/+2
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-0/+1
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-243-1/+21
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-2/+2
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-225-0/+25
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-192-0/+14
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-262-0/+8
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-245-0/+29
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-193-0/+31
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-183-0/+23
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+20
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-201-1/+4
* Fix qmllint crashMaximilian Goldstein2020-05-062-0/+9
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-061-4/+16
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-301-1/+1
* qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-241-12/+14
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-011-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-204-0/+10
|\
| * qmllint: Break inheritance cyclesUlf Hermann2020-03-194-0/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-187-0/+45
|\|
| * 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
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1616-7/+131
|\|
| * 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
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-252-0/+3
|\|
| * qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-152-0/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1412-66/+169
|\|
| * 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