aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Recognize transparent as a color in quick pluginFabian Kosmale2025-06-111-0/+3
* qmllint: Quick plugin: Recognize more acceptable colorsFabian Kosmale2025-06-051-1/+5
* qmllint: Implement StateCannotHaveChildItem warningOlivier De Cannière2025-05-303-0/+57
* qdslintplugin: warn about function blocksSami Shalayel2025-05-201-0/+31
* QDS lint plugin: Do not warn about translation functionsFabian Kosmale2025-04-101-1/+7
* quicklintplugin: check color namesSami Shalayel2025-03-312-1/+209
* Micro-optimize ternary expressions using u""_svGiuseppe D'Angelo2025-03-271-2/+2
* qdslintplugin: remove redundant staticSami Shalayel2025-03-061-8/+6
* qdslintplugin: add UnsupportedRootTypeInQmlUi warningSami Shalayel2025-03-062-15/+57
* qdslintplugin: add WarnInvalidIdeInVisualDesigner warningSami Shalayel2025-02-182-0/+38
* qdslintplugin: add ErrUnsupportedTypeInQmlUiSami Shalayel2025-02-032-0/+48
* qdslintplugin: add ImperativeCodeNotEditable warningSami Shalayel2025-02-032-0/+50
* QuickLintPlugin: Guard against deceptive default propertiesUlf Hermann2025-01-161-0/+9
* qdslintplugin: warn about references to root's parentSami Shalayel2025-01-102-0/+36
* qmllint: Introduce qds plugin with ErrFunctionsNotSupportedInQmlUiFabian Kosmale2025-01-105-0/+173
* qmllint: Warn about assignment to read-only properties only onceUlf Hermann2024-12-192-2/+22
* QQmlJSScope: add isRootFileComponent flagSami Shalayel2024-10-281-3/+1
* qmllint: Don't crash on broken QtQuick.TemplatesUlf Hermann2024-09-241-1/+9
* quicklint: disable controls-attached-property-reuse category by defaultSami Shalayel2024-08-131-1/+2
* qmllint: disable the tumbler warning in qmllintSami Shalayel2024-08-081-4/+0
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-081-13/+13
* qmllint: Remove duplicate warning in quicklintpluginSami Shalayel2024-08-081-0/+1
* qmllint: fix typo in warning message about LayoutMirroringSami Shalayel2024-07-251-1/+1
* qmllint: warn when constructing quick valuetypes from stringSami Shalayel2024-06-246-0/+173
* QQuickAbstractButton: setAction will share its Accessible objectAleix Pol2024-05-241-1/+1
* QuickLintPlugin: avoid detach with QHash::asKeyValueRange()Vladimir Belyavsky2024-04-221-3/+3
* qmllint: Restrict attached property validators to simple casesUlf Hermann2024-02-201-3/+8
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-01-311-1/+10
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-212-11/+11
* Allow customization of native Dialog and DialogButtonBoxMitch Curtis2023-08-091-1/+0
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-041-6/+10
* QQmlSA::Element: Make prettyName a member functionFabian Kosmale2023-07-041-4/+4
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-041-1/+1
* qmllint: Improve handling of QQmlSA::Element in quicklintpluginUlf Hermann2023-06-211-14/+8
* Allow using QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-06-161-1/+1
* QuickLintPlugin: Avoid unnecessary copies in loopsUlf Hermann2023-06-051-2/+2
* Fix false-positive GCC 13 warnings about possible dangling pointersThiago Macieira2023-06-011-2/+2
* QQmlSA: Change API for accessing attached typesOlivier De Cannière2023-06-011-7/+7
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-302-155/+147
* qmllint (quickplugin): PropertyChanges: handle invalid targetFabian Kosmale2023-05-231-1/+1
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-143-1/+143
* qmllint: Add warning about PropertyChanges using custom parserUlf Hermann2023-02-033-0/+70
* qmllint: Fix null deref in quick pluginFabian Kosmale2023-01-171-2/+13
* Doc: remove "2" from Qt Quick Controls filesMitch Curtis2022-12-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* qmllint: Don't warn about access to attached enumsUlf Hermann2022-08-291-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-302-10/+46
* Fix compiler warningVolker Hilsheimer2022-06-221-1/+1
* QuickLintPlugin: Fix var property type checkingMaximilian Goldstein2022-06-211-1/+2