summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Win: direct forwarding of stdout and stderrJoerg Bornemann2012-01-081-26/+14
* split qprocess_win.cpp into Windows and WinCE partsJoerg Bornemann2012-01-061-74/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-291-1/+1
* make argument quoting code on windows less arcaneOswald Buddenhagen2011-07-041-7/+4
* fix argument quoting on windowsOswald Buddenhagen2011-07-041-4/+3
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* no environment on WinCEOswald Buddenhagen2011-05-101-0/+4
* fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-101-1/+1
* fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-101-10/+11
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-101-0/+20
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-101-5/+7
* use the Hash typedefOswald Buddenhagen2011-05-101-4/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+855