diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-11-10 14:54:52 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-11-10 16:37:40 (GMT) |
commit | 6370b79729fd24892e13393e0add2d1940ca0c07 (patch) | |
tree | c1430e2f4d79f020150ce4a43c20e1d91c3cb6f0 /dist | |
parent | cfbfbc4a36db8cca70ac00df06f3307cf456e512 (diff) | |
download | Qt-6370b79729fd24892e13393e0add2d1940ca0c07.zip Qt-6370b79729fd24892e13393e0add2d1940ca0c07.tar.gz Qt-6370b79729fd24892e13393e0add2d1940ca0c07.tar.bz2 |
Added some changes to changes-4.6.0.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index d008e88..54b48fa 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -34,6 +34,9 @@ information about a particular change. - QGLShaderProgram, QGLShader * New classes for using shader programs written in the GL Shading Language. + - QGraphicsEffect + * New classes for applying graphics effects to graphics items and widgets. + - Boxes demo ported to use new 3D math and shader program classes. - OpenVG graphics system added. @@ -323,6 +326,8 @@ QtGui * [201649] Added QWidget::previousInFocusChain * [254563] Fixed a crash when setting a focus in a widget tree that contains invisible widgets + * [QTBUG-5012] Fixed uninitialized background when using + QWidget::render with Qt::WA_NoSystemBackground and window opacity set. - QFontEngineQPF * Make alphaMapForGlyph() generate the correct color table for @@ -333,6 +338,11 @@ QtGui * New qt_paint_device_metric() function to replace the friend declarations for window surface classes that need to access metric(). + - QPainter + * [QTBUG-1666] Made QPainter::drawText() respect Qt::TextDontClip flag + also in vertical direction. + * [254658] Improved clipping performance in OpenGL paint engine. + - QPainterPath * [QTBUG-1537] Fixed bug where the points of a rounded rectangle were added in counter-clockwise order instead of clockwise order like other shapes. @@ -588,6 +598,9 @@ Qt for Linux/X11 - Improved EGL integration on X11 (including better visual selection). + - Made Qt::WA_TranslucentBackground work in combination with native + child widgets. + - Support Qt::WA_TranslucentBackground on top-level QGLWidgets on X11, both (EGL & glX). This allows OpenGL (& ES) rendering to semi-transparent widgets if a compositing window manager is running. |