aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/progressmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-071-4/+4
* LanguageClient: postpone creating progressbarsDavid Schulz2023-06-021-14/+38
* ClangCodeModel: Allow cancelling the background indexDavid Schulz2023-01-201-4/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Clangd indexing: Hide cancel button, open settings on clickEike Ziller2022-10-191-0/+10
* LanguageClient: log progress durationDavid Schulz2022-09-211-0/+13
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-7/+7
* LanguageClient: Use double for progress reportsDavid Schulz2021-06-041-3/+2
* LanguageClient: clear running progress when resetting clientDavid Schulz2021-06-031-3/+8
* LanguageClient: Add signal to inform about WorkDoneProgressEndChristian Kandeler2021-04-271-0/+5
* LanguageClient: Add the possibility to override progress messagesChristian Kandeler2021-04-261-1/+8
* LanguageClient: remove outdated progress subtitleDavid Schulz2021-04-151-4/+6
* LanguageClient: prevent detaching QListDavid Schulz2021-04-151-1/+2
* LanguageServerProtocol: add progress supportDavid Schulz2021-03-161-0/+119