summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-5.14.053
1 files changed, 53 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
new file mode 100644
index 000000000..0997f3056
--- /dev/null
+++ b/dist/changes-5.14.0
@@ -0,0 +1,53 @@
+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.
+
+****************************************************************************
+* pixeltool *
+****************************************************************************
+
+ - 'c' now copies color under cursor, and shows it in the tool window title.
+
+****************************************************************************
+* Qt Designer *
+****************************************************************************
+
+ - [QTBUG-76375] A per-form setting for disabling generating calls to
+ QObject::connectSlotsByName() has been added to support migrating forms
+ to Qt 5 connection syntax.
+ - The multiselection-modifier of the buddy/signal slot editors has been
+ changed to Control instead of (historical) Shift.
+
+****************************************************************************
+* Qt Linguist *
+****************************************************************************
+
+ - [QTBUG-76265] lupdate now warns about qsTr() calls with template literals
+ in .qml files.
+ - [QTBUG-67908] Extra \n when reading translator comment from .po file now
+ gets removed.
+ - [QTBUG-76723] CMake: qt5_create_translation was creating a warning when
+ translation files had the same prefix, separated by a dot. This is now
+ fixed.
+
+****************************************************************************
+* windeployqt *
+****************************************************************************
+
+ - [QTBUG-15234] windeployqt does not patch paths in Qt5Core anymore if Qt
+ is configured with -feature-relocatable.
+ - [QTBUG-75272] Added option -no-virtualkeyboard to disable deployment of
+ Qt Virtual Keyboard.