aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/tst_qmllint.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-231-0/+24
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-221-0/+1
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-211-0/+4
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-211-0/+1
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-5/+3
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-181-0/+9
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-241-0/+20
* Do not return a null scope from storedType()Ulf Hermann2021-12-191-0/+5
* qqmljstypepropagator: Use variant type for arguments of unknown typeMaximilian Goldstein2021-12-131-0/+8
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-3/+5
* tst_qmllint: Port more tests to use the libraryMaximilian Goldstein2021-12-101-45/+80
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-301/+300
* qqmljstypepropagator: Do not assert on baseType being non-zeroMaximilian Goldstein2021-12-091-0/+3
* qmllint: Initial translation binding supportFabian Kosmale2021-12-081-0/+13
* tst_qmllint: Use library for verifying qmltypesMaximilian Goldstein2021-12-081-1/+1
* qmllint: Warn about assigning numeric types to stringsFabian Kosmale2021-12-071-0/+10
* qmllint: handle string template literalsFabian Kosmale2021-12-071-0/+10
* qmllint: Fix diagnostics output for test runUlf Hermann2021-12-071-4/+4
* qmllint: Match non-composite types by name when convertingUlf Hermann2021-12-071-0/+1
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-1/+2
* Unify C++ and QML-defined JavaScript functionsUlf Hermann2021-12-041-3/+1
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-031-0/+9
* qmllint: Warn about nested ids in deferred propertiesMaximilian Goldstein2021-11-301-2/+11
* qmllint: Don't crash when retrieving properties from JS globalsUlf Hermann2021-11-301-2/+3
* qmllint: Properly handle JavaScript functions with variable argumentsMaximilian Goldstein2021-11-261-0/+6
* qmllint: Re-enable warning about automatched signal handlerUlf Hermann2021-11-261-1/+6
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-261-0/+6
* qmllint: Expand qmllint library APIMaximilian Goldstein2021-11-251-2/+2
* QQmlJSImportVisitor: record UiArrayBinding as bindingAndrei Golubev2021-11-241-0/+9
* qmllint: Warn about lower case enum names/valuesUlf Hermann2021-11-241-0/+4
* qmllint: Fix attached object reuse false positivesMaximilian Goldstein2021-11-241-3/+7
* tst_qmllint: Check that the output isn't duplicatedUlf Hermann2021-11-241-5/+23
* qmllint: Move most code into a separate libraryMaximilian Goldstein2021-11-231-4/+30
* qmllint: Force fix suggestions to use QtInfoMsgUlf Hermann2021-11-231-2/+2
* Test an extra case of duplicate interceptors in tst_qmllintAndrei Golubev2021-11-231-0/+8
* qmllint: Add option for logging absolute pathsMaximilian Goldstein2021-11-171-0/+7
* QmlCompiler: Phrase the shadow check as separate passUlf Hermann2021-11-171-0/+7
* qmllint: Use the raw type for type inference, not the stored oneUlf Hermann2021-11-151-2/+1
* qmllint: Do not crash on missing qmltypes filesUlf Hermann2021-11-151-2/+8
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-091-0/+1
* QQmlJSImportVisitor: handle ids correctlyFabian Kosmale2021-11-091-0/+16
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-10-291-0/+3
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-10-291-8/+22
* qmllint: Resolve generalized grouped propertiesUlf Hermann2021-10-291-0/+10
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-201-0/+1
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-181-0/+4
* qmllint: Allow assigning to readonly properties in same scopeUlf Hermann2021-10-081-0/+1
* QQmlJSTypeResolver: store plain types as metaobjectsUlf Hermann2021-10-071-1/+0
* qmljsrootgen: Try properties on instances if not available on prototypesUlf Hermann2021-10-051-0/+1
* qmllint: Warn about calling functions with QQmlV4Function argumentsUlf Hermann2021-10-021-0/+8