| Commit message (Expand) | Author | Age | Files | Lines |
* | qml compiler: avoid `interface` as var/parameter name | Tim Blechmann | 6 days | 2 | -32/+33 |
* | QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrapped | Ulf Hermann | 13 days | 3 | -10/+23 |
* | QtQml: Mark values on the AOT-compiled stack during gc | Ulf Hermann | 13 days | 1 | -8/+45 |
* | QmlCompiler: Fix access to optional QVariantMap | Ulf Hermann | 14 days | 2 | -5/+21 |
* | QmlCompiler: Rename sequences' "valueType" to "elementType" | Ulf Hermann | 2025-08-31 | 8 | -57/+59 |
* | qmllint: Do not warn about QQmlPropertyMap access | Fabian Kosmale | 2025-08-25 | 2 | -1/+6 |
* | qmllint: disable unqualified warning on user context property call | Sami Shalayel | 2025-08-22 | 2 | -27/+18 |
* | qmllint: load .contextPropertyDump.ini from build folder | Sami Shalayel | 2025-08-21 | 3 | -7/+46 |
* | HeuristicContextProperties: don't grep on empty argument | Sami Shalayel | 2025-08-21 | 1 | -0/+3 |
* | qmlcontextpropertydump: add extra feature flag to disable/enable | Sami Shalayel | 2025-08-21 | 1 | -5/+6 |
* | heuristic context properties: write and load to/from disk | Sami Shalayel | 2025-08-21 | 2 | -1/+130 |
* | qmllint: Update JSON format to include hints into fix suggestions | Olivier De Cannière | 2025-08-20 | 1 | -15/+2 |
* | QQmlJSLogger: Also print out hints of fixSuggestions | Olivier De Cannière | 2025-08-20 | 1 | -6/+8 |
* | Compiler: Enable color output on supported consoles on Windows | Olivier De Cannière | 2025-08-19 | 1 | -6/+16 |
* | qmlls: find C++ & QML definitions of enum | Sami Shalayel | 2025-08-18 | 1 | -0/+1 |
* | qmltyperegistrar: add line numbers to methods, properties and signals | Sami Shalayel | 2025-08-18 | 2 | -6/+23 |
* | QQmlJSTypeResolve: Support T -> QmlListProperty<T> conversion | Fabian Kosmale | 2025-08-10 | 1 | -0/+6 |
* | qmllint: allow mixing ID based with text based translation | Masoud Jami | 2025-08-08 | 4 | -95/+0 |
* | QmlCompiler: Pass QQmlJSSaveFunction as const ref | Ulf Hermann | 2025-08-07 | 2 | -7/+7 |
* | QmlCompiler: Remove pointless null check | Ulf Hermann | 2025-08-07 | 1 | -5/+4 |
* | qmllint: don't grep twice for context properties | Sami Shalayel | 2025-08-05 | 1 | -4/+12 |
* | qmllint: make contextproperties a real class and rename | Sami Shalayel | 2025-08-05 | 6 | -51/+81 |
* | Compiler: Skip type propagation for functions returning ScriptString | Olivier De Cannière | 2025-08-05 | 1 | -0/+4 |
* | QQmlJSLogger: Don't trigger assert in QColorOutput | Fabian Kosmale | 2025-08-05 | 1 | -1/+2 |
* | qmllint: Introduce UserContextProperties | Sami Shalayel | 2025-07-31 | 9 | -32/+159 |
* | qmllint: Do not warn about BINDABLE only properties (just now) | Fabian Kosmale | 2025-07-30 | 1 | -1/+2 |
* | qmllint: fix '.,' in qmllint output | Kai KΓΆhne | 2025-07-29 | 1 | -3/+3 |
* | qmllint: don't warn about fall-throughs where they don't happen | Sami Shalayel | 2025-07-29 | 1 | -5/+71 |
* | qmllint: Do not warn about unknown signal handlers in custom parsers | Fabian Kosmale | 2025-07-28 | 1 | -0/+5 |
* | qmllint: emit parser warnings via QQmlJSLogger | Sami Shalayel | 2025-07-28 | 1 | -13/+7 |
* | 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 |
* | QColorOutput: flush stderr on destruction | Sami Shalayel | 2025-07-22 | 1 | -0/+2 |
* | qqmljsimportvisitor: give base types to attached scopes | Sami Shalayel | 2025-07-21 | 3 | -8/+28 |
* | qmllint: Avoid spurious warnings when file selectors are used | Fabian Kosmale | 2025-07-18 | 6 | -2/+66 |
* | 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: Fix doc typo | Olivier De Cannière | 2025-07-16 | 1 | -2/+2 |
* | QQmlJSImporter: Port away from QDirIterator | Fabian Kosmale | 2025-07-15 | 1 | -8/+12 |
* | QQmlJSImporter: Rename method to avoid ScopeTree reference | Fabian Kosmale | 2025-07-15 | 2 | -7/+7 |
* | QQmlJSTypeResolver: Simlify canPrimitivelyConvertFromTo | Fabian Kosmale | 2025-07-15 | 1 | -6/+4 |
* | QQmlSA/compiler: Introduce new scope types | Fabian Kosmale | 2025-07-10 | 7 | -15/+48 |
* | qmllint: Do not warn about unnotifiable properties outside bindings | Fabian Kosmale | 2025-07-10 | 2 | -3/+20 |
* | Relax duplicate binding check | Fabian Kosmale | 2025-07-09 | 1 | -6/+25 |
* | qqmljsscope: add line number for Components | Sami Shalayel | 2025-07-07 | 4 | -1/+16 |
* | QmlCompiler: Add a comment on what mergeRegister() does | Ulf Hermann | 2025-06-27 | 1 | -0/+20 |
* | QmlCompiler: Preserve external side effects across jumps | Ulf Hermann | 2025-06-27 | 2 | -17/+35 |
* | Pass QString and callbacks by const ref | Ulf Hermann | 2025-06-27 | 2 | -4/+6 |
* | qmllint: Catch JS variable declarations in QML elements | Fabian Kosmale | 2025-06-27 | 2 | -11/+49 |