aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientoutline.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Fix crashEike Ziller2024-05-071-1/+1
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-071-8/+8
* LanguageClient: Fix missing default context menuChristian Stenger2023-11-151-0/+19
* Merge remote-tracking branch 'origin/10.0'Orgad Shaneh2023-02-141-2/+2
|\
| * Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-2/+2
* | CppEditor: Render forward decls less prominently in outlineChristian Kandeler2023-02-091-0/+1
* | LanguageClient: Export LanguageClientOutlineItemChristian Kandeler2023-02-071-68/+41
|/
* LanguageClient: Tr::trhjk2023-01-201-3/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-3/+3
* Utils: Add sorted() functionChristian Kandeler2022-10-251-6/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-8/+8
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-031-0/+1
|\
| * LanguageClient: fix outline focusDavid Schulz2022-08-031-0/+1
* | Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
|/
* LanguageClient: outline drag supportDavid Schulz2022-06-291-2/+50
* LanguageClient: sort outline itemsDavid Schulz2022-06-291-3/+22
* LanguageClient: fix sync with in outline widgetDavid Schulz2022-06-071-1/+1
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* Compile fixJarek Kobus2022-05-021-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-021-3/+9
|\
| * LanguageClient: support sorting outline combo box itemsDavid Schulz2022-05-021-3/+26
| * LanguageClient: support sorting outline widget itemsDavid Schulz2022-05-021-3/+32
| * LanguageClient: select innermost outline widget itemDavid Schulz2022-05-021-20/+24
* | Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-2/+1
* | LanguageClient: support sorting outline combo box itemsDavid Schulz2022-02-231-3/+23
* | LanguageClient: support sorting outline widget itemsDavid Schulz2022-02-231-3/+32
* | LanguageClient: select innermost outline widget itemDavid Schulz2022-02-231-20/+24
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-111-0/+1
|\|
| * LanguageClient: Prevent extra frame border around outline viewAlessandro Portale2022-02-101-0/+1
* | LanguageClient: pass BaseTextEditor to outline generatorDavid Schulz2022-02-041-8/+5
* | LanguageClient: move document symbol support check to clientDavid Schulz2022-02-041-30/+11
|/
* LanguageClient: select the innermost item in editor outlineDavid Schulz2021-11-261-2/+9
* ClangCodeModel: Get document symbols immediatelyChristian Kandeler2021-09-161-3/+3
* LanguageClient: update outline after documentDavid Schulz2021-07-121-2/+2
* LanguageClient: update outline after documentDavid Schulz2021-07-081-6/+5
* ClangCodeModel: Provide outline via clangdChristian Kandeler2021-07-011-4/+18
* LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
* LSP: support WorkDoneProgressOptions in server capabilitiesDavid Schulz2021-02-151-1/+7
* LanguageClient: Improve outlineChristian Stenger2020-07-301-0/+2
* LSP: fix outline's selected item when writingAlexis Murzeau2020-04-291-0/+6
* LanguageClient: Request symbols in outline combo box constructorDavid Schulz2020-03-021-0/+2
* LanguageClient: outline combo box for editor toolbarDavid Schulz2020-01-311-1/+93
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-1/+1
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-10/+7
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* LanguageClient: Ensure scrolling to selected outline itemChristian Stenger2019-05-171-0/+2
* LanguageClient: update outline after document changesDavid Schulz2019-05-171-0/+5
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-40/+1