aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/processutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Qt 6.7's QProcess::UnixProcessFlag::CreateNewSessionThiago Macieira2023-07-271-2/+12
* Clean up legacy content from Qt 5's QProcess::setupChildProcess()Thiago Macieira2023-04-181-17/+12
* Terminal: Use QtcProcess to start terminal windowMarcus Tillmanns2023-03-211-10/+23
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Fix interrupting local processes on *nixhjk2022-11-161-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Adapt ProcessHelper to move to Qt 6.2hjk2022-07-141-0/+8
* Utils: Remove Debug restriction for useCtrlCStubCristian Adam2022-05-111-7/+0
* ProcessReaper: Implement custom terminate for CtrlCStub caseJarek Kobus2022-03-311-0/+76
* Fix a possible crash in process launcherJarek Kobus2021-12-211-13/+9
* Reuse ProcessHelper in process launcherJarek Kobus2021-08-091-4/+21
* Handle setNativeArguments inside process launcherJarek Kobus2021-08-091-0/+12
* Handle belowNormalPriority inside process launcher on WindowsJarek Kobus2021-08-091-0/+19
* Refactor openMode/keepWriteChannelOpen/closeWriteChannelJarek Kobus2021-08-091-0/+58