summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-1/+3
* Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-104-1/+71
* fix Windows CE commentsJoerg Bornemann2013-12-091-2/+1
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+20
* remove wait calls in tst_QProcess::simpleStartJoerg Bornemann2013-07-021-9/+1
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-4/+4
* Make QProcess startable with open()Corentin Jabot2013-03-051-0/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Make the null pointer dereference a volatile oneThiago Macieira2013-01-291-1/+1
* | qprocess autotests don't need QtGuiDavid Faure2013-02-097-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2221-21/+21
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1821-21/+21
* | Clean up some metatype declarations and registrationsStephen Kelly2013-01-091-1/+0
|/
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-041-2/+2
* fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-1/+0
* fix tst_QProcess::batFiles for shadow buildsJoerg Bornemann2012-11-021-2/+2
* Test: refactor tst_QProcessCaroline Chao2012-10-292-164/+142
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-9/+9
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-195-115/+0
* QProcess.tests: adding test for channel forwardingThomas Hartmann2012-10-024-0/+89
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2221-521/+521
* remove mentions of borland from project filesOswald Buddenhagen2012-09-192-2/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0122-0/+22
* fix object file name clashOswald Buddenhagen2012-07-163-0/+3
* Fix small problems with tst_QProcessThiago Macieira2012-07-121-3/+4
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-6/+6
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Marked tst_qprocess as parallel-safeRohan McGovern2012-05-301-0/+1
* Marked tst_qprocess insignificant on macRohan McGovern2012-05-281-0/+1
* Remove capitalization when specifying include-libraries.kb2012-05-142-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-8/+8
* Really marked tst_QProcess as insignificant on Windows.Rohan McGovern2012-04-191-1/+3
* Marked tst_QProcess as insignificant on Windows.Rohan McGovern2012-04-171-0/+2
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-5/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3021-21/+21
* Update contact information in license headers.Jason McDonald2012-01-2321-21/+21
* make tst_QProcess::softExitInSlots pass in under 120 secondsJoerg Bornemann2012-01-201-3/+24