aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimporter_p.h
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Store imported types in a QListUlf Hermann2022-11-251-2/+2
* QmlCompiler: Enforce consistency of ContextualTypesUlf Hermann2022-11-021-3/+4
* qmlcompiler: refactor ContextualTypes to know its contextSami Shalayel2022-10-141-2/+5
* Revise build to source dir mapping for QML toolingAndrei Golubev2022-07-261-1/+5
* qmllint: Implement module lintingMaximilian Goldstein2022-07-251-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* Allow subclasses of QQmlJSImportVisitor be used in QML importingAndrei Golubev2022-06-091-6/+16
* QQmlJS: Import: fix UB (uninitialized read)Marc Mutz2022-06-041-2/+2
* qmlcompiler: Add qualified name to QQmlJSScopeSami Shalayel2022-05-231-0/+1
* QmlCompiler: Clean up exportsUlf Hermann2022-03-301-2/+2
* Turn qmlcompiler into a shared libraryMaximilian Goldstein2022-03-251-1/+3
* qmldir: Allow for specifying default importsMaximilian Goldstein2022-02-141-4/+7
* qmllint: Warn about missing singleton pragmas/qmldir entriesMaximilian Goldstein2022-02-031-0/+8
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-4/+4
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-221-0/+3
* Move QObject and QQmlComponent into builtinsMaximilian Goldstein2021-12-171-3/+13
* QmlCompiler: Clean up directory importsUlf Hermann2021-12-131-0/+2
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-1/+1
* Rename QQmlJSImporter::CacheKey to QQmlJSScope::ImportUlf Hermann2021-12-121-24/+3
* QQmlJSScope: Store exports externallyUlf Hermann2021-12-121-3/+3
* QQmlJSImporter: Record whether a cached import is a dependencyUlf Hermann2021-09-291-1/+22
* QQmlJSTypeResolver: Use JavaScript global types from jsroot.qmltypesUlf Hermann2021-09-291-0/+2
* qmllint: Process qmldir when importing directoriesMaximilian Goldstein2021-08-121-5/+4
* qmllint: Introduce import cachingMaximilian Goldstein2021-05-261-0/+5
* qmllint: Fix typename conflictsMaximilian Goldstein2021-04-291-1/+1
* qmllint: Improve import warningsMaximilian Goldstein2021-03-301-2/+1
* qmllint: Warn about failing importsMaximilian Goldstein2021-03-191-3/+4
* Don't duplicate imports for different versionsAndrei Golubev2021-03-091-1/+4
* qmllint: Resolve imported files by qrc path if availableUlf Hermann2021-02-241-1/+9
* QmlCompiler: Allow retrieval of C++ names for builtinsUlf Hermann2020-10-281-0/+2
* QmlCompiler: Make sure any import depends on the builtinsUlf Hermann2020-10-221-2/+7
* QmlCompiler: Cache builtin typesUlf Hermann2020-10-201-0/+1
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-0/+2
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-151-3/+3
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-071-1/+2
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-2/+4
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-051-0/+4
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-051-0/+103