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.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
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmlls: find C++ & QML definitions of enum
Sami Shalayel
20 hours
1
-0
/
+1
*
qmllint: fix '.,' in qmllint output
Kai Köhne
2025-07-29
1
-3
/
+3
*
qmllint: Do not warn about unknown signal handlers in custom parsers
Fabian Kosmale
2025-07-28
1
-0
/
+5
*
qmllint: Give root scope the correct type
Fabian Kosmale
2025-07-25
1
-0
/
+6
*
QQmlJSImortVisitor: Cleanup global scope setup
Fabian Kosmale
2025-07-25
1
-14
/
+19
*
QQmlJSImportVisitor: Avoid faulty unknown property warning
Fabian Kosmale
2025-07-25
1
-1
/
+23
*
qqmljsimportvisitor: give base types to attached scopes
Sami Shalayel
2025-07-21
1
-8
/
+23
*
qmllint: Avoid spurious warnings when file selectors are used
Fabian Kosmale
2025-07-18
1
-0
/
+17
*
qmllint: Avoid confusing duplicate property assignment warning
Fabian Kosmale
2025-07-17
1
-1
/
+11
*
QQmlImportVisitor::setAllBindings: Change misleading variable name
Fabian Kosmale
2025-07-17
1
-4
/
+4
*
QQmlSA/compiler: Introduce new scope types
Fabian Kosmale
2025-07-10
1
-6
/
+11
*
qmllint: Do not warn about unnotifiable properties outside bindings
Fabian Kosmale
2025-07-10
1
-1
/
+2
*
Relax duplicate binding check
Fabian Kosmale
2025-07-09
1
-6
/
+25
*
qqmljsscope: add line number for Components
Sami Shalayel
2025-07-07
1
-1
/
+4
*
qmllint: Catch JS variable declarations in QML elements
Fabian Kosmale
2025-06-27
1
-11
/
+45
*
Make QQmlJSScope ctor private
Fabian Kosmale
2025-06-16
1
-4
/
+2
*
qmllint: Warn about using enums as type annotations in functions
Olivier De Cannière
2025-06-10
1
-0
/
+32
*
qmlcachegen: fix crash on unresolved type with required property
Sami Shalayel
2025-06-06
1
-10
/
+11
*
qmllint: Suggest specific types instead of var
Olivier De Cannière
2025-05-30
1
-3
/
+16
*
TypeResolver: remove unused literal scopes data structure
Olivier De Cannière
2025-05-30
1
-1
/
+1
*
QQmlSA: extend ScriptBindingValueType for function bindings
Sami Shalayel
2025-05-20
1
-6
/
+12
*
qmllint: Move enum warnings to linting visitor and add warning category
Olivier De Cannière
2025-05-19
1
-27
/
+1
*
LinterImportVisitor: move linting code from QQmlJSImportVisitor
Sami Shalayel
2025-05-16
1
-42
/
+0
*
qmllint: Warn about duplicate inline components
Olivier De Cannière
2025-05-08
1
-0
/
+11
*
Compiler: Replace non-ascii character from source
Olivier De Cannière
2025-05-08
1
-1
/
+1
*
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
1
-3
/
+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
1
-1
/
+3
*
qmllint: don't warn about required properties in inline components
Sami Shalayel
2025-04-25
1
-0
/
+4
*
qmlls: make QQmlJSImportVisitor process updates to files
Sami Shalayel
2025-04-23
1
-0
/
+10
*
qmltc: Cleanly reject custom parsed properties
Ulf Hermann
2025-04-15
1
-6
/
+11
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-7
/
+7
*
qmllint: implement WarnAlreadyX warnings
Sami Shalayel
2025-04-10
1
-2
/
+15
*
qmllint: Do not warn about required properties in grouped property scopes
Fabian Kosmale
2025-04-01
1
-1
/
+2
*
qmllint: implement ErrInvalidId
Sami Shalayel
2025-03-31
1
-0
/
+6
*
qmllint: implement WarnAssignmentInCondition
Sami Shalayel
2025-03-25
1
-0
/
+12
*
qmllint: Implement ErrInvalidEnumValue
Sami Shalayel
2025-03-21
1
-1
/
+23
*
Compiler: Fix various clazy warnings
Olivier De Cannière
2025-03-21
1
-14
/
+17
*
qmllint: warn about variable redeclaration
Sami Shalayel
2025-03-19
1
-7
/
+17
*
qmlls: don't mix up the in-memory and on-disk file
Sami Shalayel
2025-03-19
1
-0
/
+21
*
qmllint: Warn about unsupported type annotations
Fabian Kosmale
2025-03-15
1
-0
/
+11
*
QML: Add final property attribute
Olivier De Cannière
2025-03-06
1
-0
/
+2
*
Compiler: Don't make aliases to required properties required themselves
Olivier De Cannière
2025-03-04
1
-87
/
+166
*
QmlCompiler: Tighten detection of assignment to unknown properties
Ulf Hermann
2025-02-21
1
-17
/
+16
*
QmlCompiler: Only import hardcoded builtins by default
Ulf Hermann
2025-02-18
1
-2
/
+2
*
qmllint: avoid wasteful didYouMean calls
Sami Shalayel
2025-02-18
1
-2
/
+3
[next]