summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-11-10 10:40:24 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 16:06:52 (GMT)
commit729e1099b7405e86676bc8484542643ea4201c28 (patch)
treea2532788efda7ed750bcfbd637dcfb5a7c6d0a06 /dist/changes-4.6.0
parent6e494d324275bc7aa7797f30c8ee9b047c6c3c22 (diff)
downloadQt-729e1099b7405e86676bc8484542643ea4201c28.zip
Qt-729e1099b7405e86676bc8484542643ea4201c28.tar.gz
Qt-729e1099b7405e86676bc8484542643ea4201c28.tar.bz2
Added my changelog entries.
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 03ee4a4..c0ce2af 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -129,6 +129,9 @@ QtGui
- QCompleter
* [246056] Fixed a possible assertion when setting the completer prefix
+ - QEvent
+ * Introduced RequestSoftwareInputPanel and CloseSoftwareInputPanel events.
+
- QFontDialog
* [256466] fixed the dialog not always returning the selected style.
@@ -206,6 +209,7 @@ QtGui
- QLineEdit
* [248948] Clear selection when redoing a delete operation.
+ * [QTBUG-5261] Fixed: Erasing characters from textedits does not update the text
- QListView
* [243335] Fixed the visualRect to return correct values when the widget is not yet show
@@ -272,6 +276,7 @@ QtGui
cause holes in the stroke.
- QWidget
+ * Added inputMethodHints property.
* [201649] Added QWidget::previousInFocusChain
* [254563] Fixed a crash when setting a focus in a widget tree that
contains invisible widgets