diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-04 13:30:09 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-04 13:30:09 +1000 |
commit | 8e9fa6284168d15d73d7779abb784f5ceb299026 (patch) | |
tree | fdc96aea0a301af013bed644d71af03a49a085b3 /dist | |
parent | 4c84020bd1c049ce82e0deb77196829616b91f4a (diff) | |
parent | 6f2d27fd686f5cef0dc52f220ffeeded529d2793 (diff) | |
download | qt4-tools-8e9fa6284168d15d73d7779abb784f5ceb299026.tar.gz |
Merge commit 'origin/4.6' into 4.6-oslo2
Conflicts:
dist/changes-4.6.2
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 4127e13260..f8372bc1e6 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 ----- @@ -62,6 +62,9 @@ QtGui - QPDFEngine * [QTBUG-7249] Fixed the encoding of the Tile and Creator tags in the PDF engine. + * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a + dangling gesture manager pointer. + QtDBus ------ @@ -137,7 +140,9 @@ 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 -------------- @@ -148,7 +153,11 @@ Qt for Mac OS X --------------- - QPrintPreviewDialog - * [QTBUG-7481] Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. + * [QTBUG-7312]: Menubar and dock disappear after hiding a fullscreen widget on Cocoa. + * [QTBUG-7481]: Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. + * [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 --------------------- |