diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2011-02-09 09:50:30 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-02-21 15:02:30 (GMT) |
commit | 08ec42f60c5c8cc7d8cb6e7a6816db4459551da0 (patch) | |
tree | 729561af32c1eefe3e5887f8e90dfc18db8cf094 /dist | |
parent | 73d93d1f882955c306b2685b60351b8bb02ca13c (diff) | |
download | Qt-08ec42f60c5c8cc7d8cb6e7a6816db4459551da0.zip Qt-08ec42f60c5c8cc7d8cb6e7a6816db4459551da0.tar.gz Qt-08ec42f60c5c8cc7d8cb6e7a6816db4459551da0.tar.bz2 |
Changes for 4.7.2
Reviewed-by: Jani Hautakangas
(cherry picked from commit 36f8782a5994d5ea2cd71695daf0f33b5e37e609)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.2 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2 index 0d93052..b981fd2 100644 --- a/dist/changes-4.7.2 +++ b/dist/changes-4.7.2 @@ -47,10 +47,10 @@ QtGui - QWidget * [QTMOBILITY-645] Send WinIdChange event when winId is set to zero. - The window handle of a native widget may be set to zero in two - situations: (i) temporarily, during reparenting and (ii) during - widget destruction. Previously, no WinIdChange event was sent in - either of these cases; now, it is sent in both cases. + The window handle of a native widget may be set to zero in two + situations: (i) temporarily, during reparenting and (ii) during + widget destruction. Previously, no WinIdChange event was sent in + either of these cases; now, it is sent in both cases. QtDBus ------ @@ -137,6 +137,12 @@ Qt for Symbian * [QTBUG-13857] Added systemProxyForQuery() for Symbian, allowing network proxies configured on the device to be used by applications. + - QWidget + * [QT-4416, QTBUG-17288] On devices which lack support for transparency + in EGL surfaces, setting Qt::WA_TranslucentBackground on a widget + whose windowType() is Qt::Window causes that widget to be rendered + using the raster graphics system. + Qt for Embedded Linux --------------------- |