aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/qtcprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtcProcess: Set Starting state a bit laterJarek Kobus2022-11-291-3/+3
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-161-2/+1
|\
| * Utils: Fix interrupting local processes on *nixhjk2022-11-161-2/+1
* | Utils: Introduce TaskTree and Tasking namespaceJarek Kobus2022-11-091-0/+12
* | Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-10-191-0/+12
|\|
| * QtcProcess: Disconnect from ProcessInterface signalsJarek Kobus2022-10-181-0/+12
* | ProcessResultData: Add a flag for forceful closeJarek Kobus2022-10-121-0/+5
* | Introduce ProcessProgressJarek Kobus2022-10-121-0/+5
|/
* QtcProcess: Get rid of setResult()Jarek Kobus2022-10-111-5/+0
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-16/+10
* QtcProcess: Introduce TextChannelMode and textOnChannel signalsJarek Kobus2022-10-101-4/+47
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* QtcProcess: Small cleanupJarek Kobus2022-10-061-7/+7
* QtcProcess: Consolidate the log debug codeJarek Kobus2022-10-061-70/+75
* QtcProcess: Simplify emitting guarded signalsJarek Kobus2022-10-061-40/+9
* QtcProcess: Add starting() signalJarek Kobus2022-10-061-0/+8
* QtcProcess: Fix stdErr() assertJarek Kobus2022-09-191-5/+1
* QtcProcess: Add an assert about restarting from signal handlerJarek Kobus2022-09-091-0/+3
* Utils: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-09-011-2/+3
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-1/+1
* Drop Qt5: Utils: Get rid of QOverloadJarek Kobus2022-07-201-6/+3
* QtcProcess: Make timeoutS a default arg of 30 secondsJarek Kobus2022-07-111-1/+1
* QtcProcess: Get rid of unneeded arg from readDataFromProcess()Jarek Kobus2022-07-111-5/+2
* docker: Add dockercli settingMarcus Tillmanns2022-07-041-0/+1
* QtcProcess: Remove unused signalsJarek Kobus2022-06-281-32/+2
* Fix lupdate issuesEike Ziller2022-06-271-4/+6
* QtcProcess: Be idle when incoming data is emptyJarek Kobus2022-06-241-12/+15
* QtcProcess: Connect to done() signal instead of finished()Jarek Kobus2022-06-221-1/+1
* Utils: Remove one spurious static function from QtcProcesshjk2022-06-201-6/+0
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-12/+12
* Utils: Add a few convenience functions to work with process outputhjk2022-06-161-6/+36
* Utils: Dissolve QtcProcess::stopProcesshjk2022-06-161-12/+2
* Introduce ProcessBlockingInterfaceJarek Kobus2022-06-141-91/+173
* QtcProcess: Refactor killTimerJarek Kobus2022-06-081-27/+26
* Move SignalType into processinterface.hJarek Kobus2022-06-081-31/+27
* QtcProcess: Get rid of NoSignal synthetic valueJarek Kobus2022-06-081-35/+49
* QtcProcess: Make reaper timeout customizableJarek Kobus2022-06-081-3/+17
* QtcProcess: Add stop() methodJarek Kobus2022-06-031-4/+35
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-2/+2
* QtcProcess: Don't merge ready read signalsJarek Kobus2022-06-021-31/+2
* QtcProcess: Fix behavior of kill()Jarek Kobus2022-06-011-1/+1
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-1/+0
* Utils: More forward declarations / drop unused headers [P-R]Jarek Kobus2022-05-251-3/+3
* QtcProcess: Use Utils::Guard instead of self made substituteJarek Kobus2022-05-241-18/+9
* QtcProcess: Guard emission of done() signalJarek Kobus2022-05-201-2/+10
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+0
* Utils: Remove Debug restriction for useCtrlCStubCristian Adam2022-05-111-7/+0
* Utils: Introduce QtcProcess::controlEnvironment()hjk2022-05-101-32/+17
* QtcProcess: Make the class finalJarek Kobus2022-05-091-19/+4