summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-09-28 17:26:47 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-29 04:43:40 (GMT)
commitf2e4a58cd00b4a90f8c5df68ca8d72977239ee84 (patch)
treec6a0d725415d7dc16464eee288735559e8b7b0fb
parentda8a3bb6e55117fd199de0c237cd2efe05fd7e52 (diff)
downloadQt-f2e4a58cd00b4a90f8c5df68ca8d72977239ee84.zip
Qt-f2e4a58cd00b4a90f8c5df68ca8d72977239ee84.tar.gz
Qt-f2e4a58cd00b4a90f8c5df68ca8d72977239ee84.tar.bz2
Added my 4.5.3 changes to changelog.
(cherry picked from commit 9167aabca46c46dff0630cfc349f777211734219)
-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.