| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmllint: Don't insert identifier twice into the same scope | Fabian Kosmale | 2 days | 1 | -38/+16 |
| * | qmllint: enhance duplicate property message | Sami Shalayel | 2025-11-26 | 1 | -2/+11 |
| * | qmllint: enhance getScopeName for shadow warning | Sami Shalayel | 2025-11-26 | 1 | -0/+3 |
| * | qmllint: warn on shadowed properties/signals/methods | Sami Shalayel | 2025-11-26 | 1 | -14/+46 |
| * | qmllint: don't mixup 'import' and 'import-file-selector' categories | Sami Shalayel | 2025-11-26 | 1 | -11/+12 |
| * | qmllint: fix typo in warning | Sami Shalayel | 2025-11-21 | 1 | -1/+1 |
| * | qmllint: fix required property detection on shadowed properties | Sami Shalayel | 2025-11-20 | 1 | -1/+12 |
| * | qmllint: fix required property detection with alias | Sami Shalayel | 2025-11-17 | 1 | -17/+14 |
| * | qmllint: Fix typo in assignmentInCondition warning | Olivier De Cannière | 2025-10-21 | 1 | -1/+1 |
| * | qmllint: Augment the import warning for unspecialized list properties | Olivier De Cannière | 2025-10-20 | 1 | -2/+4 |
| * | qmllint: Consider "on-bindings" for required properties | Fabian Kosmale | 2025-09-24 | 1 | -1/+5 |
| * | QmlCompiler: Properly handle uncertain component status | Ulf Hermann | 2025-09-18 | 1 | -5/+18 |
| * | Add security header for src/qmlcompiler | Olivier De Cannière | 2025-09-17 | 1 | -0/+1 |
| * | qmlls: find C++ & QML definitions of enum | Sami Shalayel | 2025-08-18 | 1 | -0/+1 |
| * | qmllint: fix '.,' in qmllint output | Kai Köhne | 2025-07-29 | 1 | -3/+3 |
| * | qmllint: Do not warn about unknown signal handlers in custom parsers | Fabian Kosmale | 2025-07-28 | 1 | -0/+5 |
| * | qmllint: Give root scope the correct type | Fabian Kosmale | 2025-07-25 | 1 | -0/+6 |
| * | QQmlJSImortVisitor: Cleanup global scope setup | Fabian Kosmale | 2025-07-25 | 1 | -14/+19 |
| * | QQmlJSImportVisitor: Avoid faulty unknown property warning | Fabian Kosmale | 2025-07-25 | 1 | -1/+23 |
| * | qqmljsimportvisitor: give base types to attached scopes | Sami Shalayel | 2025-07-21 | 1 | -8/+23 |
| * | qmllint: Avoid spurious warnings when file selectors are used | Fabian Kosmale | 2025-07-18 | 1 | -0/+17 |
| * | qmllint: Avoid confusing duplicate property assignment warning | Fabian Kosmale | 2025-07-17 | 1 | -1/+11 |
| * | QQmlImportVisitor::setAllBindings: Change misleading variable name | Fabian Kosmale | 2025-07-17 | 1 | -4/+4 |
| * | QQmlSA/compiler: Introduce new scope types | Fabian Kosmale | 2025-07-10 | 1 | -6/+11 |
| * | qmllint: Do not warn about unnotifiable properties outside bindings | Fabian Kosmale | 2025-07-10 | 1 | -1/+2 |
| * | Relax duplicate binding check | Fabian Kosmale | 2025-07-09 | 1 | -6/+25 |
| * | qqmljsscope: add line number for Components | Sami Shalayel | 2025-07-07 | 1 | -1/+4 |
| * | qmllint: Catch JS variable declarations in QML elements | Fabian Kosmale | 2025-06-27 | 1 | -11/+45 |
| * | Make QQmlJSScope ctor private | Fabian Kosmale | 2025-06-16 | 1 | -4/+2 |
| * | qmllint: Warn about using enums as type annotations in functions | Olivier De Cannière | 2025-06-10 | 1 | -0/+32 |
| * | qmlcachegen: fix crash on unresolved type with required property | Sami Shalayel | 2025-06-06 | 1 | -10/+11 |
| * | qmllint: Suggest specific types instead of var | Olivier De Cannière | 2025-05-30 | 1 | -3/+16 |
| * | TypeResolver: remove unused literal scopes data structure | Olivier De Cannière | 2025-05-30 | 1 | -1/+1 |
| * | QQmlSA: extend ScriptBindingValueType for function bindings | Sami Shalayel | 2025-05-20 | 1 | -6/+12 |
| * | qmllint: Move enum warnings to linting visitor and add warning category | Olivier De Cannière | 2025-05-19 | 1 | -27/+1 |
| * | LinterImportVisitor: move linting code from QQmlJSImportVisitor | Sami Shalayel | 2025-05-16 | 1 | -42/+0 |
| * | qmllint: Warn about duplicate inline components | Olivier De Cannière | 2025-05-08 | 1 | -0/+11 |
| * | Compiler: Replace non-ascii character from source | Olivier De Cannière | 2025-05-08 | 1 | -1/+1 |
| * | qmllint: warn about duplicate property bindings | Sami Shalayel | 2025-04-29 | 1 | -3/+29 |
| * | QQmlJSImportVisitor: const-ref-ify | Olivier De Cannière | 2025-04-25 | 1 | -7/+6 |
| * | qmllint: Fix required property warning with owner mixup | Olivier De Cannière | 2025-04-25 | 1 | -2/+5 |
| * | qmllint: Fix name of inline component scopes for required properties | Olivier De Cannière | 2025-04-25 | 1 | -9/+9 |
| * | Compiler: Move QQmlJSScope::descendants next to its only user | Olivier De Cannière | 2025-04-25 | 1 | -3/+22 |
| * | Compiler: Optimize checking required properties | Olivier De Cannière | 2025-04-25 | 1 | -2/+4 |
| * | ImportVisitor: Fix nonsensical code for checking required properties | Olivier De Cannière | 2025-04-25 | 1 | -1/+3 |
| * | qmllint: don't warn about required properties in inline components | Sami Shalayel | 2025-04-25 | 1 | -0/+4 |
| * | qmlls: make QQmlJSImportVisitor process updates to files | Sami Shalayel | 2025-04-23 | 1 | -0/+10 |
| * | qmltc: Cleanly reject custom parsed properties | Ulf Hermann | 2025-04-15 | 1 | -6/+11 |
| * | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -7/+7 |
| * | qmllint: implement WarnAlreadyX warnings | Sami Shalayel | 2025-04-10 | 1 | -2/+15 |