aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/diagnosticmark.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-211-2/+4
* ClangTools: properly initialize diagnostic mark without documentDavid Schulz2024-07-021-32/+39
* ClangTools: Do not assume there is a corresponding open documentChristian Kandeler2024-06-191-4/+8
* Utils: Cache theme icon accesshjk2023-09-011-1/+1
* ClangTools: fix warning text mark colorDavid Schulz2023-06-231-1/+1
* ClangTools: lower priority of warning marksDavid Schulz2023-06-231-13/+12
* ClangTools: optimize generating diagnostic text marksDavid Schulz2023-06-201-4/+11
* ClangTools: Tr::trAlessandro Portale2023-01-201-2/+2
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextMark: Delay context menu tooltip action creationhjk2022-08-041-20/+20
* Use new convenience function for clipboard contentshjk2022-06-201-3/+2
* Editor: make sure to update marker on annotation changeDavid Schulz2022-03-151-1/+0
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-1/+1
* ClangTools: Let users disable checks from text marksChristian Kandeler2021-05-041-0/+8
* TextEditor: Support tooltips for buttons in text mark tooltipsChristian Kandeler2021-02-051-0/+1
* TextEditor: Let TextMark subclasses provide a settings pageChristian Kandeler2021-01-201-0/+2
* ClangTools: Add copy to clipboard action to diagnostic markDavid Schulz2021-01-121-0/+18
* ClangTools: Add QuickFixes to the editorDavid Schulz2020-09-041-1/+7
* ClangTools: Add diagnostic mark classDavid Schulz2020-08-281-0/+72