summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\
| * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* | Scale a correction by a factor of a thousand that it was missingEdward Welbourne2018-08-201-1/+1
* | Add some local const variables to save some repeated computationEdward Welbourne2018-08-201-8/+7
* | QTimeZonePrivate::dataForLocalTime(): cope with negative DST offsetsEdward Welbourne2018-08-201-5/+7
* | Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43David Faure2018-04-231-0/+18
|/
* Avoid underflow on arithmetic with possibly-first transition timesEdward Welbourne2017-11-301-2/+2
* QTimeZone: make UTC offset range available for other code to reuseEdward Welbourne2017-06-131-0/+2
* QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-231-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\
| * Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-291-1/+1
* | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-55/+190
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-2/+3
|\
| * QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-17/+40
|\|
| * Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-5/+5
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+9
|\
| * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+9
* | QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-32/+42
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-4/+4
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-24/+24
* QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
* Repack structs with more than one padding holeThiago Macieira2013-12-031-3/+5
* QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
* QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-2/+3
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-6/+6
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-0/+65
* QTimeZone - Define new class and apiJohn Layt2013-09-221-0/+643