summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-09-29 08:22:26 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-09-29 08:24:00 (GMT)
commitc1a9c50d53ae41b19bdcd7930eec0805498e01c6 (patch)
tree86543bd52526b8eda395395ed5b0268cc0ce460c /dist
parent583ca462caf656af17bea1c3f05d88ae7785ae91 (diff)
downloadQt-c1a9c50d53ae41b19bdcd7930eec0805498e01c6.zip
Qt-c1a9c50d53ae41b19bdcd7930eec0805498e01c6.tar.gz
Qt-c1a9c50d53ae41b19bdcd7930eec0805498e01c6.tar.bz2
added my and Jan-Arve's change to changelog for 4.7.1
Diffstat (limited to 'dist')
-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 a18c4ad..e442951 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