index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
languageclient
/
client.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
LSP: mark some clients as not activatable
David Schulz
2025-05-06
1
-0
/
+2
*
LanguageClient: have one LanguageClient per BuildConfig
hjk
2025-04-29
1
-6
/
+11
*
lsp: do not restart servers shutting down
Sami Shalayel
2025-01-30
1
-0
/
+1
*
LSP: Notify custom handlers also for non-custom methods
Lukasz Papierkowski
2025-01-24
1
-1
/
+1
*
qmlls: enabled/disable embedded codemodel
Sami Shalayel
2024-12-04
1
-2
/
+2
*
LanguageClient: stabilize Manager Api
David Schulz
2024-11-18
1
-0
/
+1
*
Export SemanticTokenSupport
Semih Yavuz
2024-09-04
1
-0
/
+1
*
qmlls client: opt out semantic highlighting for QtC 14.x, take 2
Semih Yavuz
2024-08-15
1
-0
/
+1
*
LanguageClient: add state changed signal to client
David Schulz
2024-07-10
1
-0
/
+1
*
LanguageClient: Fix and export DynamicCapabilities
David Schulz
2024-06-24
1
-0
/
+1
*
LanguageClient: Let clients opt out of sending the didSave message
Christian Kandeler
2024-05-21
1
-0
/
+1
*
LanguageClient: improve clangd function hint
David Schulz
2024-03-11
1
-0
/
+2
*
TextEditor: Move more code into RefactoringFile
Christian Kandeler
2023-11-17
1
-1
/
+1
*
LanguageClient: Reset maximum restart tries on explicit restart
Christian Stenger
2023-11-09
1
-0
/
+1
*
LanguageClient: Fix crashed client restart condition
David Schulz
2023-10-20
1
-0
/
+1
*
LanguageClient: support additional goto targets in symbol support
David Schulz
2023-09-29
1
-2
/
+3
*
CppEditor: Consider symbol occurrences in comments
Christian Kandeler
2023-09-01
1
-0
/
+4
*
LanguageClient: cancel find link at requests on rerequest
David Schulz
2023-08-28
1
-0
/
+7
*
ClangCodeModel: Do not call FilePath::exists() on random strings
Christian Kandeler
2023-07-04
1
-0
/
+1
*
ClangCodeModel: Adapt to new "inactiveRegions" notification in clangd
Christian Kandeler
2023-06-08
1
-0
/
+5
*
LanguageClient: add projects filter function
David Schulz
2023-05-24
1
-0
/
+1
*
LanguageClient: Use Q_DISABLE_COPY_MOVE
Jarek Kobus
2023-04-24
1
-5
/
+1
*
LanguageClient: Export LanguageClientOutlineItem
Christian Kandeler
2023-02-07
1
-3
/
+3
*
LanguageClient: close and reopen renamed documents
David Schulz
2023-01-23
1
-1
/
+2
*
LanguageClient: Export ProgressManager
David Schulz
2023-01-17
1
-4
/
+2
*
ClangCodeModel: reuse Id for restarted clients
David Schulz
2023-01-12
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
LSP: Support remote LSP file paths
David Schulz
2022-12-15
1
-4
/
+8
*
Clangd indexing: Hide cancel button, open settings on click
Eike Ziller
2022-10-19
1
-0
/
+2
*
LanguageClient: correctly initialize editors of opened documents
David Schulz
2022-09-23
1
-0
/
+1
*
ClangCodeModel: Implement per-session mode for clangd
Christian Kandeler
2022-09-05
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
LanguageClient: Support limit parameter for completion request
Christian Kandeler
2022-08-04
1
-0
/
+3
*
ClangCodeModel: Do not make clangd open all ui headers
Christian Kandeler
2022-08-02
1
-0
/
+2
*
ClangCodeModel: Switch to LSP-based UI header approach
Christian Kandeler
2022-06-02
1
-0
/
+3
*
LanguageClient: pimpl Client and cleanup includes
David Schulz
2022-05-23
1
-125
/
+31
*
LanguageClient: Request semantic tokens right away on document save
Christian Kandeler
2022-05-23
1
-1
/
+2
*
LanguageServerProtocol: remove IContent
David Schulz
2022-05-20
1
-9
/
+5
*
LanguageClient: Move the interface out of the gui thread
David Schulz
2022-05-19
1
-1
/
+2
*
LanguageClient: Move the BaseMessage to JsonRpcMessage conversion
David Schulz
2022-05-17
1
-3
/
+2
*
Coco: Add coco hoverHandler if diagnostics are visible
David Schulz
2022-05-16
1
-0
/
+1
*
LanguageClient: set the client info in initialize params
David Schulz
2022-05-06
1
-0
/
+2
*
LSP: Simplify content parsing
David Schulz
2022-04-14
1
-4
/
+5
*
LanguageClient: export DiagnosticManager
David Schulz
2022-04-01
1
-3
/
+2
*
Python: ensure opened file is inside a workspace
David Schulz
2022-03-21
1
-1
/
+1
*
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-03-11
1
-1
/
+1
|
\
|
*
ClangCodeModel: Suppress "Unknown argument" error
Christian Kandeler
2022-03-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-02-22
1
-0
/
+1
|
\
|
|
*
LanguageClient: forcefully delete client after timeout
David Schulz
2022-02-22
1
-0
/
+1
*
|
ClangCodeModel: Request clangd quickfix for -Wswitch warning
Christian Kandeler
2022-02-17
1
-0
/
+5
[next]