diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-09-28 17:26:47 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-09-28 17:26:47 (GMT) |
commit | 9167aabca46c46dff0630cfc349f777211734219 (patch) | |
tree | 3435c06fb80c1f43b830c35e305d447ea90f1407 | |
parent | 6c58b17004d35ed652b5e93316f3f1c9d002d3b6 (diff) | |
download | Qt-9167aabca46c46dff0630cfc349f777211734219.zip Qt-9167aabca46c46dff0630cfc349f777211734219.tar.gz Qt-9167aabca46c46dff0630cfc349f777211734219.tar.bz2 |
Added my 4.5.3 changes to changelog.
-rw-r--r-- | dist/changes-4.5.3 | 12 |
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. |