aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimportvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlSA: extend ScriptBindingValueType for function bindingsSami Shalayel3 days1-6/+12
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière4 days1-27/+1
* LinterImportVisitor: move linting code from QQmlJSImportVisitorSami Shalayel7 days1-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
* qqmljsscope: add id source locationSami Shalayel2025-02-181-0/+2
* qmllint: Warn about id outside of object declarationFabian Kosmale2025-02-181-0/+5
* QmlCompiler: Don't warn about problematic imports being unusedUlf Hermann2025-01-231-11/+14
* QmlCompiler: Reduce duplication of warnings about missing propertiesUlf Hermann2025-01-171-5/+10
* QmlCompiler: Reduce duplication of "not found" messagesUlf Hermann2025-01-171-42/+36
* qmllint: Warn about bad binding owners only onceUlf Hermann2024-12-191-2/+3
* QtQml: Generalize the global/illegal namesUlf Hermann2024-12-171-4/+4
* QtQml: Update global namesUlf Hermann2024-12-131-15/+0
* qmlls: put import warnings on the correct lineSami Shalayel2024-12-111-1/+1
* QmlCompiler: Resolve regular group properties like generalized onesUlf Hermann2024-11-041-16/+34
* Compiler: Make qqmljsscope::filePath hold the source location more oftenOlivier De Cannière2024-10-311-2/+2
* QmlCompiler: Rename QQmlJSLogger's fileName to filePathOlivier De Cannière2024-10-311-3/+3
* QQmlJSScope: add isRootFileComponent flagSami Shalayel2024-10-281-1/+3
* QQmlJSMetaProperty: add sourcelocation if defined in QMLSami Shalayel2024-10-241-3/+5
* QmlCompiler: Fix an error messageUlf Hermann2024-09-301-1/+1
* QmlCompiler: Do not miscompile ID lookups in invalid typesUlf Hermann2024-09-251-3/+25
* qmllint: ignore custom parsed list bindingsSami Shalayel2024-09-241-0/+6
* QmlCompiler: Refactor handling of warnings in import visitorUlf Hermann2024-09-191-74/+93
* qmllint: Make hint for missing types more preciseUlf Hermann2024-09-041-7/+11
* qqmljsimportvisitor: fix module qualifiersSemih Yavuz2024-08-081-2/+1