| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers | Akseli Salovaara | 2015-03-31 | 1 | -13/+13 |
| * | Updated year in copyright header | Kai Koehne | 2014-03-26 | 1 | -1/+1 |
| * | Fix crash in QProcess::waitForStarted() on Unix. | Christian Strømme | 2013-08-29 | 1 | -3/+3 |
| * | restore QProcessEnvironment shared data thread safety on unix | Oswald Buddenhagen | 2013-08-12 | 1 | -7/+28 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 1 | -24/+24 |
| * | Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOS | Ian Dean | 2012-09-18 | 1 | -2/+2 |
| * | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1 | -2/+2 |
| * | Fixes QProcess on QNX | Rafael Roquetto | 2012-02-20 | 1 | -11/+12 |
| * | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| * | docs: Typo and link fixes. | jaanttil | 2011-09-27 | 1 | -1/+1 |
| * | Fix QProcess emitting two started signals on X11 | Christian Strømme | 2011-07-07 | 1 | -7/+4 |
| * | make QProcess really work on QNX | Ritt Konstantin | 2011-06-21 | 1 | -0/+10 |
| * | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| * | don't crash in QProcessEnvironment::systemEnvironment() | Oswald Buddenhagen | 2011-05-04 | 1 | -12/+0 |
| * | make QProcessEnvironment::systemEnvironment() encoding-safe | Oswald Buddenhagen | 2011-04-29 | 1 | -15/+2 |
| * | make QProcessEnvironment on Unix cache converted variable names | Oswald Buddenhagen | 2011-04-29 | 1 | -4/+13 |
| * | move key/value converters to the private class | Oswald Buddenhagen | 2011-04-29 | 1 | -24/+5 |
| * | make QProcessEnvironment on Windows preserve variable name case | Oswald Buddenhagen | 2011-04-29 | 1 | -1/+1 |
| * | split QProcessEnvironmentPrivate::Unit into Key and Value | Oswald Buddenhagen | 2011-04-29 | 1 | -8/+8 |
| * | remove unused functions | Oswald Buddenhagen | 2011-04-29 | 1 | -12/+0 |
| * | minor optimization: use QList::reserve() | Oswald Buddenhagen | 2011-04-29 | 1 | -0/+2 |
| * | use the Hash typedef | Oswald Buddenhagen | 2011-04-29 | 1 | -6/+6 |
| * | Merge remote branch 'qt-master/master' | Guoqing Zhang | 2011-04-05 | 1 | -2/+47 |
| |\ |
|
| | * | Add methods for traversing and combining QProcessEnvironment. | Thomas Sondergaard | 2011-04-04 | 1 | -0/+45 |
| | * | Build QProcess on platforms that don't have _NSGetEnviron | con | 2011-03-10 | 1 | -2/+2 |
| * | | Added a note to docs about killing processes in Symbian. | Miikka Heikkinen | 2011-03-03 | 1 | -0/+3 |
| |/ |
|
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| * | | handle O_NONBLOCK'ed pipes specific error on write() | Ritt Konstantin | 2011-01-11 | 1 | -5/+7 |
| * | | move POSIX-specific debug to qprocess_unix.cpp | Ritt Konstantin | 2011-01-11 | 1 | -3/+0 |
| |/ |
|
| * | doc: Fixed several qdoc warnings. | Martin Smith | 2010-07-13 | 1 | -2/+2 |
| * | add setNativeArguments() and nativeArguments() | Oswald Buddenhagen | 2010-07-06 | 1 | -0/+44 |
| * | fix bogus return value from qprocess::execute() | Oswald Buddenhagen | 2010-07-06 | 1 | -4/+10 |
| * | doc improvements | Oswald Buddenhagen | 2010-07-03 | 1 | -5/+4 |
| * | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -2/+2 |
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-13 | 1 | -0/+18 |
| |\ |
|
| | * | Document Symbian platform security requirements on Qt APIs | Frans Englich | 2010-04-12 | 1 | -0/+18 |
| * | | Rename QTimestamp to QElapsedTimer | Thiago Macieira | 2010-03-17 | 1 | -3/+3 |
| * | | Port QtCore uses of QTime as a stopwatch to QTimestamp. | Thiago Macieira | 2010-03-17 | 1 | -3/+3 |
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-07 | 1 | -1/+1 |
| * | Ensure that QProcessEnvironment::operator== doesn't crash | Thiago Macieira | 2009-12-10 | 1 | -1/+2 |
| * | Removed platform specific include from qprocess.h | Miikka Heikkinen | 2009-10-14 | 1 | -2/+6 |
| * | qdoc: Added \brief texts to all the since 4.6 functions. | Martin Smith | 2009-09-21 | 1 | -4/+6 |
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| * | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -1/+1 |
| * | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -0/+5 |
| * | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
| |\ |
|
| | * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |