summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add "qget" manual test for QNetworkAccessManagerShane Kearns2012-01-103-0/+411
* Make sure cursor navigation in qtexttable works like user expectsC. Boemann2012-01-091-7/+127
* Make the meta type shortcut in this test more robust.Stephen Kelly2012-01-091-6/+6
* Remove QtV8 library from QtBaseSimon Hausmann2012-01-098-642/+0
* Avoid using 'check' in QSharedPointer test.Stephen Kelly2012-01-092-44/+44
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-082-3/+3
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-0617-5351/+40
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-061-160/+38
* Move the qitemmodel test to the itemmodels directory.Stephen Kelly2012-01-067-1/+1
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-063-11/+11
* Remove redundant class from QStringMatcher test.Jason McDonald2012-01-061-10/+4
* Add regression test for QTBUG-22660Sami Rosendahl2012-01-061-0/+23
* Fix memory leak in QDomDocument DTD entity declaration handlerSami Rosendahl2012-01-061-0/+25
* Fix memory leak in QDomDocument DTD notation declaration handlerSami Rosendahl2012-01-061-0/+24
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-055-14/+14
* Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUTDavid Faure2012-01-053-0/+85
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-052-73/+14
* Update copyright year in license headers.Jason McDonald2012-01-051040-1042/+1042
* Fix memory leak in QAbstractItemModel autotest.Jason McDonald2012-01-051-0/+6
* Prevent QFileInfo test from leaving temporary files behind.Jason McDonald2012-01-051-20/+33
* Changed tests: qmake,selftest and lancelot to use QFINDTESTDATA.Kurt Korbatits2012-01-054-14/+20
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-052-0/+34
* 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