aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/instantblame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up some includeshjk11 days1-1/+0
* Utils: Introduce a TextCodec::displayName() and use ithjk12 days1-1/+1
* Utils: Introduce a Utils::TextCodec classhjk12 days1-3/+3
* VCS: Replace more uses of QTextCodec with its namehjk2025-05-091-3/+3
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-241-42/+47
|\
| * Git: Fix potential crash in instant blameEike Ziller2025-04-231-34/+37
* | Editor: use forked plaintexteditDavid Schulz2025-04-151-2/+2
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-131-1/+1
|\|
| * Git: InstantBlame: Escape commit summaries in tooltipAndre Hartmann2025-03-081-1/+1
* | Git: InstantBlame: Reuse existing git functionAndre Hartmann2025-03-081-3/+1
* | Git: InstantBlame: Add "revert commit" actionAndre Hartmann2025-02-131-3/+17
|/
* Git: InstantBlame: Make uncommited line info translatableAndre Hartmann2025-02-101-3/+8
* Git: InstantBlame: Make tooltip actions translatableAndre Hartmann2025-02-101-6/+10
* Git: InstantBlame: Add more logging for blame setupAndre Hartmann2025-01-111-1/+7
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Git: InstantBlame: Remove trailing newline from outputAndre Hartmann2024-11-241-1/+1
* Git: InstantBlame: Disable tooltip actions for modified linesAndre Hartmann2024-11-011-15/+25
* Git: InstantBlame: No line diff for modified linesAndre Hartmann2024-10-081-0/+4
* Git: Replace "SHA1" with "hash" in translatable stringsAndre Hartmann2024-09-101-1/+1
* Git: Replace "SHA1" with "hash" in code and commentsAndre Hartmann2024-09-091-1/+1
* Git: InstantBlame: Improve logging outputAndre Hartmann2024-09-081-1/+1
* Git: InstantBlame: Add tooltip line diffAndre Hartmann2024-09-051-2/+68
* Git: InstantBlame: Adjust to common terminologyAndre Hartmann2024-09-041-16/+16
* Git: InstantBlame: Improve tooltip appearanceAndre Hartmann2024-09-031-12/+14
* Git: InstantBlame: Add line log action to tooltipAndre Hartmann2024-08-291-4/+16
* Git: InstantBlame: Simplify slot for editor setupAndre Hartmann2024-08-231-16/+6
* Git: InstantBlame: Add commit subject to annotationAndre Hartmann2024-08-231-1/+7
* Git: InstantBlame: Retrigger on more settings changedAndre Hartmann2024-08-231-0/+8
* Git: InstantBlame: Simplify lambda when settings changedAndre Hartmann2024-08-231-5/+2
* Git: Instant Blame: Improve porcelain blame descriptionAndre Hartmann2024-07-281-4/+10
* Git: Instant Blame: Use original line number for blameAndre Hartmann2024-07-281-3/+8
* Git: Add full blame and showing file from Instant BlameAndre Hartmann2024-07-221-7/+42
* Git: Avoid crash when reloading filesChristian Stenger2024-05-211-0/+7
* Git: InstantBlame: Lower logging category for non-errorAndre Hartmann2024-01-221-1/+1
* Git: InstantBlame: Init m_cursorPositionChangedTimer in ctorAndre Hartmann2024-01-201-3/+3
* Git: InstantBlame: Fix multiple blame after file saveAndre Hartmann2024-01-201-6/+19
* Git: InstantBlame: Add categorized loggingAndre Hartmann2024-01-201-5/+27
* Git: Separate internal plugin access API from plugin classhjk2024-01-151-2/+2
* Git: Fix missing includeChristian Stenger2023-12-131-0/+1
* Git: Move Instant Blame into own classAndre Hartmann2023-12-101-0/+333