aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-07-251-5/+18
* Avoid copying QQmlJSScopeUlf Hermann2022-04-051-21/+53
* Distinguish property change signals from user-defined signalsAndrei Golubev2022-01-311-0/+1
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-59/+68
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-181-17/+7
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-241-0/+15
* QQmlJSScope: Avoid unnecessary lazy loadingUlf Hermann2021-12-131-0/+16
* Rename QQmlJSImporter::CacheKey to QQmlJSScope::ImportUlf Hermann2021-12-121-0/+15
* QQmlJSScope: Avoid lazy-loading for the internal name or isComposite()Ulf Hermann2021-12-121-2/+1
* QQmlJSScope: Store exports externallyUlf Hermann2021-12-121-6/+0
* QmlCompiler: Split type name by last "::" rather than firstUlf Hermann2021-12-101-1/+1
* Further improve QQmlJSMetaPropertyBindings (1/N)Andrei Golubev2021-11-231-16/+3
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-171-1/+2
* qmllint: Resolve generalized grouped propertiesUlf Hermann2021-10-291-0/+8
* Propagate ImmediatePropertyNames through type registrar and QQmlJSScopeUlf Hermann2021-10-281-4/+12
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-181-3/+7
* qmllint: Warn about deferred properties with idsMaximilian Goldstein2021-09-021-0/+15
* Keep track of implicit and explicit ComponentFabian Kosmale2021-08-261-7/+40
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-181-66/+113
* Allow multiple bindings to the same propertyUlf Hermann2021-07-091-0/+12
* QmlCompiler: Add methods to get effective default|parent propertyUlf Hermann2021-06-301-0/+20
* QQmlJSScope: add method to query the owner of the propertyAndrei Golubev2021-06-071-5/+53
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-031-0/+10
* qmllint: Fix multiple attached property bugsMaximilian Goldstein2021-04-291-0/+36
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-0/+6
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-0/+20
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-231-0/+37
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-251-5/+14
* QmlCompiler: Rework support for required propertiesUlf Hermann2021-03-051-0/+30
* qmllint: Support enum types from other scopesUlf Hermann2021-02-221-1/+14
* qmllint: Check for existence of property typesUlf Hermann2021-02-201-16/+38
* qmllint: Resolve attached property scopesUlf Hermann2021-02-191-18/+21
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-29/+7
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-54/+73
* QQmlJSScope: Fix typoUlf Hermann2021-01-201-2/+2
* qmllint: Support extended typesUlf Hermann2021-01-201-2/+63
* QmlCompiler: Fix resolution of method and property typesUlf Hermann2020-11-181-18/+33
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-0/+1
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-0/+21
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-221-2/+40
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-191-11/+5
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-17/+3
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-2/+23
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-051-12/+13
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-051-0/+4
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-051-2/+2
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-051-0/+181