aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimportvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: find C++ & QML definitions of enumSami Shalayel20 hours1-0/+1
* qmllint: fix '.,' in qmllint outputKai Köhne2025-07-291-3/+3
* qmllint: Do not warn about unknown signal handlers in custom parsersFabian Kosmale2025-07-281-0/+5
* qmllint: Give root scope the correct typeFabian Kosmale2025-07-251-0/+6
* QQmlJSImortVisitor: Cleanup global scope setupFabian Kosmale2025-07-251-14/+19
* QQmlJSImportVisitor: Avoid faulty unknown property warningFabian Kosmale2025-07-251-1/+23
* qqmljsimportvisitor: give base types to attached scopesSami Shalayel2025-07-211-8/+23
* qmllint: Avoid spurious warnings when file selectors are usedFabian Kosmale2025-07-181-0/+17
* qmllint: Avoid confusing duplicate property assignment warningFabian Kosmale2025-07-171-1/+11
* QQmlImportVisitor::setAllBindings: Change misleading variable nameFabian Kosmale2025-07-171-4/+4
* QQmlSA/compiler: Introduce new scope typesFabian Kosmale2025-07-101-6/+11
* qmllint: Do not warn about unnotifiable properties outside bindingsFabian Kosmale2025-07-101-1/+2
* Relax duplicate binding checkFabian Kosmale2025-07-091-6/+25
* qqmljsscope: add line number for ComponentsSami Shalayel2025-07-071-1/+4
* qmllint: Catch JS variable declarations in QML elementsFabian Kosmale2025-06-271-11/+45
* Make QQmlJSScope ctor privateFabian Kosmale2025-06-161-4/+2
* qmllint: Warn about using enums as type annotations in functionsOlivier De Cannière2025-06-101-0/+32
* qmlcachegen: fix crash on unresolved type with required propertySami Shalayel2025-06-061-10/+11
* qmllint: Suggest specific types instead of varOlivier De Cannière2025-05-301-3/+16
* TypeResolver: remove unused literal scopes data structureOlivier De Cannière2025-05-301-1/+1
* QQmlSA: extend ScriptBindingValueType for function bindingsSami Shalayel2025-05-201-6/+12
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière2025-05-191-27/+1
* LinterImportVisitor: move linting code from QQmlJSImportVisitorSami Shalayel2025-05-161-42/+0
* qmllint: Warn about duplicate inline componentsOlivier De Cannière2025-05-081-0/+11
* Compiler: Replace non-ascii character from sourceOlivier De Cannière2025-05-081-1/+1
* qmllint: warn about duplicate property bindingsSami Shalayel2025-04-291-3/+29
* QQmlJSImportVisitor: const-ref-ifyOlivier De Cannière2025-04-251-7/+6
* qmllint: Fix required property warning with owner mixupOlivier De Cannière2025-04-251-2/+5
* qmllint: Fix name of inline component scopes for required propertiesOlivier De Cannière2025-04-251-9/+9
* Compiler: Move QQmlJSScope::descendants next to its only userOlivier De Cannière2025-04-251-3/+22
* Compiler: Optimize checking required propertiesOlivier De Cannière2025-04-251-2/+4
* ImportVisitor: Fix nonsensical code for checking required propertiesOlivier De Cannière2025-04-251-1/+3
* qmllint: don't warn about required properties in inline componentsSami Shalayel2025-04-251-0/+4
* qmlls: make QQmlJSImportVisitor process updates to filesSami Shalayel2025-04-231-0/+10
* qmltc: Cleanly reject custom parsed propertiesUlf Hermann2025-04-151-6/+11
* Port away from QPairZhao Yuhang2025-04-121-7/+7
* qmllint: implement WarnAlreadyX warningsSami Shalayel2025-04-101-2/+15
* qmllint: Do not warn about required properties in grouped property scopesFabian Kosmale2025-04-011-1/+2
* qmllint: implement ErrInvalidIdSami Shalayel2025-03-311-0/+6
* qmllint: implement WarnAssignmentInConditionSami Shalayel2025-03-251-0/+12
* qmllint: Implement ErrInvalidEnumValueSami Shalayel2025-03-211-1/+23
* Compiler: Fix various clazy warningsOlivier De Cannière2025-03-211-14/+17
* qmllint: warn about variable redeclarationSami Shalayel2025-03-191-7/+17
* qmlls: don't mix up the in-memory and on-disk fileSami Shalayel2025-03-191-0/+21
* qmllint: Warn about unsupported type annotationsFabian Kosmale2025-03-151-0/+11
* QML: Add final property attributeOlivier De Cannière2025-03-061-0/+2
* Compiler: Don't make aliases to required properties required themselvesOlivier De Cannière2025-03-041-87/+166
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-211-17/+16
* QmlCompiler: Only import hardcoded builtins by defaultUlf Hermann2025-02-181-2/+2
* qmllint: avoid wasteful didYouMean callsSami Shalayel2025-02-181-2/+3