diff options
author | axis <qt-info@nokia.com> | 2010-02-04 13:42:50 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-06 08:57:38 (GMT) |
commit | fc1948b0a051827d9d5954412eac3e9430132d50 (patch) | |
tree | 10b265072f8532bc099922b0d07728ea6d98bd37 /dist | |
parent | 442ccc3f437537bd638e3868734433a41ea0bd04 (diff) | |
download | Qt-fc1948b0a051827d9d5954412eac3e9430132d50.zip Qt-fc1948b0a051827d9d5954412eac3e9430132d50.tar.gz Qt-fc1948b0a051827d9d5954412eac3e9430132d50.tar.bz2 |
Added my changes to changes file.
(cherry picked from commit 5ddcf96b8339850d1f84db9f487ac15a1ed3364a)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 344ae71..86ecad4 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -72,6 +72,12 @@ QtGui - QPDFEngine * [QTBUG-7249] Fixed the encoding of the Tile and Creator tags in the PDF engine. + - QApplication + * [QTBUG-6098] Added a flag to avoid construction of application panes. + - QInputContext + * [QTBUG-7439] Avoided the loss of preedit text when losing focus on Symbian. + + * [QT-2629] Implemented event filter functions for Symbian. * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a dangling gesture manager pointer. * [QTBUG-7198] Setting a style sheet could break the checkbox position in item views. |