summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-151-1/+2
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-4/+4
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-4/+4
| |\
| | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
* | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
|/ /
* | Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
* | remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-7/+27
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-4/+2
|\|
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-4/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\|
| * QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-051-1/+1
* | Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-2/+16
* | Use forkfd in QProcessThiago Macieira2015-01-231-7/+6
|/
* Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-5/+5
* Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
* Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-011-10/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected autolink errors corelib ioNico Vertriest2014-08-271-5/+5
* QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-121-9/+19
* Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-121-0/+3
* QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-121-55/+31
* Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-121-7/+7
* Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-121-3/+0
* Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-121-28/+28
* fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-231-72/+65
* QProcessEnvironment: Fix handling of magic environment variablesDaniel Teske2014-03-201-1/+1
* Add missing \since 5.0 to QProcess::{program,arguments}.Marcel Krems2014-03-141-0/+4
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-2/+26
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-6/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-13/+13
* QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-021-11/+2
* remove usage of qDeleteInEventHandler from QProcessJoerg Bornemann2013-10-011-9/+8
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-051-2/+51
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-051-1/+16
* add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+27
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
* document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-22/+37
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-201-7/+28
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-1/+1
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+1
* fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
* Make QProcess startable with open()Corentin Jabot2013-03-051-3/+93
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-4/+4