aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-141-2/+29
|\
| * Vcs: Do not expose passwords to the output windowsChristian Stenger2022-11-111-2/+29
* | Vcs: Proliferate FilePath a bit furtherhjk2022-11-094-21/+20
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-032-5/+5
|\|
| * VCS: Remove export for inline functionsOrgad Shaneh2022-10-271-4/+4
| * VCS: Fix resolving active directory for temp editorsOrgad Shaneh2022-10-261-1/+1
| * Utils: Rename FilePath::relativePath() to relativePathFrom()hjk2022-10-181-2/+2
* | VCS: Simplify submit editor accept/close flowOrgad Shaneh2022-10-254-74/+46
* | VCS: Remove "Commit" option when closing commit editorOrgad Shaneh2022-10-212-33/+3
* | VCS: Remove "Do not ask again" checkbox when closing commit editorOrgad Shaneh2022-10-211-12/+11
* | DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-1/+8
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-183-1/+7
|\|
| * Fix lupdate issuesEike Ziller2022-10-141-2/+2
| * VCS: Rename functionOrgad Shaneh2022-10-143-3/+3
| * VCS: Do not prompt on close if nothing was doneOrgad Shaneh2022-10-133-1/+7
* | VCS: Simplify promptSubmit a bit moreOrgad Shaneh2022-10-184-10/+7
* | VcsBase: Fix buildChristian Stenger2022-10-181-1/+1
* | VCS: Fix blaming previous revisions for renamed filesOrgad Shaneh2022-10-181-3/+4
* | VCS: Deduplicate some submit editor closing logicOrgad Shaneh2022-10-172-3/+33
* | VCS: Remove "Prompt to submit" settingsOrgad Shaneh2022-10-174-33/+8
* | VCS: Minor optimization in relative file resolvingOrgad Shaneh2022-10-141-4/+2
* | VCS: Resolve symlinks on blameOrgad Shaneh2022-10-141-2/+2
* | VCS: Use more FilePath in VcsBaseEditorOrgad Shaneh2022-10-142-40/+30
* | VCS: Linkify file names in diff outputOrgad Shaneh2022-10-131-2/+10
* | VcsCommand: Some cleanupJarek Kobus2022-10-121-7/+0
* | VcsCommand: Remove signals for communication with VcsOutputWindowJarek Kobus2022-10-122-37/+12
* | VcsCommand: Reuse ProcessProgressJarek Kobus2022-10-122-66/+21
* | VcsCommand: Call GlobalFileChangeBlocker functions directlyOrgad Shaneh2022-10-111-10/+4
|/
* Git: Fix pattern for commit hash matchingOrgad Shaneh2022-10-111-4/+4
* VcsCommand: Remove outdated commentsJarek Kobus2022-10-091-17/+0
* VcsCommand: Simplify ProgressParserJarek Kobus2022-10-072-59/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-075-9/+9
* Git: VcsBase: Squish: Make tst_git_local run againRobert Löhning2022-10-071-0/+6
* RunFlags: Add ProgressiveOutput flagJarek Kobus2022-10-064-29/+23
* RunFlags: Group flags into QtcProcess relatedJarek Kobus2022-10-061-11/+14
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-062-7/+5
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-069-48/+86
* VcsCommand: Make runCommand() a static methodJarek Kobus2022-10-053-7/+19
* VcsCommand: Remove internal terminate() signalJarek Kobus2022-10-052-11/+1
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-052-12/+10
* NickNameDialog: Use more FilePathJarek Kobus2022-10-053-7/+9
* VcsBasePlugin: Use FilePath::relativePathJarek Kobus2022-10-041-4/+2
* VcsBasePlugin: Use more FilePathJarek Kobus2022-10-042-37/+37
* VcsOutputWindow: Use toVariant() when storing FilePathJarek Kobus2022-10-041-1/+1
* CleanDialog: Use more FilePathJarek Kobus2022-10-022-29/+26
* VcsBaseEditor: Get rid of diffChunkApplied()Jarek Kobus2022-09-292-8/+3
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-292-14/+11
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-2/+0