summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-10-25 01:30:08 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-10-25 01:30:08 (GMT)
commitcb4eb590d4af9978a0d60402f3c4ab99b6f4ede4 (patch)
treea63689654669981af22d3c88ce57d354eba2099b
parent3fbb6ddbea625bd84914e503fe59c831f8b3f7e2 (diff)
parenteee1dfea9391ce0a163a241b26b3c2f069cbbe48 (diff)
downloadQt-cb4eb590d4af9978a0d60402f3c4ab99b6f4ede4.zip
Qt-cb4eb590d4af9978a0d60402f3c4ab99b6f4ede4.tar.gz
Qt-cb4eb590d4af9978a0d60402f3c4ab99b6f4ede4.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging: Update changelog for Qt 4.8
-rw-r--r--dist/changes-4.8.010
1 files changed, 9 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index c6b3560..a7e3966 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
---------
@@ -221,6 +222,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
---------------
@@ -344,6 +350,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