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
/
qmlls
/
qqmllsutils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmlls: fix potential crash
Semih Yavuz
2025-05-13
1
-9
/
+10
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-2
/
+2
*
QML DOM: use QStringView for Fields, not const char_16 arrays
Giuseppe D'Angelo
2025-03-27
1
-3
/
+3
*
QmlDom: simplify AttachedInfo
Dmitrii Akshintsev
2024-11-14
1
-1
/
+1
*
QmlDom: Dissolve FileLocations into a namespace and FileLocations::Info
Dmitrii Akshintsev
2024-11-14
1
-1
/
+1
*
QmlCompiler: Rename attachingType() to attachedType()
Ulf Hermann
2024-11-11
1
-1
/
+1
*
dom: add sourcelocations to template literals
Sami Shalayel
2024-11-08
1
-1
/
+5
*
SourceLocation: deduplicate row/column - offset mapping logic
Sami Shalayel
2024-11-08
1
-38
/
+7
*
qmllsutils: support call expressions in resolveExpressionType
Sami Shalayel
2024-10-24
1
-0
/
+19
*
qmlls: Fix crash on editing file
Semih Yavuz
2024-10-24
1
-1
/
+5
*
SourceLocation: make begin() and end() qsizetype
Sami Shalayel
2024-10-09
1
-16
/
+13
*
qmlls: move Location computation logic to utils
Sami Shalayel
2024-09-05
1
-61
/
+60
*
qmlls: fix completion on field member expressions
Sami Shalayel
2024-08-08
1
-12
/
+30
*
qmlls: resolve types of signal handler parameters + suggest them
Sami Shalayel
2024-08-08
1
-2
/
+113
*
qmlls: fix enumeration name highlighiting
Semih Yavuz
2024-08-08
1
-3
/
+2
*
qmlls: Avoid potential nullptr derefence
Ulf Hermann
2024-08-08
1
-3
/
+6
*
qmlls: resolve new member expression type as JsIdentifierType
Semih Yavuz
2024-08-05
1
-0
/
+4
*
semantichighlighting: discern js global objects and methods
Semih Yavuz
2024-08-02
1
-3
/
+7
*
qmlls: don't resolve component types as attached types
Sami Shalayel
2024-07-05
1
-12
/
+107
*
adapt qmllsutils to the newly introduced lambdas
Sami Shalayel
2024-07-03
1
-3
/
+23
*
qmlls: fix resolveTypeExpression for JS object member accesses
Sami Shalayel
2024-06-28
1
-12
/
+27
*
Fix various style problems
Ulf Hermann
2024-06-20
1
-9
/
+7
*
qmlls: Fix build with MSVC and latest qtbase
Kai Köhne
2024-06-19
1
-1
/
+1
*
QmlCompiler: Divide scope-name lookup methods into multiple cases
Ulf Hermann
2024-06-15
1
-13
/
+10
*
qmllsutils: pass QQmlJsScope::ConstPtr by const ref
Semih Yavuz
2024-06-15
1
-10
/
+10
*
QtQml: Fix misuse of logging categories
Ulf Hermann
2024-06-14
1
-3
/
+3
*
documentationhints: introduce help manager
Semih Yavuz
2024-06-05
1
-13
/
+0
*
Expose defining scope finders in QQmlLSUtils
Semih Yavuz
2024-06-05
1
-10
/
+10
*
QmlCompiler: Fix various style issues
Ulf Hermann
2024-06-03
1
-64
/
+72
*
qmlls: rename files when renaming qml components
Sami Shalayel
2024-05-27
1
-0
/
+11
*
qqmllsutils: encapsulate usages and renames
Sami Shalayel
2024-05-27
1
-23
/
+63
*
make QQmlLSUtils a namespace instead of a class
Sami Shalayel
2024-05-27
1
-227
/
+189
*
qmlls: fix typo in renaming error message
Sami Shalayel
2024-05-21
1
-1
/
+1
*
qmlls: assume bound identifiers in completions
Sami Shalayel
2024-04-17
1
-2
/
+6
*
qmlls: go to definition for components
Semih Yavuz
2024-04-12
1
-1
/
+6
*
Fix coverity warnings
Ulf Hermann
2024-04-11
1
-1
/
+0
*
qmlls: test deferred/generalized grouped properties in qmlls
Sami Shalayel
2024-04-05
1
-50
/
+59
*
qmlls: find usages in multiple files
Sami Shalayel
2024-03-26
1
-14
/
+55
*
qmlls: make resolveExpressionType use findDefiningScope
Sami Shalayel
2024-03-26
1
-101
/
+287
*
qmlls: don't dereference empty std::optionals from resolveNameInQmlScope
Sami Shalayel
2024-03-25
1
-6
/
+17
*
dom: fix semantic scopes in property definitions
Sami Shalayel
2024-03-21
1
-2
/
+2
*
qqmllsutils: remove unused QmlObjectIdentifier
Sami Shalayel
2024-03-21
1
-3
/
+0
*
qmlls: find usages of inline components in property definitions
Sami Shalayel
2024-03-21
1
-0
/
+3
*
qmlls: find usages of inline components in same file
Sami Shalayel
2024-03-21
1
-9
/
+51
*
qmllsutils: split completion related features into own class
Sami Shalayel
2024-02-29
1
-1935
/
+17
*
qmlls: add Qt Quick completion snippets
Sami Shalayel
2024-02-23
1
-28
/
+197
*
qmlls: enable qualified type completion in Bindings
Sami Shalayel
2024-02-23
1
-19
/
+12
*
cleanup qmllsutils: use resolveExpressionType in findBaseOf
Sami Shalayel
2024-02-23
1
-71
/
+57
*
Fix string conversion in qqmllsutils.cpp
Ulf Hermann
2024-02-22
1
-1
/
+1
*
qmlls: Add hover support
Semih Yavuz
2024-02-02
1
-0
/
+14
[next]