aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangtextmark.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: generate issue pane entries for diagnosticsDavid Schulz2024-04-191-31/+0
* CppEditor: Move ClangdSettings into a dedicated set of filesChristian Kandeler2024-03-281-1/+1
* Tr: More small fixesEike Ziller2023-10-181-2/+2
* Utils: Cache theme icon accesshjk2023-09-011-1/+1
* ClangCodeModel: Fix outdated messageChristian Kandeler2023-07-121-1/+2
* ClangCodeModel: Fix suppressing warnings via textmark tooltipChristian Kandeler2023-07-071-45/+17
* LanguageClient: improve the performance of creating text marksDavid Schulz2023-06-141-3/+3
* ClangTools: Prefer .clang-tidy file by defaultChristian Kandeler2023-04-131-6/+3
* Clangd: Convert paths in diagnostic messagesMarcus Tillmanns2023-02-091-1/+1
* TextEditor: Some fileName -> filePath renaminghjk2023-02-081-1/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-5/+2
* ClangCodeModel: Tr::trhjk2023-01-191-3/+5
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-2/+5
* ClangDiagnosticConfig: Introduce ClangToolType enumJarek Kobus2023-01-111-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-5/+7
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-1/+1
* 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-1/+1
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-051-24/+25
|\
| * ClangCodeModel: fix diagnostic settings linkDavid Schulz2022-08-051-1/+1
| * TextMark: Delay context menu tooltip action creationhjk2022-08-041-22/+23
| * ClangCodeModel: Avoid FilePath->QString->FilePath roundtriphjk2022-08-041-1/+1
* | Core: Remove #include <QMainWindow> from icore.hhjk2022-07-221-0/+1
|/
* Use new convenience function for clipboard contentshjk2022-06-201-4/+2
* Move clang diagnostics config settings to clangd settings pageChristian Kandeler2022-05-231-31/+9
* ClangCodeModel: pass ClangdClient to text mark constructorDavid Schulz2022-05-131-2/+2
* ClangCodeModel: Fix issue pane management for clangd diagnosticsChristian Kandeler2022-05-121-11/+11
* ClangCodeModel: Fix handling of code actions in diagnostic tooltipChristian Kandeler2022-05-121-1/+4
* Remove clangsupport dependency from pluginsChristian Kandeler2022-05-061-35/+29
* ClangCodeModel: Remove libclang-based diagnostics and highlightingChristian Kandeler2022-05-021-110/+39
* ClangCodeModel: prevent text mark annotations in non project filesDavid Schulz2022-02-251-1/+2
* ClangCodeModel: remove ClangdTextMark safety netDavid Schulz2022-02-251-10/+0
* ClangCodeModel: Fix tooltip for clangd text mark copy actionChristian Kandeler2022-02-041-1/+1
* Clangd: clean up text marks after deleting clientDavid Schulz2022-01-141-0/+10
* ClangCodeModel: Properly display clangd auxiliary diagnostic messagesChristian Kandeler2021-12-151-1/+42
* clangd: Assert on generating tooltip for deleted clientDavid Schulz2021-12-071-2/+6
* ClangCodeModel: show specific client name in diagnosticDavid Schulz2021-11-191-1/+1
* ClangCodeModel: Provide source of diagnostics in tooltipChristian Kandeler2021-10-141-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-9/+9
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-1/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-1/+1
* Clangd: Make code model warnings less intrusive in fallback clientChristian Kandeler2021-07-301-5/+6
* ClangCodeModel: Keep a QPointer to the ClangdClient in ClangdTextMarkChristian Kandeler2021-06-301-2/+1
* ClangCodeModel: Provide diagnostics via clangdChristian Kandeler2021-06-281-3/+118
* Fix lupdate issuesEike Ziller2021-03-221-2/+3
* TextEditor: Support tooltips for buttons in text mark tooltipsChristian Kandeler2021-02-051-0/+2
* TextEditor: Let TextMark subclasses provide a settings pageChristian Kandeler2021-01-201-0/+3
* ClangCodeModel: Prevent outdated fix-its from getting appliedChristian Kandeler2020-11-241-4/+6