aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QuickLintPlugin: avoid detach with QHash::asKeyValueRange()Vladimir Belyavsky12 days1-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
* 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
* QmlLintQuickPlugin: Warn about disallowed positioning propertiesMaximilian Goldstein2022-04-272-17/+89
* QmlLintQuickPlugin: Warn about invalid anchors combinationsMaximilian Goldstein2022-04-262-0/+78
* qmllint/Quick: Warn about customizing native QtQuick.Controls stylesMaximilian Goldstein2022-04-212-2/+120
* Turn the QtQuick qmllint plugin into a proper shared libraryMaximilian Goldstein2022-04-115-0/+132