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