aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Fix wrong class nameMarcus Tillmanns2024-01-171-2/+2
* LanguageClient: Support QLocalSocket as transport mediumChristian Kandeler2023-10-301-0/+54
* Tr: Various small fixesEike Ziller2023-05-261-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Utils: Replace Environment.isValid() with .hasChanges()hjk2023-01-271-1/+1
* LanguageClient: Tr::trhjk2023-01-201-5/+7
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-0/+5
* languageclient: Write errors to log fileMarcus Tillmanns2022-12-071-4/+17
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* UI text: Fix grammar errors and capitalization issuesLeena Miettinen2022-06-281-1/+1
* Python: prevent setting local env to remote pylsDavid Schulz2022-06-271-5/+2
* StdIOClientInterface: Connect to done() signalJarek Kobus2022-06-221-10/+5
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-3/+1
* Python: add pyside uic extra compilerDavid Schulz2022-06-021-1/+9
* LanguageClient: fix leak on restarting crashed clientDavid Schulz2022-05-201-0/+4
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-5/+5
* LanguageClient: Move the interface out of the gui threadDavid Schulz2022-05-191-28/+28
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-171-3/+14
* LSP: Do not copy a message before sending it outChristian Kandeler2022-05-131-1/+2
* Utils: Add a QString-based write to QtcProcesshjk2022-04-281-1/+1
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-1/+2
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-2/+2
* Use refactored ProcessModeJarek Kobus2021-08-091-0/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-3/+4
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-4/+6
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-7/+2
* LanguageClient: Avoid one use of SynchronousProcesshjk2021-05-031-4/+1
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-11/+11
* LSP: log non protocol lines instead of throwing an errorDavid Schulz2019-05-091-6/+5
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-1/+1
|\
| * LanguageClient: Fix error message on crashChristian Stenger2019-05-071-1/+1
* | LanguageClient: Compare expanded arguments for stdio clientsDavid Schulz2019-04-021-1/+1
|/
* LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-121-1/+1
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-0/+165