summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.023
1 files changed, 22 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index c88be25bd7..08600c9786 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -33,7 +33,7 @@ General Improvements
Third party components
----------------------
- - Updated libpng to version 1.5.1
+ - Updated libpng to version 1.5.4
- Updated libjpeg to version 8c
- Updated zlib to version 1.2.5
@@ -82,6 +82,7 @@ that the changes lead to a leaner API and the change applies to all platforms.
- QProcessEnvironment: major optimizations, especially on Unix
- Add branch prediction macros Q_LIKELY and Q_UNLIKELY
- QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded
+ - QDateTime: Fix generation of ISO8601 strings to include proper timezone information [QTBUG-18290]
QtGui
-----
@@ -155,6 +156,8 @@ QtNetwork
- Optimize behavior of QGLTextureCache
- Support subpixel antialiasing when possible.
- [QTBUG-13450] Fixed path drawing on FBOs without stencil buffer.
+ - Reading from the FrameBuffer with Qt now correctly gives an image
+ marked as premultiplied.
QtScript
--------
@@ -164,6 +167,11 @@ QtDBus
------
- Added a method that returns the local machine ID
+QtWebKit
+--------
+ - Update QtWebKit to 2.2.0
+ http://trac.webkit.org/wiki/QtWebKitRelease22
+
QtSql
-----
- Update sqlite to 3.7.7.1
@@ -178,6 +186,11 @@ QtDBus
- QDBusConnection: Add methods disconnectFromPeer and connectToPeer
- Make the DBus timeout configurable in QDBusAbstractInterface.
+QtTest
+------
+ - Added -random and -seed options to tests, making the test cases within
+ a test execute in arbitrary order.
+
****************************************************************************
* Database Drivers *
****************************************************************************
@@ -220,6 +233,7 @@ Qt for Embedded Linux
- Improved support for INTEGRITY RTOS
- Allow hard-coding the temp path in mkspecs (QT_UNIX_TEMP_PATH_OVERRIDE define)
- Added support for opening LinuxInput devices exclusively (via ioctl EVIOCGRAB)
+ - Added eglnullws QScreen driver for use with OpenGL ES EGL null window system (NullWS).
Qt for Symbian
--------------
@@ -358,6 +372,13 @@ Qt for Windows CE
* New tool to generate text descriptions of the QML components defined
in plugins loaded by a QML module.
+- syncqt
+ * Fix to allow $QTDIR to contain any valid pathname characters.
+
+- qdoc3
+ * Add support for documenting QML using module identifiers.
+ * Change the format of qdocconf files.
+
****************************************************************************
* Plugins *
****************************************************************************