aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/consoleprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-181-2/+6
|\
| * SSH: Fix running remote process in terminalChristian Kandeler2019-06-141-2/+3
* | Utils: Use CommandLine in ConsoleProcesshjk2019-06-131-6/+12
|/
* Bump minimum Qt version (to build Qt Creator) to 5.11Alessandro Portale2019-02-151-7/+0
* macOS: Replace openTerminal.command by python scriptEike Ziller2018-09-101-1/+1
* ConsoleProcess: Silence some compiler warningsUlf Hermann2018-09-071-7/+8
* Utils: Fix compile for UNIX when using Qt5.9Christian Stenger2018-09-061-1/+6
* Fix terminal command on macOSEike Ziller2018-09-061-2/+3
* Allow to set environment for "Open Terminal"Tobias Hunger2018-09-051-2/+10
* Make terminal settings more flexibleEike Ziller2018-09-031-71/+102
* Utils: Modernize furtherAlessandro Portale2018-07-241-12/+1
* Replace -x with -- for gnome-terminalOrgad Shaneh2017-09-121-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+2
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Replace occurrences of QStringList() << patternChristian Stenger2017-02-091-3/+2
* windows: stub out terminal-related functions of ConsoleProcess more thoroughlyOswald Buddenhagen2017-01-181-0/+16
* fix "Open Command Prompt Here" on windows with qt 5.8Oswald Buddenhagen2017-01-121-0/+6
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-1/+1
* Use x-terminal-emulator on Debian based distributionsFathi Boudra2016-01-251-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils: Fix process stub look-up.Christian Kandeler2015-07-161-6/+2
* Utils: Modernize connectionsOrgad Shaneh2015-03-061-4/+5
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-171-2/+2
|\|
| * Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-2/+2
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-2/+2
|/
* Fix debugging of terminal applications on LinuxOrgad Shaneh2014-05-151-0/+1
* ProcessStub: Preserve the TERM environment variableOrgad Shaneh2014-05-141-0/+1
* ProjectExplorer: Extend ApplicationLauncherOrgad Shaneh2014-05-071-10/+14
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* ConsoleProcess: Remove asserthjk2014-03-061-1/+0
* Debugger: remove platform ifdefs in terminal adapterhjk2014-03-041-0/+7
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-15/+19
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ConsoleProcess: Show correct exit codeDaniel Teske2013-08-011-3/+3
* consoleprocess: improve error messageFawzi Mohamed2013-04-241-1/+2
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-2/+6
|\
| * consoleprocess_unix: handle race between disconnect and readyReadFawzi Mohamed2013-03-201-1/+4
| * consoleprocess_unix: correct isRunning propertyFawzi Mohamed2013-03-201-1/+2
* | Clean headers in Utils.Friedemann Kleint2013-03-191-3/+0
|/
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | consoleprocess: support Terminal.app on macFawzi Mohamed2013-01-291-22/+70
* | Windows compile fix.Friedemann Kleint2012-12-291-14/+0
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Merge branch '2.6'Oswald Buddenhagen2012-08-301-5/+55
|\|