aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* 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-196-13/+272
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-182-2/+0
* Git: GerritPushDialog: Use LayoutingJarek Kobus2022-11-185-366/+143
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Vcs: Proliferate FilePath a bit furtherhjk2022-11-092-5/+3
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-7/+6
|\
| * Git: Fix focus issue in LogChangeWidgetOrgad Shaneh2022-10-271-7/+6
* | VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-251-2/+2
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-2/+1
* | VCS: Remove "Commit" option when closing commit editorOrgad Shaneh2022-10-211-1/+0
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-181-3/+5
|\|
| * Git: Pass only files after -- on BlameOrgad Shaneh2022-10-141-1/+2
| * Git: Respect text encoding in project settings on diffOrgad Shaneh2022-10-141-2/+3
* | 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-142-36/+25
* | VCS: Resolve symlinks on blameOrgad Shaneh2022-10-141-2/+6
|/
* Git: Fix removing nested filesOrgad Shaneh2022-10-112-2/+5
* Git: Fix adding existing files in nested directoriesOrgad Shaneh2022-10-111-5/+6
* VCS: Fix misuses of parentDir().absolutePath()Orgad Shaneh2022-10-111-1/+1
* Git: Fix pattern for commit hash matchingOrgad Shaneh2022-10-111-1/+1
* VcsCommand: Simplify ProgressParserJarek Kobus2022-10-071-16/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-078-14/+14
* Git: VcsBase: Squish: Make tst_git_local run againRobert Löhning2022-10-071-0/+4
* Git: Fix include directiveChristian Kandeler2022-10-071-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-0647-758/+660
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-066-59/+59
* Git: Restore object names for dialogRobert Löhning2022-10-061-0/+4
* VcsManager: Use more FilePathJarek Kobus2022-10-052-15/+12
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-051-1/+1
* VcsBasePlugin: Use more FilePathJarek Kobus2022-10-042-6/+6
* CleanDialog: Use more FilePathJarek Kobus2022-10-021-14/+14
* GitPlugin: Limit the usage of qMakePairJarek Kobus2022-09-301-6/+6
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-1/+1
* VcsBaseEditor: Get rid of diffChunkApplied()Jarek Kobus2022-09-291-3/+1
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-292-8/+7
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-2/+0
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-202-20/+19
* PushHandler: Use cleanedStdErr()Jarek Kobus2022-09-201-29/+33
* ConflictHandler: Use cleanedStdOut() and cleanedStdErr()Jarek Kobus2022-09-201-2/+4
* GitBaseDiffEditorController: Use cleanedStdOut()Jarek Kobus2022-09-191-2/+2
* GitPlugin: Drop unneeded namespace specifiersJarek Kobus2022-09-061-44/+44