summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
* QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
* QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
* QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-48/+48
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-10/+44
* Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-12/+297
* QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+26
* QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-31/+143
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-345/+527
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-141-98/+94
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-183/+29
* QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-2/+21
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-1715/+1
* QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-3/+18
* QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-309/+271
* QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-197/+9
* qdatetime: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-0/+106
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-10/+59
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-137/+320
* QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
* Add the RFC2822Date formatKevin Ottens2013-07-241-0/+135
* Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-4/+20
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-2/+5
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-10/+5
|\
| * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+10
|\ \
| * | Workaround a bug in mktime on QNXFabian Bumberger2013-03-051-0/+10
| |/
* | Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-121-5/+5
* | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-5/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-0/+12
|\|
| * Clarify how two digit years are parsed by QDateTime::fromString().Mitch Curtis2013-01-031-0/+12
* | Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-141-10/+10
|/
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-021-52/+54
* Improve QDateTime test coverage.Mitch Curtis2012-11-021-1/+2
* Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-1/+2
* Change one int to qint64 in QDateTime::setMSecsSinceEpoch(qint64)Jon Severinsson2012-10-261-1/+1