summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add an autotest for Canadian locale(dateFormat)Mehdi Fekari2013-01-101-0/+4
* Update qlocale autotestMehdi Fekari2013-01-061-0/+50
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0417-35/+0
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-044-0/+174
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-3/+0
* Speed up and fix QByteArray::setNum()hjk2012-12-301-1/+18
* Add test for QByteArray::setNumhjk2012-12-281-0/+27
* Don't pass invalid strings to strcmp()Peter Kümmel2012-12-061-1/+1
* remove pointless QT.<module>.sources referencesOswald Buddenhagen2012-12-041-1/+1
* tst_QSharedPointer: update application typesJ-P Nurmi2012-11-262-13/+11
* QLocale: Fix matchingLocales() behavior if script or country is not Any*Konstantin Ritt2012-11-251-0/+30
* QLocale: Fix toCurrencyString() didn't respect group separator optionKonstantin Ritt2012-11-231-15/+21
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-2/+41
* Update Qlocale data up to CLDR 22.1Konstantin Ritt2012-11-211-4/+3
* Update Qlocale data up to CLDR 2.0.1Konstantin Ritt2012-11-211-4/+3
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-212-365/+86
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-211-7/+39
* QLocale: replace hard-coded default country-for-language mapKonstantin Ritt2012-11-191-3/+3
* Fix QStringList::sort testGiuseppe D'Angelo2012-11-161-1/+8
* test: fix tst_QLocale::macDefaultLocaleLiang Qi2012-11-091-2/+4
* test: Mark tst_QLocale::macDefaultLocale as XFAILSamuli Piippo2012-11-081-0/+2
* Remove out-of-memory test in QVarLengthArray.Christian Strømme2012-11-071-50/+0
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-034-0/+180
* Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-021-11/+23
* Improve QDateTime test coverage.Mitch Curtis2012-11-021-129/+262
* test: Remove QSKIP from tst_QByteArray::literals()Sergio Ahumada2012-10-301-4/+5
* Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-2/+4
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+25
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-1/+93
* Test: remove QSKIP from tst_qstringCaroline Chao2012-10-251-40/+36
* Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-241-22/+34
* Improve QTime test coverage.Mitch Curtis2012-10-241-0/+11
* Improve QDate test coverage.Mitch Curtis2012-10-241-33/+64
* Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-241-0/+4
* Revert removal of commented out tests in tst_qdatetime.cpp.Mitch Curtis2012-10-221-0/+7
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-13/+104
* 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