aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/consoleprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ConsoleProcessJarek Kobus2022-01-261-866/+0
* Make a copy of ConsoleProcess classJarek Kobus2022-01-211-2/+2
* Move TerminalCommand into a separate fileJarek Kobus2022-01-211-154/+3
* ConsoleProcess: Make setSettings() a static memberJarek Kobus2022-01-211-25/+23
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-2/+2
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-18/+16
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-9/+9
* ConsoleProcess: Cleanup internal fieldsJarek Kobus2022-01-201-14/+4
* ConsoleProcess: Move private static methods to cpp fileJarek Kobus2022-01-201-55/+54
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-12/+0
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-2/+0
* SshDeviceProcess: don't connect to stubStopped, it's no-opJarek Kobus2022-01-201-2/+1
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-1/+0
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-191-23/+17
* ConsoleProcess: limit code repetitionJarek Kobus2022-01-181-26/+19
* Use QtcProcess for console processJarek Kobus2021-11-051-3/+4
* Remove QTC_REL_TOOLS_PATH and use RELATIVE_LIBEXEC_PATH insteadJarek Kobus2021-08-181-1/+1
* Utils: Fix compile on WindowsChristian Stenger2021-08-091-3/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-7/+7
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-1/+1
* Utils: Move ProcessArgs class into filepair of its ownhjk2021-05-111-0/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-29/+29
* Utils: Don't raise SIGSTOP in the process stubhjk2021-03-091-0/+12
* ProjectExplorer/Debugger: Add a 'Run as root' option for Unix hostshjk2021-02-221-10/+22
* Utils: Add the ability to interrupt inferiors via the process stubhjk2021-02-161-0/+12
* Fix initial directory when using konsole for Open Terminal HereEike Ziller2020-11-201-1/+1
* Avoid signal overloadingJarek Kobus2020-11-191-1/+1
* Fix more compilation issues with Qt6Eike Ziller2020-11-041-7/+9
* Utils: Determine shell from $SHELL instead of hard-coding /bin/shhjk2020-09-231-1/+1
* Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-2/+2
* More Qt 6 portinghjk2020-06-181-3/+3
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-1/+1
* Python editor: Add buttons & actions for opening REPLEike Ziller2020-03-191-0/+5
* lib/utils/consoleprocess: Check for xdg-terminalMaximilian Goldstein2020-01-241-12/+17
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Utils: Fix determining default terminalEike Ziller2019-09-031-4/+5
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-1/+1
|\
* | Utils: Avoid compile issue with upcoming QtChristian Stenger2019-07-251-1/+1
* | Utils: Lump ConsoleProcess files togetherhjk2019-07-251-2/+837
|/
* Fix terminal command comparisonEike Ziller2018-09-071-3/+7
* Make terminal settings more flexibleEike Ziller2018-09-031-0/+19
* windows: stub out terminal-related functions of ConsoleProcess more thoroughlyOswald Buddenhagen2017-01-181-17/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* ProjectExplorer: Extend ApplicationLauncherOrgad Shaneh2014-05-071-0/+18
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Merge remote-tracking branch 'origin/2.7' into HEADEike Ziller2013-04-181-2/+2
|\
| * consoleprocess: use empty string as default terminalFawzi Mohamed2013-04-181-2/+2