summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.2
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-06-05 13:01:16 (GMT)
committerjasplin <qt-info@nokia.com>2009-06-05 13:01:16 (GMT)
commit2734d8fa8c26c8498091348305b2616ecacfad85 (patch)
tree3825fae0fb49c01193c308f6e861b83d4af32266 /dist/changes-4.5.2
parent5455f9c7a3ec8ed591666a2f4384c10de31f6a60 (diff)
downloadQt-2734d8fa8c26c8498091348305b2616ecacfad85.zip
Qt-2734d8fa8c26c8498091348305b2616ecacfad85.tar.gz
Qt-2734d8fa8c26c8498091348305b2616ecacfad85.tar.bz2
My changes for 4.5.2.
Diffstat (limited to 'dist/changes-4.5.2')
-rw-r--r--dist/changes-4.5.218
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 84460e3..1984881 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -59,6 +59,10 @@ Third party components
- QAbstractNetworkCache
* Only cache responses to HTTP GET by default, not HTTP PUT or POST
+- QApplication
+ * [249589] Fixed bug that prevented any part of the application to receive
+ focus when Graphics View was disabled using QT_NO_GRAPHICSVIEW.
+
- QComboBox
* [253944] Changing the style doesn't reset custom item delegate anymore.
* [254589] Fixed the frame appearing if setting a stylesheet with a border
@@ -88,6 +92,9 @@ Third party components
- QFontDialog
* [252000] Ensure that QFontDialog::getFont() works on Mac OS X.
+- QGraphicsWidget
+ * Fixed a bug with Qt::WidgetWithChildren shortcut context.
+
- QLocalSocket
* [247144] correctly handle remote disconnects
@@ -107,6 +114,10 @@ Third party components
* [253448] Prevent a crash when using the Qt::WA_MacBrushedMetal attribute
in conjunction with style sheets.
+- QWizard
+ * [252662] Fixed crash that could happen when compiling on Windows XP and
+ running on older Windows versions like 98 and 2000.
+
- QObject
* Fixed possible race condition if two QObject connected together with
signals and slot are destroyed in different threads
@@ -121,6 +132,9 @@ Third party components
* [251534] Fixed issue where text with non-opaque color from widget
palette would be blitted instead of blended.
+- QProgressBar
+ * [252283] Fixed busy indicator for a QProgressBar with a style sheet applied to it.
+
- QSelectionModel
* [252069] fix QSelectionModel::rowIntersectsSelection or QSelectionModel::columnsIntersectsSelection not reporting right result if some items are disabled.
@@ -135,6 +149,10 @@ Third party components
- QString
* Fixed reentrency of QString::squeeze()
+- QTabBar
+ * [252472] Fixed problem with the current tab not being visible after calling
+ setTabButton() on a scrolled tab bar.
+
- QTransform
* Fixed issue in QTransform::type() causing a projective transform to be
treated as a scaling transform.