summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate_tz.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
* QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
* Use the code we already have for parsing the transition time tooThiago Macieira2016-05-241-28/+40
* Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-56/+120
* Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-6/+13
|\
| * QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
|/
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-6/+10
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* QTzTimeZonePrivate: replace an inefficient QList with QVector (IV)Marc Mutz2015-02-121-17/+17
* QTzTimeZonePrivate: replace an inefficient QList with QVector (III)Marc Mutz2015-02-121-15/+16
* QTzTimeZonePrivate: replace an inefficient QList with QVector (II)Marc Mutz2015-02-121-13/+12
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* 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
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-1/+1
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-22/+22
* Mark QTzType as Q_PRIMITIVE_TYPE.Sérgio Martins2014-01-081-0/+2
* QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-98/+161
* QTimeZone - Fix finding Linux System Time ZoneJohn Layt2013-10-151-2/+2
* Fix warning about uninitialized variableLars Knoll2013-09-251-1/+1
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+917