summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.3
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2010-05-20 16:18:45 +0200
committerSamuel Rødal <sroedal@trolltech.com>2010-05-20 16:19:39 +0200
commit6d468a2c2a11e199105082c8219a0131abd78176 (patch)
tree1d301e9f1fa194d55dba46e07ab04e19c28d9b29 /dist/changes-4.6.3
parentea4ddcec8314fa9650fc103722f419627cc0af08 (diff)
My 4.6.3 changes.
Diffstat (limited to 'dist/changes-4.6.3')
-rw-r--r--dist/changes-4.6.312
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3
index 88b4e72e0d..17542bbaf3 100644
--- a/dist/changes-4.6.3
+++ b/dist/changes-4.6.3
@@ -52,6 +52,9 @@ QtGui
- QPainter
* [QTBUG-10421] Fixed WebKit-specific justification bug for text containing
more than one script.
+
+ - QRegion
+ * [QTBUG-7699] Prevented crash on large x-coordinates.
- QTextEdit
* [QTBUG-9599] Fixed crash when copying the current text cursor as a result
@@ -64,9 +67,18 @@ QtGui
- QTextLayout
* [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0.
+ - QTransform
+ * [QTBUG-8557] Fixed bug in QTransform::type() potentially occuring
+ after using operator/ or operator* or their overloads.
+
- Improved scrolling horizontally with a mouse wheel over sliders.
- [QTBUG-7451] Gestures respect panels on QGraphicsView.
+QtOpenGL
+--
+ - QGLWidget
+ * [QTBUG-8753] Worked around driver bug causing clipping errors on the N900.
+
QtDBus
------