aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Check identifiers before giving up in case of previous errorsUlf Hermann2020-10-271-4/+2
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-271-3/+5
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-0/+33
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-221-22/+31
* qmllint: fix typoUlf Hermann2020-10-221-1/+1
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-151-2/+2
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-151-222/+57
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-154/+14
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-3/+3
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-151-30/+62
* qmllint: Don't register the component we're just parsing as importUlf Hermann2020-10-141-4/+0
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-24/+18
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-5/+10
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-051-31/+38
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-051-1/+0
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-051-8/+8
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-051-9/+9
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-4/+5
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-021-6/+10
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-021-2/+8
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-24/+72
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-021-2/+8
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-021-11/+11
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-021-4/+0
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-021-11/+11
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-021-3/+9
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-021-5/+8
* Move the import handling code out of qmllintUlf Hermann2020-10-021-276/+1
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-021-1/+13
* qmllint: Ignore grouped properties againUlf Hermann2020-10-021-4/+3
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-1/+1
* qmllint: Make imports localUlf Hermann2020-09-281-94/+125
* 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