summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-10 10:52:19 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 16:06:52 (GMT)
commitd68cadff5ff9934e1c36637c24281da618021dc6 (patch)
tree3ea16fbc002ce04177facaa36c5c56539728d944 /dist/changes-4.6.0
parent729e1099b7405e86676bc8484542643ea4201c28 (diff)
downloadQt-d68cadff5ff9934e1c36637c24281da618021dc6.zip
Qt-d68cadff5ff9934e1c36637c24281da618021dc6.tar.gz
Qt-d68cadff5ff9934e1c36637c24281da618021dc6.tar.bz2
Added my changes in Qt 4.6.0 to the change log.
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.07
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index c0ce2af..c008f31 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -457,10 +457,13 @@ QtSql
* Add proper iODBC linking support.
QtSvg
+
- QSvgHandler
- * [245602] Fixed gradient and solid-color referencing.
- * [202426] Made stroke attribute inheritance work with 'use' tags.
+ * [245602] [204686] Fixed gradient and solid-color referencing.
+ * [202426] Made attribute inheritance work with 'use' tags.
* [250618] Fixed gradient on strokes.
+ * [254040] Added support for 'vector-effect'.
+
- QSvgPaintEngine
* [257052] Changed drawImage() to ignore aspect ratio.