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
/
qqmldomoutwriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmlformat: simplify OutWriter by removing OutWriterState
Dmitrii Akshintsev
2025-03-25
1
-34
/
+17
*
qmlformat: remove PendingSourceLocation and related things completely
Dmitrii Akshintsev
2025-03-25
1
-17
/
+1
*
qmlformat: OutWriterState remove FileLocations tree
Dmitrii Akshintsev
2025-03-25
1
-7
/
+3
*
qmlformat: remove PendingSourceLocation::updater
Dmitrii Akshintsev
2025-03-25
1
-2
/
+1
*
qmlformat: Remove PendingSourceLocation::toUpdate
Dmitrii Akshintsev
2025-03-24
1
-2
/
+2
*
qmlformat: Support the final property attribute
Olivier De Cannière
2025-03-06
1
-0
/
+3
*
QmlDom rename attachedinfo file to filelocations
Dmitrii Akshintsev
2024-11-14
1
-1
/
+0
*
qqmldomoutwriter: Add missing break statement
Sami Shalayel
2024-11-11
1
-0
/
+2
*
dom: add sourcelocations to template literals
Sami Shalayel
2024-11-08
1
-0
/
+5
*
QmlFormat: remove restoreWrittenOutFile
Dmitrii Akshintsev
2024-11-05
1
-59
/
+0
*
QmlFormat. remove OutWriter::reformattedScriptExpressions
Dmitrii Akshintsev
2024-11-05
1
-37
/
+2
*
QmlFormat. A bit risky. Remove LineWriterOptions::updateOptions
Dmitrii Akshintsev
2024-11-05
1
-27
/
+3
*
semantichighlighting: add highlight for type modifiers
Semih Yavuz
2024-07-30
1
-0
/
+1
*
qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STAR
Sami Shalayel
2024-07-03
1
-0
/
+3
*
dom: add representation for super and this literals
Sami Shalayel
2024-06-28
1
-0
/
+6
*
dom: add representation for new + new member expressions
Sami Shalayel
2024-06-28
1
-0
/
+3
*
dom: add dom representation for lambdas
Sami Shalayel
2024-06-04
1
-0
/
+3
*
qmldom: Add more file locations
Semih Yavuz
2024-05-07
1
-1
/
+6
*
Add file locations for enum keyword and values
Semih Yavuz
2024-04-11
1
-0
/
+1
*
Add missing file locations in Import
Semih Yavuz
2024-04-11
1
-0
/
+1
*
Dom: Pass large and refcounted objects by reference
Ulf Hermann
2024-02-09
1
-3
/
+3
*
Avoid various inefficiencies
Ulf Hermann
2024-01-30
1
-6
/
+8
*
QQmlJS::Dom::OutWriter. Refactoring
Dmitrii Akshintsev
2024-01-25
1
-118
/
+85
*
qqmldomcomments: remove dead code
Semih Yavuz
2024-01-23
1
-3
/
+1
*
qqmldomcomments: Add comment type in Comment class
Semih Yavuz
2024-01-22
1
-1
/
+1
*
qmlls: adapt parser for attached/grouped properties completion
Sami Shalayel
2023-12-29
1
-0
/
+3
*
QmlDom: Pass arguments by const ref, next round
Ulf Hermann
2023-12-15
1
-7
/
+8
*
QmlFormat: Support .js files (in memory formatting)
Dmitrii Akshintsev
2023-12-07
1
-7
/
+55
*
qmlls: support completions in conditional expressions
Sami Shalayel
2023-12-07
1
-0
/
+3
*
qmldom: add support for continue and break statement representations
Sami Shalayel
2023-12-06
1
-0
/
+6
*
qmlls: completions in throw statements
Sami Shalayel
2023-12-06
1
-0
/
+3
*
qmlls: completions in switch/case/default statements
Sami Shalayel
2023-12-04
1
-0
/
+3
*
qmldom: add support for try catch statements
Sami Shalayel
2023-11-28
1
-0
/
+9
*
qmlls: fix completions on qualified identifiers
Sami Shalayel
2023-11-16
1
-0
/
+1
*
qmlls: auto completion for inside do while statements
Sami Shalayel
2023-11-13
1
-0
/
+6
*
qmlls: auto completion for inside if statements
Sami Shalayel
2023-11-09
1
-0
/
+4
*
qmlls: implement completion in JS for statement + test snippets
Sami Shalayel
2023-11-09
1
-0
/
+5
*
qmldom: introduce FileLocationRegion enum as key for sourcelocations
Sami Shalayel
2023-11-01
1
-20
/
+119
*
QmlDom: Don't pass ErrorMessage by value
Ulf Hermann
2023-09-15
1
-1
/
+1
*
QmlDom: Add const-correctness
Ulf Hermann
2023-09-15
1
-4
/
+4
*
QQmlJS::Dom: Use std::make_shared
Leticia Valladares
2022-07-14
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-37
/
+3
*
qmldom: writeOut, write reformatted Qml
Fawzi Mohamed
2021-06-05
1
-0
/
+242