aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/tst_qmllint.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qmllint: Introduce a Result structMaximilian Goldstein2022-03-091-520/+589
* qmlcompiler: Improve required property warningsMaximilian Goldstein2022-03-031-1/+3
* tst_qmllint: Fix absolutePath() testMaximilian Goldstein2022-03-021-18/+18
* qmlcompiler: Suggest fix for multiline stringsMaximilian Goldstein2022-03-021-6/+30
* qmllint: Remove extra space from unqualified access fix suggestionMaximilian Goldstein2022-03-021-4/+4
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-221-0/+24
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-211-0/+1
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-181-0/+4
* qmldir: Allow for specifying default importsMaximilian Goldstein2022-02-141-1/+1
* Redesign QQmlJSLogger internalsAndrei Golubev2022-02-121-6/+7
* qmlcompiler: Support accessing vars in JavaScript filesMaximilian Goldstein2022-02-051-0/+5
* QmlCompiler: Discern between internal and anonymous importsUlf Hermann2022-02-051-1/+1
* qmlcompiler: Remove qmllint libraryMaximilian Goldstein2022-02-031-4/+4
* qmllint: Warn about missing singleton pragmas/qmldir entriesMaximilian Goldstein2022-02-031-0/+11
* qmllint: Do not warn about required properties with root aliasesMaximilian Goldstein2022-01-271-0/+6
* QmlCompiler: Rename include -> importUlf Hermann2022-01-251-19/+19
* 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
* qmlcompiler: Add proper null typeMaximilian Goldstein2022-01-171-0/+8
* qmllint: Offer suggestions for typosMaximilian Goldstein2022-01-171-0/+23
* qmllint: Enable compiler warnings for pragma StrictMaximilian Goldstein2022-01-171-9/+20
* tst_qmllint: Fix settings testsMaximilian Goldstein2022-01-131-1/+2
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-231-0/+20
* tst_qmllint: Port remaining tests to the libraryMaximilian Goldstein2021-12-171-90/+132
* Do not return a null scope from storedType()Ulf Hermann2021-12-171-0/+5
* Move QObject and QQmlComponent into builtinsMaximilian Goldstein2021-12-171-0/+2
* Warn about duplicated idsFabian Kosmale2021-12-161-0/+5
* qqmljstypepropagator: Use variant type for arguments of unknown typeMaximilian Goldstein2021-12-131-0/+8
* QmlCompiler: Clean up directory importsUlf Hermann2021-12-131-1/+1
* 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