index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
tools
/
qtimezoneprivate_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate out the time, zone, date code from corelib/tools/
Edward Welbourne
2019-06-06
1
-493
/
+0
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-2
/
+2
*
Fix broken data for time-zones with no transitions
Edward Welbourne
2019-03-22
1
-0
/
+1
*
Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43
David Faure
2018-04-23
1
-0
/
+3
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-3
/
+3
|
\
|
*
Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flags
Otto Ryynänen
2018-01-20
1
-3
/
+3
*
|
Take account of single-transition hacks in MS time-zone APIs
Edward Welbourne
2017-11-30
1
-1
/
+1
*
|
Replace ruleForYear() method with a local index-based function
Edward Welbourne
2017-11-15
1
-1
/
+0
*
|
Replace Q_DECL_FINAL with final
Kevin Funk
2017-09-22
1
-6
/
+6
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-85
/
+85
|
/
*
Move Q_REQUIRED_RESULT to its correct position
Thiago Macieira
2017-04-20
1
-2
/
+2
*
Unexport QTimeZonePrivate
Marc Mutz
2017-02-23
1
-1
/
+1
*
QTimeZonePrivate: make clone() const, use covariant return types
Marc Mutz
2017-02-23
1
-7
/
+7
*
Simplify QTzTimeZonePrivate implementation
Marc Mutz
2017-02-23
1
-1
/
+1
*
Add conversion functions for QTimeZone and CFTimeZone/NSTimeZone
Jake Petroules
2017-01-23
1
-7
/
+5
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-13
1
-6
/
+6
|
\
|
*
Properly use QT_CONFIG macro to check for ICU
Lars Knoll
2016-11-29
1
-6
/
+6
*
|
QDateTime, QTimeZone: fix mappings from zone time to UTC
Edward Welbourne
2016-12-12
1
-3
/
+1
|
/
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
QtCore: mark some more types as movable/primitive
Marc Mutz
2015-07-07
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Frederik Gladhorn
2015-02-24
1
-0
/
+2
|
\
|
*
Timezones: Fix handling of offset-from-UTC QTimeZones
Thiago Macieira
2015-02-23
1
-0
/
+2
*
|
Fix compilation on Android
Michal Klocek
2015-02-20
1
-1
/
+1
*
|
QTimeZone: don't use QSet, use sorted QList
Marc Mutz
2015-02-17
1
-13
/
+13
*
|
QTzTimeZonePrivate: replace some inefficient QLists with QVectors (I)
Marc Mutz
2015-02-12
1
-13
/
+21
*
|
Update copyright headers
Jani Heikkinen
2015-02-11
1
-6
/
+6
*
|
Fix 1700 override warnings [-Winconsistent-missing-override]
Sérgio Martins
2015-02-03
1
-6
/
+6
*
|
fix daylight time in QTimeZone on Android
Drew Parsons
2014-12-11
1
-0
/
+2
*
|
provide Android timezones in QTimeZone
Drew Parsons
2014-11-26
1
-1
/
+47
|
/
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Reduce QtCoreLib size by not repeating "UTC" string too often.
Jędrzej Nowacki
2014-07-25
1
-0
/
+11
*
QTimeZone - Change from Olson ID to IANA ID
John Layt
2014-01-11
1
-8
/
+8
*
Repack structs with more than one padding hole
Thiago Macieira
2013-12-03
1
-2
/
+2
*
QTimeZone - Fix TZ file abbreviations
John Layt
2013-11-21
1
-0
/
+1
*
QTimeZone - Change Olsen ID to IANA ID
John Layt
2013-11-21
1
-5
/
+5
*
QDateTime - Add QTimeZone support
John Layt
2013-09-23
1
-0
/
+1
*
QTimeZone - Add Windows backend
John Layt
2013-09-23
1
-0
/
+62
*
QTimeZone - Add Mac backend
John Layt
2013-09-23
1
-0
/
+51
*
QTimeZone - Add TZ File Backend
John Layt
2013-09-22
1
-0
/
+66
*
QTimeZone - Add ICU support
John Layt
2013-09-22
1
-0
/
+47
*
QTimeZone - Define new class and api
John Layt
2013-09-22
1
-0
/
+198