summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-09-29 10:22:26 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-07 13:56:51 +1000
commit33e4a7dcacc9e413bd6f19c8281e2855e4142490 (patch)
tree51c9ba0dfb786a947a6f884f0aa5b544f119ffd1
parent1af6507a8fed1e9606566e5e595191968d6002b2 (diff)
added my and Jan-Arve's change to changelog for 4.7.1
(cherry picked from commit c1a9c50d53ae41b19bdcd7930eec0805498e01c6)
-rw-r--r--dist/changes-4.7.111
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index a18c4ad8dc..e442951b45 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -41,6 +41,9 @@ Optimizations
QtCore
------
+ - QLibrary
+ * [QT-3825] System libraries are only loaded from the system directories
+
QtGui
-----
@@ -66,6 +69,12 @@ QtGui
sequence the totalScaleFactor is multiplied with the scaleFactor of the
new sequence.
+ - QLineEdit
+ * [QTBUG-13520] Fixed the scrolling of text with right alignment
+
+ - QPixmap
+ * [QTBUG-12560] Fixed a regression preventing loading images without extensions
+
QtDBus
------
@@ -136,6 +145,8 @@ Qt for Linux/X11
Qt for Windows
--------------
+ - Drag & Drop:
+ * [QTBUG-13787] Fixed a possible crash with mingw
Qt for Mac OS X