summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-9/+9
* QProcess documentation typo fix and improvement.Rafael Roquetto2012-02-171-4/+4
* Enables QProcess back on QNX.Rafael Roquetto2012-02-171-1/+12
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-56/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QProcess/Win: use asynchronous I/O for reading stdout and stderrJoerg Bornemann2012-01-261-9/+12
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make QFtp private.Jonas M. Gastal2012-01-121-1/+1
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1
* QProcess/Win: direct forwarding of stdout and stderrJoerg Bornemann2012-01-081-0/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-7/+4
|\
| * Fix QProcess emitting two started signals on X11Christian Strømme2011-06-201-7/+4
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-3/+3
|/
* don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-101-12/+0
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-101-15/+2
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-101-4/+13
* move key/value converters to the private classOswald Buddenhagen2011-05-101-24/+5
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-101-1/+1
* split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-101-8/+8
* remove unused functionsOswald Buddenhagen2011-05-101-12/+0
* minor optimization: use QList::reserve()Oswald Buddenhagen2011-05-101-0/+2
* use the Hash typedefOswald Buddenhagen2011-05-101-6/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2371