diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-05-20 08:49:57 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-05-20 08:49:57 (GMT) |
commit | c6e446af5ac4d2c822163a1157ca58306d9ceee9 (patch) | |
tree | 1833af8f97b65c7736e7d4436389da1674492658 | |
parent | b12b7fc54cb7ad79f58aa5ae646f26e76d6e1790 (diff) | |
download | Qt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.zip Qt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.tar.gz Qt-c6e446af5ac4d2c822163a1157ca58306d9ceee9.tar.bz2 |
Add my changes to the 4.6.3 changes log
-rw-r--r-- | dist/changes-4.6.3 | 16 |
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 ------ |