diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-11-10 09:35:17 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:06:51 (GMT) |
commit | 08ae6675026b75940da900989d855df45f4fd6d9 (patch) | |
tree | 4951774380617e5a63e2b68775cdb91f32bab51d /dist/changes-4.6.0 | |
parent | 216f47e9bfb96a4f2075098fddbee434afe90ada (diff) | |
download | Qt-08ae6675026b75940da900989d855df45f4fd6d9.zip Qt-08ae6675026b75940da900989d855df45f4fd6d9.tar.gz Qt-08ae6675026b75940da900989d855df45f4fd6d9.tar.bz2 |
Richards changes into the changelog
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 895421d..b26a3f9 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -482,6 +482,23 @@ General changes on Mac OS X: - Building for ppc64 is no longer supported by the gcc tool chain. - Building for ppc is still supported. +Cocoa: +- Fixed stacking order of modal dialogs so that they never rearrange level, or + hide in the background. +- Fixed problem with plugins written with Qt that closes down the native application + when hiding a modal dialog. +- Fixed problem that native applications cannot quit when using plugins written with + Qt from a native application. +- Fixed problem that the menubar is not restored correctly when using plugins written + with Qt from a native application. +- The event dispatcher now integrates better with native applications that spins the + event loop them selves. +- Using Qt::AA_MacPluginApplication will now disable the use of native menubars on mac. +- Sliders and scroll views in Qt now uses pixel scrolling for mouse devices + that supports this. +- Wheel events can now contain a delta with a value as low as 1 for mouse devices that + uses pixel scrolling. + Qt for Embedded Linux --------------------- |