summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.040
1 files changed, 28 insertions, 12 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index be2c89c..5cd74cd 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -50,7 +50,7 @@ QtCore
- QObject
* [259514] fixed a possible dead-lock in the destructor
-
+
- QVariant
* Many optimisations
* Added QVariant::toFloat() and QVariant::toReal()
@@ -72,19 +72,25 @@ 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.
* Improved reading utf8/utf16/utf32 data by correctly skipping the
ByteOrderMark when reading data by one character at a time.
QtGui
+- QGraphicsAnchorLayout
+ * Support for expanding size policy has been removed. (The Qt 4.6 Beta had support for it).
- QCompleter
* [246056] Fixed a possible assertion when setting the completer prefix
-
+
- QFontDialog
* [256466] fixed the dialog not always returning the selected style.
-
+
- QGraphicsItem
* Fixed bug and improved accuracy of QGraphicsItem::childrenBoundingRect().
* Many optimizations.
@@ -97,6 +103,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.
@@ -127,6 +136,7 @@ QtGui
- QGraphicsWidget
* Now inherits from QGraphicsObject instead
+ * Interactive resizing of top level windows now respects height-for-width constraints.
- QHeaderView
* [208320] Make sure the sort indicator s taken into account for the size hint
@@ -138,13 +148,13 @@ QtGui
- QMenuBar
* [260873] Fix mouse interaction while undocking a widget from the main window
* dock areas don't get a splitter if their dock widgets are not resizable
-
+
- QColumnView
* [246999] Fixed view not updating when the model is changed dynamically
-
+
- QListView
* [243335] Fixed the visualRect to return correct values when the widget is not yet show
-
+
- QTreeView
* [234930] Be able to use :has-children and :has-sibillings in a stylesheet
* [252616] Set QStyleOptionViewItemV4::OnlyOne flag when painting spanning columns
@@ -164,7 +174,7 @@ QtGui
- QTableWidget
* [234641] Fixed takeItem to cause the view to be updated.
-
+
- QTabBar
* [196326] Fixed having a stylesheet on a QTabBar resulted in some tab names
to be slightly clipped.
@@ -185,6 +195,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
@@ -227,7 +240,7 @@ QtGui
- On Windows CE the link time code geration has been disabled by default to
be consistent with win32-msvc200x.
-
+
- Added QMAKE_LIBS_OPENGL_ES1, QMAKE_LIBS_OPENGL_ES1CL and
QMAKE_LIBS_OPENGL_ES2 qmake variables for specifying OpenGL ES
specific libraries.
@@ -257,7 +270,7 @@ QtGui
- [MR#1111] Emit workAreaResized when _NET_WORKAREA is changed on X11.
- Add support for GetURL events on Mac OS X
-
+
General changes on Mac OS X:
- Mac OS X version support: Support for 10.3(Panther) has been dropped, support for
10.6(Snow Leopard) has been added.
@@ -272,10 +285,10 @@ General changes on Mac OS X:
Use the -arch flags to override.
- Building for ppc64 is no longer supported by the gcc tool chain.
- Building for ppc is still supported.
-
+
- Phonon on Windows
* Now much more reliable when reading a file through a QIODevice.
- * If Video Mixing Renderer 9 is not available, falls back to software
+ * If Video Mixing Renderer 9 is not available, falls back to software
rendering.
* Fixed a flicker issue when switching source with a transition time of 0
@@ -302,6 +315,9 @@ General changes on Mac OS X:
- [128859] Fixed code generation of QLabel's wordWrap property.
+ - lupdate
+ - Fixed a bug in the java source code parser.
+
****************************************************************************
* DirectFB *
****************************************************************************
@@ -450,7 +466,7 @@ General changes on Mac OS X:
- On Mac OS X, QDesktopServices::storageLocation(DataLocation) now includes
QCoreApplication::organizationName() and QCoreApplication::applicationName()
if those are set. This matches the behavior on the other platforms.
-
+
- The Animation Framework
* currentTime() now returns the complete current time including previous loops
* currentLoopTime() returns the time inside the current loop