diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-01-12 14:21:32 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-01-12 14:25:51 (GMT) |
commit | 1595d8594782321de9d92659e2a0cd03148c7ff5 (patch) | |
tree | d3413d61efd5b52c1951eaccd8a7d94b56458eb2 /dist | |
parent | c186438710bb0f5a09ba6168a5b35d8b485da41d (diff) | |
download | Qt-1595d8594782321de9d92659e2a0cd03148c7ff5.zip Qt-1595d8594782321de9d92659e2a0cd03148c7ff5.tar.gz Qt-1595d8594782321de9d92659e2a0cd03148c7ff5.tar.bz2 |
Update changes file for 4.6.1
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.1 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index e2ec649..e9e5922 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -133,6 +133,15 @@ QtOpenGL * [QTBUG-6936] Fix memory leak of QGLGlyphCoord objects. - QGLWidget * [QTBUG-5002, QTBUG-6931] Fixed QGLWidget::renderText(). + * Fixed WA_TranslucentBackground for QGLWidgets on X11/EGL + * Fix EGL surface leaks when re-parenting on X11/EGL + - QGL2PaintEngineEx + * Performance: Don't mark brush as dirty if it hasn't changed + * Performance: Use 3x3 PMV matrices rather than 4x4 + * Performance: Move the 0.5 offset we add for aliased rendering to updateMatrix() + * Performance: Remove superfluous enable/disable vertex arrtib arrays + * Performance: Track the glVertexAttribPointer and only update it if it's changed + * [QTBUG-7094] Introduce new "snapToPixelGrid" flag for drawText QtOpenVG -------- @@ -197,10 +206,10 @@ Qt for Unix (X11 and Mac OS X) Qt for Linux/X11 ---------------- - - QGL - * [QTBUG-5732] Fixed querying of GLX extensions under X11. - - QPrintDialog - * [QTBUG-5547] Fixed handling of the "..." button. + - [QTBUG-5732] Fixed querying of GLX extensions under X11. + - [QTBUG-5547] Fixed handling of the "..." button. + - Added new mkspec for Maemo targets (linux-g++-maemo) + - Added new mkspec for Scratchbox host compiler (unsupported/linux-host-g++) Qt for Windows -------------- |