aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-12-08 13:59:23 +0100
committerLiang Qi <liang.qi@qt.io>2017-12-08 13:59:24 +0100
commit685ae5ca057d37ec2ca909fb08b5610b1829edc1 (patch)
treeb5c1b74db7c03a52232a67a6670eb42c6507677d
parent2dabbf20b81fa0c85dbcd4f31f7c45819caca2d2 (diff)
parent8546475dd5d6076a98b0700f1d70211c1395fc63 (diff)
Merge remote-tracking branch 'origin/5.10.0' into 5.10
-rw-r--r--dist/changes-5.10.056
-rw-r--r--dist/changes-5.9.324
-rw-r--r--src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf3
3 files changed, 83 insertions, 0 deletions
diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0
new file mode 100644
index 00000000..129c8255
--- /dev/null
+++ b/dist/changes-5.10.0
@@ -0,0 +1,56 @@
+Qt 5.10 introduces many new features and improvements as well as bugfixes
+over the 5.9.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.10 series is binary compatible with the 5.9.x series.
+Applications compiled for 5.9 will continue to run with 5.10.
+
+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.
+
+****************************************************************************
+* Qt 5.10.0 Changes *
+****************************************************************************
+
+New Features
+------------
+
+ - Added new component (InputModeKey) for input mode switch.
+
+New Keyboard Layouts
+--------------------
+
+ - Added Bulgarian keyboard layout.
+ - Added Croatian keyboard layout.
+ - Added Czech keyboard layout.
+ - Added Dutch keyboard layout.
+ - Added Estonian keyboard layout.
+ - Added Greek keyboard layout.
+ - Added Hebrew keyboard layout.
+ - Added Hungarian keyboard layout.
+ - Added Serbian keyboard layout.
+
+ Handwriting Recognition
+ -----------------------
+
+ - Added Arabic handwriting recognition.
+ - Added Farsi handwriting recognition.
+ - Added support for CJK (Chinese/Japanese/Korean) handwriting
+ via T9 Write.
+
+ Important Behavior Changes
+--------------------------
+
+ - Ensure the default value of Key.key property is uppercase.
+
+OpenWNN
+-------
+
+ - Fixed and optimized OpenWNN engine (Japanese keyboard input)
diff --git a/dist/changes-5.9.3 b/dist/changes-5.9.3
new file mode 100644
index 00000000..bb5db637
--- /dev/null
+++ b/dist/changes-5.9.3
@@ -0,0 +1,24 @@
+Qt 5.9.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.
+
+****************************************************************************
+* Qt 5.9.3 Changes *
+****************************************************************************
+
+ - This release contains only minor code improvements.
diff --git a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
index 2698378e..fbb0d465 100644
--- a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
+++ b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf
@@ -13,6 +13,9 @@ excludedirs += ../content/layouts \
exampledirs += ../../../examples/virtualkeyboard \
snippets
examplesinstallpath = virtualkeyboard
+
+manifestmeta.highlighted.names = "QtVirtualKeyboard/Qt Quick Virtual Keyboard - Basic Example"
+
imagedirs += images
depends += qtdoc qtcore qtgui qtqml qtquick