Skip to content

Commit

Permalink
Changes for 4.7.2
Browse files Browse the repository at this point in the history
Reviewed-by: Jani Hautakangas
  • Loading branch information
Gareth Stockwell committed Feb 9, 2011
1 parent ca663a7 commit 36f8782
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions dist/changes-4.7.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down Expand Up @@ -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
---------------------

Expand Down

0 comments on commit 36f8782

Please sign in to comment.