aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/shellcommand.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-8/+9
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* Git: Make commit a bit less synchronousOrgad Shaneh2018-11-141-0/+1
* Utils: Add namespace qualification to signals argumentsOrgad Shaneh2018-07-261-1/+1
* Utils: Modernize furtherAlessandro Portale2018-07-241-1/+1
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-271-0/+1
* ShellCommand: Show some progress information without progress parserEike Ziller2017-09-071-0/+2
* ShellCommand: Fix crash with OutputProxy useTobias Hunger2016-07-181-2/+2
* Utils::ShellCommand: Force fully synchronous execution from UI threadTobias Hunger2016-07-151-0/+6
* Utils::ShellCommand: Add runSynchronous methodTobias Hunger2016-07-151-0/+4
* ShellCommand: Pass OutputProxy to runFullySynchronousTobias Hunger2016-07-151-0/+1
* Utils::ShellCommand: Rename runSynchronous to runFullySynchronousTobias Hunger2016-07-151-3/+3
* Utils::Shellcommand: Remove runFullySynchronousTobias Hunger2016-07-151-6/+1
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-10/+7
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* ShellCommand: Allow setting working directory per jobTobias Hunger2015-06-101-6/+12
* ShellCommand: Store workingdirectory in the jobsTobias Hunger2015-06-101-1/+1
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-5/+2
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-0/+185