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.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.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_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmldom: make Path methods less deceitful
Sami Shalayel
2025-01-16
1
-19
/
+19
*
QmlDom: AttachedInfo -> FileLocations::Node
Dmitrii Akshintsev
2024-11-14
1
-59
/
+26
*
QmlDom: simplify AttachedInfo
Dmitrii Akshintsev
2024-11-14
1
-4
/
+1
*
QmlDom: Dissolve FileLocations into a namespace and FileLocations::Info
Dmitrii Akshintsev
2024-11-14
1
-3
/
+5
*
QmlDom: remove redundant things related to AttributeInfo and FileLocations
Dmitrii Akshintsev
2024-11-14
1
-3
/
+0
*
QmlFormat: remove redundant WriteOutChecks, adjust performWriteOutChecks
Dmitrii Akshintsev
2024-11-05
1
-1
/
+1
*
QmlDom. remove UpdatedScriptExpressions
Dmitrii Akshintsev
2024-11-05
1
-1
/
+0
*
Fix Unity build of QtQml
Friedemann Kleint
2024-09-11
1
-2
/
+2
*
qmlls: use .qml from source folders
Sami Shalayel
2024-09-10
1
-0
/
+2
*
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
-1
/
+3
*
dom: use only one DomCreationOptions per DomEnvironment
Sami Shalayel
2024-03-14
1
-8
/
+3
*
QQmlJS::Dom::OutWriter. Refactoring
Dmitrii Akshintsev
2024-01-25
1
-8
/
+7
*
DOM: refactoring. nit cleanup
Dmitrii Akshintsev
2024-01-20
1
-0
/
+1
*
DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironment
Dmitrii Akshintsev
2024-01-19
1
-3
/
+0
*
DOM refactoring. Move loadModuleDependency from DomItem to DomEnv
Dmitrii Akshintsev
2024-01-19
1
-4
/
+0
*
DOM refactoring. Move loadPendingDependencies to DomEnvironment
Dmitrii Akshintsev
2024-01-18
1
-1
/
+0
*
DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*
Dmitrii Akshintsev
2024-01-18
1
-5
/
+0
*
QmlDom: Move function_ref into place where applicable
Ulf Hermann
2024-01-08
1
-11
/
+13
*
Dom: Do not pass large objects by value, next round
Ulf Hermann
2023-12-22
1
-3
/
+4
*
QmlDom: Fold std::optional into std::variant
Ulf Hermann
2023-12-20
1
-31
/
+46
*
QmlDom: Pass arguments by const ref, next round
Ulf Hermann
2023-12-15
1
-130
/
+148
*
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
-29
/
+88
*
qmldom: move DomCreationOption definition into qqmldomconstants
Sami Shalayel
2023-10-23
1
-8
/
+0
*
qmlls: autocompletion for singletons, attached types, enums
Sami Shalayel
2023-10-11
1
-1
/
+0
*
Make LocalSymbolsType enum values independent
Sami Shalayel
2023-09-26
1
-1
/
+1
*
qmlls: fix DomItem::filterUp and DomItem::rootQmlObject
Sami Shalayel
2023-09-26
1
-0
/
+1
*
QmlDom: Pass templated data items by const reference
Ulf Hermann
2023-09-19
1
-8
/
+8
*
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
-5
/
+6
*
QmlDom: Don't pass ErrorMessage by value
Ulf Hermann
2023-09-15
1
-6
/
+6
*
QmlDom: Add const-correctness
Ulf Hermann
2023-09-15
1
-402
/
+376
*
QML DOM: improve const correctness
Fabian Kosmale
2023-08-15
1
-2
/
+3
*
qmldom: refactor writeOut checks
Semih Yavuz
2023-08-10
1
-0
/
+2
*
QmlDom: support function parameters and co
Sami Shalayel
2023-06-02
1
-1
/
+2
*
qmlls: definition support for scriptexpressions
Sami Shalayel
2023-05-30
1
-0
/
+1
*
qmlls: find usages of id's and properties
Sami Shalayel
2023-05-23
1
-0
/
+2
*
QmlDom: Add GenericScriptElement and CallExpression
Sami Shalayel
2023-05-23
1
-1
/
+1
*
Qml: Add script element for return statements
Sami Shalayel
2023-05-02
1
-1
/
+2
*
qqmldomastcreator: set qqmljsscope in DOM script elements
Sami Shalayel
2023-05-02
1
-4
/
+5
*
Dom: Introduce scriptelements in the DOM representation
Sami Shalayel
2023-05-02
1
-6
/
+155
*
Dom: cosmetic fixes
Sami Shalayel
2023-04-12
1
-4
/
+12
*
Dom: add QQmlJSScope to QmlObject
Sami Shalayel
2023-04-12
1
-3
/
+21
*
Remove DomItem::loadFile code-duplication and use correct environments
Sami Shalayel
2023-03-29
1
-5
/
+32
*
qmlls: refactor and test helpers to reuse them
Sami Shalayel
2023-02-09
1
-0
/
+1
*
QML DOM: Remove support for Qt < 6.5
Fabian Kosmale
2023-01-30
1
-8
/
+0
*
De-inline DomItem::subReferencesItem()
Marc Mutz
2022-12-27
1
-18
/
+0
*
Route Qt::TimeSpec usage via QTimeZone
Edward Welbourne
2022-12-11
1
-0
/
+9
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-12
/
+12
[next]