summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcscommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-151-0/+1
* VcsBase: Get rid of RunFlags::SilentOutputJarek Kobus2022-12-091-6/+2
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-0/+6
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-2/+2
* VcsCommand: Some cleanupJarek Kobus2022-10-121-7/+0
* VcsCommand: Remove signals for communication with VcsOutputWindowJarek Kobus2022-10-121-28/+12
* VcsCommand: Reuse ProcessProgressJarek Kobus2022-10-121-58/+18
* VcsCommand: Call GlobalFileChangeBlocker functions directlyOrgad Shaneh2022-10-111-10/+4
* VcsCommand: Remove outdated commentsJarek Kobus2022-10-091-17/+0
* VcsCommand: Simplify ProgressParserJarek Kobus2022-10-071-40/+5
* RunFlags: Add ProgressiveOutput flagJarek Kobus2022-10-061-12/+6
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-19/+19
* VcsCommand: Make runCommand() a static methodJarek Kobus2022-10-051-1/+12
* VcsCommand: Remove internal terminate() signalJarek Kobus2022-10-051-9/+1
* VcsCommand: Change the default logic for fully syncJarek Kobus2022-10-051-7/+7
* 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/+8
* VcsCommand: Don't emit std channel signals when finishedJarek Kobus2022-09-201-5/+0
* VcsCommand: Add std channel gettersJarek Kobus2022-09-191-0/+10
* VcsCommand: Always install std callbacksJarek Kobus2022-09-161-35/+15
* VcsCommand: Handle SilentOutputJarek Kobus2022-09-151-2/+6
* VcsCommand: Fix reporting error channelJarek Kobus2022-09-151-1/+1
* VcsCommand: Fix progress reporting during execute()Jarek Kobus2022-09-081-5/+4
* VcsCommand: Remove one runCommand() overloadJarek Kobus2022-09-051-9/+2
* VcsCommand: Get rid of abort()Jarek Kobus2022-09-021-39/+28
* VcsCommand: Fix unblocking GlobalFileChangeBlocker on abortJarek Kobus2022-09-021-20/+31
* VcsCommand: Don't run in separate threadJarek Kobus2022-09-021-78/+101
* VcsCommand: Extract some methods for further usageJarek Kobus2022-09-011-57/+76
* VcsCommand: Move some methods into VcsCommandPrivateJarek Kobus2022-09-011-35/+37
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* VcsCommand: Don't cancel finished task from d'torJarek Kobus2022-08-151-1/+2
* VcsCommand: Create ProgressTimer manuallyJarek Kobus2022-08-031-10/+10
* VcsOutputWindow: Use FilePath for repositoryJarek Kobus2022-08-031-1/+1
* VcsCommand: Remove defaultWorkingRepository() getterJarek Kobus2022-08-031-6/+1
* VcsCommand: Fix timed task's future interfaceJarek Kobus2022-08-031-3/+3
* VcsCommand: Remove unused fieldJarek Kobus2022-08-031-4/+1
* VcsCommand: Remove one addJob overloadJarek Kobus2022-08-031-18/+0
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-40/+23
* VcsCommand: Get rid of setCookie()Jarek Kobus2022-08-021-7/+1
* VcsCommand: Remove cookie() methodJarek Kobus2022-08-011-6/+1
* VcsCommand: Merge with VcsCommandDecoratorJarek Kobus2022-08-011-37/+68
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-0/+472
* VcsCommand: Move the class into vcsbaseclient.cppJarek Kobus2022-07-141-120/+0
* VcsCommand: Remove m_preventRepositoryChanged fieldJarek Kobus2022-07-141-10/+10
* VcsCommand: Don't store the FutureProgressJarek Kobus2022-07-141-3/+2
* ShellCommand: De-virtualize postRunCommand()Jarek Kobus2022-07-141-0/+1
* ShellCommand: De-virtualize addTask()Jarek Kobus2022-07-141-1/+6
* ShellCommand: De-virtualize environment()Jarek Kobus2022-07-131-7/+4
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-3/+3