aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-1/+1
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-081-4/+16
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-071-0/+4
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* qmllint: Capitalize importer warningsUlf Hermann2020-10-074-52/+59
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0624-56/+56
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-061-1/+4
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-5/+10
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-052-38/+11
* 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 QmlStreamWriterUlf Hermann2020-10-054-8/+8
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-052-5/+5
* 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-0534-2807/+33
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-026-40/+28
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-025-37/+23
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-026-87/+142
* qmllint: Remove ComponentVersionUlf Hermann2020-10-0210-166/+28
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-023-16/+8
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-026-49/+51
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-024-42/+27
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-024-42/+32
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-025-49/+55
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-023-11/+9
* Move the import handling code out of qmllintUlf Hermann2020-10-029-342/+431
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-023-11/+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-284-99/+167
* 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-256-42/+62
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-254-44/+79
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-253-4/+4
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-255-23/+25
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-255-21/+25
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-254-13/+13
* ScopeTree: Add provisions for supplying types to methodsUlf Hermann2020-09-252-9/+44
* qmllint: Mark scopes read from QML files as compositeUlf Hermann2020-09-251-0/+1
* 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
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-28/+0