summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QVarLengthArray::length().Robin Burchell2011-12-121-0/+62
* Update .gitignore for tests/auto/corelib/io/qresourceengineBradley T. Hughes2011-12-121-0/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-102-4/+2
* Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDirJoão Abecasis2011-12-092-6/+4
* QProcess-test: Fix executable location on Windows.Friedemann Kleint2011-12-091-7/+0
* Promote openStandardStreams sub-tests to top levelJoão Abecasis2011-12-091-10/+2
* QFile-test: Do not fail when run with redirected stdout/stderr.Friedemann Kleint2011-12-091-5/+11
* QProcess-Test: Improve error handling.Friedemann Kleint2011-12-091-6/+23
* testProcessSpacesArgs fixedJoerg Bornemann2011-12-092-2/+2
* Improve/cleanup qtemporarydir (and qtemporaryfile) unit testsDavid Faure2011-12-082-75/+33
* Fix QTemporaryDir unittest on Mac OS XDavid Faure2011-12-081-7/+9
* Port externaltests.cpp to QTemporaryDirDavid Faure2011-12-071-69/+23
* Fix tst_QSharedPointer invalidConstructs:forward-declaration failureBradley T. Hughes2011-12-061-0/+6
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0684-255/+0
* Make tst_QVariant::canConvertMetaTypeToInt more verbose.Jędrzej Nowacki2011-12-051-13/+20
* New class QTemporaryDir.David Faure2011-12-023-0/+479
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-73/+0
* Implement QDir::removeRecursivelyDavid Faure2011-12-021-0/+83
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-023-153/+10
* Windows: Stabilize qpauseanimation test.Friedemann Kleint2011-12-021-8/+65
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-0/+2
* Windows: Fix qabstractfilenengine-test.Friedemann Kleint2011-12-011-2/+16
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-2/+0
* Windows: Fix compilation of qdir test.Friedemann Kleint2011-12-011-1/+1
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-0/+13
* Mark tst_qfilesystementry as private test on Windows.Rohan McGovern2011-12-011-0/+3
* Fixed installation of corelib testsRohan McGovern2011-12-0184-762/+497
* Improve QString autotest.Jason McDonald2011-12-011-8/+7
* Minor improvement to QByteArray autotestJason McDonald2011-12-011-28/+23
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-2/+0
* Moved integrationtests/* into other/Jo Asplin2011-11-301-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-3021-130/+84
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-0/+57
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-291-0/+65
* Initialize the return value of signalsOlivier Goffart2011-11-291-0/+236
* QObject::disconnect with new syntaxOlivier Goffart2011-11-291-0/+105
* Fix linking of autotests on Windows.Friedemann Kleint2011-11-299-9/+9
* Fix compilation of qeasingcurve autotest on Windows.Friedemann Kleint2011-11-291-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-298-33/+33
* Fix crash in tst_qatomicpointer testOlivier Goffart2011-11-291-12/+13
* Improved failure messages from tst_qlibraryRohan McGovern2011-11-281-6/+5
* Fix sanity check of network test serverJason McDonald2011-11-282-0/+12
* Correct usage of network-settings.h.Jason McDonald2011-11-283-0/+8
* Test QAtomicPointer<const T>Olivier Goffart2011-11-261-0/+52
* Cleanup corelib autotestsJason McDonald2011-11-2518-151/+168
* More tests for the new connection syntax.Olivier Goffart2011-11-251-0/+226
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-0/+27
* New QObject connection syntaxOlivier Goffart2011-11-251-0/+409
* Change the return value of QObject::connectOlivier Goffart2011-11-251-1/+1