diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-05-19 15:41:05 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-05-19 15:44:05 (GMT) |
commit | 38e1140c1f934efbfee1eb424f9c445c6c53aff3 (patch) | |
tree | de6c2015b02b1bc6fd67d677806911247dd1eaae | |
parent | 78dcac759d500c1744751955623b1d0babcd37a4 (diff) | |
download | Qt-38e1140c1f934efbfee1eb424f9c445c6c53aff3.zip Qt-38e1140c1f934efbfee1eb424f9c445c6c53aff3.tar.gz Qt-38e1140c1f934efbfee1eb424f9c445c6c53aff3.tar.bz2 |
Updated the 4.7.0 change log with my changes.
-rw-r--r-- | dist/changes-4.7.0 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 4775cc1..a57575e 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -126,6 +126,10 @@ QtGui operators (intersect, subtract, unite) to prevent numerical stability issues. + - QPixmap + * [QTBUG-4149] Fixed QPixmap::grabWidget() on widgets that have not yet + been shown. + - QPlastiqueStyle * [QTBUG-6516] Respect AlternateBase role for list views. @@ -162,6 +166,12 @@ QtNetwork * [QTBUG-2515] Do not make OpenSSL prompt for a password * [QTBUG-6504, QTBUG-8924, QTBUG-5645] Fix memleak +QtOpenGL +-------- + - QGLWidget + * [QTBUG-7865] Fixed bug where GL widgets were not fully updated on + Windows Vista/7 with Aero disabled. + QtScript -------- - Updated src/3rdparty/javascriptcore to a more recent version @@ -171,6 +181,12 @@ QtScript - [QTBUG-6238] Added a function for reporting additional memory cost - [QTBUG-6908] Significantly improved performance of qsTr() +QtSvg +----- + - QSvgRenderer + * [QTBUG-8264] Fixed rounded rectangles when 'rx' or 'ry' is zero. + * [QTBUG-10022] Fixed assert failure when loading an invalid SVG. + QtXmlPatterns ------------- |