aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-222-0/+11
* 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-136-328/+14
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-2/+4
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-261-15/+20
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-242-105/+83
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+2
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-191-22/+45
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-182-3/+11
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+19
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-163-13/+13
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-83/+16