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
/
qqmldomitem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-4
/
+4
*
QML DOM: use QStringView for Fields, not const char_16 arrays
Giuseppe D'Angelo
2025-03-27
1
-1
/
+1
*
qmlformat: simplify OutWriter by removing OutWriterState
Dmitrii Akshintsev
2025-03-25
1
-1
/
+1
*
qmlformat: Show line diffs WRT the expected in writeOut stability checks
Olivier De Cannière
2025-01-30
1
-1
/
+1
*
qmldom: make Path methods less deceitful
Sami Shalayel
2025-01-16
1
-15
/
+15
*
qmldom: simplify DomCreationOption
Sami Shalayel
2025-01-15
1
-2
/
+2
*
QmlDom. Remove loadPendingDependencies call from DomItem::fromCode
Dmitrii Akshintsev
2024-12-19
1
-6
/
+1
*
qmlformat: use indenting line writer if column break is in use
Semih Yavuz
2024-12-05
1
-2
/
+3
*
QmlDom rename attachedinfo file to filelocations
Dmitrii Akshintsev
2024-11-14
1
-1
/
+1
*
QmlDom: AttachedInfo -> FileLocations::Node
Dmitrii Akshintsev
2024-11-14
1
-1
/
+1
*
QmlDom: remove redundant things related to AttributeInfo and FileLocations
Dmitrii Akshintsev
2024-11-14
1
-16
/
+0
*
DOM: Remove dead code
Ulf Hermann
2024-11-07
1
-2
/
+0
*
QmlFormat: remove redundant WriteOutChecks, adjust performWriteOutChecks
Dmitrii Akshintsev
2024-11-05
1
-47
/
+9
*
QmlFormat: change confusing condition for writeOutChecks
Dmitrii Akshintsev
2024-11-05
1
-1
/
+1
*
QmlFormat: remove restoreWrittenOutFile
Dmitrii Akshintsev
2024-11-05
1
-3
/
+2
*
Fix Unity build of QtQml
Friedemann Kleint
2024-09-11
1
-3
/
+3
*
QtQml: Fix misuse of logging categories
Ulf Hermann
2024-06-14
1
-1
/
+1
*
DomItem: allow fieldfilters in visitTree
Sami Shalayel
2024-03-26
1
-7
/
+16
*
dom: fix semantic scopes in property definitions
Sami Shalayel
2024-03-21
1
-0
/
+3
*
dom: use only one DomCreationOptions per DomEnvironment
Sami Shalayel
2024-03-14
1
-12
/
+20
*
dom: move createDom into DomEnvironment + rename
Sami Shalayel
2024-03-14
1
-1
/
+1
*
DOM refactoring. Remove LoadOptions
Dmitrii Akshintsev
2024-01-30
1
-1
/
+1
*
QQmlJS::Dom::OutWriter. Refactoring
Dmitrii Akshintsev
2024-01-25
1
-24
/
+31
*
qqmldomcomments: Add comment type in Comment class
Semih Yavuz
2024-01-22
1
-6
/
+6
*
DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironment
Dmitrii Akshintsev
2024-01-19
1
-11
/
+0
*
DOM refactoring. Move loadModuleDependency from DomItem to DomEnv
Dmitrii Akshintsev
2024-01-19
1
-20
/
+0
*
DOM refactoring. Move loadPendingDependencies to DomEnvironment
Dmitrii Akshintsev
2024-01-18
1
-10
/
+1
*
DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*
Dmitrii Akshintsev
2024-01-18
1
-21
/
+4
*
DOM refactoring. Make DomItem::loadFile call DomEnv::loadFile
Dmitrii Akshintsev
2024-01-17
1
-6
/
+1
*
DOM refactoring. Call loadFile on DomUniverse explicitly
Dmitrii Akshintsev
2024-01-15
1
-7
/
+4
*
Dom: Do not pass large objects by value, next round
Ulf Hermann
2023-12-22
1
-8
/
+9
*
QmlDom: Fold std::optional into std::variant
Ulf Hermann
2023-12-20
1
-70
/
+105
*
QmlDom: Pass arguments by const ref, next round
Ulf Hermann
2023-12-15
1
-95
/
+108
*
QmlDom: Use takeLast() rather than last() and removeLast()
Ulf Hermann
2023-12-15
1
-2
/
+1
*
QmlFormat: Support .js files (in memory formatting)
Dmitrii Akshintsev
2023-12-07
1
-0
/
+4
*
DOM: Allow loading and parsing of .js files
Dmitrii Akshintsev
2023-12-07
1
-0
/
+1
*
QmlDom: Avoid excessive copying of ctor arguments
Ulf Hermann
2023-12-05
1
-1
/
+1
*
qmldom: introduce FileLocationRegion enum as key for sourcelocations
Sami Shalayel
2023-11-01
1
-23
/
+11
*
qmlls: autocompletion for singletons, attached types, enums
Sami Shalayel
2023-10-11
1
-82
/
+2
*
Dom: simplify findAttachedInfo
Sami Shalayel
2023-10-09
1
-3
/
+3
*
qmlls: singletons, attached types and enums completion preparation
Sami Shalayel
2023-10-09
1
-3
/
+5
*
Make LocalSymbolsType enum values independent
Sami Shalayel
2023-09-26
1
-26
/
+22
*
qmlls: fix DomItem::filterUp and DomItem::rootQmlObject
Sami Shalayel
2023-09-26
1
-55
/
+44
*
QmlDom: Avoid copying and detaching on iteration
Ulf Hermann
2023-09-19
1
-1
/
+2
*
QmlDom: Do not needlessly copy things into lambdas
Ulf Hermann
2023-09-19
1
-3
/
+3
*
qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>
Ulf Hermann
2023-09-18
1
-7
/
+7
*
qmldom: Fix coverity warnings
Ulf Hermann
2023-09-15
1
-10
/
+10
*
QmlDom: Don't pass ErrorMessage by value
Ulf Hermann
2023-09-15
1
-11
/
+14
*
QmlDom: Add const-correctness
Ulf Hermann
2023-09-15
1
-214
/
+224
*
qmldomitem: Fix setScript for MethodParameter case
Semih Yavuz
2023-09-12
1
-2
/
+8
[next]