summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-34/+34
* Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
* Make variable const as it should beEdward Welbourne2015-11-041-1/+1
* Use memset to clear struct tm before filling fields.Edward Welbourne2015-11-041-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
|/
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-071-21/+4
* QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
* QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
* QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-251-34/+33
* QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
* QTime: optimize toString()Marc Mutz2015-03-251-3/+1
* Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
* QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
* QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
* QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
* Simplify calculation of week numberLars Knoll2015-03-101-50/+17
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-25/+30
* QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* Updated BSD licensed file headersJani Heikkinen2015-02-151-1/+1
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6
* QDateTime: pass explicit length to QLatin1String ctorMarc Mutz2015-02-141-1/+1
* QDateTime: avoid relocationsMarc Mutz2015-02-141-1/+1
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-3/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-18/+24
|\
| * Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
| * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-061-12/+12
| * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
* | Don't call static members with objectThiago Macieira2015-01-161-3/+3
* | Add QTimeZone::{systemTimeZone,utc}Thiago Macieira2015-01-161-5/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-1/+1
|\|
| * Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-2/+2
|\|
| * Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-071-0/+33
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-25/+18
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11