index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libs
/
languageserverprotocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
TextEditor: introduce text suggestion interface
David Schulz
2023-03-29
3
-0
/
+19
*
LanguageClient: Introduce ClientRequestTask
David Schulz
2023-03-21
2
-1
/
+2
*
Merge remote-tracking branch 'origin/10.0'
Orgad Shaneh
2023-02-14
2
-4
/
+4
|
\
|
*
Translations: Change translation context prefix from "::" to "QtC::"
Alessandro Portale
2023-02-10
2
-4
/
+4
*
|
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-02-10
1
-3
/
+4
|
\
\
|
|
/
|
*
Translations: Use QCoreApplication::translate() instead of tr()
Alessandro Portale
2023-02-09
1
-4
/
+4
|
*
Translations: Remove header includes of *tr.h in .h files
Alessandro Portale
2023-02-08
1
-3
/
+4
*
|
LanguageClient: Export LanguageClientOutlineItem
Christian Kandeler
2023-02-07
1
-1
/
+0
|
/
*
Translations: Prefix translation contexts for libraries with "::"
Alessandro Portale
2023-01-26
1
-1
/
+1
*
LanguageServerProtocol: Tr::tr
Alessandro Portale
2023-01-24
5
-21
/
+17
*
LSP: implement call hierarchy
David Schulz
2023-01-11
8
-0
/
+177
*
Replace GPL-3.0 with GPL-3.0-only
Kai Köhne
2023-01-10
38
-38
/
+38
*
LanguageServerProtocol: Fix compile
Christian Stenger
2023-01-09
1
-3
/
+3
*
LSP: Make hash and debug operator hidden friends
hjk
2023-01-06
1
-14
/
+14
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-12-20
1
-1
/
+4
|
\
|
*
LanguageClient: Do not send out invalid errors
David Schulz
2022-12-16
1
-1
/
+4
*
|
LSP: Support remote LSP file paths
David Schulz
2022-12-15
2
-21
/
+32
*
|
LanguageServerProtocol: Fix toPositionInDocument()
Christian Stenger
2022-12-14
1
-1
/
+1
|
/
*
LSP: Fix translatable error message
David Schulz
2022-10-19
1
-10
/
+6
*
LSP: Do not stringify UnknownErrorCode
Christian Kandeler
2022-09-22
1
-1
/
+0
*
Libs: Add *tr.h file
hjk
2022-09-01
3
-0
/
+17
*
Utils: Remove Utils::optional
Eike Ziller
2022-09-01
21
-329
/
+344
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
38
-912
/
+76
*
Utils: Remove variant.h
Marco Bubke
2022-08-23
17
-173
/
+175
*
Merge remote-tracking branch 'origin/8.0'
hjk
2022-08-05
6
-250
/
+251
|
\
|
*
LSP: Use char16_t literals for keys into json objects
hjk
2022-08-04
6
-249
/
+250
*
|
LanguageClient: Support limit parameter for completion request
Christian Kandeler
2022-08-04
2
-0
/
+4
*
|
warnings: Fix -Wdeprecated-copy
Marcus Tillmanns
2022-08-04
2
-2
/
+0
|
/
*
LSP: define a MessageId invalid if it contains an empty string
David Schulz
2022-07-08
1
-9
/
+11
*
ClangCodeModel: Special rendering for deprecated completion items
Christian Kandeler
2022-06-20
3
-0
/
+32
*
LSP: Make the destructor of JsonRpcMessage virtual
David Schulz
2022-05-23
1
-0
/
+2
*
Remove or replace a few unnecessary #includes
hjk
2022-05-20
1
-1
/
+1
*
LanguageServerProtocol: remove IContent
David Schulz
2022-05-20
6
-146
/
+80
*
LanguageClient: Move the interface out of the gui thread
David Schulz
2022-05-19
1
-1
/
+3
*
LanguageClient: Move the BaseMessage to JsonRpcMessage conversion
David Schulz
2022-05-17
3
-65
/
+47
*
LSP: fix hover request result
David Schulz
2022-05-16
2
-1
/
+25
*
LSP: Do not copy a message before sending it out
Christian Kandeler
2022-05-13
2
-7
/
+1
*
LanguageClient: set the client info in initialize params
David Schulz
2022-05-06
2
-0
/
+18
*
CMake: Qt Creator Static build support
Cristian Adam
2022-04-29
1
-0
/
+2
*
LSP: Simplify content parsing
David Schulz
2022-04-14
3
-43
/
+17
*
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-03-17
1
-4
/
+4
|
\
|
*
LSP: Fix workspace folder change capabilities
David Schulz
2022-03-16
1
-4
/
+4
*
|
Merge remote-tracking branch 'origin/7.0'
Eike Ziller
2022-03-11
1
-0
/
+6
|
\
\
|
|
/
|
*
ClangCodeModel: Do not highlight objects in method calls
Christian Kandeler
2022-03-01
1
-0
/
+6
*
|
Mimetypes: Make implementation switchable between new and old
Eike Ziller
2022-02-25
8
-10
/
+1
*
|
LanguageClient: avoid optional::value
David Schulz
2022-02-24
9
-34
/
+29
|
/
*
Remove qmake build files
Eike Ziller
2022-01-20
2
-48
/
+0
*
Make some qHash and comparison operators overloads hidden friends
hjk
2021-12-06
1
-9
/
+9
*
LanguageClient: remove semantic highlighting proposal
David Schulz
2021-11-29
6
-203
/
+0
[next]