aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcscommand.h
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk18 hours1-6/+2
* VcsBaseClientImpl: Don't leak VcsCommand instancesJarek Kobus2024-03-181-0/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-3/+5
* Process: Get rid of ProcessInterpreterJarek Kobus2024-01-171-1/+3
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-0/+3
* VcsCommand: Remove signals for communication with VcsOutputWindowJarek Kobus2022-10-121-9/+0
* VcsCommand: Reuse ProcessProgressJarek Kobus2022-10-121-8/+3
* VcsCommand: Simplify ProgressParserJarek Kobus2022-10-071-19/+2
* RunFlags: Add ProgressiveOutput flagJarek Kobus2022-10-061-1/+0
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-17/+3
* VcsCommand: Make runCommand() a static methodJarek Kobus2022-10-051-1/+5
* VcsCommand: Remove internal terminate() signalJarek Kobus2022-10-051-2/+0
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-051-5/+3
* ClearCasePlugin: Reuse CommandResultJarek Kobus2022-09-211-0/+2
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsCommand: Remove finished() signalJarek Kobus2022-09-201-1/+0
* VcsCommand: Conform to QtcProcess APIJarek Kobus2022-09-201-0/+2
* VcsCommand: Add std channel gettersJarek Kobus2022-09-191-0/+3
* VcsCommand: Always install std callbacksJarek Kobus2022-09-161-5/+0
* VcsCommand: Remove one runCommand() overloadJarek Kobus2022-09-051-6/+0
* VcsCommand: Get rid of abort()Jarek Kobus2022-09-021-1/+0
* VcsCommand: Don't run in separate threadJarek Kobus2022-09-021-3/+0
* VcsCommand: Extract some methods for further usageJarek Kobus2022-09-011-0/+1
* VcsCommand: Move some methods into VcsCommandPrivateJarek Kobus2022-09-011-3/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Remove unused SshPasswordPromptJarek Kobus2022-08-261-2/+1
* VcsCommand: Remove defaultWorkingRepository() getterJarek Kobus2022-08-031-2/+0
* VcsCommand: Remove one addJob overloadJarek Kobus2022-08-031-9/+0
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-4/+7
* VcsCommand: Get rid of setCookie()Jarek Kobus2022-08-021-3/+1
* VcsCommand: Remove cookie() methodJarek Kobus2022-08-011-1/+0
* VcsCommand: Merge with VcsCommandDecoratorJarek Kobus2022-08-011-17/+7
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-0/+201
* VcsCommand: Move the class into vcsbaseclient.cppJarek Kobus2022-07-141-46/+0
* VcsCommand: Remove m_preventRepositoryChanged fieldJarek Kobus2022-07-141-2/+0
* VcsCommand: Don't store the FutureProgressJarek Kobus2022-07-141-4/+0
* ShellCommand: De-virtualize postRunCommand()Jarek Kobus2022-07-141-1/+1
* ShellCommand: De-virtualize addTask()Jarek Kobus2022-07-141-1/+1
* ShellCommand: De-virtualize environment()Jarek Kobus2022-07-131-3/+0
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-8/+6
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-5/+0
* ShellCommand: De-virtualize runCommand()Jarek Kobus2022-07-121-6/+2
* VcsBase: Remove some ssh related methodsJarek Kobus2022-07-121-1/+0
* ShellCommand: Make processEnvironment() protectedJarek Kobus2022-07-121-2/+1
* Remove Core::ShellCommandJarek Kobus2022-07-111-4/+6
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-2/+2
* Vcs: Use more FilePath for file pathshjk2021-08-021-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1