summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2258-59/+59
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1858-58/+58
| * QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
* | MinGW: Disable tests in tst_qstring that use unsupported formats.Friedemann Kleint2013-01-221-0/+6
* | Output std error from qmake/make when the test fails.David Faure2013-01-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-0/+4
|\|
| * Add an autotest for Canadian locale(dateFormat)Mehdi Fekari2013-01-101-0/+4
* | Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+160
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+49
* | Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+26
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-0722-38/+224
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0722-38/+224
| |\|
| | * 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
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-071-21/+67
* | | Provide operators for QMargins.Friedemann Kleint2013-01-071-0/+44
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-071-0/+21
* | | Improve QRegularExpression autotestsGiuseppe D'Angelo2013-01-071-0/+9
|/ /
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-043-2/+46
|\|
| * 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
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-231-0/+120
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-35/+0
* | Add QChar::Script enumKonstantin Ritt2012-12-201-0/+35
|/
* 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