summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-04-16 11:05:47 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-04-16 11:10:49 (GMT)
commitb6a50971f51618a3965605d9223c8b2b06c23f29 (patch)
treec238d30277ac80f11158a9f3719d70c086f7d7ce
parent4aa94a353224c14265446276277a91339f2e415d (diff)
downloadQt-b6a50971f51618a3965605d9223c8b2b06c23f29.zip
Qt-b6a50971f51618a3965605d9223c8b2b06c23f29.tar.gz
Qt-b6a50971f51618a3965605d9223c8b2b06c23f29.tar.bz2
Changelog
Changelog
-rw-r--r--dist/changes-4.5.117
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1
index 271f25d..776e2a3 100644
--- a/dist/changes-4.5.1
+++ b/dist/changes-4.5.1
@@ -383,6 +383,21 @@ Qt for Mac OS X
- QDesktopWidget
* [244004] Support multiple screens that have different sizes properly.
+- QDialog
+ * [239155] QDialog(foo, Qt::Sheet) with QComboBox have none native behavior.
+ * [218980] Modeless dialogs should be stacked above normal windows.
+ * [195904] Parent dialog is displayed on top of its modal child.
+
+- QFileDialog
+ * [219844] QFileDialog::getOpenFileName() search buttons lead to crash (native version).
+ * [225705] QFileDialog::getSaveFileName()'s filter does not display correctly.
+
+- QMenu
+ * [228017] QMenu should close when expanding a system menu.
+
+- Event system
+ * [210912] ShowEvent not sendt when reshowing a window after it was minimized.
+
- macdeployqt
* The binary packages now includes the macdeployqt tool.
* macdeployqt now runs 'strip' on the deployed binaries.
@@ -397,6 +412,8 @@ Qt for Mac OS X
- Added QSysInfo::MV_10_6 as an enum to test against.
- Various compile fixes for Snow Leopard (preliminary support).
- The uninstall-qt.py script included in the binary package no longer complains about removing itself multiple times.
+- [223525] Macmainwindow Demo Application (crashfix).
+
- Document a bit clearer how qt_mac_set_dock_menu() works.