aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/terminal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Make terminal runner direct part of DebuggerToolhjk2024-09-271-71/+0
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+3
* Debugger: Pass runAsRoot to terminal applicationsMarcus Tillmanns2023-06-121-0/+10
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-111-6/+4
|\
| * Debugger: Fix defined but not used warningBjörn Schäpers2023-05-111-6/+4
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* | Terminal: Enable TerminalProcessInterfaceMarcus Tillmanns2023-03-201-2/+1
|/
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TerminalProcess: Fix stopping the terminalJarek Kobus2022-10-311-4/+1
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-11/+11
* Replace QtcProcess::stopProcess() by stop()Jarek Kobus2022-06-161-2/+4
* TerminalRunner: Connect to QtcProcess::done() signalJarek Kobus2022-04-141-6/+7
* ProcessInterface: Pass processId with started() signalJarek Kobus2022-04-131-1/+1
* ProcessInterface: Rename interruptProcess() -> interrupt()Jarek Kobus2022-03-101-2/+2
* QtcProcess: Extract QtcProcess specific enums into separate headerJarek Kobus2022-02-181-1/+1
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-3/+4
* Fix running as rootJarek Kobus2022-02-031-15/+1
* TerminalRunner: Use QtcProcess in terminal mode instead of ConsoleProcessJarek Kobus2022-01-251-24/+34
* ConsoleProcess: Make setSettings() a static memberJarek Kobus2022-01-211-7/+2
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-1/+1
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-1/+1
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-3/+3
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-191-3/+3
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Debugger: Delay evaluation of stub runnable environmenthjk2021-03-111-8/+10
* Utils: Don't raise SIGSTOP in the process stubhjk2021-03-091-0/+5
* ProjectExplorer/Debugger: Add a 'Run as root' option for Unix hostshjk2021-02-221-0/+10
* Utils: Add the ability to interrupt inferiors via the process stubhjk2021-02-161-0/+5
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Utils: Use CommandLine in ConsoleProcesshjk2019-06-131-1/+2
* Debugger: Remove obsolete conditionOrgad Shaneh2018-09-211-5/+1
* ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-211-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-9/+8
* Debugger: Modernizehjk2018-02-011-1/+1
* Debugger: Do not override environment when using run in terminalDavid Schulz2017-10-161-2/+0
* Debugger: Report done when terminal *process* is stoppedOrgad Shaneh2017-10-161-7/+2
* Debugger: Move external terminal into separate RunWorkerhjk2017-09-271-0/+70
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: fix UI text capitalization and punctuationLeena Miettinen2015-03-161-1/+1
* Debugger: Introduce a pty based channel to inferiorshjk2015-01-261-0/+169