summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-8/+18
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-3/+31
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-1/+1
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-2/+2
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-125-111/+38
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-4/+27
* Clean up and consolidate QDateTime-related tests.Mitch Curtis2012-06-123-210/+155
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-122-22/+44
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-8/+6
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-1/+13
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-102-3/+1
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-25/+0
* Update the Unicode Text Breaking Algorithm implementation testsKonstantin Ritt2012-06-105-669/+7659
* Update the Unicode related autotestsKonstantin Ritt2012-06-103-76/+922
* Make qpointer autotest build without widgetsKent Hansen2012-06-102-1/+12
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+28
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-071-1/+31
* Make animation autotests build without widgetsKent Hansen2012-06-071-0/+3
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-072-3/+2
* Make itemmodels autotest build without widgetsKent Hansen2012-06-071-1/+3
* Make qstatemachine autotest build without widgetsKent Hansen2012-06-072-3/+16
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-1/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-061-0/+50
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+10
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15
* Improve the QTextBoundaryFinder autotests a lotKonstantin Ritt2012-06-051-256/+394
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-0/+16
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-0/+18
* Fix typos in QState sorting functionsKent Hansen2012-06-041-2/+17
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-012-1/+138
* Fix a bug in the case conversion codeLars Knoll2012-06-011-0/+2
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Mark tst_qfreelist as parallel-safeRohan McGovern2012-06-011-0/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-0/+7
* Improved stability of tst_qstatemachine, mark as parallel-safeRohan McGovern2012-05-312-1/+2
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Marked tst_qtemporaryfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-124/+1362