summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-09-29 11:33:18 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-07 13:56:55 +1000
commitd2acbb699efae07f761762909884822aa9629718 (patch)
tree94d1a87d6a8ed9d13fdb4fbb4cc5090e635e3d18
parent0738176c2c3ec1fa411b8a0ae49a70d1d7ab8963 (diff)
Update changelog
(cherry picked from commit 8050dc45c8c9a134875196dcddf010d4194fd974)
-rw-r--r--dist/changes-4.7.124
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index ea2e94925d..dbfa0b3272 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -41,12 +41,21 @@ Optimizations
QtCore
------
+ - Containers
+ * [QTBUG-13079] Fix assingment of a container included in the container itself
+
- QLibrary
* [QT-3825] System libraries are only loaded from the system directories
+
- QUuid
* [QTBUG-11213] QUuid::createUuid() should not generate identical sequences on UNIX
+ - QEventDispatcherUnix
+ * [QTBUG-13633] Do not process too many timer events if other events need
+ to be processed first
+
+
QtGui
-----
@@ -57,6 +66,7 @@ QtGui
- QPainter
* [QTBUG-13429] Fixed scale point drawing with square cap in the raster
engine, plus some potential floating point overflows in the rasterizer.
+ * Optimized pixmap drawing with SmoothPixmapTransform.
- QStaticText
* [QTBUG-12614] Fix crash with zero-width string.
@@ -77,6 +87,9 @@ QtGui
- QPixmap
* [QTBUG-12560] Fixed a regression preventing loading images without extensions
+ - QTreeView
+ * [QTBUG-13567] Do not scroll to top if last item is removed
+
QtDBus
------
@@ -117,6 +130,10 @@ QtSql
QtSvg
-----
+QtXml
+-----
+ * Fixed a crash when parsing invalid tag names.
+
QtXmlPatterns
-------------
- XML Schema internals:
@@ -127,6 +144,10 @@ QtDeclarative
- QML debugging:
* [QTBUG-5162] The debugger is now activated with -qmljsdebugger command
line arg to enable support for platforms without environment variables
+ * Various improvements to ease debugging in creator
+ - QDeclarativeImageProvider:
+ * Fixed memory leak
+ * Improved concurrency when using in assynchronus mode.
Qt Plugins
----------
@@ -198,6 +219,9 @@ Qt for Symbian
- uic
* Improve warnings and error reports
+ - moc
+ * Show an error if NOTIFY refer to a wrong signal in Q_PROPERTY
+
****************************************************************************
* Important Behavior Changes *
****************************************************************************