index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
tools
/
qtimezone.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-10-04
1
-0
/
+9
|
\
\
|
|
/
[next]