summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-06-19 10:32:36 +0200
committerJani Heikkinen <jani.heikkinen@digia.com>2014-06-18 11:08:21 +0200
commit00fa1f33a86e5d1bd7ae44c4c6cfb5a7e630bb63 (patch)
tree946b8af0ebabb0a938ed2cf36568e263a2b61c75
parentd67c98cb5d46e8d4bf72e57f3379e94b59b599fc (diff)
downloadqtquickcontrols-5.3.1.tar.gz
Add changelog for 5.3.1v5.3.15.3.1
Change-Id: I5b3fb1c9e6b91bcf58b72f6e380c3cd580674f3c Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
-rw-r--r--dist/changes-5.3.177
1 files changed, 77 insertions, 0 deletions
diff --git a/dist/changes-5.3.1 b/dist/changes-5.3.1
new file mode 100644
index 00000000..ec36c5c9
--- /dev/null
+++ b/dist/changes-5.3.1
@@ -0,0 +1,77 @@
+Qt 5.3.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.3.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.3
+
+The Qt version 5.3 series is binary compatible with the 5.2.x series.
+Applications compiled for 5.2 will continue to run with 5.3.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+- Calendar:
+ * [QTBUG-38848] Calendar no longer selects dates in the next/previous
+ month when dragging the mouse.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtQuick.Controls
+----------------
+
+ - Calendar:
+ * [QTBUG-38847] Fixed layouting and grid cell calculation
+
+ - ComboBox:
+ * [QTBUG-38054] Fixed the height of ComboBox
+ * [QTBUG-38384] Fixed the width of the button
+ * [QTBUG-38036] Fixed currentText to be correctly updated when the
+ current index goes from -1 to 0
+
+ - Menu:
+ * [QTBUG-39384] Fixed the disabled state handling for QPA menus
+
+ - ScrollView:
+ * [QTBUG-38083] Ensured that child MouseAreas will get mouse events first
+ * Fixed the scrollbar handle position calculation
+ * Fixed scrolling of parent ScrollViews when reaching the bounds of a
+ ScrollView
+
+ - TableView:
+ * [QTBUG-38789] Fixed styleData.row to be a binding so it updates
+ correctly for dynamically changing models
+ * Fixed the position of "filled" rows to move together with content
+ * [QTBUG-39337] Fixed TableViewColumn::resizeToContents() to process all
+ rows
+ * [QTBUG-39393] Fixed the content width calculation with a hidden header
+ * [QTBUG-39393] Allowed resizing and scrolling single-column tables
+
+ - TabView:
+ * Fixed handling of invalid indexes for TabView::getTab()
+ * Fixed the currentIndex to be updated correctly when inserting/removing
+ tabs
+ * Fixed styleData.activeFocus for the tab-delegate be true when the tab
+ button itself has active focus instead of the whole tabbar
+ * [QTBUG-38819] Fixed styleData.previousSelected for the tab-delegate
+
+QtQuick.Dialogs
+---------------
+
+ - Dialog:
+ * [QTBUG-39339] Prevented click passthrough when a dialog is showing
+
+ - FileDialog:
+ * [QTBUG-39204] Fixed back and esc keys to reject the dialog