summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-251-1/+1
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-041-4/+5
* QTimeZone: replace a Q_FOREACH loop with QList::op+=Marc Mutz2015-12-311-2/+1
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-4/+8
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-2/+2
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-14/+14
* QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-4/+4
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* Remove unused static function systemtimeToMsecs()Kai Koehne2013-10-281-8/+0
* Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
* QTimeZone - Add Windows backendJohn Layt2013-09-231-0/+664