aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/terminalprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* TerminalProcess: Fix stopping the terminalJarek Kobus2022-10-311-14/+17
* UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-1/+1
* Terminal: Improve error message for start errorsMarcus Tillmanns2022-09-081-4/+4
* Utils: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-09-011-5/+5
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* TerminalProcess: Emit done() signal when stop() was calledJarek Kobus2022-07-071-12/+9
* Fix lupdate issuesEike Ziller2022-06-271-23/+31
* QtcProcess: Make reaper timeout customizableJarek Kobus2022-06-081-0/+1
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-7/+7
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-251-4/+4
* TerminalImpl: Set a parent to all the childrenJarek Kobus2022-05-241-2/+3
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-2/+0
* ProcessInterface: Get rid of state() methodJarek Kobus2022-04-141-10/+0
* ProcessInterface: Get rid of ProcessInterface::PtrJarek Kobus2022-04-141-28/+28
* ProcessInterface: Add sendControlSignal() methodJarek Kobus2022-04-131-19/+17
* ProcessInterface: Pass processId with started() signalJarek Kobus2022-04-131-14/+3
* ProcessInterface: Add done() signalJarek Kobus2022-04-121-19/+16
* Introduce ProcessResultDataJarek Kobus2022-04-111-27/+8
* Utils: Merge TerminalProcess into TerminalImplhjk2022-04-011-103/+72
* Utils: Simplify TerminalProcess interfacehjk2022-03-311-19/+4
* ProcessInterface: Rename interruptProcess() -> interrupt()Jarek Kobus2022-03-101-1/+1
* TerminalImpl: Drop ProcessImpl and Terminal mode from c'torJarek Kobus2022-02-211-10/+16
* QtcProcess: Extract QtcProcess specific enums into separate headerJarek Kobus2022-02-181-13/+12
* ProcessInterface: Drop arguments from finished() signalJarek Kobus2022-02-171-1/+1
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-2/+4
* Fix running as rootJarek Kobus2022-02-031-8/+0
* Fix various warningsChristian Kandeler2022-01-271-59/+53
* FileUtils::openTerminal(): Hide startTerminalEmulator()Jarek Kobus2022-01-251-42/+0
* Integrate ConsoleProcess into QtcProcessJarek Kobus2022-01-251-24/+32
* Make a copy of ConsoleProcess classJarek Kobus2022-01-211-0/+863