summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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