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
/
qmlcompiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlJSContextProperty: add isWarningEnabled
Sami Shalayel
17 hours
2
-0
/
+12
*
QQmlJSLinter: add crude context properties warnings
Sami Shalayel
17 hours
8
-16
/
+84
*
qqmljscontextproperties: "grep" for setContextProperty calls
Sami Shalayel
17 hours
3
-0
/
+169
*
QmlCompiler: Refactor property lookup
Ulf Hermann
30 hours
2
-91
/
+110
*
QQmlSA: extend ScriptBindingValueType for function bindings
Sami Shalayel
2 days
4
-6
/
+27
*
qqmljsscope: rename ConstPtrWrapperIterator to ChildScopesIterator
Sami Shalayel
2 days
2
-5
/
+5
*
qmllint: Warn about unterminated non-empty case blocks
Olivier De Cannière
3 days
5
-3
/
+80
*
qmllint: Warn about enums declared in non-root elements
Olivier De Cannière
3 days
3
-1
/
+8
*
qmllint: Warn about enum entries matching the name of the enum itself
Olivier De Cannière
3 days
3
-0
/
+8
*
qmllint: Move enum warnings to linting visitor and add warning category
Olivier De Cannière
3 days
6
-29
/
+48
*
qmllint: Warn about duplicate imports
Olivier De Cannière
6 days
4
-0
/
+66
*
qqmljsfunctioninitializer: initialize all argument types
Sami Shalayel
6 days
1
-2
/
+2
*
qmllint: implement WarnConfusingPluses and Minuses
Sami Shalayel
6 days
4
-0
/
+70
*
qmllint: implement WarnVoid
Sami Shalayel
6 days
4
-0
/
+10
*
qmllint: implement WarnXConstructor
Sami Shalayel
6 days
4
-0
/
+27
*
qmllint: implement WarnComma
Sami Shalayel
6 days
4
-0
/
+18
*
linterimportvisitor: add helper for parent nodes
Sami Shalayel
6 days
2
-2
/
+26
*
LinterImportVisitor: move linting code from QQmlJSImportVisitor
Sami Shalayel
6 days
4
-45
/
+47
*
qqmljslinter: introduce LinterImportVisitor visitor
Sami Shalayel
6 days
4
-4
/
+70
*
qqmljsscope: make ConstPtrWrapperIterator an alias
Sami Shalayel
7 days
1
-52
/
+1
*
qmllint: Warn about duplicate inline components
Olivier De Cannière
2025-05-08
4
-0
/
+16
*
Logger: Sort logging categories
Olivier De Cannière
2025-05-08
2
-101
/
+100
*
Compiler: Replace non-ascii character from source
Olivier De Cannière
2025-05-08
1
-1
/
+1
*
qmllint: Fix typo in warning description
Olivier De Cannière
2025-05-08
1
-1
/
+1
*
QQmlJSScope: Switch QVector to QList
Michael Weghorn
2025-05-07
2
-7
/
+7
*
Compiler: Deduplicate conversion origins based on register's content
Olivier De Cannière
2025-05-01
1
-3
/
+30
*
Docs: Fix doc warnings
Alexei Cazacov
2025-04-30
1
-1
/
+1
*
qmllint: Warn about reads of non-constant and non-notifiable properties
Olivier De Cannière
2025-04-29
3
-1
/
+23
*
qmllint: warn about duplicate property bindings
Sami Shalayel
2025-04-29
1
-3
/
+29
*
QQmlJSImportVisitor: const-ref-ify
Olivier De Cannière
2025-04-25
1
-7
/
+6
*
qmllint: Fix required property warning with owner mixup
Olivier De Cannière
2025-04-25
1
-2
/
+5
*
qmllint: Fix name of inline component scopes for required properties
Olivier De Cannière
2025-04-25
1
-9
/
+9
*
Compiler: Move QQmlJSScope::descendants next to its only user
Olivier De Cannière
2025-04-25
3
-18
/
+22
*
Compiler: Optimize checking required properties
Olivier De Cannière
2025-04-25
1
-2
/
+4
*
ImportVisitor: Fix nonsensical code for checking required properties
Olivier De Cannière
2025-04-25
3
-1
/
+10
*
qmllint: don't warn about required properties in inline components
Sami Shalayel
2025-04-25
1
-0
/
+4
*
qmllint: warn about unreachable code
Sami Shalayel
2025-04-25
3
-3
/
+69
*
qmllint: Implement WarnFunctionUsedBeforeDeclaration
Sami Shalayel
2025-04-24
3
-0
/
+16
*
qmlls: make QQmlJSImportVisitor process updates to files
Sami Shalayel
2025-04-23
1
-0
/
+10
*
Compiler: Skip bindings to properties of type QQmlScriptString
Olivier De Cannière
2025-04-17
2
-0
/
+10
*
Compiler: Adapt AotStats to skipping functions
Olivier De Cannière
2025-04-17
5
-26
/
+64
*
Compiler: Add infrastructure to skip functions
Olivier De Cannière
2025-04-17
7
-14
/
+85
*
Aotstats: Use common static strings for Json object operations
Olivier De Cannière
2025-04-17
1
-20
/
+31
*
Compiler: Include updated type in property registers' descriptive name
Olivier De Cannière
2025-04-17
1
-1
/
+9
*
qmltc: Cleanly reject custom parsed properties
Ulf Hermann
2025-04-15
2
-7
/
+14
*
QmlCompiler: Error out on unstorable types
Ulf Hermann
2025-04-14
1
-8
/
+16
*
qml: remove unused header
Zhao Yuhang
2025-04-13
1
-2
/
+0
*
Port away from QPair
Zhao Yuhang
2025-04-12
9
-17
/
+18
*
qmltc: Properly escape translation strings
Ulf Hermann
2025-04-11
1
-8
/
+13
*
qqmljslintercodegen: don't ignore the results from run()
Sami Shalayel
2025-04-11
1
-12
/
+12
[next]