aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcscommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk17 hours1-6/+4
* VCS: Fix issues with clicking on links in output viewEike Ziller2024-11-251-0/+3
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-2/+4
* Process: Change signature of exitMessage()Jarek Kobus2024-01-221-6/+4
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+2
* VcsCommand: Don't use Process::timeoutS()Jarek Kobus2024-01-211-10/+9
* VcsCommand: Get rid of unused private timeoutS()Jarek Kobus2024-01-211-8/+0
* ProcessProgress: Add setExpectedDuration() methodJarek Kobus2024-01-211-1/+2
* VcsCommand: Fix clearing repositoryJarek Kobus2024-01-181-1/+2
* VcsCommand: Interpret exit code locallyJarek Kobus2024-01-171-15/+26
* VcsBase: Use more Core namespaceJarek Kobus2024-01-171-4/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-13/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* 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