summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-09-08 08:48:31 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-09-11 07:15:27 +0000
commit5e252f9b9ceea72fc1acb5fb41b81abc34cab46d (patch)
tree6292b56207a7d4998a912b6800586dc669a204f3
parentf770dbe9d38214a37e12adb591498dcd1ad0293e (diff)
downloadqtquickcontrols-5e252f9b9ceea72fc1acb5fb41b81abc34cab46d.tar.gz
Add changelog for Qt 5.5.1 release
Change-Id: Ib94de261355ced4072f8c75c988b62c093a129ca Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
-rw-r--r--dist/changes-5.5.159
1 files changed, 59 insertions, 0 deletions
diff --git a/dist/changes-5.5.1 b/dist/changes-5.5.1
new file mode 100644
index 00000000..da2a6415
--- /dev/null
+++ b/dist/changes-5.5.1
@@ -0,0 +1,59 @@
+Qt 5.5.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.5.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.5 series is binary compatible with the 5.4.x series.
+Applications compiled for 5.4 will continue to run with 5.5.
+
+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.
+
+****************************************************************************
+* Controls *
+****************************************************************************
+
+ - ComboBox:
+ * [QTBUG-46611] Fixed the selected text to follow model changes
+
+ - Menu:
+ * [QTBUG-47092] Fixed popups so that they do not cross screen boundaries
+ * Made MenuBar, Menu properly accessible
+ * [QTBUG-47233] Removed native menus from native menubar on destruction
+ * [QTBUG-45131] Android: fixed hardware menu button to open the options menu
+ * iOS: added shortcuts to edit menu items
+
+ - TableView:
+ * [QTBUG-46468] Fixed extra row with headerVisible:false
+ * [QTBUG-44185] Made sort indicator follow moved columns
+
+ - TextArea:
+ * [QTBUG-41375] Fixed EditMenu so that it does not clear the text selection
+
+ - TreeView:
+ * [QTBUG-46891] Fixed to track model indexes during selection
+
+****************************************************************************
+* Dialogs *
+****************************************************************************
+
+ - General:
+ * Changed to emit accepted and rejected signals instead of calling accept
+ and reject. Don't close the dialog by default for Help, Apply, Reset
+
+ - FileDialog:
+ * [QTBUG-46688] Ensured that options are set early enough
+
+****************************************************************************
+* Styles *
+****************************************************************************
+
+ - [QTBUG-46960][QTBUG-46881] Fixed some minor issues about Android style