index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.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.5.5
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
6.9.2
6.9.3
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
*
QQmlJSScope: Remove clone functionality
Fabian Kosmale
3 days
2
-12
/
+0
*
QQmlJSScope::resolveEnums: Remove clone usgae
Fabian Kosmale
3 days
1
-1
/
+3
*
QQmlJSScope:: remove unused cloneInto function
Fabian Kosmale
3 days
1
-6
/
+0
*
QQmlSA::Element: rework qHash()
Marc Mutz
2026-04-21
2
-10
/
+4
*
qqmlsa.cpp: Fix unity build on Windows
Friedemann Kleint
2026-04-21
1
-6
/
+6
*
Compiler: Add ownerOfEnum static method to qqmljsscope
Olivier De Cannière
2026-04-20
2
-0
/
+9
*
qmllint: clean up TypeReaders
Sami Shalayel
2026-04-20
5
-58
/
+36
*
QQmlSA::Element: fix qHash() signature
Marc Mutz
2026-04-19
2
-4
/
+10
*
QDeferredFactory<QQmlJSScope>: remove redundant code
Sami Shalayel
2026-04-16
1
-7
/
+0
*
qmllint: warn on singleton mismatch in LinterVisitor
Sami Shalayel
2026-04-16
3
-24
/
+9
*
qqmljsimportvisitor: re-use instead of duplicating scopes
Sami Shalayel
2026-04-16
6
-74
/
+41
*
Compiler: Add missing conversion from QJSPrimitiveValue to float
Olivier De Cannière
2026-04-16
1
-2
/
+2
*
QQmlJSAnnotation: de-pessimize deprecation()
Marc Mutz
2026-04-15
1
-7
/
+5
*
Include what you use: QTypeRevision in qqmljstyperesolver.cpp
Marc Mutz
2026-04-15
1
-0
/
+1
*
Include what you use: QTypeRevision in qqmljstypedescriptionreader.cpp
Marc Mutz
2026-04-15
2
-0
/
+3
*
Include what you use: QTypeRevision in qqmljsimportvisitor.cpp
Marc Mutz
2026-04-15
1
-0
/
+2
*
Include what you use: QTypeRevision in qqmljsimporter_p.h
Marc Mutz
2026-04-15
1
-0
/
+2
*
Include what you use: QTypeRevision in qqmljscontextualtypes_p.h
Marc Mutz
2026-04-15
1
-0
/
+2
*
Include what you use: QTypeRevision instead of QVersionNumber
Marc Mutz
2026-04-15
1
-1
/
+3
*
qmllint: warn on file selector in linterVisitor
Sami Shalayel
2026-04-07
7
-63
/
+145
*
qmllint: don't warn on missing properties of missing types
Sami Shalayel
2026-04-07
3
-5
/
+12
*
qmljsimporter: don't test incomplete types with file selectors
Sami Shalayel
2026-04-07
1
-27
/
+32
*
split QQmlJSImporter::insertExports, part 3
Sami Shalayel
2026-04-07
2
-62
/
+93
*
Compiler: Don't std::move to a const ref
Olivier De Cannière
2026-04-01
1
-2
/
+2
*
Fix factory construction with incomplete information
Semih Yavuz
2026-03-31
4
-17
/
+42
*
Compiler: Add support for multiple document edits per fix suggestion
Olivier De Cannière
2026-03-30
9
-65
/
+365
*
split QQmlJSImporter::insertExports, part 2
Sami Shalayel
2026-03-30
1
-64
/
+72
*
split QQmlJSImporter::insertExports, part 1
Sami Shalayel
2026-03-30
2
-6
/
+20
*
QtQml: Fix unity build
Friedemann Kleint
2026-03-19
1
-2
/
+2
*
qqmljscontextualtypes: use const ref for setType()
Sami Shalayel
2026-03-18
2
-2
/
+2
*
qqmljscontextualtypes: respect precedence when adding types
Sami Shalayel
2026-03-17
9
-100
/
+151
*
qqmljsimporter: make methods with lambdas of processImport()
Sami Shalayel
2026-03-17
2
-112
/
+118
*
QmlCompiler: Don't try complex conversions in canPrimitivelyConvertFromTo
Ulf Hermann
2026-03-17
1
-2
/
+4
*
QmlCompiler: Don't try copy ctors for constructible types
Ulf Hermann
2026-03-17
1
-2
/
+6
*
QmlCompiler: Don't warn for ValueTypeBehavior: Assertable
Ulf Hermann
2026-03-13
2
-0
/
+8
*
Doc: Fix numerous typos
Olivier De Cannière
2026-03-13
1
-2
/
+2
*
QmlCompiler: Honor isList flag when process deferred property types
Ulf Hermann
2026-03-13
1
-1
/
+1
*
qmllint: implement ErrTypeIsInstantiatedRecursively
Sami Shalayel
2026-03-12
2
-0
/
+4
*
qmllint: warn when using wrong type name
Sami Shalayel
2026-03-12
4
-4
/
+13
*
QmlCompiler: Use directly invoked lambda for value type transformation
Ulf Hermann
2026-03-11
1
-2
/
+5
*
Doc: Use \preliminary to mark modules in TP
Kai Köhne
2026-03-10
1
-1
/
+1
*
qmllint: don't warn when assigning to lists without WRITE
Sami Shalayel
2026-03-09
1
-1
/
+1
*
qmllint: support attached/grouped list object properties
Sami Shalayel
2026-03-09
2
-27
/
+47
*
QmlCompiler: use extension-constructed value types with reinterpret_cast
Ulf Hermann
2026-03-09
1
-2
/
+9
*
QtQml: append() implicit bindings to default property
Ulf Hermann
2026-03-06
1
-27
/
+4
*
QmlCompiler: split linting into QmlLintPrivate library
Sami Shalayel
2026-03-03
21
-4028
/
+4
*
qmllint: warn on new Array() usage
Sami Shalayel
2026-03-02
1
-0
/
+11
*
qqmljstyperesolver: don't resolve enums on ids
Sami Shalayel
2026-03-02
1
-1
/
+3
*
Document licensing of Qt Qml Compiler
Kai Köhne
2026-02-26
1
-0
/
+8
*
qmllint: Extend qmlConfusingExpressionStatement to cover more cases
Olivier De Cannière
2026-02-25
2
-33
/
+192
[next]