summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-05-20 08:49:57 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-05-20 08:49:57 (GMT)
commitc6e446af5ac4d2c822163a1157ca58306d9ceee9 (patch)
tree1833af8f97b65c7736e7d4436389da1674492658 /dist
parentb12b7fc54cb7ad79f58aa5ae646f26e76d6e1790 (diff)
downloadQt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.zip
Qt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.tar.gz
Qt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.tar.bz2
Add my changes to the 4.6.3 changes log
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.316
1 files changed, 14 insertions, 2 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3
index d66681b..de9a058 100644
--- a/dist/changes-4.6.3
+++ b/dist/changes-4.6.3
@@ -46,8 +46,20 @@ QtCore
QtGui
-----
- - foo
- * bar
+ - QPainter
+ * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing
+ more than one script.
+
+ - QTextEdit
+ * [QTBUG-9599] Fixed crash when copying the current text cursor as a result
+ of deleting a character.
+
+ - QTextEngine
+ * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using
+ multiscripted text.
+
+ - QTextLayout
+ * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0.
QtDBus
------