summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* QNX: Make QDateTime "daylightTransitions" auto test passBernd Weimer2014-05-141-7/+7
* QDateTime: Add more tests for parsing/writing timezone offsetsDaniel Seither2014-05-081-0/+8
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+7
|\
| * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+42
|\|
| * Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+7
|\|
| * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-0/+6
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+25
|\|
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-24/+6
|\|
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-1/+4
|/
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-0/+200
* 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-191-12/+9
* 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
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-6/+66
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-57/+7
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-1/+32
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-7/+29
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-63/+286
* QDateTime - Fix tests to correctly restore time zoneJohn Layt2013-08-211-3/+7
* Add the RFC2822Date formatKevin Ottens2013-07-241-0/+113
* Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-0/+2
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-5/+8
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-3/+17
* QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-6/+0
|\
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-6/+0
* | Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-121-2/+46
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* Improve QDateTime test coverage.Mitch Curtis2012-11-021-129/+262
* Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-2/+4
* Return invalid datetime when calling addMSecs with invalid QDateTime.Mitch Curtis2012-10-241-22/+34
* Revert removal of commented out tests in tst_qdatetime.cpp.Mitch Curtis2012-10-221-0/+7
* Test: remove QSKIP from tst_QDateTime::fromString_LOCALE_ILDATECaroline Chao2012-10-191-4/+5
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-101-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-301-0/+4
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-211-0/+8
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-0/+76