aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/checkidentifiers.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-031-1/+1
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-16/+11
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-261-13/+34
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-23/+13
* qmllint: Support extended typesUlf Hermann2021-01-201-1/+12
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-051-1/+6
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-221-21/+17
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-2/+2
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-3/+3
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-28/+21
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-051-4/+5
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-051-13/+13
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-021-4/+5
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-021-20/+12
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-32/+16
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-021-9/+9
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-021-38/+23
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-021-10/+10
* Move the import handling code out of qmllintUlf Hermann2020-10-021-1/+1
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-26/+46
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-251-1/+1
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-251-1/+1
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-251-2/+2
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-261-15/+20
* 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-181-2/+9
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-171-0/+6
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-9/+9
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-201-2/+2
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-201-4/+2
* qmllint: fix typo in outputMitch Curtis2020-05-071-1/+1
* qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-241-8/+14
* qmllint: Consistently use shared pointers for ScopeTreeUlf Hermann2020-04-011-18/+19
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-011-0/+408