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)
committeraxis <qt-info@nokia.com>2009-11-10 10:40:24 (GMT)
commitbd8fa6425a43cbc375564cc1b022fe47402d251f (patch)
tree9f124fe31c04003acb958f1d84680272b970721e /dist/changes-4.6.0
parent451e7fcad72366cf40bcb00931b86aafba1b983f (diff)
downloadQt-bd8fa6425a43cbc375564cc1b022fe47402d251f.zip
Qt-bd8fa6425a43cbc375564cc1b022fe47402d251f.tar.gz
Qt-bd8fa6425a43cbc375564cc1b022fe47402d251f.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