aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* 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-272-0/+35
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-222-43/+48
* qmllint: fix typoUlf Hermann2020-10-221-1/+1
* qmllint: Remove dead codeUlf Hermann2020-10-211-3/+0
* Compile with Clang11Lars Knoll2020-10-211-0/+4
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-151-2/+2
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-248/+58
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-154-184/+21
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-152-6/+6
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-152-30/+63
* qmllint: Don't register the component we're just parsing as importUlf Hermann2020-10-141-4/+0
* qmllint: Capitalize importer warningsUlf Hermann2020-10-074-52/+59
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-5/+10
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-053-36/+44
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-052-2/+2
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-052-6/+6
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-051-1/+0
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-053-11/+11
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-054-34/+34
* Long live libQtQmlCompiler!Ulf Hermann2020-10-056-30/+14
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-024-11/+28
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-023-23/+23
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-024-57/+103
* qmllint: Remove ComponentVersionUlf Hermann2020-10-022-2/+0
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-021-2/+8
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-022-20/+20
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-022-42/+23
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-022-21/+21
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-023-20/+37
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-021-5/+8
* Move the import handling code out of qmllintUlf Hermann2020-10-026-342/+9
* 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-282-99/+136
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-252-5/+5
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-254-39/+61
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-254-44/+79
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-252-3/+3
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-252-5/+6
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-252-7/+7
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-252-10/+10
* qmllint: Move import handling code into separate classUlf Hermann2020-09-252-64/+126
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-241-4/+0
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1