diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-11-10 09:35:17 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-11-10 09:37:20 (GMT) |
commit | 08cb0e0b2d2b1f1f7ef4a0884e602323cf053d00 (patch) | |
tree | fc3d333a90b693bc813fb4e126ae249e2038c987 /dist | |
parent | d6c9a246b6fcfdc8e1f972d6a91da2c642ef3fc2 (diff) | |
download | Qt-08cb0e0b2d2b1f1f7ef4a0884e602323cf053d00.zip Qt-08cb0e0b2d2b1f1f7ef4a0884e602323cf053d00.tar.gz Qt-08cb0e0b2d2b1f1f7ef4a0884e602323cf053d00.tar.bz2 |
Richards changes into the changelog
Diffstat (limited to 'dist')
-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 --------------------- |