summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
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
-------------