summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-02-08 10:10:57 (GMT)
committeraavit <qt-info@nokia.com>2010-02-08 10:10:57 (GMT)
commitdd1a2ad2eb40afd29d418cdf54544d110d39dc25 (patch)
tree2d17f5a85f6bc38e1dd80d3ea09800aff0af29b0 /dist
parent76bcd00f74b0977b5f6ce12295aae987ea9ad4c1 (diff)
parentfd30747b5b54a760ca280ad1e75ce87026478f5e (diff)
downloadQt-dd1a2ad2eb40afd29d418cdf54544d110d39dc25.zip
Qt-dd1a2ad2eb40afd29d418cdf54544d110d39dc25.tar.gz
Qt-dd1a2ad2eb40afd29d418cdf54544d110d39dc25.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.247
1 files changed, 39 insertions, 8 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index d35f945..00509ed 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -40,8 +40,8 @@ Optimizations
QtCore
------
- - foo
- * bar
+ - QXmlStreamWriter
+ * [QTBUG-6893] Fixed adding extra Byte Order Marks when writing to a xml file.
QtGui
-----
@@ -49,6 +49,9 @@ QtGui
- foo
* bar
+ * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a
+ dangling gesture manager pointer.
+
QtDBus
------
@@ -64,8 +67,13 @@ QtNetwork
QtOpenGL
--------
- - foo
- * bar
+ - [QTBUG-7490] Better support for user-generated binary shaders.
+
+QtOpenVG
+--------
+
+ - [QTBUG-7791] Optimize single-rect IntersectClip in OpenVG using the scissor.
+ - [QTBUG-7864] Use OpenVG scissor on 90/180/270 rotations and simple clips.
QtScript
--------
@@ -85,6 +93,12 @@ QtXml
- foo
* bar
+QtMultimedia
+------------
+
+ - QAudioInput
+ * [QTBUG-7044]: QAudioInput stopped working correctly after suspend()/resume() on linux.
+
Qt Plugins
----------
@@ -110,8 +124,11 @@ Qt for Unix (X11 and Mac OS X)
Qt for Linux/X11
----------------
+ * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap
+ in Qt/X11.
- -
+ * Fixed a crash when an input method tries to create a widget after the
+ application is destroyed.
Qt for Windows
--------------
@@ -121,7 +138,10 @@ Qt for Windows
Qt for Mac OS X
---------------
- -
+ - [QTBUG-7312]: Menubar and dock disappear after hiding a fullscreen widget on Cocoa.
+ - [QTBUG-7522]: Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash.
+ - [QTBUG-7625]: Calling showFullScreen() then showNormal() on a widget results in top menu hiding.
+
Qt for Embedded Linux
---------------------
@@ -130,7 +150,13 @@ Qt for Embedded Linux
DirectFB
--------
-
+ * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap
+ in DirectFB.
+ * Reimplement QPixmapData::scroll for QDirectFBPixmapData which optimizes
+ QPixmap::scroll
+ * Fix a rendering issue for semi-transparent top level windows in DirectFB.
+ * Make it possible to fall back to the raster engine for stretch blits in
+ DirectFB using QT_NO_DIRECTFB_STRETCHBLIT
-
Qt for Windows CE
@@ -143,7 +169,12 @@ Qt for Windows CE
****************************************************************************
- Designer
- * foo
+ * [QTBUG-6965] Enabled editing seconds of QDateTime-type properties
+ * [QTBUG-6757] Fixed bug where selection handles would be affected by
+ a style sheet set on the main form.
+
+ - uic3
+ * [QTBUG-7404] Added option to preserve layout names set by Qt 3 Designer.
- qdoc3
* bar