diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-10 10:52:19 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:06:52 (GMT) |
commit | d68cadff5ff9934e1c36637c24281da618021dc6 (patch) | |
tree | 3ea16fbc002ce04177facaa36c5c56539728d944 /dist | |
parent | 729e1099b7405e86676bc8484542643ea4201c28 (diff) | |
download | Qt-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')
-rw-r--r-- | dist/changes-4.6.0 | 7 |
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. |