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
/
qmldom
/
qqmldomastcreator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qml: Rename Expression to CommaExpression in the AST
Olivier De Cannière
7 days
1
-4
/
+2
*
semantichighlighting: Add support for final property attribute
Olivier De Cannière
2025-03-06
1
-0
/
+5
*
qmlformat: Support the final property attribute
Olivier De Cannière
2025-03-06
1
-0
/
+1
*
qmldom: make Path methods less deceitful
Sami Shalayel
2025-01-16
1
-29
/
+29
*
qmldom: simplify DomCreationOption
Sami Shalayel
2025-01-15
1
-1
/
+1
*
QmlDom rename attachedinfo file to filelocations
Dmitrii Akshintsev
2024-11-14
1
-1
/
+0
*
QmlDom: simplify AttachedInfo
Dmitrii Akshintsev
2024-11-14
1
-2
/
+2
*
QmlDom: remove redundant things related to AttributeInfo and FileLocations
Dmitrii Akshintsev
2024-11-14
1
-15
/
+8
*
qqmldomastcreator: fix sourcelocations of bindings
Sami Shalayel
2024-11-11
1
-1
/
+1
*
dom: add sourcelocations to template literals
Sami Shalayel
2024-11-08
1
-9
/
+151
*
dom: don't crash on lambdas inside of script blocks
Sami Shalayel
2024-10-31
1
-0
/
+2
*
QmlCompiler: Rename QQmlJSLogger's fileName to filePath
Olivier De Cannière
2024-10-31
1
-1
/
+1
*
qmlls: use .qml from source folders
Sami Shalayel
2024-09-10
1
-4
/
+16
*
qmlformat: respect the type annotated signal form
Semih Yavuz
2024-09-03
1
-0
/
+2
*
qqmldomastcreator: add filelocations for signal parentheses
Sami Shalayel
2024-08-23
1
-4
/
+9
*
semantichighlighting: add highlight for type modifiers
Semih Yavuz
2024-07-30
1
-0
/
+2
*
qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STAR
Sami Shalayel
2024-07-03
1
-0
/
+4
*
dom: add representation for super and this literals
Sami Shalayel
2024-06-28
1
-0
/
+24
*
dom: add representation for new + new member expressions
Sami Shalayel
2024-06-28
1
-0
/
+49
*
dom: add representation for regexp literals
Sami Shalayel
2024-06-28
1
-0
/
+13
*
dom: add dom representation for template literals
Sami Shalayel
2024-06-28
1
-6
/
+44
*
Fix various style problems
Ulf Hermann
2024-06-20
1
-2
/
+2
*
QtQml: Fix misuse of logging categories
Ulf Hermann
2024-06-14
1
-1
/
+1
*
qmlformat: Do not remove the enum items' default value
Semih Yavuz
2024-06-05
1
-1
/
+3
*
dom: add dom representation for lambdas
Sami Shalayel
2024-06-04
1
-157
/
+200
*
qmlls: don't crash on invalid code
Sami Shalayel
2024-06-04
1
-3
/
+5
*
qqmldomastcreator: move widely used check into own method
Sami Shalayel
2024-05-23
1
-56
/
+56
*
semantichighlighting: highlight for-declarations
Semih Yavuz
2024-05-07
1
-0
/
+12
*
qmldom: Add more file locations
Semih Yavuz
2024-05-07
1
-1
/
+10
*
Add file locations for enum keyword and values
Semih Yavuz
2024-04-11
1
-3
/
+4
*
Add property type identifier locations
Semih Yavuz
2024-04-11
1
-0
/
+2
*
Add file locations for Pragma keyword, id and the values
Semih Yavuz
2024-04-11
1
-0
/
+9
*
Add missing file locations in Function Declarations
Semih Yavuz
2024-04-11
1
-0
/
+11
*
Add missing file locations in Import
Semih Yavuz
2024-04-11
1
-2
/
+19
*
dom: avoid asserts during dom construction
Sami Shalayel
2024-04-05
1
-34
/
+36
*
dom: dot separated identifiers for all bindings
Sami Shalayel
2024-04-05
1
-4
/
+32
*
dom: fix semantic scopes in property definitions
Sami Shalayel
2024-03-21
1
-4
/
+12
*
qmlls: find usages of inline components in property definitions
Sami Shalayel
2024-03-21
1
-0
/
+8
*
qmlls: find usages of inline components in same file
Sami Shalayel
2024-03-21
1
-0
/
+14
*
dom: enable populateQmlFile as visitor in importer
Sami Shalayel
2024-03-21
1
-12
/
+50
*
dom: make QmlFile aware of its laziness
Sami Shalayel
2024-03-19
1
-1
/
+1
*
dom: move the importer and mapper to DomEnvironment
Sami Shalayel
2024-03-15
1
-2
/
+3
*
dom: move createDom into DomEnvironment + rename
Sami Shalayel
2024-03-14
1
-48
/
+0
*
qqmldomcomments: link comments to nodes or regions by CommentCollector
Semih Yavuz
2024-02-22
1
-2
/
+4
*
qmlls: support nested expressions in completion
Sami Shalayel
2024-01-16
1
-0
/
+23
*
qmlls: fix QmlObject and type annotation completion
Sami Shalayel
2024-01-16
1
-0
/
+13
*
qmldom: make type a FieldMemberExpression
Sami Shalayel
2024-01-16
1
-33
/
+63
*
qmlls: adapt parser for attached/grouped properties completion
Sami Shalayel
2023-12-29
1
-0
/
+15
*
QmlDom: Pass arguments by const ref, next round
Ulf Hermann
2023-12-15
1
-7
/
+12
*
qmlls: find usages of enumerations
Semih Yavuz
2023-12-09
1
-2
/
+7
[next]