summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-051-0/+22
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-0/+24
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-041-30/+41
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-2/+28
* fix invalid connection in tst_QProcess::lockupsInStartDetachedJoerg Bornemann2012-01-041-1/+2
* Avoid QCOMPARE outside test function in QSettings test.Jason McDonald2012-01-041-1/+9
* Remove redundant debug code from QFileSystemWatcher test.Jason McDonald2012-01-041-4/+2
* Accessibility: extend listview unit test.Frederik Gladhorn2012-01-041-21/+39
* Make sure tst_QThreadStorage finds its subprocessBradley T. Hughes2012-01-031-0/+4
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-0330-432/+430
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-021-32/+1
* 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
* Change event posting to use a QVector.Robin Burchell2011-12-303-1/+93
* 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-252-6/+178
* 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