summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2009-06-08 16:52:18 +0200
committerJens Bache-Wiig <jbache@trolltech.com>2009-06-08 16:52:18 +0200
commitb9c4f8fec2a009003029dd95b20d0342271c0473 (patch)
tree82bce26319513cbcef06bc701144c6becbcfb66b /dist
parentaac28c250c262e344522f0156ff0d58bdd040c10 (diff)
More entries for the change log
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.212
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 6049a4d65a..c2dda0f6d4 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -82,6 +82,12 @@ Third party components
* [252068] QFileDialog with QSortFilterProxyModel crashes
* [254490] QFileDialog selectFile doesn't clear the selection if we call it several times.
+- QGtkStyle
+ * [250731] Fixed a build issue with glib version lower than 2.3.2
+ * [254342] Fixed a potential crash when system theme changes occur.
+ * [254614] Fixed an assert or warning related to GtkEntry focus handling
+ reported with certain versions of Gtk+.
+
- QMacStyle
* [253339] Don't draw arrows on toolbuttons that have a menu and text only.
* [252301] Ensure that small and mini spin boxes are drawn correctly.
@@ -213,6 +219,10 @@ Third party components
* [248848] Fixed an issue that would cause QIcon::pixmap() to reparse the
SVG file, even though there was a cached pixmap for that size available.
+- QToolButton
+ * [252554] Fixed a problem where text labels would be partially clipped
+ when using Qt::ToolButtonTextUnderIcon.
+
****************************************************************************
* Database Drivers *
****************************************************************************
@@ -240,6 +250,8 @@ legacy freetype headers.
BGR color layout.
[196152] Fixed a problem with QPixmap::toImage() on big endian systems that
would cause the R and B channels to be swapped for 32 bit pixmaps.
+[251928] Made the file dialog show suffixes if no filter name is provided
+when using the GTK+ file dialog.
Qt for Windows
--------------