aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/languageserverprotocol
Commit message (Expand)AuthorAgeFilesLines
* LSP: Add type hierarchy supportChristian Kandeler2024-03-158-0/+150
* LSP: Implement SymbolTag supportChristian Kandeler2024-03-127-1/+78
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-063-4/+4
|\
| * LSP: fix placeholder keyDavid Schulz2024-03-051-1/+1
| * LSP: Fix missing icons in call hierarchyChristian Kandeler2024-03-042-3/+3
* | Remove unneeded version checksEike Ziller2024-03-041-15/+0
|/
* Diagnostics: Remove unused headerJarek Kobus2024-02-051-1/+0
* LSP: fix compile with Qt 6.2David Schulz2024-01-122-18/+20
* LSP: Fix building with Qt less than 6.4Christian Stenger2024-01-092-0/+14
* LSP: Avoid running strlen() on json keyshjk2023-12-187-265/+270
* LSP: rename Create/Rename/DeleteFile classesDavid Schulz2023-10-092-20/+20
* LSP: add resource operations to the protocol implementationDavid Schulz2023-10-095-9/+246
* qbs build: Remove unneeded Project itemsChristian Kandeler2023-09-141-50/+46
* LanguageServerProtocol: allow RegistrationOptions in definitionProviderDavid Schulz2023-09-072-7/+23
* LSP: Fix compilation with Qt 6.2.4Marcus Tillmanns2023-09-052-8/+8
* LanguageClient: send out empty workspace configurationsDavid Schulz2023-08-221-2/+2
* LanguageClient: Fix ConfigurationItem scopeUri typeDavid Schulz2023-08-222-2/+9
* LanguageServer: Compile fix for Qt 6.2hjk2023-08-152-7/+7
* LSP: Use 8-bit keys in Json wrapperhjk2023-08-157-257/+258
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* LSP: remove unused functionsDavid Schulz2023-07-032-10/+0
* Tr: Various small fixesEike Ziller2023-05-261-2/+1
* LSP: Fix Range(QTextCursor &) constructorDavid Schulz2023-05-251-2/+2
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-3/+3
* 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
|\