aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint/quick
Commit message (Expand)AuthorAgeFilesLines
* quicklintplugin: check color namesSami Shalayel2025-03-312-1/+209
* QuickLintPlugin: Guard against deceptive default propertiesUlf Hermann2025-01-161-0/+9
* 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-071-1/+1
* qmllint: Don't warn about access to attached enumsUlf Hermann2022-08-291-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* 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
* quicklintplugin: Ignore root components for certain attached propertiesMaximilian Goldstein2022-06-171-8/+12
* QmlLintQuickPlugin: Warn about unexpected property binding typesMaximilian Goldstein2022-06-172-15/+125
* Use SPDX license identifiersLucie Gérard2022-06-112-54/+4
* quicklintplugin: Use std::array instead of an initializer listMaximilian Goldstein2022-05-171-3/+3
* Reimplement PropertyPass to evaluate bindingsMaximilian Goldstein2022-05-162-64/+134
* QmlLintQuickPlugin: Warn about various SwipeDelegate issuesMaximilian Goldstein2022-05-122-0/+87
* Re-run includemocs (new script version)Marc Mutz2022-05-051-0/+2
* Add more missing QT_{BEGIN,END}_NAMESPACEMarc Mutz2022-05-042-0/+8
* 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-272-2/+120