aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsscope_p.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid copying QQmlJSScopeUlf Hermann2022-04-051-10/+25
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-29/+57
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-181-8/+1
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-241-0/+1
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-231-0/+8
* QQmlJSScope: Avoid unnecessary lazy loadingUlf Hermann2021-12-131-28/+39
* Rename QQmlJSImporter::CacheKey to QQmlJSScope::ImportUlf Hermann2021-12-121-0/+34
* QQmlJSScope: Avoid lazy-loading for the internal name or isComposite()Ulf Hermann2021-12-121-1/+7
* QQmlJSScope: Store exports externallyUlf Hermann2021-12-121-4/+5
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-121-0/+1
* Further improve QQmlJSMetaPropertyBindings (2/N). Take 3Andrei Golubev2021-11-241-0/+6
* Further improve QQmlJSMetaPropertyBindings (1/N)Andrei Golubev2021-11-231-2/+1
* Improve QQmlJSMetaPropertyBinding usageAndrei Golubev2021-11-231-3/+5
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+4
* qmllint: Resolve generalized grouped propertiesUlf Hermann2021-10-291-0/+4
* Propagate ImmediatePropertyNames through type registrar and QQmlJSScopeUlf Hermann2021-10-281-0/+3
* qmllint: Add ability to warn about not reusing attached typesMaximilian Goldstein2021-09-291-0/+5
* qmllint: Warn about deferred properties with idsMaximilian Goldstein2021-09-021-0/+6
* Keep track of implicit and explicit ComponentFabian Kosmale2021-08-261-1/+6
* Resolve enums before types when importing qmltypesAndrei Golubev2021-08-181-0/+16
* Allow multiple bindings to the same propertyUlf Hermann2021-07-091-2/+3
* QmlCompiler: Add methods to get effective default|parent propertyUlf Hermann2021-06-301-0/+2
* QQmlJSScope: Rename parentPropertyName and defaultPropertyNameUlf Hermann2021-06-291-4/+4
* QQmlJSScope: add method to query the owner of the propertyAndrei Golubev2021-06-071-0/+3
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-0/+13
* qmllint: Add inline component supportMaximilian Goldstein2021-05-141-1/+4
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-031-0/+6
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-301-0/+3
* qmllint: Fix multiple attached property bugsMaximilian Goldstein2021-04-291-4/+7
* QQmlJSScope: Use QFlags API for setting flagsFabian Kosmale2021-04-281-5/+5
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-0/+3
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-1/+7
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-0/+21
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-231-0/+28
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-251-1/+2
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-081-0/+5
* QQmlJSScope: make interfaceNames() constAndrei Golubev2021-03-081-1/+1
* QmlCompiler: Rework support for required propertiesUlf Hermann2021-03-051-0/+5
* qmllint: Check for existence of property typesUlf Hermann2021-02-201-2/+4
* qmllint: Resolve attached property scopesUlf Hermann2021-02-191-2/+2
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-7/+8
* QQmlJSScope: Fix typoUlf Hermann2021-01-201-1/+1
* qmllint: Support extended typesUlf Hermann2021-01-201-0/+7
* QmlCompiler: Make QQmlJSScope const-correctUlf Hermann2020-12-031-2/+19
* QmlCompiler: Unify parsing of QML components, JS programs, ES modulesUlf Hermann2020-11-251-1/+4
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-231-0/+4
* QmlCompiler: Fix resolution of method and property typesUlf Hermann2020-11-181-2/+2
* QmlCompiler: Add method to get first non-composite base scopeUlf Hermann2020-11-121-0/+9
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-3/+8
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-1/+9