diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-11-10 09:49:59 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-11-10 09:50:44 (GMT) |
commit | 6255f2b8baaf002772e1f547ce477dfd81500b25 (patch) | |
tree | 30123950f185fee7728feee6713e98a3cfb130b3 /dist/changes-4.6.0 | |
parent | 08cb0e0b2d2b1f1f7ef4a0884e602323cf053d00 (diff) | |
download | Qt-6255f2b8baaf002772e1f547ce477dfd81500b25.zip Qt-6255f2b8baaf002772e1f547ce477dfd81500b25.tar.gz Qt-6255f2b8baaf002772e1f547ce477dfd81500b25.tar.bz2 |
Updated changelog with my changes
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index b26a3f9..ae4c9be 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -99,6 +99,9 @@ QtCore * Improved performance of plugin loading by reusing the plugin cache instead of loading it every time. + - QRegExp + * New pattern syntax "QRegExp::WildcardUnix" with wildcard characters escaping + - QTextStream * [221316] Fixed crash on large input. * Improved reading utf8/utf16/utf32 data by correctly skipping the @@ -111,6 +114,9 @@ QtGui - QGraphicsAnchorLayout * Support for expanding size policy has been removed. (The Qt 4.6 Beta had support for it). + - QCalendarWidget + * [252943] QCalendarWidget::setDateTextFormat() reset the format if the date is invalid. + - QCompleter * [246056] Fixed a possible assertion when setting the completer prefix @@ -376,6 +382,12 @@ QtXml - QDomDocument * set the codec to UTF-8 if codec not present or unknown +Qt Plugins + + - Tiff plugin + * [258526] Rotate the image if the tiff file contains an orientation tag + * [254317] Add support for mono and indexed format + **************************************************************************** * Platform Specific Changes * **************************************************************************** @@ -420,6 +432,9 @@ Qt for Linux/X11 backend uses regular X11 pixmaps to store the image data, however it uses OpenGL to render into them. + - Tablet: Disable event compression of events of type QTabletEvent when the + current event is accepted by the receiver. + Qt for Windows -------------- |