summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.7.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.7.0')
-rw-r--r--dist/changes-4.7.017
1 files changed, 15 insertions, 2 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 49c17ee..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
@@ -249,7 +256,13 @@ Qt Plugins
****************************************************************************
* Database Drivers *
****************************************************************************
-
+ - Sqlite
+ * [QTBUG-11904] Pointer aliasing problem in sqlite
+ - OCI
+ * [QTBUG-10919] Unable to insert unicode chars with codepoint > 255
+ in nvarchar2 column on oracle
+ * [QTBUG-8210] Oracle - DATE in db with a year greater or equal to 2800
+ returns an invalid date
****************************************************************************
* Platform Specific Changes *
@@ -362,7 +375,7 @@ Qt for Windows CE
- moc
-
+ * Fixed several parsing bugs. Including changes in the normalized signature.
- uic