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
/
qtimezone.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate out the time, zone, date code from corelib/tools/
Edward Welbourne
2019-06-06
1
-997
/
+0
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-1
/
+1
*
Doc: Fix various documentation warnings
Topi Reinio
2018-11-06
1
-1
/
+1
*
Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43
David Faure
2018-04-23
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-28
1
-1
/
+1
|
\
|
*
QDate/Time,QTimeZone: Fix empty documentation section titles
Friedemann Kleint
2018-02-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-16
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-4
/
+4
|
|
\
|
|
*
Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flags
Otto Ryynänen
2018-01-20
1
-4
/
+4
*
|
|
Prefer ICU over system info on MS-Win
Edward Welbourne
2018-02-07
1
-6
/
+4
|
/
/
*
|
doc: Fix all remaining non-link qdoc warnings
Martin Smith
2018-01-20
1
-0
/
+14
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
1
-1
/
+7
|
\
\
|
|
/
|
*
Fix sending UTC-offset QTimeZones through QDataStream
Chris Wilson
2017-06-08
1
-1
/
+7
*
|
QTimeZone: make UTC offset range available for other code to reuse
Edward Welbourne
2017-06-13
1
-5
/
+2
|
/
*
QTimeZone: do not access static functions through this->
Marc Mutz
2017-02-22
1
-7
/
+7
*
Properly use QT_CONFIG macro to check for ICU
Lars Knoll
2016-11-29
1
-6
/
+6
*
Document license for CLDR data in Qt Core
Kai Koehne
2016-10-28
1
-22
/
+2
*
Mark QTimeZone constructor nothrow.
Thiago Macieira
2016-05-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
1
-2
/
+2
|
\
|
*
WinRT: Fix QTimeZone transitions by switching backend
Maurice Kalinowski
2016-03-16
1
-2
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
|
QtCore: eradicate all Q_FOREACH loops [tools]
Marc Mutz
2016-01-04
1
-3
/
+3
|
/
*
Clarify what time-zone "transitions" are.
Edward Welbourne
2015-12-09
1
-0
/
+5
*
Prefer "daylight-saving time" and "DST" over "daylight time".
Edward Welbourne
2015-11-12
1
-35
/
+33
*
Eliminate duplicate "between"
Edward Welbourne
2015-11-12
1
-2
/
+3
*
Doc: Remove invalid uses of \relates command
Topi Reinio
2015-08-19
1
-1
/
+0
*
doc: QTimeZone::OffsetDataList is a QVector, not a QList
Marc Mutz
2015-07-22
1
-1
/
+1
*
Use QVector::reserve() all over the place.
Sérgio Martins
2015-06-29
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-04-15
1
-1
/
+1
|
\
|
*
Doc: Fix using Apple-related terminology in Qt Core
Alexander Volkov
2015-03-31
1
-1
/
+1
*
|
QTimeZone: don't use QSet, use sorted QList
Marc Mutz
2015-02-17
1
-20
/
+22
*
|
Update copyright headers
Jani Heikkinen
2015-02-11
1
-6
/
+6
*
|
QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<
Kai Koehne
2015-02-09
1
-1
/
+2
*
|
Add QTimeZone::{systemTimeZone,utc}
Thiago Macieira
2015-01-16
1
-0
/
+23
*
|
provide Android timezones in QTimeZone
Drew Parsons
2014-11-26
1
-0
/
+4
|
/
*
Don't stream QStringLiterals into QDebug
Marc Mutz
2014-10-09
1
-1
/
+1
*
Don't use QStringLiteral in comparisons
Marc Mutz
2014-10-09
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Add missing #include <qdatastream.h> or <qiodevice.h>
Thiago Macieira
2014-08-07
1
-0
/
+1
*
Doc: document QTimeZone::swap()
Marc Mutz
2014-04-10
1
-0
/
+7
*
QTimeZone - Change from Olson ID to IANA ID
John Layt
2014-01-11
1
-14
/
+14
*
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
2014-01-03
1
-2
/
+2
|
\
|
*
Fix some typos in documentation.
Jeff Tranter
2014-01-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-26
1
-56
/
+70
|
\
\
|
|
/
|
*
QTimeZone - Fix TZ file abbreviations
John Layt
2013-11-21
1
-0
/
+6
|
*
QTimeZone - Change Olsen ID to IANA ID
John Layt
2013-11-21
1
-54
/
+57
|
*
Doc: remove superfluous \since 5.2
Marc Mutz
2013-11-14
1
-2
/
+0
|
*
QTimeZone: add member-swap
Marc Mutz
2013-11-14
1
-0
/
+7
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-10-11
1
-7
/
+7
|
\
\
|
|
/
|
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-7
/
+7
[next]