aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Allow retrieval of C++ names for builtinsUlf Hermann2020-10-281-0/+5
* QmlCompiler: Make sure any import depends on the builtinsUlf Hermann2020-10-221-8/+11
* QmlCompiler: Cache builtin typesUlf Hermann2020-10-201-1/+5
* QmlCompiler: Retrieve warnings from qmltypes parserUlf Hermann2020-10-161-0/+4
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-18/+8
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-151-15/+33
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-4/+6
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-1/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-071-7/+40
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-071-2/+15
* QmlCompiler: Unify and optimize directory importsUlf Hermann2020-10-061-15/+8
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-12/+8
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-051-0/+4
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-051-2/+2
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-051-2/+2
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-051-0/+291