aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint/quick/quicklintplugin.cpp
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-301-0/+36
* quicklintplugin: check color namesSami Shalayel2025-03-311-0/+202
* QuickLintPlugin: Guard against deceptive default propertiesUlf Hermann2025-01-161-0/+9
* QQmlJSScope: add isRootFileComponent flagSami Shalayel2024-10-281-3/+1
* qmllint: Don't crash on broken QtQuick.TemplatesUlf Hermann2024-09-241-1/+9
* 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-241-0/+3
* 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-211-9/+9
* 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-301-142/+133
* qmllint (quickplugin): PropertyChanges: handle invalid targetFabian Kosmale2023-05-231-1/+1
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-141-1/+104
* qmllint: Add warning about PropertyChanges using custom parserUlf Hermann2023-02-031-0/+53
* 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
* qmllint: Don't warn about access to attached enumsUlf Hermann2022-08-291-4/+4
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-9/+17
* Fix compiler warningVolker Hilsheimer2022-06-221-1/+1
* QuickLintPlugin: Fix var property type checkingMaximilian Goldstein2022-06-211-1/+2
* quicklintplugin: Ignore root components for certain attached propertiesMaximilian Goldstein2022-06-171-8/+12
* QmlLintQuickPlugin: Warn about unexpected property binding typesMaximilian Goldstein2022-06-171-9/+105
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* quicklintplugin: Use std::array instead of an initializer listMaximilian Goldstein2022-05-171-3/+3
* Reimplement PropertyPass to evaluate bindingsMaximilian Goldstein2022-05-161-59/+119
* QmlLintQuickPlugin: Warn about various SwipeDelegate issuesMaximilian Goldstein2022-05-121-0/+75
* Re-run includemocs (new script version)Marc Mutz2022-05-051-0/+2
* Add more missing QT_{BEGIN,END}_NAMESPACEMarc Mutz2022-05-041-0/+4
* qmllint: Warn about invalid anchor combinations across componentsMaximilian Goldstein2022-05-031-32/+70
* Fix build, silence compiler warningsVolker Hilsheimer2022-05-021-4/+4
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-8/+10
* QmlLintQuickPlugin: Remove redundant anchors null warningMaximilian Goldstein2022-04-281-6/+0
* QmlLintQuickPlugin: Warn about attached types used in wrong elementsMaximilian Goldstein2022-04-271-2/+94
* QmlLintQuickPlugin: Warn about disallowed positioning propertiesMaximilian Goldstein2022-04-271-14/+76