summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Test: remove QSKIP from tst_QStringList::initializeList()Caroline Chao2012-10-191-4/+6
* Test: remove QSKIP in tst_QLocale::emptyCtorCaroline Chao2012-10-191-7/+7
* Make QContiguousCache with zero capacity not crashThiago Macieira2012-10-191-0/+21
* Test: remove QSKIP from tst_QDateTime::fromString_LOCALE_ILDATECaroline Chao2012-10-191-4/+5
* Test: remove QSKIP in tst_qarraydataCaroline Chao2012-10-181-10/+11
* Test: remove QSKIP in tst_QSharedPointer::lambdaCustomDeleterCaroline Chao2012-10-161-4/+5
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-121-191/+219
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-101-0/+37
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-101-2/+2
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-096-325/+829
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-148/+0
* tst_QLocale: remove QSKIP, wrap Q_OS_MAC/Q_OS_WINSergio Ahumada2012-10-041-5/+8
* Remove #if 0 usage in QElapsedTimer autotest.Leonard Lee2012-10-041-20/+3
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-2/+0
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-0/+25
* Test: Split tst_QVarLengthArray::oldTestsCaroline Chao2012-09-271-46/+48
* Fix qstringlist autotest build for WinCE.Janne Anttila2012-09-261-0/+13
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-261-1/+63
* Add some tests for compatible and incompatible custom deletersThiago Macieira2012-09-241-0/+20
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+7
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2263-1514/+1514
* Test: Update QSKIP message of tst_QVector::outOfMemoryCaroline Chao2012-09-221-1/+1
* Don't manipulate immutable dataJoão Abecasis2012-09-111-17/+71
* test: Remove QSKIP from tst_QLocale::windowsDefaultLocale()Sergio Ahumada2012-09-101-2/+0
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-0/+38
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-301-0/+4
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-3/+23
* test: Mark tst_qtextboundaryfinder::generateDataFromFile() with internal buildSergio Ahumada2012-08-291-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-0/+61
* Do not consider sign in qIsNull.Mitch Curtis2012-08-222-0/+36
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-212-0/+12
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-0/+76
* Fix tst_qbytearray on QNXRafael Roquetto2012-08-151-3/+3
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0153-1/+53
* Remove the unnecessary qdebug.h includes in the QPoint(F) testsLaszlo Papp2012-07-242-2/+0
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-123-1/+8
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-122-0/+30
* Improve QPoint and QPointF auto tests.Mitch Curtis2012-07-114-72/+679
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-102-4/+3
* Improve QDate, QTime, QDateTime auto tests.Mitch Curtis2012-07-063-47/+114
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-2/+2
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-032-0/+79
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-0/+18
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-8/+0
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-201-0/+71
* Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-202-20/+72