diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-04-16 13:05:47 +0200 |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-04-16 13:10:49 +0200 |
commit | b6a50971f51618a3965605d9223c8b2b06c23f29 (patch) | |
tree | c238d30277ac80f11158a9f3719d70c086f7d7ce /dist | |
parent | 4aa94a353224c14265446276277a91339f2e415d (diff) | |
download | qt4-tools-b6a50971f51618a3965605d9223c8b2b06c23f29.tar.gz |
Changelog
Changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 271f25d59e..776e2a397d 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. |