summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-02-04 09:26:27 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-06 08:54:39 (GMT)
commitad8939db5fa55f1ad91158126eff8b41185682e7 (patch)
treeba593c88f1f76f352370b18d30cdf06e4d74dd42
parent7f95265ed2d8cb4afe1c14bb6bf71c4d1f6bccfd (diff)
downloadQt-ad8939db5fa55f1ad91158126eff8b41185682e7.zip
Qt-ad8939db5fa55f1ad91158126eff8b41185682e7.tar.gz
Qt-ad8939db5fa55f1ad91158126eff8b41185682e7.tar.bz2
Change log updated
(cherry picked from commit 92638ff2f459a8f7151385a192317e9ec91d9e66)
-rw-r--r--dist/changes-4.6.25
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 225992a..696d35a 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -142,7 +142,7 @@ Third party components
Qt for Unix (X11 and Mac OS X)
------------------------------
- -
+ -
Qt for Linux/X11
----------------
@@ -163,6 +163,9 @@ 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.
+ - [QTBUG-7086]: QFileDialog now correctly responds to fileMode & acceptMode changes.
+ - [QTBUG-7162]: Fixed a crash in Designer when previewing a QMainWindow with native toolbar.
+ - [QTBUG-7305]: Fixed a crash when deleting QMainWindow with native toolbar on Cocoa.
- QPrintPreviewDialog
* [QTBUG-7481] Re-added the Close button in QPrintPreviewDialog for Mac/Carbon.