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
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
/
qqmljsimportvisitor_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmltc: Cleanly reject custom parsed properties
Ulf Hermann
2025-04-15
1
-1
/
+3
*
qmllint: implement WarnAssignmentInCondition
Sami Shalayel
2025-03-25
1
-0
/
+2
*
qmllint: Implement ErrInvalidEnumValue
Sami Shalayel
2025-03-21
1
-0
/
+2
*
Revert "Compiler: Mark move constructor and operator= noexpect"
Marc Mutz
2025-03-20
1
-2
/
+2
*
qmlls: don't mix up the in-memory and on-disk file
Sami Shalayel
2025-03-19
1
-0
/
+1
*
Compiler: Mark move constructor and operator= noexpect
Olivier De Cannière
2025-03-05
1
-2
/
+2
*
Compiler: Don't make aliases to required properties required themselves
Olivier De Cannière
2025-03-04
1
-11
/
+36
*
QmlCompiler: Don't warn about problematic imports being unused
Ulf Hermann
2025-01-23
1
-1
/
+2
*
QmlCompiler: Reduce duplication of warnings about missing properties
Ulf Hermann
2025-01-17
1
-0
/
+3
*
QmlCompiler: Reduce duplication of "not found" messages
Ulf Hermann
2025-01-17
1
-19
/
+24
*
QmlCompiler: Resolve regular group properties like generalized ones
Ulf Hermann
2024-11-04
1
-1
/
+2
*
QmlCompiler: Refactor handling of warnings in import visitor
Ulf Hermann
2024-09-19
1
-5
/
+5
*
ImportVisitor: Properly handle unresolved type annotations
Olivier De Cannière
2024-07-30
1
-3
/
+5
*
qmlls: don't resolve component types as attached types
Sami Shalayel
2024-07-05
1
-0
/
+3
*
qmltc/importvisitor: warn about type annotations on methods
Sami Shalayel
2024-02-29
1
-0
/
+9
*
Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
1
-2
/
+2
*
QQmlJSScope: Decouple ContextualTypes
Fabian Kosmale
2023-08-07
1
-0
/
+1
*
QQmlSA: Create an abstraction layer for static analysis
Olivier De Cannière
2023-05-30
1
-1
/
+4
*
qmllint: Separate logic by import type in QQmlJSImportVisitor::visit
Olivier De Cannière
2023-05-12
1
-0
/
+5
*
Dom: add QQmlJSScope to QmlObject
Sami Shalayel
2023-04-12
1
-0
/
+13
*
QmlCompiler: Fix signal checking in import visitor
Ulf Hermann
2022-12-15
1
-2
/
+3
*
qqmljsimportvisitor: rename m_currentInlineComponent to m_currentRoot
Sami Shalayel
2022-10-10
1
-1
/
+1
*
qqmljsscope: track inline component names
Sami Shalayel
2022-09-08
1
-1
/
+5
*
qqmljsimportvisitor: Fix bindings on prefixed attached properties
Maximilian Goldstein
2022-06-20
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
QQmlJSImportVisitor: make ctor-initialized member stand out
Andrei Golubev
2022-06-09
1
-6
/
+6
*
QQmlJSImportVisitor: rename parseLiteralOrScriptBinding()
Andrei Golubev
2022-06-09
1
-3
/
+3
*
QmlCompiler: Fix script indices calculation
Andrei Golubev
2022-06-09
1
-6
/
+30
*
Set bindings on QQmlJSScope after AST traversal
Andrei Golubev
2022-06-02
1
-0
/
+11
*
qmlcompiler: Add absolute runtime function indices
Andrei Golubev
2022-04-28
1
-0
/
+7
*
QQmlJSImportVisitor: always create JSFunctionScope for script bindings
Andrei Golubev
2022-04-26
1
-0
/
+1
*
qmlcompiler: Add relative index for scripts and JS functions
Andrei Golubev
2022-04-26
1
-0
/
+6
*
Avoid copying QQmlJSScope
Ulf Hermann
2022-04-04
1
-3
/
+9
*
qmltc: Migrate to new object creation/querying mechanism
Andrei Golubev
2022-03-30
1
-2
/
+0
*
QmlCompiler: Clean up exports
Ulf Hermann
2022-03-30
1
-2
/
+2
*
qmlcompiler: Implement structured QML static analysis
Maximilian Goldstein
2022-03-29
1
-0
/
+2
*
QQmlJSScope: Rework type resolution checks
Andrei Golubev
2022-03-28
1
-0
/
+21
*
Turn qmlcompiler into a shared library
Maximilian Goldstein
2022-03-25
1
-1
/
+3
*
QQmlJSImportVisitor: rename public qmlScopes() to qmlTypes()
Andrei Golubev
2022-03-19
1
-1
/
+1
*
Refactor QQmlJSMetaPropertyBinding
Fabian Kosmale
2022-03-02
1
-1
/
+2
*
qmllint: Warn about missing singleton pragmas/qmldir entries
Maximilian Goldstein
2022-02-03
1
-0
/
+1
*
QmlCompiler: Respect revisions
Ulf Hermann
2022-01-21
1
-2
/
+2
*
qmllint: Enable compiler warnings for pragma Strict
Maximilian Goldstein
2022-01-17
1
-0
/
+1
*
Move QObject and QQmlComponent into builtins
Maximilian Goldstein
2021-12-17
1
-0
/
+2
*
Warn about duplicated ids
Fabian Kosmale
2021-12-16
1
-0
/
+1
*
Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes file
Ulf Hermann
2021-12-13
1
-2
/
+2
*
QQmlJSImportsVisitor: Break inheritance cycles
Ulf Hermann
2021-12-12
1
-3
/
+2
*
QQmlJSImportVisitor: Add bindings as soon as they are encountered
Andrei Golubev
2021-12-08
1
-1
/
+1
*
QmlCompiler: Disallow access to IDs in other components
Ulf Hermann
2021-12-03
1
-4
/
+7
*
qmllint: Re-enable warning about automatched signal handler
Ulf Hermann
2021-11-26
1
-10
/
+0
[next]