aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/shellcommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass full command line to exitMessage()Andre Hartmann2020-06-111-2/+2
* ShellCommand: Some style improvementsAndre Hartmann2020-06-071-6/+3
* Utils: Fix display of first argumentOrgad Shaneh2019-10-101-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-23/+20
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-8/+6
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-8/+8
* Git: Make commit a bit less synchronousOrgad Shaneh2018-11-141-2/+5
* Utils: Modernize furtherAlessandro Portale2018-07-241-1/+0
* Utils: ModernizeAlessandro Portale2018-07-201-2/+2
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-25/+25
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-271-0/+1
* ShellCommand: Apply progress parser also to stderrOrgad Shaneh2017-10-041-0/+2
* ShellCommand: Show some progress information without progress parserEike Ziller2017-09-071-0/+15
* ShellCommand: Fix crash with OutputProxy useTobias Hunger2016-07-181-4/+4
* Utils::ShellCommand: Force fully synchronous execution from UI threadTobias Hunger2016-07-151-1/+2
* Utils::ShellCommand: Use SynchronousProcess where posssibleTobias Hunger2016-07-151-50/+33
* Utils::ShellCommand: Add runSynchronous methodTobias Hunger2016-07-151-52/+61
* ShellCommand: Pass OutputProxy to runFullySynchronousTobias Hunger2016-07-151-3/+2
* Utils::ShellCommand: Rename runSynchronous to runFullySynchronousTobias Hunger2016-07-151-6/+6
* Utils::Shellcommand: Remove runFullySynchronousTobias Hunger2016-07-151-37/+0
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-9/+8
* Utils: Use runBlocking in shellcommandTobias Hunger2016-06-241-1/+1
* Utils: Suppress progress bar when "Suppress command logging" is enabledOrgad Shaneh2016-05-091-1/+2
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-13/+10
* Utils: Modernize ShellCommand and SynchronousProcessOrgad Shaneh2016-04-011-20/+11
* ShellCommand: Add missing includeEike Ziller2016-02-121-0/+1
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-1/+1
* Utils: Fix indentation in ShellCommandOrgad Shaneh2016-02-051-18/+17
* ShellCommand: Cleanup includesEike Ziller2016-01-301-8/+5
* ShellCommand: Some tweaks of QtConcurrent usageEike Ziller2016-01-261-7/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* ShellCommand: Do not crash when no binary is givenTobias Hunger2015-06-301-1/+4
* ShellCommand: Allow setting working directory per jobTobias Hunger2015-06-101-13/+26
* ShellCommand: Store workingdirectory in the jobsTobias Hunger2015-06-101-16/+20
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-4/+4
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-0/+555