aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimportvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-261-1/+1
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-1/+1
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-051-5/+0
* QmlCompiler: Mark the global scope as compositeUlf Hermann2020-11-261-0/+1
* QmlCompiler: Unify parsing of QML components, JS programs, ES modulesUlf Hermann2020-11-251-21/+74
* QmlCompiler: Fix resolution of method and property typesUlf Hermann2020-11-181-5/+13
* QmlCompiler: Store values QQmlJSMetaEnum when availableUlf Hermann2020-11-121-1/+3
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-1/+1
* QmlCompiler: Use the name of a QML object as its locationUlf Hermann2020-11-031-1/+3
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-271-1/+16
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-2/+23
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-221-35/+7
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-221-20/+27
* QQmlJSImporter: Pass the source location to the resultUlf Hermann2020-10-201-0/+1
* QmlCompiler: Read the "bindable" attribute from plugins.qmltypesUlf Hermann2020-10-161-17/+16
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-151-18/+29
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-151-4/+179
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-40/+155
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-1/+1
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-151-5/+11
* Rename QQmlJSImportedMembersVisitorUlf Hermann2020-10-121-0/+173