aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data
Commit message (Expand)AuthorAgeFilesLines
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-111-0/+8
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-032-0/+12
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-013-0/+49
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-262-0/+8
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-261-0/+5
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-262-0/+6
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-212-0/+10
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-0/+2
* qmllint: Don't crash when importing ES modulesUlf Hermann2020-11-202-0/+10
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-222-0/+20
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-191-2/+2
* Allow optional imports in qmldir filesUlf Hermann2020-10-082-0/+6
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-0/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-072-0/+3
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-074-1/+15
* qmllint: Mark anchors3.qml as dirtyUlf Hermann2020-10-052-2/+2
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-022-0/+12
* qmllint: Ignore grouped properties againUlf Hermann2020-10-024-0/+28
* 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-242-0/+14
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-224-0/+20
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-191-0/+13
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-261-0/+7
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-244-0/+24
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-192-0/+30
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-182-0/+22
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-172-0/+18
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-201-1/+4
* Fix qmllint crashMaximilian Goldstein2020-05-061-0/+5
* qmllint: Break inheritance cyclesUlf Hermann2020-03-193-0/+6
* qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-172-0/+7
* qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-171-0/+5
* qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-162-0/+16
* qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-161-0/+10
* qmllint: Consider failure to find imports an errorUlf Hermann2020-01-131-0/+0
* qmllint: Consider attached propertiesUlf Hermann2020-01-131-0/+6
* qmllint: parse simple type assertionsUlf Hermann2020-01-132-0/+12
* qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-133-0/+28
* qmllint: Resolve aliasesUlf Hermann2020-01-133-0/+23
* qmllint: Analyze member accessUlf Hermann2020-01-132-0/+13
* qmllint: parse JS files for methodsUlf Hermann2020-01-102-0/+9
* qmllint: CleanupUlf Hermann2019-11-181-0/+0
* qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-151-0/+2
* qmllint: Parse variable declarations from PatternElementsUlf Hermann2019-10-011-0/+9
* Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-254-0/+27
* qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-301-0/+5
* qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-302-0/+10
* qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-302-0/+11
* qmllint: Warn about magic signal handlersUlf Hermann2019-08-301-0/+15