diff options
author | Morten Sørvig <msorvig@trolltech.com> | 2009-04-15 12:35:32 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-15 16:14:19 (GMT) |
commit | 49122ec5f25f2ffdf61908c0e4bb1a7ff42ee2b9 (patch) | |
tree | 7dd1b219681472416e92cc414d1524fa4349ee6c | |
parent | a0c67f25dfa722af7a321cf1814bdbba6d7fa947 (diff) | |
download | Qt-49122ec5f25f2ffdf61908c0e4bb1a7ff42ee2b9.zip Qt-49122ec5f25f2ffdf61908c0e4bb1a7ff42ee2b9.tar.gz Qt-49122ec5f25f2ffdf61908c0e4bb1a7ff42ee2b9.tar.bz2 |
My 4.5.1 changes.
-rw-r--r-- | dist/changes-4.5.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 8d90ac9..4fb155a 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -67,6 +67,9 @@ Third party components * [250064] Fixed focus policy propagation regression. * [246056] Fixed assertion failure in setCompletionPrefix(). +- QtConcurrent + * [244718] Reduce the number of calls to QThread::idealThreadCount(). + - QDirIterator * [247645] Fix a bug that may loose all cached data inside the QFileInfo @@ -260,13 +263,24 @@ Qt for Mac OS X * Modify the colliding mice example to work better with coalesced updates. * Fixed a bug where the drag cursor was not updated when modifier keys are used. * [247947] Fixed a crash in drag and drop. + * The command + h shortcut is now enabled. (Hides the current window.) + +- QDesktopWidget + * [244004] Support multiple screens that have different sizes properly. + +- macdeployqt + * The binary packages now includes the macdeployqt tool. + * macdeployqt now runs 'strip' on the deployed binaries. + * Fixed issue preventing the QtSvg from being deployed. + +- configure script + * Now supports "-arch i386" as an alias for "-arch x86". + * Detects invalid arch arguemnts and exits. - Fix a crash when showing a widget that is window modal but has no parent. - [248803] Showing two dialogs at the same time don't get shared activation. - 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. - Document a bit clearer how qt_mac_set_dock_menu() works. |