diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-11-10 14:54:52 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 17:34:34 (GMT) |
commit | 77c3bbf57d6e606aa4115f2d55fd1e87e560e233 (patch) | |
tree | 485ff0d858a1f9926454b795bf4845361c8e6783 /dist | |
parent | e6a6e561900c005f7d7b0ff88f64b4486f3ec060 (diff) | |
download | Qt-77c3bbf57d6e606aa4115f2d55fd1e87e560e233.zip Qt-77c3bbf57d6e606aa4115f2d55fd1e87e560e233.tar.gz Qt-77c3bbf57d6e606aa4115f2d55fd1e87e560e233.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. |