summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-05 14:38:55 +0100
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-05 14:39:18 +0100
commit4488ab7d7a0b9ff72d9614b68a7cdb72286ac2a3 (patch)
tree11517eac1226e36730644cc1ba14c4d661b24d2b /dist
parent9418962051579959981515bb74bf6463436aa75e (diff)
My changelog for Qt 4.6.0
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.027
1 files changed, 26 insertions, 1 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 627760ac6b..826dfd9964 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -39,6 +39,11 @@ Third party components
* Since the 4.6 beta Qt::RenderHint has been moved to
QGraphicsBlurEffect::BlurHint.
+ * Input contexts are not activated for disabled widgets anymore.
+
+ * [250555] Data copied from Mozilla Firefox can now be pasted correctly to
+ a Qt application.
+
QtCore
- QVariant
@@ -64,6 +69,8 @@ QtCore
- QTextStream
* [221316] Fixed crash on large input.
+ * Improved reading utf8/utf16/utf32 data by correctly skipping the
+ ByteOrderMark when reading data by one character at a time.
QtGui
@@ -106,7 +113,8 @@ QtGui
- QWidget
* [201649] Added QWidget::previousInFocusChain
-
+ * [254563] Fixed a crash when setting a focus in a widget tree that
+ contains invisible widgets
****************************************************************************
* Platform Specific Changes *
@@ -141,6 +149,23 @@ QtGui
- KDE Integration: Improved the integration into KDE desktop (loading of KDE
palette, usage of KColorDialog and KFileDialog) using the GuiPlatformPlugin
+ - Fixed pasting the clipboard content to non-Qt application on X11 when the
+ requested format is image/ppm. Patch by Ritt.K
+
+ - On Windows when a file cannot be accessed (stat()ed), we are now restoring
+ the error mode to the original value.
+
+ - On X11 Qt now supports the _NET_WM_SYNC protocol.
+
+ - On X11 Qt now supports the SAVE_TARGET protocol that allows to keep
+ clipboard contents if the application that owns the clipboards exits
+
+ - [QTBUG-4652] On X11 clipboard content can be properly retrieved even when an
+ application asks the unsupported target. This fixes copying and pasting data
+ when using Synergy.
+
+ - [QTBUG-4418] Fixed maximizing and restoring a window on Mac.
+
****************************************************************************
* Tools *
****************************************************************************