summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-1/+32
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-032-0/+18
* QLinkedList - extend the auto test.Thorbjørn Martsum2013-08-291-1/+1005
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-7/+29
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-63/+286
* Long live QCommandLineParser!David Faure2013-08-246-0/+638
* QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+19
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-0/+16
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-243-0/+83
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+33
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+57
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+30
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-2/+2
|\
| * Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
* | QDateTime - Fix tests to correctly restore time zoneJohn Layt2013-08-211-3/+7
* | Avoided zero devision in cube root approximationBernd Weimer2013-07-291-5/+9
* | Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+156
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-242-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-0/+4
| |\|
| | * Expect tst_QEasingCurve::setCustomType() failing on 32 bit Ubuntu 11.10Simo Fält2013-07-202-0/+4
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-0/+223
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+14
|\|
| * Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-0/+14
* | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-1/+71
|\|
| * BlackBerry: fix tst_QLocale::emptyCtor()Rafael Roquetto2013-06-102-0/+70
| * tst_qmessageauthenticationcode: Fix warning about character conversion.Friedemann Kleint2013-06-081-1/+1
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-032-19/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-233-3/+40
|\|
| * Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-3/+17
| * QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
| * Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
* | Merge branch 'stable' into devSergio Ahumada2013-05-071-0/+22
|\|
| * Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-0/+15
|\|
| * QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-032-4/+45
|\|
| * Upgrade the bundled PCRE to 8.32Giuseppe D'Angelo2013-04-011-2/+0
| * Update QLocale data to CLDRv23Konstantin Ritt2013-04-011-2/+3
| * QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-0/+42
* | Add qPopulationCount() function, extracted from QBitArrayMarc Mutz2013-04-031-1/+79
|/
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-212-8/+16
|\
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-2/+16
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-6/+0
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-14/+14
* | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+23
* | Add an auto test for Irish localeEl Mehdi Fekari2013-03-121-0/+3
* | QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+9
* | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-1/+14
* | QVector - add remove functionsThorbjørn Martsum2013-03-071-0/+76