summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-22 13:33:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-27 11:49:01 +0200
commitbc11edeafbc606c54e36cfd8d93451412e9b3c14 (patch)
tree55a9625680c8ebf90fcf731ffb45b856191db469 /dist
parent492f8da95f4bab83236f95f8a37dec457647bc77 (diff)
downloadqtquickcontrols-bc11edeafbc606c54e36cfd8d93451412e9b3c14.tar.gz
Add changes-5.1.1 file
Change-Id: I46067675a2b6a336b787b69caf44a5fd62c8e41f Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.128
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.1.1 b/dist/changes-5.1.1
new file mode 100644
index 00000000..7f01a404
--- /dev/null
+++ b/dist/changes-5.1.1
@@ -0,0 +1,28 @@
+Qt 5.1.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.1.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.1/
+
+The Qt version 5.1 series is binary compatible with the 5.0.x series.
+Applications compiled for 5.0 will continue to run with 5.1.
+
+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.
+
+
+****************************************************************************
+* General *
+****************************************************************************
+
+ - [QTBUG-31206] TableView: let delegates handle mouse events
+ - [QTBUG-31306] GroupBox: fix the activeFocusOnTab behavior
+ - [QTBUG-31992] Make ComboBox work with variant list
+ - [QTBUG-32400] Allow mouse events when transient scroll bars are hidden