summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-151-1/+0
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-221-6/+6
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-85/+85
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
* Unexport QTimeZonePrivateMarc Mutz2017-02-231-1/+1
* QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-231-7/+7
* Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-231-1/+1
* Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-231-7/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-6/+6
|\
| * Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-291-6/+6
* | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-3/+1
|/
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+2
* | Fix compilation on AndroidMichal Klocek2015-02-201-1/+1
* | QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-13/+13
* | QTzTimeZonePrivate: replace some inefficient QLists with QVectors (I)Marc Mutz2015-02-121-13/+21
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-6/+6
* | fix daylight time in QTimeZone on AndroidDrew Parsons2014-12-111-0/+2
* | provide Android timezones in QTimeZoneDrew Parsons2014-11-261-1/+47
|/
* 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-0/+11
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-8/+8
* Repack structs with more than one padding holeThiago Macieira2013-12-031-2/+2
* QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-0/+1
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-5/+5
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-0/+1
* QTimeZone - Add Windows backendJohn Layt2013-09-231-0/+62
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+51
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+66
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+47
* QTimeZone - Define new class and apiJohn Layt2013-09-221-0/+198