summaryrefslogtreecommitdiff
path: root/src/libs/languageserverprotocol
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-293-0/+19
* LanguageClient: Introduce ClientRequestTaskDavid Schulz2023-03-212-1/+2
* Merge remote-tracking branch 'origin/10.0'Orgad Shaneh2023-02-142-4/+4
|\
| * Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-4/+4
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-101-3/+4
|\ \ | |/
| * Translations: Use QCoreApplication::translate() instead of tr()Alessandro Portale2023-02-091-4/+4
| * Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-3/+4
* | LanguageClient: Export LanguageClientOutlineItemChristian Kandeler2023-02-071-1/+0
|/
* Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* LanguageServerProtocol: Tr::trAlessandro Portale2023-01-245-21/+17
* LSP: implement call hierarchyDavid Schulz2023-01-118-0/+177
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-1038-38/+38
* LanguageServerProtocol: Fix compileChristian Stenger2023-01-091-3/+3
* LSP: Make hash and debug operator hidden friendshjk2023-01-061-14/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-201-1/+4
|\
| * LanguageClient: Do not send out invalid errorsDavid Schulz2022-12-161-1/+4
* | LSP: Support remote LSP file pathsDavid Schulz2022-12-152-21/+32
* | LanguageServerProtocol: Fix toPositionInDocument()Christian Stenger2022-12-141-1/+1
|/
* LSP: Fix translatable error messageDavid Schulz2022-10-191-10/+6
* LSP: Do not stringify UnknownErrorCodeChristian Kandeler2022-09-221-1/+0
* Libs: Add *tr.h filehjk2022-09-013-0/+17
* Utils: Remove Utils::optionalEike Ziller2022-09-0121-329/+344
* Use SPDX license identifiersLucie Gérard2022-08-2638-912/+76
* Utils: Remove variant.hMarco Bubke2022-08-2317-173/+175
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-056-250/+251
|\
| * LSP: Use char16_t literals for keys into json objectshjk2022-08-046-249/+250
* | LanguageClient: Support limit parameter for completion requestChristian Kandeler2022-08-042-0/+4
* | warnings: Fix -Wdeprecated-copyMarcus Tillmanns2022-08-042-2/+0
|/
* LSP: define a MessageId invalid if it contains an empty stringDavid Schulz2022-07-081-9/+11
* ClangCodeModel: Special rendering for deprecated completion itemsChristian Kandeler2022-06-203-0/+32
* LSP: Make the destructor of JsonRpcMessage virtualDavid Schulz2022-05-231-0/+2
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-206-146/+80
* LanguageClient: Move the interface out of the gui threadDavid Schulz2022-05-191-1/+3
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-173-65/+47
* LSP: fix hover request resultDavid Schulz2022-05-162-1/+25
* LSP: Do not copy a message before sending it outChristian Kandeler2022-05-132-7/+1
* LanguageClient: set the client info in initialize paramsDavid Schulz2022-05-062-0/+18
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+2
* LSP: Simplify content parsingDavid Schulz2022-04-143-43/+17
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-171-4/+4
|\
| * LSP: Fix workspace folder change capabilitiesDavid Schulz2022-03-161-4/+4
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-111-0/+6
|\ \ | |/
| * ClangCodeModel: Do not highlight objects in method callsChristian Kandeler2022-03-011-0/+6
* | Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-258-10/+1
* | LanguageClient: avoid optional::valueDavid Schulz2022-02-249-34/+29
|/
* Remove qmake build filesEike Ziller2022-01-202-48/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-9/+9
* LanguageClient: remove semantic highlighting proposalDavid Schulz2021-11-296-203/+0