summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.8.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.8.0')
-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 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