summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Cache author and encoding for instant blameAndre Hartmann2023-05-171-6/+21
* Git: Fix missing instant blame with line foldingAndre Hartmann2023-05-171-1/+1
* Vcs: Use PagedSettings for all plugin settingshjk2023-05-151-2/+1
* Git: Also use the latest settings setup approachhjk2023-05-151-18/+12
* Git: Small simplification to Gerrit "plugin" setuphjk2023-05-081-8/+7
* Git: Change default shortcuts for "Current Project" to RepositoryOrgad Shaneh2023-05-081-6/+6
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+1
* Git: Fix soft asserts on failing instant blameAndre Hartmann2023-02-191-1/+2
* Git: Avoid passing strings to resolve text encodingsAndre Hartmann2023-01-301-1/+1
* Git: Fix instant blame text encodingAndre Hartmann2023-01-301-1/+2
* Git: Some more FilePath proliferationhjk2023-01-231-2/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-13/+13
* TextEditor: Tr::trhjk2023-01-181-6/+6
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-2/+2
* Git: Suppress all output for instant blameOrgad Shaneh2022-12-141-1/+1
* Git: Do not show progress bar and the command on instant blameOrgad Shaneh2022-12-141-1/+1
* VcsBase: Don't return editor from annotate()Jarek Kobus2022-12-111-6/+3
* VcsBase: Get rid of CommandOutputBindModeJarek Kobus2022-12-091-1/+1
* VcsBase: Reuse CommandOutputBindMode instead of boolJarek Kobus2022-12-091-1/+1
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-8/+8
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-4/+4
* Git: Disable instant blame for modified filesAndre Hartmann2022-11-281-0/+7
* Git: Enable instant blame only if current file is managedOrgad Shaneh2022-11-221-1/+1
* Git: Fix crash when closing last editorOrgad Shaneh2022-11-211-18/+21
* Git: Stop blame attempts for unmanaged files in the repositoryOrgad Shaneh2022-11-211-5/+10
* Git: use unique_ptr for instant blame marksAndre Hartmann2022-11-211-16/+9
* Git: Add instant line annotation (blame)Andre Hartmann2022-11-191-0/+232
* VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* VCS: Remove "Commit" option when closing commit editorOrgad Shaneh2022-10-211-1/+0
* VCS: Simplify promptSubmit a bit moreOrgad Shaneh2022-10-181-0/+1
* VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-171-26/+1
* VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-171-1/+1
* Git: Improve tracking of external changes to HEADOrgad Shaneh2022-10-141-23/+24
* VCS: Resolve symlinks on blameOrgad Shaneh2022-10-141-2/+6
* Git: Fix removing nested filesOrgad Shaneh2022-10-111-1/+1
* VCS: Fix misuses of parentDir().absolutePath()Orgad Shaneh2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Git: Convert to Tr::trAlessandro Portale2022-10-061-98/+95
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-1/+1
* CleanDialog: Use more FilePathJarek Kobus2022-10-021-14/+14
* GitPlugin: Drop unneeded namespace specifiersJarek Kobus2022-09-061-44/+44
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-14/+14
* GitPlugin: Avoid using sender()Jarek Kobus2022-07-221-74/+35
* Use setClipboardAndSelection more broadlyhjk2022-07-151-3/+1
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-2/+2
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-1/+1