summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8d1ae19..d301186 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