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
/
qqmldomtop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qml: remove unused header
Zhao Yuhang
2025-04-13
1
-1
/
+0
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-1
/
+1
*
DOM: Load QML/plugins.qmltypes intead of builtins.qmltypes
Fabian Kosmale
2025-04-11
1
-2
/
+2
*
QML DOM: use QStringView for Fields, not const char_16 arrays
Giuseppe D'Angelo
2025-03-27
1
-2
/
+2
*
DomEnvironment: stop using Structured Bindings
Marc Mutz
2025-02-03
1
-8
/
+8
*
qmldom: make Path methods less deceitful
Sami Shalayel
2025-01-16
1
-21
/
+21
*
qmldom: add Minimal DomCreationOption for QDS
Sami Shalayel
2025-01-16
1
-0
/
+4
*
qmldom: simplify DomCreationOption
Sami Shalayel
2025-01-15
1
-34
/
+31
*
QDeferredSharedPointer: don't populate eagerly on factory reset
Sami Shalayel
2025-01-15
1
-1
/
+1
*
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
-6
/
+20
*
qmlls: find and use resource files from .qt/rcc
Sami Shalayel
2024-09-10
1
-7
/
+18
*
qmlls: don't crash on missing logger
Sami Shalayel
2024-06-19
1
-8
/
+8
*
std::move in a few more places
Ulf Hermann
2024-05-28
1
-1
/
+1
*
Fix codechecker warning when resetting factory
Sami Shalayel
2024-05-27
1
-3
/
+3
*
qmlls: implement commitToBase workflow for lazy files
Sami Shalayel
2024-05-23
1
-39
/
+74
*
QmlDom: Use QMap's constFind() to avoid unnecessary detaches
Vladimir Belyavsky
2024-04-23
1
-1
/
+1
*
dom: do not set the file locations tree twice
Sami Shalayel
2024-04-15
1
-2
/
+0
*
qmlls: fix crash when loading a file multiple times
Sami Shalayel
2024-03-27
1
-1
/
+1
*
dom: enable populateQmlFile as visitor in importer
Sami Shalayel
2024-03-21
1
-56
/
+84
*
DOM: Allow loading and parsing of .mjs files + minor rename
Dmitrii Akshintsev
2024-03-20
1
-1
/
+2
*
dom: make QmlFile aware of its laziness
Sami Shalayel
2024-03-19
1
-0
/
+7
*
dom: move the importer and mapper to DomEnvironment
Sami Shalayel
2024-03-15
1
-13
/
+36
*
dom: use only one DomCreationOptions per DomEnvironment
Sami Shalayel
2024-03-14
1
-33
/
+51
*
dom: move createDom into DomEnvironment + rename
Sami Shalayel
2024-03-14
1
-1
/
+45
*
QmlDom: fix GCC's -Wredundant-move warning
Thiago Macieira
2024-03-04
1
-1
/
+1
*
DOM refactoring. Remove LoadOptions
Dmitrii Akshintsev
2024-01-30
1
-14
/
+12
*
Avoid various inefficiencies
Ulf Hermann
2024-01-30
1
-3
/
+4
*
DOM refactoring. Remove envCallbackForFile and its callers
Dmitrii Akshintsev
2024-01-25
1
-84
/
+0
*
DOM refactoring. Get rid of the envCallbackForFile usage
Dmitrii Akshintsev
2024-01-25
1
-21
/
+10
*
DOM refactoring. Introduce getLoadCallbackFor helper
Dmitrii Akshintsev
2024-01-25
1
-13
/
+23
*
DOM refactoring move callback from DomUniverse to DomEnvironment
Dmitrii Akshintsev
2024-01-25
1
-34
/
+32
*
DOM refactoring. Move envCallbackForEnv implementation to DomEnv
Dmitrii Akshintsev
2024-01-25
1
-32
/
+3
*
DOM refactoring. EnvCallbackForFile Get rid of unused args
Dmitrii Akshintsev
2024-01-25
1
-30
/
+17
*
DOM refactoring. Introduce DomEnv::insertOrUpdateExternalItemInfo
Dmitrii Akshintsev
2024-01-25
1
-52
/
+9
*
DOM refactoring. Introduce DomEnv::addDependenciesToLoad
Dmitrii Akshintsev
2024-01-25
1
-8
/
+20
*
DOM Refactoring. Add comments to envCallbackForFile
Dmitrii Akshintsev
2024-01-25
1
-2
/
+27
*
DOM refactoring. Remove unused directDepsCallback
Dmitrii Akshintsev
2024-01-25
1
-65
/
+48
*
DOM refactoring. Make DomEnv more generic. Add getCallbackFor helper
Dmitrii Akshintsev
2024-01-25
1
-21
/
+31
*
DOM refactoring. Make DomEnv more generic. Add fetchFileFromEnvs helper
Dmitrii Akshintsev
2024-01-25
1
-87
/
+12
*
DOM refactoring. Make DomEnv more generic. Move addExtItem to DomEnv
Dmitrii Akshintsev
2024-01-25
1
-53
/
+12
*
DOM refactoring. Make DomEnv more generic. Add generic value getter
Dmitrii Akshintsev
2024-01-25
1
-66
/
+13
*
DOM refactoring. Make DomEnv more generic. Add generic Map getter
Dmitrii Akshintsev
2024-01-25
1
-12
/
+18
*
DOM refactoring. Generalize updateEntry and move inside DomUniverse
Dmitrii Akshintsev
2024-01-25
1
-59
/
+5
*
DOM refactoring. DomUniverse::loadFile improve separation of concerns
Dmitrii Akshintsev
2024-01-25
1
-40
/
+62
*
DOM refactoring. DOMUniverse extract univ.copy from critical sections
Dmitrii Akshintsev
2024-01-25
1
-7
/
+9
*
DOM refactoring. getItemIfMostRecent remove canonicalPath check
Dmitrii Akshintsev
2024-01-25
1
-1
/
+1
*
DOM refactoring. DOMUniverse::parse Improve readability
Dmitrii Akshintsev
2024-01-25
1
-49
/
+93
*
DOM refactoring. DomUniverse::parse. skipParse -> explicit early exits
Dmitrii Akshintsev
2024-01-25
1
-49
/
+48
*
DOM refactoring. DomUniverse::parse. Change signature & return type
Dmitrii Akshintsev
2024-01-24
1
-24
/
+23
[next]