summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-022-2/+2
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-021-0/+46
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-024-6/+4
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+20
* tests: use contains(QT_CONFIG,private_tests) consistentlySergio Ahumada2012-01-022-5/+9
* Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.Toby Tomkins2011-12-301-0/+3
* Adapt QGraphicsView test to QPlatformInputContextPekka Vuorela2011-12-301-27/+26
* Adapt QGraphicsScene test to use QPlatformInputContextPekka Vuorela2011-12-302-24/+118
* Prevent qDebug test bypassing the testlib message handler.Jason McDonald2011-12-301-12/+26
* Use QVERIFY2 to output verbose failure messages.Jason McDonald2011-12-301-16/+6
* Correct misspelt function names in QFutureWatcher test.Jason McDonald2011-12-301-4/+4
* Correct misspelt function name in qtconcurrentmap test.Jason McDonald2011-12-301-2/+2
* Correct misspelt function name in qtconcurrentfilter test.Jason McDonald2011-12-301-2/+2
* Change test to use new QTRY_COMPARE/QTRY_VERIFY macros.Robin Burchell2011-12-301-26/+10
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Fix printerPaperSize and some tst_qprinter test failuresSergio Ahumada2011-12-291-4/+0
* Don't allow QThreadPool test to hang on failure.Jason McDonald2011-12-291-5/+2
* Avoid repeatedly registering the same meta-typeJason McDonald2011-12-281-2/+2
* Improve qtconcurrentthreadengine autotest.Jason McDonald2011-12-281-2/+3
* Cleanup itemmodel autotests.Jason McDonald2011-12-282-96/+96
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-282-7/+0
* Reinstate commented test data in QItemSelectionModel test.Jason McDonald2011-12-281-2/+0
* Cleanup itemmodel autotests.Jason McDonald2011-12-289-650/+530
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-285-138/+0
* Cleanup corelib autotests.Jason McDonald2011-12-2819-8/+386
* Remove mention of Trolltech in qlibrary autotest.Jason McDonald2011-12-283-8/+8
* Remove mention of Trolltech from QGraphicsScene autotest.Jason McDonald2011-12-281-1/+1
* Remove mentions of Trolltech from QRegExp autotest.Jason McDonald2011-12-281-2/+2
* Remove mention of trolltech from QThreadStorage test.Jason McDonald2011-12-281-1/+1
* Remove mention of Trolltech in QHttp autotest.Jason McDonald2011-12-283-4/+4
* add tests and benchmarks for QString::toLower()/toUpper()/toCaseFolded()Konstantin Ritt2011-12-251-5/+87
* network auto tests: add QNetworkReply test for pipeliningPeter Hartmann2011-12-251-0/+39
* Fix crashes and non-portable functionality in QDBusDemarshaller QByteArray ex...Sami Rosendahl2011-12-251-0/+53
* Fix crash in QDBusDemarshaller QStringList extractionSami Rosendahl2011-12-251-0/+52
* Fix crash in QDBusDemarshaller basic string-like type extractionSami Rosendahl2011-12-251-0/+115
* Improve QSettings autotestJason McDonald2011-12-251-4/+2
* Remove empty functions from QSet autotest.Jason McDonald2011-12-251-4/+0
* Build fix for tst_qprinter with c++11Jędrzej Nowacki2011-12-251-2/+4
* Finish removing Qt3 supportBradley T. Hughes2011-12-232-6/+6
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-224-0/+44
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-0/+33
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-2/+24
* QTestLib-selftest: Unblock on Windows.Friedemann Kleint2011-12-221-1/+4
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-222-0/+66
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-7/+1
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+27
* Enable Mac style on Mac OS X.Morten Johan Sorvig2011-12-221-2/+1
* Test case for QTBUG-22875Shane Kearns2011-12-221-1/+188
* Fix compile error when configured with -no-exceptionsShane Kearns2011-12-221-1/+4
* QTestlib: Make QImage comparison more verbose.Friedemann Kleint2011-12-217-36/+357