summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.3
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-09-28 17:26:47 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2009-09-28 17:26:47 (GMT)
commit9167aabca46c46dff0630cfc349f777211734219 (patch)
tree3435c06fb80c1f43b830c35e305d447ea90f1407 /dist/changes-4.5.3
parent6c58b17004d35ed652b5e93316f3f1c9d002d3b6 (diff)
downloadQt-9167aabca46c46dff0630cfc349f777211734219.zip
Qt-9167aabca46c46dff0630cfc349f777211734219.tar.gz
Qt-9167aabca46c46dff0630cfc349f777211734219.tar.bz2
Added my 4.5.3 changes to changelog.
Diffstat (limited to 'dist/changes-4.5.3')
-rw-r--r--dist/changes-4.5.312
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3
index d797b4c..ac5a1f7 100644
--- a/dist/changes-4.5.3
+++ b/dist/changes-4.5.3
@@ -52,6 +52,18 @@ Third party components
HTTP request.
* [256630] Fix usage of QProgressDialog together with QNetworkReply.
+- QPainter
+ * [254105] Fixed potential segmentation fault when setting empty clip
+ rectangle.
+ * [256549] Fixed inconsistent behavior between paint engines when
+ setting an IntersectClip after doing setClipping(false).
+ * [254407] Fixed rendering issue with outline drawing using
+ projective transforms.
+ * [258776] Fixed rounding bug in drawImage().
+
+- QPainterPath
+ * [251909] Fixed bug in QPainterPath::united() / simplified().
+
- QSslCertificate
* [256066] Fix loading of a PEM when the length was a multiple of 64.