aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data
Commit message (Expand)AuthorAgeFilesLines
* Revert "Parser: Warn about QML files without imports"Olivier De Cannière44 hours3-6/+0
* Parser: Warn about QML files without importsOlivier De Cannière9 days3-0/+6
* qmllint: warn on singleton mismatch in LinterVisitorSami Shalayel2026-04-162-12/+0
* qmllint: warn on file selector in linterVisitorSami Shalayel2026-04-077-1/+40
* qmljsimporter: don't test incomplete types with file selectorsSami Shalayel2026-04-077-0/+29
* qmllint: Add tests for recognizing components within themselvesOlivier De Cannière2026-03-303-0/+22
* Compiler: Add support for multiple document edits per fix suggestionOlivier De Cannière2026-03-301-0/+5
* tst_qmllint: fix weird warningSami Shalayel2026-03-281-1/+1
* qqmljscontextualtypes: respect precedence when adding typesSami Shalayel2026-03-173-0/+27
* QmlCompiler: Don't warn for ValueTypeBehavior: AssertableUlf Hermann2026-03-132-0/+73
* qmllint: implement ErrTypeIsInstantiatedRecursivelySami Shalayel2026-03-122-0/+10
* qmllint: warn when using wrong type nameSami Shalayel2026-03-1213-1/+101
* qmllint: support attached/grouped list object propertiesSami Shalayel2026-03-093-4/+14
* Make qmltc respect (some) aliases to required propertiesUlf Hermann2026-02-211-0/+18
* qmllint: Rework id-shadows-member warning to be usage-basedOlivier De Cannière2026-02-172-5/+5
* qmllint: move qmlTranslationMethodMismatch to qdslintpluginSami Shalayel2026-02-031-2/+2
* qmllint: warn about shadowing members with idsSami Shalayel2026-02-032-3/+3
* qmllint: Allow raising the severity of essential categoriesOlivier De Cannière2026-01-305-0/+23
* qmllint: Add --only-explicit-categories optionOlivier De Cannière2026-01-304-0/+37
* qmllint: disable qmlUseProperFunctions warnings by defaultSami Shalayel2026-01-296-39/+0
* qmllint: Fix enum scoping unification falloutOlivier De Cannière2026-01-292-5/+5
* qmllint: don't create bindings if types are not fully resolvedSemih Yavuz2026-01-271-0/+9
* qmllint: Do not pollute general settings when linting a fileOlivier De Cannière2026-01-193-0/+16
* qmllint: Warn about var properties in blocksFabian Kosmale2026-01-194-14/+14
* quicklintplugin: don't warn on Action not being ActionsSami Shalayel2025-12-182-0/+16
* qmllint: warn on shadowed properties/signals/methodsSami Shalayel2025-11-261-1/+1
* qmllint: don't mixup 'import' and 'import-file-selector' categoriesSami Shalayel2025-11-267-0/+37
* qmllint: fix required property detection with aliasSami Shalayel2025-11-172-0/+11
* qmllint: Also lint inner functionsOlivier De Cannière2025-11-051-0/+20
* QQmlSettings: Warn user about unrecognized sections in tooling ini filesOlivier De Cannière2025-10-302-0/+9
* qmllint: prefer enums over chained attached typeSami Shalayel2025-10-211-5/+57
* qmllint: Consider "on-bindings" for required propertiesFabian Kosmale2025-09-241-0/+27
* qmllint: Do not warn about QQmlPropertyMap accessFabian Kosmale2025-08-254-0/+81
* qmllint: disable unqualified warning on user context property callSami Shalayel2025-08-221-4/+5
* qmllint: load .contextPropertyDump.ini from build folderSami Shalayel2025-08-212-0/+25
* QQmlJSTypeResolve: Support T -> QmlListProperty<T> conversionFabian Kosmale2025-08-101-0/+7
* qmllint: allow mixing ID based with text based translationMasoud Jami2025-08-083-6/+1
* Compiler: Skip type propagation for functions returning ScriptStringOlivier De Cannière2025-08-051-0/+8
* qmllint: Introduce UserContextPropertiesSami Shalayel2025-07-312-0/+11
* qmllint: Do not warn about BINDABLE only properties (just now)Fabian Kosmale2025-07-301-0/+7
* QtObject: Give uiLanguage a signal in addition to BINDABLEFabian Kosmale2025-07-301-0/+5
* qmllint: Do not warn about unknown signal handlers in custom parsersFabian Kosmale2025-07-281-0/+5
* qmllint/qdsplugin: Do not warn about calls inside ConnectionsFabian Kosmale2025-07-281-0/+13
* qmllint: Give root scope the correct typeFabian Kosmale2025-07-251-0/+5
* QQmlJSImportVisitor: Avoid faulty unknown property warningFabian Kosmale2025-07-252-1/+9
* qmllint: Avoid spurious warnings when file selectors are usedFabian Kosmale2025-07-185-0/+19
* qmllint: Avoid confusing duplicate property assignment warningFabian Kosmale2025-07-172-0/+15
* qmllint/Quick: Prevent attached property warning in custom parserFabian Kosmale2025-07-171-0/+7
* qmllint: Do not warn about unnotifiable properties outside bindingsFabian Kosmale2025-07-101-0/+12
* Relax duplicate binding checkFabian Kosmale2025-07-091-0/+29