summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-09-28 10:46:00 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-28 13:36:43 (GMT)
commit9103021f04f7b0f15d150fca06308da60da0b8ac (patch)
tree99d42da022fe22ba273a907448c321857e60dd78
parentf84303965235634a6cde3c6aec5cdaf691a24857 (diff)
downloadQt-9103021f04f7b0f15d150fca06308da60da0b8ac.zip
Qt-9103021f04f7b0f15d150fca06308da60da0b8ac.tar.gz
Qt-9103021f04f7b0f15d150fca06308da60da0b8ac.tar.bz2
Some of my 4.5.3 changes
Reviewed-by: TrustMe (cherry picked from commit f85545a53bae8cbfbc0192d4730d181d7525a65d)
-rw-r--r--dist/changes-4.5.315
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3
index 831106a..d797b4c 100644
--- a/dist/changes-4.5.3
+++ b/dist/changes-4.5.3
@@ -37,9 +37,24 @@ Third party components
* [258230] Fixed inconsistencies in value returned from
QDirIterator::next().
+- QColorDialog
+ * [256164] Fixed the setting of alpha values in QColorDialog.
+
- QDoubleSpinBox
* [255019] Fixed a crash when using large value for decimals.
+- QInputDialog
+ * [255502] Fixed bug in getDouble()
+
+- QNetworkAccessManager
+ * [256240] Proper handling of HTTP redirect in AlwaysCache mode.
+ * [257662] Fix timing issues that could trigger double sending of an
+ HTTP request.
+ * [256630] Fix usage of QProgressDialog together with QNetworkReply.
+
+- QSslCertificate
+ * [256066] Fix loading of a PEM when the length was a multiple of 64.
+
- QTemporaryFile
* [260165] Fixed a bug where temporary files would be left behind when
copying a file to a non-existing directory.