aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-251-4/+4
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-3/+4
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-251-35/+58
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-2/+2
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-251-4/+5
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-251-5/+5
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-251-7/+7
* qmllint: Move import handling code into separate classUlf Hermann2020-09-251-45/+81
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-241-4/+0
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-221-0/+10
* Improve the QML/JS type readerUlf Hermann2020-08-201-4/+3
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-191-11/+20
* Move functionality to read types from QML files out of qmllintUlf Hermann2020-08-131-80/+10
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-241-95/+71
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+2
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-3/+3
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-83/+16
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-201-1/+1
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-201-2/+2
* Fix qmllint crashMaximilian Goldstein2020-05-061-1/+1
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-061-22/+23
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-301-0/+1003