| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid including multiple Tr classes | Eike Ziller | 2025-09-26 | 1 | -2/+1 |
| * | Utils: Work-around incorrectly themed icons | Alessandro Portale | 2025-09-04 | 1 | -1/+1 |
| * | Vcs: Get rid of vcsExecWithHandler() | Jarek Kobus | 2025-07-09 | 1 | -4/+4 |
| * | VCS: Further reduce QTextCodec dependency | hjk | 2025-06-13 | 1 | -9/+9 |
| * | Clean up some includes | hjk | 2025-05-14 | 1 | -1/+0 |
| * | Utils: Introduce a TextCodec::displayName() and use it | hjk | 2025-05-14 | 1 | -1/+1 |
| * | Utils: Introduce a Utils::TextCodec class | hjk | 2025-05-14 | 1 | -3/+3 |
| * | VCS: Replace more uses of QTextCodec with its name | hjk | 2025-05-09 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/16.0' | Eike Ziller | 2025-04-24 | 1 | -42/+47 |
| |\ |
|
| | * | Git: Fix potential crash in instant blame | Eike Ziller | 2025-04-23 | 1 | -34/+37 |
| * | | Editor: use forked plaintextedit | David Schulz | 2025-04-15 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/16.0' | Eike Ziller | 2025-03-13 | 1 | -1/+1 |
| |\| |
|
| | * | Git: InstantBlame: Escape commit summaries in tooltip | Andre Hartmann | 2025-03-08 | 1 | -1/+1 |
| * | | Git: InstantBlame: Reuse existing git function | Andre Hartmann | 2025-03-08 | 1 | -3/+1 |
| * | | Git: InstantBlame: Add "revert commit" action | Andre Hartmann | 2025-02-13 | 1 | -3/+17 |
| |/ |
|
| * | Git: InstantBlame: Make uncommited line info translatable | Andre Hartmann | 2025-02-10 | 1 | -3/+8 |
| * | Git: InstantBlame: Make tooltip actions translatable | Andre Hartmann | 2025-02-10 | 1 | -6/+10 |
| * | Git: InstantBlame: Add more logging for blame setup | Andre Hartmann | 2025-01-11 | 1 | -1/+7 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -2/+2 |
| * | Git: InstantBlame: Remove trailing newline from output | Andre Hartmann | 2024-11-24 | 1 | -1/+1 |
| * | Git: InstantBlame: Disable tooltip actions for modified lines | Andre Hartmann | 2024-11-01 | 1 | -15/+25 |
| * | Git: InstantBlame: No line diff for modified lines | Andre Hartmann | 2024-10-08 | 1 | -0/+4 |
| * | Git: Replace "SHA1" with "hash" in translatable strings | Andre Hartmann | 2024-09-10 | 1 | -1/+1 |
| * | Git: Replace "SHA1" with "hash" in code and comments | Andre Hartmann | 2024-09-09 | 1 | -1/+1 |
| * | Git: InstantBlame: Improve logging output | Andre Hartmann | 2024-09-08 | 1 | -1/+1 |
| * | Git: InstantBlame: Add tooltip line diff | Andre Hartmann | 2024-09-05 | 1 | -2/+68 |
| * | Git: InstantBlame: Adjust to common terminology | Andre Hartmann | 2024-09-04 | 1 | -16/+16 |
| * | Git: InstantBlame: Improve tooltip appearance | Andre Hartmann | 2024-09-03 | 1 | -12/+14 |
| * | Git: InstantBlame: Add line log action to tooltip | Andre Hartmann | 2024-08-29 | 1 | -4/+16 |
| * | Git: InstantBlame: Simplify slot for editor setup | Andre Hartmann | 2024-08-23 | 1 | -16/+6 |
| * | Git: InstantBlame: Add commit subject to annotation | Andre Hartmann | 2024-08-23 | 1 | -1/+7 |
| * | Git: InstantBlame: Retrigger on more settings changed | Andre Hartmann | 2024-08-23 | 1 | -0/+8 |
| * | Git: InstantBlame: Simplify lambda when settings changed | Andre Hartmann | 2024-08-23 | 1 | -5/+2 |
| * | Git: Instant Blame: Improve porcelain blame description | Andre Hartmann | 2024-07-28 | 1 | -4/+10 |
| * | Git: Instant Blame: Use original line number for blame | Andre Hartmann | 2024-07-28 | 1 | -3/+8 |
| * | Git: Add full blame and showing file from Instant Blame | Andre Hartmann | 2024-07-22 | 1 | -7/+42 |
| * | Git: Avoid crash when reloading files | Christian Stenger | 2024-05-21 | 1 | -0/+7 |
| * | Git: InstantBlame: Lower logging category for non-error | Andre Hartmann | 2024-01-22 | 1 | -1/+1 |
| * | Git: InstantBlame: Init m_cursorPositionChangedTimer in ctor | Andre Hartmann | 2024-01-20 | 1 | -3/+3 |
| * | Git: InstantBlame: Fix multiple blame after file save | Andre Hartmann | 2024-01-20 | 1 | -6/+19 |
| * | Git: InstantBlame: Add categorized logging | Andre Hartmann | 2024-01-20 | 1 | -5/+27 |
| * | Git: Separate internal plugin access API from plugin class | hjk | 2024-01-15 | 1 | -2/+2 |
| * | Git: Fix missing include | Christian Stenger | 2023-12-13 | 1 | -0/+1 |
| * | Git: Move Instant Blame into own class | Andre Hartmann | 2023-12-10 | 1 | -0/+333 |