summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-09-28 19:26:47 +0200
committerSamuel Rødal <sroedal@trolltech.com>2009-09-28 19:26:47 +0200
commit9167aabca46c46dff0630cfc349f777211734219 (patch)
tree3435c06fb80c1f43b830c35e305d447ea90f1407 /dist
parent6c58b17004d35ed652b5e93316f3f1c9d002d3b6 (diff)
Added my 4.5.3 changes to changelog.
Diffstat (limited to 'dist')
-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 d797b4cd14..ac5a1f784d 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.