aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsoutputformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* VcsBase: Convert to Tr::trhjk2023-01-181-5/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VCS: Linkify file names in diff outputOrgad Shaneh2022-10-131-2/+10
* Git: Fix pattern for commit hash matchingOrgad Shaneh2022-10-111-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-23/+2
* Use setClipboardAndSelection more broadlyhjk2022-07-151-4/+4
* VcsBase: Cleanup some Utils:: in cpp filesJarek Kobus2022-07-131-2/+1
* VcsOutputLineParser: Allow copying links to clipboardAndre Hartmann2022-02-091-0/+4
* Vcs: Use more FilePath for file pathshjk2021-08-021-4/+4
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-2/+4
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-5/+8
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-2/+6
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-5/+5
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-15/+8
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-071-1/+1
|\
| * VcsOutputFormatter: Allow ranges with three dots alsoAndre Hartmann2020-04-061-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-231-1/+2
|\|
| * VCS: Capture more hashes with suffixesAndre Hartmann2020-03-211-1/+2
* | Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-4/+9
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-201-1/+1
|\|
| * VCS: Capture hashes with trailing caretAndre Hartmann2020-03-201-1/+1
* | Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-3/+3
|/
* Git: Add actions for changes in output window context menuOrgad Shaneh2020-02-281-0/+18
* VcsOutputFormatter: Fix multiple regexp matchesAndre Hartmann2020-02-181-22/+15
* Git: Allow clicking references in VcsOutputWindowAndre Hartmann2020-02-161-8/+23
* VcsBase: Fix memory leakChristian Kandeler2020-02-061-6/+2
* Make http(s) urls clickable in the VCS output paneMiklos Marton2020-02-051-0/+67