aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimportvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* qmllint: Process qmldir when importing directoriesMaximilian Goldstein2021-08-121-1/+5
* qmllint/findwarnings: Move PatternElement logic to qqmljsimportvisitorMaximilian Goldstein2021-08-061-0/+19
* qmllint/findwarnings: Move used type logic to qqmljsimportvisitorMaximilian Goldstein2021-08-061-0/+19
* Align qmllint default property handling with QQmlComponent modelAndrei Golubev2021-07-201-2/+16
* qqmljsimportvisitor: Warn about aliases differentlyMaximilian Goldstein2021-07-141-4/+21
* Preserve alias expression in QQmlJSMetaPropertyAndrei Golubev2021-07-121-12/+12
* Allow direct access to parent object in static modeUlf Hermann2021-07-091-0/+1
* Allow multiple bindings to the same propertyUlf Hermann2021-07-091-18/+18
* qmllint: Implement severity levelsMaximilian Goldstein2021-07-021-102/+112
* QmlCompiler: Add methods to get effective default|parent propertyUlf Hermann2021-06-301-25/+17
* QQmlJSScope: Rename parentPropertyName and defaultPropertyNameUlf Hermann2021-06-291-2/+2
* qmlcompiler: Fully support required propertiesMaximilian Goldstein2021-06-171-2/+57
* Add dtor to QQmlJSImportVisitorUlf Hermann2021-06-141-0/+2
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-111-94/+137
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-091-26/+485
* Set index to QQmlJSMetaProperty when traversing QQmlJS::ASTAndrei Golubev2021-06-031-0/+2
* qmllint: Fix inline components getting overwritten by componentsMaximilian Goldstein2021-05-191-1/+4
* qmllint: Add inline component supportMaximilian Goldstein2021-05-141-0/+23
* qmllint: Support aliases to listsMaximilian Goldstein2021-05-031-0/+7
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-031-2/+6
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-301-0/+21
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-11/+65
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-3/+4
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-231-20/+15
* qmllint: Warn about deprecated functionsMaximilian Goldstein2021-04-191-0/+12
* qqmljsannotation: Use std::variant instead of QVariantMaximilian Goldstein2021-04-161-3/+3
* Fix QQmlJSImportVisitor::visit(UiObjectBinding *)Andrei Golubev2021-04-141-12/+89
* QQmlJSImportVisitor: add find-or-create version of enterEnvironmentAndrei Golubev2021-04-131-3/+31
* QQmlJSImportVisitor: put name setting logic into a functionAndrei Golubev2021-04-131-4/+14
* Check also property type namesEvgeniy A. Dushistov2021-04-131-6/+17
* Fix typo in local variable in QQmlJSImportVisitorAndrei Golubev2021-04-121-2/+2
* When resolving property types, also update the property type namesUlf Hermann2021-04-071-3/+11
* qmllint: Improve import warningsMaximilian Goldstein2021-03-301-3/+18
* qmlcompiler/qmllint: Use unified loggerMaximilian Goldstein2021-03-291-29/+17
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-251-14/+33
* qmllint: Warn about failing importsMaximilian Goldstein2021-03-191-2/+2
* qmllint: Resolve field member expressions on aliasesUlf Hermann2021-03-121-10/+85
* qmllint: check default propertiesAndrei Golubev2021-03-091-1/+2
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-081-0/+67
* QmlCompiler: Rework support for required propertiesUlf Hermann2021-03-051-9/+3
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-031-0/+26
* qmllint: Resolve imported files by qrc path if availableUlf Hermann2021-02-241-2/+41
* qmllint: Check for existence of property typesUlf Hermann2021-02-201-6/+6
* qmllint: Resolve attached property scopesUlf Hermann2021-02-191-7/+9
* CodeChecker: Assert that pointer canot be nullFabian Kosmale2021-02-191-2/+3
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-161-12/+15
* 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