aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.14.0
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-13 12:46:53 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-13 12:46:53 +0100
commitdfa9cb6379adbd7281f3c876ec224de0a735d46f (patch)
treea6a0d1d2c9e501619386e796e2d7677480dc2fec /dist/changes-5.14.0
parent0f1365cb23ba20520a75f64abddaf81df7677250 (diff)
parent459ec87b0abdd476d415946ed07c8490c10b97f0 (diff)
Merge remote-tracking branch 'origin/5.14.0' into 5.14
Diffstat (limited to 'dist/changes-5.14.0')
-rw-r--r--dist/changes-5.14.024
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
new file mode 100644
index 00000000..1a1afa65
--- /dev/null
+++ b/dist/changes-5.14.0
@@ -0,0 +1,24 @@
+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.
+
+****************************************************************************
+* New Features *
+****************************************************************************
+
+ - Added QT_VIRTUAL_KEYBOARD_FORCE_EVENTS_WITHOUT_FOCUS
+ environment variable to allow Qt Virtual Keyboard to send key
+ events and enable the Shift key without a focused input object.