aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
Commit message (Expand)AuthorAgeFilesLines
* qml compiler: avoid `interface` as var/parameter nameTim Blechmann6 days2-32/+33
* QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrappedUlf Hermann13 days3-10/+23
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann13 days1-8/+45
* QmlCompiler: Fix access to optional QVariantMapUlf Hermann14 days2-5/+21
* QmlCompiler: Rename sequences' "valueType" to "elementType"Ulf Hermann2025-08-318-57/+59
* qmllint: Do not warn about QQmlPropertyMap accessFabian Kosmale2025-08-252-1/+6
* qmllint: disable unqualified warning on user context property callSami Shalayel2025-08-222-27/+18
* qmllint: load .contextPropertyDump.ini from build folderSami Shalayel2025-08-213-7/+46
* HeuristicContextProperties: don't grep on empty argumentSami Shalayel2025-08-211-0/+3
* qmlcontextpropertydump: add extra feature flag to disable/enableSami Shalayel2025-08-211-5/+6
* heuristic context properties: write and load to/from diskSami Shalayel2025-08-212-1/+130
* qmllint: Update JSON format to include hints into fix suggestionsOlivier De Cannière2025-08-201-15/+2
* QQmlJSLogger: Also print out hints of fixSuggestionsOlivier De Cannière2025-08-201-6/+8
* Compiler: Enable color output on supported consoles on WindowsOlivier De Cannière2025-08-191-6/+16
* qmlls: find C++ & QML definitions of enumSami Shalayel2025-08-181-0/+1
* qmltyperegistrar: add line numbers to methods, properties and signalsSami Shalayel2025-08-182-6/+23
* QQmlJSTypeResolve: Support T -> QmlListProperty<T> conversionFabian Kosmale2025-08-101-0/+6
* qmllint: allow mixing ID based with text based translationMasoud Jami2025-08-084-95/+0
* QmlCompiler: Pass QQmlJSSaveFunction as const refUlf Hermann2025-08-072-7/+7
* QmlCompiler: Remove pointless null checkUlf Hermann2025-08-071-5/+4
* qmllint: don't grep twice for context propertiesSami Shalayel2025-08-051-4/+12
* qmllint: make contextproperties a real class and renameSami Shalayel2025-08-056-51/+81
* Compiler: Skip type propagation for functions returning ScriptStringOlivier De Cannière2025-08-051-0/+4
* QQmlJSLogger: Don't trigger assert in QColorOutputFabian Kosmale2025-08-051-1/+2
* qmllint: Introduce UserContextPropertiesSami Shalayel2025-07-319-32/+159
* qmllint: Do not warn about BINDABLE only properties (just now)Fabian Kosmale2025-07-301-1/+2
* qmllint: fix '.,' in qmllint outputKai KΓΆhne2025-07-291-3/+3
* qmllint: don't warn about fall-throughs where they don't happenSami Shalayel2025-07-291-5/+71
* qmllint: Do not warn about unknown signal handlers in custom parsersFabian Kosmale2025-07-281-0/+5
* qmllint: emit parser warnings via QQmlJSLoggerSami Shalayel2025-07-281-13/+7
* 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
* QColorOutput: flush stderr on destructionSami Shalayel2025-07-221-0/+2
* qqmljsimportvisitor: give base types to attached scopesSami Shalayel2025-07-213-8/+28
* qmllint: Avoid spurious warnings when file selectors are usedFabian Kosmale2025-07-186-2/+66
* qmllint: Avoid confusing duplicate property assignment warningFabian Kosmale2025-07-171-1/+11
* QQmlImportVisitor::setAllBindings: Change misleading variable nameFabian Kosmale2025-07-171-4/+4
* QQmlSA: Fix doc typoOlivier De Cannière2025-07-161-2/+2
* QQmlJSImporter: Port away from QDirIteratorFabian Kosmale2025-07-151-8/+12
* QQmlJSImporter: Rename method to avoid ScopeTree referenceFabian Kosmale2025-07-152-7/+7
* QQmlJSTypeResolver: Simlify canPrimitivelyConvertFromToFabian Kosmale2025-07-151-6/+4
* QQmlSA/compiler: Introduce new scope typesFabian Kosmale2025-07-107-15/+48
* qmllint: Do not warn about unnotifiable properties outside bindingsFabian Kosmale2025-07-102-3/+20
* Relax duplicate binding checkFabian Kosmale2025-07-091-6/+25
* qqmljsscope: add line number for ComponentsSami Shalayel2025-07-074-1/+16
* QmlCompiler: Add a comment on what mergeRegister() doesUlf Hermann2025-06-271-0/+20
* QmlCompiler: Preserve external side effects across jumpsUlf Hermann2025-06-272-17/+35
* Pass QString and callbacks by const refUlf Hermann2025-06-272-4/+6
* qmllint: Catch JS variable declarations in QML elementsFabian Kosmale2025-06-272-11/+49