summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
* QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-162-2/+2
* Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+6
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+10
* QDateTime - Add QTimeZone supportJohn Layt2013-09-232-0/+212
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+141
* QTimeZone - Define new class and apiJohn Layt2013-09-223-0/+509
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+95
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+23
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-6/+0
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-34/+16
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-192-20/+17
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-14/+13
* QDateTime - Add test case for Daylight Time TransitionsJohn Layt2013-09-141-0/+377
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-0/+35
* QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-0/+46
* New QStringRef methods.Jędrzej Nowacki2013-09-111-0/+142
* QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-1/+1
* Fix escape handling in qWinCmdArgsDavid Faure2013-09-102-0/+28
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+29
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-062-6/+70
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-57/+7
* QLocale - Improve date formatterJohn Layt2013-09-051-0/+100
* Make tst_qalgorithms compliant with the StandardGiuseppe D'Angelo2013-09-051-0/+7
* Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-156/+0
* 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
|\ \