aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-162-0/+11
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-153-0/+33
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-122-0/+13
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-014-0/+50
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-263-0/+9
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-262-0/+9
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-263-0/+10
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-213-0/+27
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-0/+2
* qmllint: Support extended typesUlf Hermann2021-01-201-2/+0
* qmllint: Skip failing testsFabian Kosmale2021-01-201-0/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* qmllint: Check qmltypes files in import path for validityUlf Hermann2020-11-221-1/+22
* qmllint: Don't crash when importing ES modulesUlf Hermann2020-11-203-0/+11
* tst_qmllint: Be more verbose when qmllint crashesUlf Hermann2020-11-171-0/+8
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-5/+3
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-223-0/+25
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-192-2/+6
* Allow optional imports in qmldir filesUlf Hermann2020-10-083-0/+7
* qmllint: Be more verbose when tests failUlf Hermann2020-10-081-1/+1
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-0/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-073-0/+5
* 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