diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-11-18 13:01:22 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2019-11-25 11:12:20 +0000 |
commit | 30271d03d2f94231ee5e34caec5033636a5a3e07 (patch) | |
tree | cc20d65c3d2618d39db4d1b89cc6bddae897e936 | |
parent | 3b07b8b2f33b0888e20313f52425012b980831c9 (diff) | |
download | qtactiveqt-5.14.0.tar.gz |
Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.05.14.0
Change-Id: I45b74ad1fd28622a62d7b90fc2381666902240aa
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r-- | dist/changes-5.14.0 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0 new file mode 100644 index 0000000..808be64 --- /dev/null +++ b/dist/changes-5.14.0 @@ -0,0 +1,27 @@ +Qt 5.14 introduces many new features and improvements as well as bugfixes +over the 5.13.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.14 series is binary compatible with the 5.13.x series. +Applications compiled for 5.13 will continue to run with 5.14. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* ActiveQt * +**************************************************************************** + + - dumpcpp now generates the constructor code into the .cpp file. + + - QAxServer: + * [QTBUG-76269] Don't fall-back automatically to per-user registration + of controls if global registration fails, and add support for + explicitly registering controls for the current user. |