summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-04-16 11:05:47 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-17 02:27:32 (GMT)
commitba33bce47493d05088b31539ededeb392dbebf8d (patch)
treee899f24a610e075efe1ce055ac9f7716b1e9839f
parentdc2bc84025af766f82fb4fd5a188ee3902583e73 (diff)
downloadQt-ba33bce47493d05088b31539ededeb392dbebf8d.zip
Qt-ba33bce47493d05088b31539ededeb392dbebf8d.tar.gz
Qt-ba33bce47493d05088b31539ededeb392dbebf8d.tar.bz2
Changelog
Changelog (cherry picked from commit b6a50971f51618a3965605d9223c8b2b06c23f29)
-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.