summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-19 17:41:05 +0200
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-19 17:44:05 +0200
commit38e1140c1f934efbfee1eb424f9c445c6c53aff3 (patch)
treede6c2015b02b1bc6fd67d677806911247dd1eaae /dist
parent78dcac759d500c1744751955623b1d0babcd37a4 (diff)
Updated the 4.7.0 change log with 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 4775cc1874..a57575e591 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
-------------