Add support for accessibility actions.
[profile/ivi/qtbase.git] / tests /
2012-01-11 C. BoemannAdd methods for font stretch and absolute letter spacing
2012-01-11 Kurt KorbatitsChanged selftests unittest to not fail but warn when...
2012-01-11 Kurt KorbatitsChanged selftests unittest to work from installation...
2012-01-11 Stephen KellyMake modules find their own dependencies.
2012-01-10 Friedemann KleintTests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros...
2012-01-10 Friedemann Kleinttst_qgraphicsivew: Run Motif scrollbar range tests...
2012-01-10 Stephen KellyMake the supportedDragActions a virtual accessor.
2012-01-10 Stephen KellyMake the roleNames a virtual accessor.
2012-01-10 Jędrzej NowackiReimplement QVariant to QDebug streaming.
2012-01-10 Frederik GladhornAccessiblity State as bit field.
2012-01-10 Jason McDonaldUpdate year in Nokia copyright headers.
2012-01-10 Xizhi ZhuRemove the unused QTRY_COMPARE macro from bearer auto...
2012-01-10 Xizhi ZhuRemove ICD plugin for bearer.
2012-01-10 Liang QiAdd V3(md5) and V5(sha1) version for DCE in QUuid
2012-01-10 Kurt KorbatitsChanged selftests unittest to use specific headers...
2012-01-10 Jason McDonaldImprove QDateTimeEdit autotest.
2012-01-10 David FaureIf decodestring can't translate the string return Qt...
2012-01-10 Sami RosendahlFix memory leak in QDomDocument entity text expansion
2012-01-10 Stephen KellyAvoid using 'check' as an identifier.
2012-01-10 Stephen KellyAvoid using check as an identifier.
2012-01-10 Stephen KellyAvoid using check as an identifier.
2012-01-10 Jędrzej NowackiAdd missing subdirectory to kernel.pro file.
2012-01-10 Kurt KorbatitsChanged qprocess unittest to use specific headers inste...
2012-01-10 Jason McDonaldRemove execute permission from files that don't need it.
2012-01-10 Shane KearnsAdd "qget" manual test for QNetworkAccessManager
2012-01-09 C. BoemannMake sure cursor navigation in qtexttable works like...
2012-01-09 Stephen KellyMake the meta type shortcut in this test more robust.
2012-01-09 Simon HausmannRemove QtV8 library from QtBase
2012-01-09 Stephen KellyAvoid using 'check' in QSharedPointer test.
2012-01-08 Stephen KellyRemove the Q_TYPENAME define.
2012-01-06 Jonas M. GastalRemoving QHttp class, its tests and its usage in examples.
2012-01-06 Jan-Arve SaetherRemove all references to QAccessible:: {Child|Ancestor...
2012-01-06 Stephen KellyMove the qitemmodel test to the itemmodels directory.
2012-01-06 Robin BurchellRemove all non-inline of qMalloc/qFree/qRealloc.
2012-01-06 Jason McDonaldRemove redundant class from QStringMatcher test.
2012-01-06 Sami RosendahlAdd regression test for QTBUG-22660
2012-01-06 Sami RosendahlFix memory leak in QDomDocument DTD entity declaration...
2012-01-06 Sami RosendahlFix memory leak in QDomDocument DTD notation declaratio...
2012-01-05 Jonas M. GastalMake socket descriptors qintptr.
2012-01-05 David FaureFix compile error with qWarning() << myDateTime and...
2012-01-05 Pekka VuorelaRemoved QApplication::setInputContext()
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-05 Jason McDonaldFix memory leak in QAbstractItemModel autotest.
2012-01-05 Jason McDonaldPrevent QFileInfo test from leaving temporary files...
2012-01-05 Kurt KorbatitsChanged tests: qmake,selftest and lancelot to use QFIND...
2012-01-05 Denis DzyubenkoRegistered QUuid in the metatype system as a builtin...
2012-01-05 Samuel RødalIntroduced QOpenGLContext::aboutToBeDestroyed() signal.
2012-01-04 Simon HausmannFix QPainter::drawText with complex brushes
2012-01-04 Robin BurchellPass notification of failure of watches onto the caller.
2012-01-04 Jędrzej NowackiRefactor QVariant handlers.
2012-01-04 Joerg Bornemannfix invalid connection in tst_QProcess::lockupsInStartD...
2012-01-04 Jason McDonaldAvoid QCOMPARE outside test function in QSettings test.
2012-01-04 Jason McDonaldRemove redundant debug code from QFileSystemWatcher...
2012-01-04 Frederik GladhornAccessibility: extend listview unit test.
2012-01-03 Bradley T. HughesMake sure tst_QThreadStorage finds its subprocess
2012-01-03 Jason McDonaldUse true and false in preference to TRUE and FALSE...
2012-01-02 Robin BurchellRemove support for dnotify QFileSystemWatcher.
2012-01-02 Stephen KellyChange the default value of QSortFilterProxyModel:...
2012-01-02 Robin BurchellImplement (and unit test) simple QVarLengthArray::first...
2012-01-02 Bradley T. HughesAdd Qt::TimerType argument to QAbstractEventDispatcher...
2012-01-02 David FaureHandle -1 (Invalid Key) and Qt::Key_unknown gracefully...
2012-01-02 Sergio Ahumadatests: use contains(QT_CONFIG,private_tests) consistently
2011-12-30 Robin BurchellChange event posting to use a QVector.
2011-12-30 Toby TomkinsFlag udpTest as insignificant, fails on Ubuntu 11.10...
2011-12-30 Pekka VuorelaAdapt QGraphicsView test to QPlatformInputContext
2011-12-30 Pekka VuorelaAdapt QGraphicsScene test to use QPlatformInputContext
2011-12-30 Jason McDonaldPrevent qDebug test bypassing the testlib message handler.
2011-12-30 Jason McDonaldUse QVERIFY2 to output verbose failure messages.
2011-12-30 Jason McDonaldCorrect misspelt function names in QFutureWatcher test.
2011-12-30 Jason McDonaldCorrect misspelt function name in qtconcurrentmap test.
2011-12-30 Jason McDonaldCorrect misspelt function name in qtconcurrentfilter...
2011-12-29 Robin BurchellChange test to use new QTRY_COMPARE/QTRY_VERIFY macros.
2011-12-29 Jason McDonaldImprove QTextCodec::codecForLocale() test.
2011-12-29 Sergio AhumadaFix printerPaperSize and some tst_qprinter test failures
2011-12-29 Jason McDonaldDon't allow QThreadPool test to hang on failure.
2011-12-28 Jason McDonaldAvoid repeatedly registering the same meta-type
2011-12-28 Jason McDonaldImprove qtconcurrentthreadengine autotest.
2011-12-28 Jason McDonaldCleanup itemmodel autotests.
2011-12-28 Jason McDonaldRemove old debug code from itemmodel tests.
2011-12-28 Jason McDonaldReinstate commented test data in QItemSelectionModel...
2011-12-28 Jason McDonaldCleanup itemmodel autotests.
2011-12-28 Jason McDonaldRemove empty functions from itemmodels tests.
2011-12-28 Jason McDonaldCleanup corelib autotests.
2011-12-28 Jason McDonaldRemove mention of Trolltech in qlibrary autotest.
2011-12-28 Jason McDonaldRemove mention of Trolltech from QGraphicsScene autotest.
2011-12-28 Jason McDonaldRemove mentions of Trolltech from QRegExp autotest.
2011-12-28 Jason McDonaldRemove mention of trolltech from QThreadStorage test.
2011-12-28 Jason McDonaldRemove mention of Trolltech in QHttp autotest.
2011-12-25 Konstantin Rittadd tests and benchmarks for QString::toLower()/toUpper...
2011-12-25 Peter Hartmannnetwork auto tests: add QNetworkReply test for pipelining
2011-12-25 Sami RosendahlFix crashes and non-portable functionality in QDBusDema...
2011-12-25 Sami RosendahlFix crash in QDBusDemarshaller QStringList extraction
2011-12-25 Sami RosendahlFix crash in QDBusDemarshaller basic string-like type...
2011-12-25 Jason McDonaldImprove QSettings autotest
2011-12-25 Jason McDonaldRemove empty functions from QSet autotest.
2011-12-25 Jędrzej NowackiBuild fix for tst_qprinter with c++11
2011-12-23 Bradley T. HughesFinish removing Qt3 support
2011-12-22 Sune VuorelaQCryptographicHash: allow to hash the content of a...
2011-12-22 Shane KearnsFix http authentication to a different realm on the...
2011-12-22 Jędrzej NowackiFix movablity of QVariant.
next