aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-12-17 12:59:17 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-12-17 12:59:17 +0100
commit85ba3b7d83aa427d6654246a6c8f84a174a83f90 (patch)
treeed4a42a18ab88c9ecba7eb54b478f7a246c7ed90 /dist
parente16bf061f36dee08192efe50e5f3e68e25962000 (diff)
parent654231e3daefe9f53aeb3c923a8331854326664c (diff)
Merge remote-tracking branch 'origin/5.4.0' into 5.4
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.4.032
1 files changed, 32 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
new file mode 100644
index 0000000..bf6ba87
--- /dev/null
+++ b/dist/changes-5.4.0
@@ -0,0 +1,32 @@
+Qt 5.4 introduces many new features and improvements as well as bugfixes
+over the 5.3.x series. 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.4
+
+The Qt version 5.4 series is binary compatible with the 5.3.x series.
+Applications compiled for 5.3 will continue to run with 5.4.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QWinMime
+--------
+
+ - [QTBUG-39559] Added abstract class QWinMime (equivalent to WindowsMime
+ in Qt 4) for registering custom mime type conversions.
+
+QWinThumbnailToolBar
+--------------------
+
+ - [QTBUG-36730] Added pixmap properties and change notifications for
+ thumbnail icons and live preview.