diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2011-09-15 08:47:59 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2011-09-15 08:49:58 (GMT) |
commit | c98034ba71ee99e374dbce1f4f8d332ba6bdd396 (patch) | |
tree | f6f8f55dc1ae717a63b2d5e2449b67a52e0321b9 /dist | |
parent | ac69d5fcd733f231e1efee6605c97062fdee5baa (diff) | |
download | Qt-c98034ba71ee99e374dbce1f4f8d332ba6bdd396.zip Qt-c98034ba71ee99e374dbce1f4f8d332ba6bdd396.tar.gz Qt-c98034ba71ee99e374dbce1f4f8d332ba6bdd396.tar.bz2 |
My 4.8.0 changes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 03e652e..9e631d9 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -99,6 +99,7 @@ QtGui - Accessibility: Return text attributes for QTextEdit. - Accessibility: Make accessibility work on Windows with alien widgets - Accessibility: Several enablers for accessible graphicsview and Qt Quick applications. + - Fixed loading BMP files with version 4 and 5 headers, ignoring extra data. QtNetwork --------- @@ -124,6 +125,7 @@ QtNetwork QGLFunctions will undefine GLEW's defines. - Optimize behavior of QGLTextureCache - Support subpixel antialiasing when possible. + - [QTBUG-13450] Fixed path drawing on FBOs without stencil buffer. QtScript -------- @@ -133,6 +135,11 @@ QtSql ----- - Update sqlite to 3.7.7.1 + +QtSvg +----- + - [QTBUG-16216] Fixed infinite loop when loading some SVGs with CSS style. + **************************************************************************** * Database Drivers * **************************************************************************** |