diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-11-10 09:49:59 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 16:06:51 (GMT) |
commit | 4efd5f9ae2cfb5fe247404b6d912e524ca67a5b9 (patch) | |
tree | de68c2e79ae6a99a7b6987b5a1a6ba0dd51e5cb2 /dist | |
parent | 08ae6675026b75940da900989d855df45f4fd6d9 (diff) | |
download | Qt-4efd5f9ae2cfb5fe247404b6d912e524ca67a5b9.zip Qt-4efd5f9ae2cfb5fe247404b6d912e524ca67a5b9.tar.gz Qt-4efd5f9ae2cfb5fe247404b6d912e524ca67a5b9.tar.bz2 |
Updated changelog with my changes
Diffstat (limited to 'dist')
-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 -------------- |