qt5base-lts/src
Edward Welbourne 333d7e6de4 Clean up QTzTimeZonePrivate::systemTimeZoneId()
The special handling of ":/etc/localtime" should only apply if that's
the exact value of $TZ; the old code would have treated
"/etc/localtime" the same, due to stripping a leading ':' before
checking for it.  We can also test whether to do that stripping using
startsWith().

When reading the content of files, avoid QTextStream's trip via
QString and back to QByteArray by using the QFile's readLine()
directly, or by using readAll().

Task-number: QTBUG-75585
Change-Id: I1524529a2c34d83a9fbd00d41c11f2d994dfc49d
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2020-04-02 20:41:09 +02:00
..
3rdparty ANGLE: d3d11: Do not register windows message hooks for d3d11 windows 2020-04-02 08:58:03 +02:00
android Android: Include the resConfigs so that the package can be uploaded 2020-03-03 12:36:43 +01:00
angle ANGLE: d3d11: Do not register windows message hooks for d3d11 windows 2020-04-02 08:58:03 +02:00
concurrent QtConcurrent: fix warning about function parameters shadowing class members 2019-10-08 23:21:14 +02:00
corelib Clean up QTzTimeZonePrivate::systemTimeZoneId() 2020-04-02 20:41:09 +02:00
dbus Doc: Fix qdoc compilation errors qtbase 2020-01-17 12:56:08 +00:00
gui Doc: fix copy paste errors in border-*-style documentation 2020-03-21 11:36:04 +02:00
network q_getTimeFromASN1: fix invalid access 2020-03-19 14:48:08 +01:00
opengl Fix depth in renderText() 2019-12-03 13:51:28 +01:00
openglextensions QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGL 2019-10-21 09:14:18 -04:00
platformheaders Doc: Display correct include for QWindowsWindowFunctions 2020-01-17 14:19:00 +01:00
platformsupport Do not crash on skipped Xlib visuals 2020-03-11 16:28:14 +00:00
plugins macOS: Flush sublayers via separate IOSurface backingstores 2020-03-25 12:20:00 +01:00
printsupport Doc/Printsupport: misc fixes 2020-01-31 06:23:59 +01:00
sql Doc: List alternative ways to get the MySQL C Connector 2020-02-27 06:30:19 +08:00
testlib testlib: add QAbstractItemModelTester::verify() 2020-03-30 19:32:06 +02:00
tools Android: Fix deployment on Windows host 2020-03-19 10:23:07 +01:00
widgets Send MouseMove events without buttons if the press closed the popup 2020-03-30 20:06:20 +01:00
winmain Merge remote-tracking branch 'origin/5.13' into dev 2019-05-27 15:34:10 +02:00
xml QDom: use correct precision when converting float/double values 2020-03-03 22:08:18 +01:00
src.pro Merge remote-tracking branch 'origin/5.13' into 5.14 2019-10-10 09:13:49 +02:00