qt5base-lts/src
Lars Knoll a383d79772 Get rid of QSettings::iniCodec()
Always encodee INI files as utf-8 in Qt6. This is mostly backwards
compatible, as old ini files would encode all non ascii characters.

[ChangeLog][Important behavioral changes] QSettings will now always
encode INI files as utf-8 (and the iniCodec/setIniCode methods are
removed). This is a change from Qt 5 and earlier, where QSettings would
by default escape all non ascii characters. The behavior is equivalent to
what you got in Qt5 by setting a utf-8 iniCodec on the settings object.
Settings files written in Qt 5 will still be readable in Qt 6 (unless
an iniCodec different from utf-8 was used), but to read Qt6 based ini
files in Qt 5 applications, setting the iniCodec to utf-8 is required.

Change-Id: Ic7dffcca17779bd5e3dae50d42ce633170289f6c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2020-05-14 07:48:28 +02:00
..
3rdparty Update PCRE2 to 10.35 2020-05-11 11:56:29 +02:00
android Merge remote-tracking branch 'origin/5.15' into dev 2020-05-05 19:51:50 +02:00
angle Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
concurrent Get rid of virtual inheritance from ThreadEngineBase 2020-04-29 22:58:11 +02:00
corelib Get rid of QSettings::iniCodec() 2020-05-14 07:48:28 +02:00
dbus Merge remote-tracking branch 'origin/5.15' into dev 2020-04-22 15:28:01 +02:00
gui Move the UTF conversion methods to qstringconverter 2020-05-14 07:46:38 +02:00
network Remove deprecated QDesktopServices APIs 2020-05-13 14:38:23 +02:00
opengl Remove a bunch of deprecated members from src/gui/painting classes 2020-05-06 09:54:17 +02:00
openglextensions Get rid of QT_OPENGL_ES* 2020-04-17 11:50:24 +02:00
openglwidgets Docs: Remove lenghty comparison with QGLWidget 2020-02-20 16:11:01 +01:00
platformheaders Windows: Provide a way to switch between WinTab and Windows Ink at run-time 2020-04-10 01:52:35 +02:00
platformsupport evdevkeyboard: fix input_event time related compile 2020-05-07 21:27:48 +02:00
plugins Remove QPlatformNativeInterface functions for CGImage conversion 2020-05-13 14:30:43 +02:00
printsupport Support multiple page ranges in QPrinter 2020-04-09 16:45:32 +02:00
sql Sweep of int-ish → char-ish types near calls to QString::fromU*() 2020-05-12 05:43:37 +00:00
testlib Close memory leak in QTestLib support for item model testing 2020-05-12 09:08:12 +02:00
tools Move the UTF conversion methods to qstringconverter 2020-05-14 07:46:38 +02:00
widgets QApplication: refactor delivery and propagation of wheel events 2020-05-13 15:07:55 +00:00
winmain Regenerate src/* 2019-11-14 09:05:48 +00:00
xml Correctly parse non BMP char refs in the sax parser 2020-05-10 11:31:57 +02:00
CMakeLists.txt CMake: Remove special case handling for OpenSSL 2020-03-06 12:32:58 +01:00
src.pro Snippets: Fix dependency issues 2020-05-07 08:37:00 +02:00