index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qmllint
/
quick
Commit message (
Expand
)
Author
Age
Files
Lines
*
quicklintplugin: check color names
Sami Shalayel
2025-03-31
2
-1
/
+209
*
QuickLintPlugin: Guard against deceptive default properties
Ulf Hermann
2025-01-16
1
-0
/
+9
*
qmllint: Warn about assignment to read-only properties only once
Ulf Hermann
2024-12-19
2
-2
/
+22
*
QQmlJSScope: add isRootFileComponent flag
Sami Shalayel
2024-10-28
1
-3
/
+1
*
qmllint: Don't crash on broken QtQuick.Templates
Ulf Hermann
2024-09-24
1
-1
/
+9
*
quicklint: disable controls-attached-property-reuse category by default
Sami Shalayel
2024-08-13
1
-1
/
+2
*
qmllint: disable the tumbler warning in qmllint
Sami Shalayel
2024-08-08
1
-4
/
+0
*
qmllint/quick: rename attached type warnings to be uniform
Sami Shalayel
2024-08-08
1
-13
/
+13
*
qmllint: Remove duplicate warning in quicklintplugin
Sami Shalayel
2024-08-08
1
-0
/
+1
*
qmllint: fix typo in warning message about LayoutMirroring
Sami Shalayel
2024-07-25
1
-1
/
+1
*
qmllint: warn when constructing quick valuetypes from string
Sami Shalayel
2024-06-24
6
-0
/
+173
*
QQuickAbstractButton: setAction will share its Accessible object
Aleix Pol
2024-05-24
1
-1
/
+1
*
QuickLintPlugin: avoid detach with QHash::asKeyValueRange()
Vladimir Belyavsky
2024-04-22
1
-3
/
+3
*
qmllint: Restrict attached property validators to simple cases
Ulf Hermann
2024-02-20
1
-3
/
+8
*
qmllint: Complain about "target" when complaining about PropertyChanges
Ulf Hermann
2024-01-31
1
-1
/
+10
*
QQmlSA: Don't expose QQmlJS namespace
Fabian Kosmale
2023-09-21
2
-11
/
+11
*
Allow customization of native Dialog and DialogButtonBox
Mitch Curtis
2023-08-09
1
-1
/
+0
*
QQmlSA::Element: Rename internalName to internalId
Fabian Kosmale
2023-07-04
1
-6
/
+10
*
QQmlSA::Element: Make prettyName a member function
Fabian Kosmale
2023-07-04
1
-4
/
+4
*
QQmlSA: Remove Element ctor taking a name, add resolveBuiltinType
Fabian Kosmale
2023-07-04
1
-1
/
+1
*
qmllint: Improve handling of QQmlSA::Element in quicklintplugin
Ulf Hermann
2023-06-21
1
-14
/
+8
*
Allow using QT_USE_QSTRINGBUILDER for plugins
Alexey Edelev
2023-06-16
1
-1
/
+1
*
QuickLintPlugin: Avoid unnecessary copies in loops
Ulf Hermann
2023-06-05
1
-2
/
+2
*
Fix false-positive GCC 13 warnings about possible dangling pointers
Thiago Macieira
2023-06-01
1
-2
/
+2
*
QQmlSA: Change API for accessing attached types
Olivier De Cannière
2023-06-01
1
-7
/
+7
*
QQmlSA: Create an abstraction layer for static analysis
Olivier De Cannière
2023-05-30
2
-155
/
+147
*
qmllint (quickplugin): PropertyChanges: handle invalid target
Fabian Kosmale
2023-05-23
1
-1
/
+1
*
qmllint: Fix attached property re-use detection
Ulf Hermann
2023-02-14
3
-1
/
+143
*
qmllint: Add warning about PropertyChanges using custom parser
Ulf Hermann
2023-02-03
3
-0
/
+70
*
qmllint: Fix null deref in quick plugin
Fabian Kosmale
2023-01-17
1
-2
/
+13
*
Doc: remove "2" from Qt Quick Controls files
Mitch Curtis
2022-12-01
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
qmllint: Don't warn about access to attached enums
Ulf Hermann
2022-08-29
1
-4
/
+4
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
QQmlJSLogger: Switch to an ID based system
Maximilian Goldstein
2022-06-30
2
-10
/
+46
*
Fix compiler warning
Volker Hilsheimer
2022-06-22
1
-1
/
+1
*
QuickLintPlugin: Fix var property type checking
Maximilian Goldstein
2022-06-21
1
-1
/
+2
*
quicklintplugin: Ignore root components for certain attached properties
Maximilian Goldstein
2022-06-17
1
-8
/
+12
*
QmlLintQuickPlugin: Warn about unexpected property binding types
Maximilian Goldstein
2022-06-17
2
-15
/
+125
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
2
-54
/
+4
*
quicklintplugin: Use std::array instead of an initializer list
Maximilian Goldstein
2022-05-17
1
-3
/
+3
*
Reimplement PropertyPass to evaluate bindings
Maximilian Goldstein
2022-05-16
2
-64
/
+134
*
QmlLintQuickPlugin: Warn about various SwipeDelegate issues
Maximilian Goldstein
2022-05-12
2
-0
/
+87
*
Re-run includemocs (new script version)
Marc Mutz
2022-05-05
1
-0
/
+2
*
Add more missing QT_{BEGIN,END}_NAMESPACE
Marc Mutz
2022-05-04
2
-0
/
+8
*
qmllint: Warn about invalid anchor combinations across components
Maximilian Goldstein
2022-05-03
1
-32
/
+70
*
Fix build, silence compiler warnings
Volker Hilsheimer
2022-05-02
1
-4
/
+4
*
Replace uses of deprecated _qs with _s/QStringLiteral
Sona Kurazyan
2022-04-29
1
-8
/
+10
*
QmlLintQuickPlugin: Remove redundant anchors null warning
Maximilian Goldstein
2022-04-28
1
-6
/
+0
*
QmlLintQuickPlugin: Warn about attached types used in wrong elements
Maximilian Goldstein
2022-04-27
2
-2
/
+120
[next]