summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-051-0/+4
* Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-3/+0
* Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-141-0/+3
* QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-0/+1
* Add configure feature for time zone supportLars Knoll2016-10-111-6/+8
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Long live the short QDateTime optimizationThiago Macieira2016-06-101-3/+7
* QDateTimePrivate refactor: static'fy the date/time manipulatorsThiago Macieira2016-06-101-7/+0
* QDateTimePrivate refactor: static'fy access to d->m_statusThiago Macieira2016-06-101-15/+0
* Move QDateTimePrivate::toMSecsSinceEpoch() code into QDateTimeThiago Macieira2016-06-101-3/+0
* Remove QDateTimePrivate::isNull{Date,Time}()Thiago Macieira2016-06-101-2/+0
* Stop QDateTimePrivate from inheriting QSharedDataThiago Macieira2016-06-101-5/+4
* QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-101-11/+24
* QDateTime: Remove the distinction between null and invalid date and timeThiago Macieira2016-05-081-2/+2
* QDateTime: Remove NoDaylightTime flagThiago Macieira2016-05-081-1/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-251-1/+2
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-9/+5
* QDateTimePrivate: make bit manipulation code more readableMarc Mutz2015-02-171-5/+5
* QDateTimePrivate: remove pointless comparisonsMarc Mutz2015-02-171-6/+6
* QDateTimePrivate: remove pointless copy ctorMarc Mutz2015-02-171-10/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QDateTimePrivate: Add a note about wasted spaceRobin Burchell2014-09-161-0/+3
|/
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-5/+11
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-2/+24
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-0/+10
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-14/+31
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-141-4/+22
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-2/+0
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-208/+0
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-9/+11
* Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-121-0/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-2/+3
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-051-0/+4
* Document the purpose of QDateTimeParser::cachedDay.Mitch Curtis2012-08-311-0/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-7/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup reference counting in QDateTimePrivate class.Jedrzej Nowacki2011-07-121-3/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+289