summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-06 12:06:15 +0100
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-06 12:06:15 +0100
commite70168edd89a0161955866e9acc32bb766d9f147 (patch)
tree004166389c993c9f2a3f8771abc9424888b36459 /dist
parent692f6a81e32edb465a8031b868fa34138a5e6982 (diff)
My changes
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.016
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 7596943d97..2808113b75 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -62,10 +62,16 @@ QtCore
* Added the possibility to pass the flag Qt::UniqueConnection to QObject::connect
* Fixed race conditions that occured when moving object to threads while connecting
+ - QPluginLoader
+ * Improved performance of plugin loading by reusing the plugin cache instead of loading
+ it every time.
+
- QTextStream
* [221316] Fixed crash on large input.
QtGui
+- QGraphicsAnchorLayout
+ * Support for expanding size policy has been removed. (The Qt 4.6 Beta had support for it).
- QGraphicsItem
* Fixed bug and improved accuracy of QGraphicsItem::childrenBoundingRect().
@@ -79,6 +85,9 @@ QtGui
* Introduced QGraphicsItem::stackBefore()
* Cached items are now always invalidated when update() is called.
+- QGraphicsLayout
+ * Introduced QGraphicsLayout::addChildLayoutItem()
+
- QGraphicsObject
* New class; inherits QGraphicsItem and adds notification signals and property declarations.
@@ -109,6 +118,7 @@ QtGui
- QGraphicsWidget
* Now inherits from QGraphicsObject instead
+ * Interactive resizing of top level windows now respects height-for-width constraints.
- QTreeView
* [234930] Be able to use :has-children and :has-sibillings in a stylesheet
@@ -141,6 +151,9 @@ QtGui
- QStandardItemModel
* [255652] Fixed crash while using takeRow with a QSortFilterProxyModel
+ - QToolTip
+ * Fixed a bug where tooltips were not shown in popups. (Windows only).
+
- QGraphicsItem
* Added a new set of properties to set a transformation on a item
@@ -213,6 +226,9 @@ QtGui
- [128859] Fixed code generation of QLabel's wordWrap property.
+ - lupdate
+ - Fixed a bug in the java source code parser.
+
****************************************************************************
* DirectFB *
****************************************************************************