| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -3/+3 |
| * | Use QStringList instead of QList<QString> | Alessandro Portale | 2025-10-02 | 1 | -4/+4 |
| * | LanguageClient: improve clangd function hint | David Schulz | 2024-03-11 | 1 | -24/+13 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | LSP: Support remote LSP file paths | David Schulz | 2022-12-15 | 1 | -1/+1 |
| * | Editor: move ownership of assist interface to processor | David Schulz | 2022-11-17 | 1 | -6/+5 |
| * | Editor: unify assist processor handling | David Schulz | 2022-11-14 | 1 | -6/+1 |
| * | Editor: delete assist interface in lsp/clangd support | David Schulz | 2022-11-08 | 1 | -0/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Utils: Remove Utils::optional | Eike Ziller | 2022-09-01 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Merge remote-tracking branch 'origin/7.0' into 8.0 | Eike Ziller | 2022-06-02 | 1 | -0/+2 |
| |\ |
|
| | * | LanguageClient: Avoid crashes when language client is invalid | Aaron Barany | 2022-05-31 | 1 | -0/+2 |
| * | | LanguageServerProtocol: remove IContent | David Schulz | 2022-05-20 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/7.0' | Eike Ziller | 2022-05-09 | 1 | -0/+1 |
| |\| |
|
| | * | LanguageClient: track running function hint processor | David Schulz | 2022-05-06 | 1 | -0/+1 |
| * | | LanguageClient: avoid optional::value | David Schulz | 2022-02-24 | 1 | -2/+2 |
| |/ |
|
| * | LSP: Add support for activeParameter of SignatureInformation | David Schulz | 2021-09-30 | 1 | -4/+5 |
| * | LanguageClient: remove codeassist proposal handler | David Schulz | 2021-09-28 | 1 | -14/+5 |
| * | LanguageClient: export FunctionHint code assist | David Schulz | 2021-09-17 | 1 | -19/+4 |
| * | Editor: pass AssistInterface to createProcessor | David Schulz | 2021-09-16 | 1 | -1/+2 |
| * | ClangCodeModel: Use clangd for completion and function hint | Christian Kandeler | 2021-08-23 | 1 | -5/+16 |
| * | LanguageClient: highlight current argument in function hint | David Schulz | 2021-07-12 | 1 | -1/+20 |
| * | LanguageClient: Fix function hint range check | David Schulz | 2021-06-21 | 1 | -1/+1 |
| * | LanguageClient: Fix possible nullptr access | Christian Stenger | 2021-04-22 | 1 | -1/+6 |
| * | LanguageClient: Fix dynamic registered signature help | David Schulz | 2021-01-26 | 1 | -3/+4 |
| * | TextEditor: use Utils::FilePath as file member in AssistInterface | David Schulz | 2020-09-04 | 1 | -1/+1 |
| * | LSP: Explicify API | David Schulz | 2020-07-15 | 1 | -2/+1 |
| * | LSP: fix codeassists running check | David Schulz | 2020-05-14 | 1 | -6/+8 |
| * | LSP: do not create empty function hint proposal model | David Schulz | 2020-05-14 | 1 | -3/+7 |
| * | CodeAssist: Fix leaking asynchronous processors | David Schulz | 2020-05-12 | 1 | -0/+2 |
| * | CodeAssistant: add cancel to asynchronous processors | David Schulz | 2020-02-20 | 1 | -4/+13 |
| * | LanguageClient: more FileName to FilePath renaming | David Schulz | 2019-09-17 | 1 | -1/+1 |
| * | LanguageClient: reset all assist providers | David Schulz | 2019-09-11 | 1 | -1/+2 |
| * | Utils: Rename FileName to FilePath | hjk | 2019-05-28 | 1 | -1/+1 |
| * | LanguageClient: add signature help provider | David Schulz | 2019-05-21 | 1 | -0/+144 |