summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: remove unused variablesDavid Schulz2023-03-231-2/+2
* LanguageClient: add action to open call hierarchyDavid Schulz2023-03-221-0/+11
* DocumentLocatorFilter: Make it more self-containedJarek Kobus2023-03-201-2/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+5
* LanguageClient: Tr::trhjk2023-01-201-2/+7
* LanguageClient: Do not untrack documents before restarting a clientDavid Schulz2023-01-191-1/+4
* LanguageClient: remove unused codeDavid Schulz2023-01-171-16/+0
* LanguageClient: Add action to restart client to editor toolbarDavid Schulz2023-01-091-0/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageServer: Add tooltip to file patternMarcus Tillmanns2022-12-161-2/+0
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-5/+0
* LanguageClient: Fix handling of defective language serverDavid Schulz2022-12-071-0/+2
* LanguageClient: prevent nullptr accessDavid Schulz2022-11-301-1/+1
* LanguageClient: deactivate documents on client shutdownDavid Schulz2022-10-141-3/+4
* LanguageClient: use separate variable to save shutdown stateDavid Schulz2022-10-141-7/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-6/+6
* LanguageClient: show only one inspector widget at a timeDavid Schulz2022-09-271-4/+1
* LanguageClient: correctly initialize editors of opened documentsDavid Schulz2022-09-231-2/+1
* LanguageClient: ensure that deleted clients are untracked in managerDavid Schulz2022-09-221-0/+8
* LanguageClient: prevent accessing freed data on shutdownDavid Schulz2022-09-221-0/+5
* LanguageClient: postpone outline update until documents are openedDavid Schulz2022-09-081-2/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: Add LanguageClientManager::clientAdded() signalChristian Kandeler2022-08-041-0/+1
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-2/+2
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-1/+1
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-1/+1
* ClangCodeModel: Switch to LSP-based UI header approachChristian Kandeler2022-06-021-1/+1
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+2
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-171-3/+3
* LSP: Simplify content parsingDavid Schulz2022-04-141-11/+0
* LanguageClientManager: Don't delete the client directlyJarek Kobus2022-04-051-5/+2
* LanguageClient: constify createClientDavid Schulz2022-03-211-1/+2
* LanguageClient: rename clientForSetting -> clientsForSettingDavid Schulz2022-03-211-4/+4
* LanguageClient: unify client containerDavid Schulz2022-03-211-11/+11
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+0
* LanguageClient: do not disconnect client from everything before deletionDavid Schulz2022-02-221-1/+1
* LanguageClient: fix race condition on client shutdownDavid Schulz2022-02-141-4/+1
* LanguageClient: do not disconnect client from managerDavid Schulz2022-02-101-1/+0
* Register some more windowsEike Ziller2022-02-091-0/+1
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2022-01-171-3/+5
|\
| * LanguageClient: fix possible crash on shutdownJarek Kobus2022-01-171-3/+5
* | LanguageClient: announce opened projects just onceDavid Schulz2021-12-011-3/+3
* | LanguageClient: move remove project connection to clientDavid Schulz2021-12-011-8/+1
* | LanguageClient: remove semantic highlighting proposalDavid Schulz2021-11-291-1/+0
|/
* LanguageClient: prevent crash in LanguageClientManagerDavid Schulz2021-11-191-0/+2
* LanguageClient: Reopen document after restarting crashed serverDavid Schulz2021-11-161-3/+8
* LanguageClient: add logging to the managerDavid Schulz2021-11-101-0/+11
* LanguageClient: support semanticTokens/refreshDavid Schulz2021-11-031-0/+1
* Merge "Merge remote-tracking branch 'origin/5.0'"The Qt Project2021-08-301-2/+1
|\
| * Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-301-2/+1
| |\