summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.1
diff options
context:
space:
mode:
authorMorten Sørvig <msorvig@trolltech.com>2009-04-15 12:35:32 (GMT)
committerMorten Sørvig <msorvig@trolltech.com>2009-04-15 12:35:32 (GMT)
commit4e9c2364e8e9580aa317e9387338d45207ac4baa (patch)
tree8316314d8b2b938a7eba7f487fc5a729064818fd /dist/changes-4.5.1
parent36b16a126e24cb8d8e5c34cfd807bc7c51ea49cf (diff)
downloadQt-4e9c2364e8e9580aa317e9387338d45207ac4baa.zip
Qt-4e9c2364e8e9580aa317e9387338d45207ac4baa.tar.gz
Qt-4e9c2364e8e9580aa317e9387338d45207ac4baa.tar.bz2
My 4.5.1 changes.
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r--dist/changes-4.5.118
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.