summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-05-07 10:12:07 +0200
committeraavit <qt-info@nokia.com>2010-05-07 10:15:20 +0200
commit9cd2a03b09cbe4b024304b1d5d761b464c6c05e4 (patch)
tree5bdc1fd1489421a7420c989d95b5382ac098054c /dist
parent1d8d397121329a178f96d476b1e585cf7d938f2d (diff)
my changes
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.016
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index df782c0a66..3766c887f2 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -72,6 +72,8 @@ QtGui
* Fixed a bug that led to missing text pixels in QTabBar when using
small font sizes. (QTBUG-7137)
+ - QImage
+ * Added QImage::bitPlaneCount(). (QTBUG-7982)
QtNetwork
---------
@@ -102,6 +104,20 @@ QtXmlPatterns
- [QTBUG-8394] include/import/redefine schemas only once
- QXmlSchema: fix crash with referencing elements
+Qt Plugins
+----------
+
+ - Jpeg image IO plugin
+ * Fixed failure to store certain QImage formats as jpeg (QTBUG-7780)
+ * Optimized smoothscaling
+ * Optimized to avoid data copy when reading from memory device (QTBUG-9095)
+
+ - SVG image IO plugin
+ * Added support for svgz format (QTBUG-8227)
+ * Fixed canRead() so that it can be used also for non-sequential
+ devices. (QTBUG-9053)
+ * Added support for clipping and scaling and backgroundcolor
+ * Optimized to avoid data copy when reading from memory device (QTBUG-9095)
****************************************************************************
* Database Drivers *