aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-193-22/+18
* QmlCompiler: Add hasMethod() and hasProperty() to QQmlJSScopeUlf Hermann2020-10-191-0/+2
* QmlCompiler: Read the "bindable" attribute from plugins.qmltypesUlf Hermann2020-10-163-43/+44
* QmlCompiler: Retrieve warnings from qmltypes parserUlf Hermann2020-10-161-0/+4
* QQmlJSScope: Add a way to retrieve a single method or propertyUlf Hermann2020-10-162-5/+8
* QmlCompiler: add operator!= to QDeferredPointerUlf Hermann2020-10-151-0/+10
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-152-20/+32
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-4/+201
* QDeferredPointer: Remove the factory before executing itUlf Hermann2020-10-152-10/+9
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-155-106/+199
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-158-26/+253
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-155-27/+53
* Rename QQmlJSImportedMembersVisitorUlf Hermann2020-10-125-15/+15
* 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-072-8/+42
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-071-2/+15
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-1/+1
* QmlCompiler: Unify and optimize directory importsUlf Hermann2020-10-061-15/+8
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-062-14/+12
* QmlCompiler: Add a source location to QQmlJSScopeUlf Hermann2020-10-051-0/+12
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-053-36/+38
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-0515-0/+60
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-055-32/+32
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-055-14/+14
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-054-24/+24
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-054-23/+23
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-054-14/+14
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-055-18/+18
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-059-45/+45
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-0513-107/+106
* Long live libQtQmlCompiler!Ulf Hermann2020-10-0519-0/+2779