summaryrefslogtreecommitdiff
path: root/src/libs/utils/consoleprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Detect Linux terminal by checking a number of known terminals.Friedemann Kleint2012-08-301-6/+56
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-9/+11
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Normalized connect()sRobert Loehning2012-03-061-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* Utils: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Use absolute path for xterm on Mac and remove unused file.Eike Ziller2011-09-271-4/+2
* ConsoleProcess: undo pointless processError() => processMessage(bool error) c...Oswald Buddenhagen2011-05-121-13/+13
* unify application launcher between platformsOswald Buddenhagen2011-05-121-55/+5