summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-11-09 09:59:33 +0100
committerjasplin <qt-info@nokia.com>2009-11-09 09:59:33 +0100
commitb0ea2ae80f473d1698f518ed6324a8d328e8c67f (patch)
treea510f5aa15d33427228fae26ea6852990aed7f5d
parent68409c24211b4639832ce86113c33a247bb68950 (diff)
My changes.
-rw-r--r--dist/changes-4.6.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 8d1ae19f9b..d301186960 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -37,6 +37,8 @@ information about a particular change.
- Add 800x480 screen mode to qvfb configuration dialog.
+ - Improved support for input methods in graphics view.
+
Third party components
----------------------
@@ -114,6 +116,7 @@ QtGui
* Introduced activation support.
* Introduced QGraphicsItem::stackBefore()
* Cached items are now always invalidated when update() is called.
+ * Added input hints.
- QGraphicsLayout
* Introduced QGraphicsLayout::addChildLayoutItem()
@@ -149,6 +152,7 @@ QtGui
- QGraphicsWidget
* Now inherits from QGraphicsObject instead
* Interactive resizing of top level windows now respects height-for-width constraints.
+ * Reduced memory footprint.
- QHeaderView
* [208320] Make sure the sort indicator s taken into account for the size hint
@@ -164,6 +168,9 @@ QtGui
- QColumnView
* [246999] Fixed view not updating when the model is changed dynamically
+ - QLineEdit
+ * [248948] Clear selection when redoing a delete operation.
+
- QListView
* [243335] Fixed the visualRect to return correct values when the widget is not yet show
@@ -203,6 +210,7 @@ QtGui
- QSpinBox
* [259226] Fixed setting a stylesheet on a QSpinBox to change the arrow possition
+ * [255051] Fixed sizeHint update bug.
- QStandardItemModel
* [255652] Fixed crash while using takeRow with a QSortFilterProxyModel
@@ -236,6 +244,10 @@ QtGui
* New qt_paint_device_metric() function to replace the friend
declarations for window surface classes that need to access metric().
+ - QPushButton
+ * [255581] Fixed sizeHint recalculation bug.
+
+
QtOpenGL
- QGLFormat