summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-07-21 08:03:21 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-07-21 08:16:47 (GMT)
commit2e63bd12bfe0a34f8708f99a0a97fc55d53cc229 (patch)
tree644045337dae7431ff48f85bd1e51d592ab88ab3 /dist
parent17ae405bd4ff4a96c2e431d76e6bfabf5c1058e6 (diff)
downloadQt-2e63bd12bfe0a34f8708f99a0a97fc55d53cc229.zip
Qt-2e63bd12bfe0a34f8708f99a0a97fc55d53cc229.tar.gz
Qt-2e63bd12bfe0a34f8708f99a0a97fc55d53cc229.tar.bz2
Some more change to the changelog
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.09
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index e195488..09ae57b 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -65,6 +65,8 @@ QtCore
- QMetaType
* Significantly improved performance of the type() function
* [QTBUG-8235] Support QEasingCurve as a built in metatype.
+ * Added possibility to register several name for the same type with
+ qRegisterMetaType<>() (ie. for typedef)
- QState
* [QTBUG-7741] Added a function to get the out-going transitions
- QXmlStreamReader
@@ -74,6 +76,8 @@ QtCore
- QAbstractAnimation
* [QTBUG-10654] Avoids animation with loopCount == 0 to change state
to running and stopped.
+ - QVarLenghtArray
+ * Added some API to be more consistant with other containers
QtGui
-----
@@ -187,6 +191,9 @@ QtOpenGL
- [QTBUG-9706] Improved appearance of text antialiasing.
+ - QTreeView
+ * Optimized
+
QtNetwork
---------
- QHostInfo: Added a small 60 second DNS cache
@@ -368,7 +375,7 @@ Qt for Windows CE
- moc
-
+ * Fixed several parsing bugs. Including changes in the normalized signature.
- uic