diff options
author | miniak <milan.burda@gmail.com> | 2011-10-24 17:25:51 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-10-24 17:25:51 (GMT) |
commit | eee1dfea9391ce0a163a241b26b3c2f069cbbe48 (patch) | |
tree | 7951e723d1a374fcfe4558a5b3f8b73e3ca503c6 /dist | |
parent | 417fb1565dc7b64a39c216a2daaa6208cec4a54a (diff) | |
download | Qt-eee1dfea9391ce0a163a241b26b3c2f069cbbe48.zip Qt-eee1dfea9391ce0a163a241b26b3c2f069cbbe48.tar.gz Qt-eee1dfea9391ce0a163a241b26b3c2f069cbbe48.tar.bz2 |
Update changelog for Qt 4.8
MR #1272: Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)
MR #2616: QProgressBar: transparent background on Windows Vista (partId: PP_BAR -> PP_TRANSPARENTBAR)
MR #2526: Fix comctl32 v6 dependency generation in Visual Studio 2005 and higher
MR #2519: fix qFadeEffect windowOpacity issue on Windows
MR #769: qt_reg_winclass(): use RegisterClassEx() to load the small IDI_ICON1 icon correctly
Merge-request: 2708
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index d2c0807..0d494ab 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -127,7 +127,8 @@ QtGui - QTextCursor optimization - QUndoGroup, QUndoStack: Allow using not only prefixes for undo command text [QTBUG-14442] - QUndoView: Allow different text for undo actions and items - - QCommonStyle: Fix overrides from the proxy style [QTBUG-20849] + - QCommonStyle: Fix overrides from the proxy style [QTBUG-20849] + - QWindowsVistaStyle: Draw CE_ProgressBarGroove correctly with PP_TRANSPARENTBAR. QtNetwork --------- @@ -220,6 +221,11 @@ Qt for Windows - MSVC runtime is bound to the runtime you're building with. This makes deployment on Windows easier. (QTBUG-8215) - QLocalSocket::isValid() has been fixed. (QTBUG-18204) + - qFadeEffect() issue fixed. The QSystemTrayIcon's popup menu no longer + stays transparent in rare circumstances after the animation has completed. + - The small 16x16 version of the default window icon is now being loaded + correctly from the IDI_ICON1 resource. + - Fixed version checking for untested versions of Windows. (QTBUG-20480) Qt for Mac OS X --------------- @@ -343,6 +349,8 @@ Qt for Windows CE * Implemented "aux" template that allows making use of the INSTALLS variable without building anything. Needed for projects with QML entry point. * MSVC now link with /DYNAMICBASE /NXCOMPAT in order to increase security. + * Add comctl32 v6 assembly dependency to both /SUBSYSTEM:WINDOWS and + /SUBSYSTEM:CONSOLE applications to get consistent look and behaviour. * Fix the language settings in generated Windows resource files. (QTBUG-12249) * Write and install pkg-config files for MinGW * Make PKGCONFIG referencing missing packages fatal; add packagesExist() for |