summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.1
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-04-15 15:16:17 +0200
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-04-15 15:19:05 +0200
commit0da501b644c0799d4e5e357b27847cb7a58583e4 (patch)
treec83582366c205bd2410500521fc0d67dfe57bfa1 /dist/changes-4.5.1
parentea5991e330282a5b18301d653ccb5a7d960a7db5 (diff)
Update changelog with my changes
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r--dist/changes-4.5.126
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1
index bda151f397..9a64352376 100644
--- a/dist/changes-4.5.1
+++ b/dist/changes-4.5.1
@@ -51,6 +51,9 @@ Third party components
* [221731] Fixed bug where the accessibility plugin could crash if there
was an "&" at the end or spin forever if a label had a sequence of "&&".
+- QAtomicInt
+ * [216492] Fix compilation on 64-bit PowerPC machines with gcc 4.3.
+
- QAuthenticator
* [237979] fix implemenation of md5-sess
@@ -108,6 +111,13 @@ Third party components
- QHttp
* [208445] cancel request upon receiving unknown authentication method
+- QHostAddress
+ * [247330] Fix compilation on MinGW by adding a missing QPair include.
+
+- QLocalSocket
+ * Fix a bug that would cause QLocalSocket to disconnect 30 seconds
+ after a succesful delayed connection on UNIX.
+
- QMacStyle
* [248769] Fix regression where QMacStyle would only draw tabs when passed a QStyleOptionTabV3.
* Adjust the opacity value for popups.
@@ -115,6 +125,14 @@ Third party components
- QMainWindow
* [248048] Fix a regression that would cause tooltips to disappear when using the unified toolbar.
+- QMetaType
+ * [248890] Detailed description of QMetaType no longer contradicts
+ documentation of QMetaType::type()
+
+- QMutex
+ * Fix performance regression for contended mutexes as reported on
+ the qt4-preview-feedback list.
+
- QPainter
* [247492] Fix rendering bug in raster paint engine causing one-pixel
offset when drawing premultiplied ARGB32 images on RGB16 images.
@@ -131,6 +149,10 @@ Third party components
* [249175] Fix QPixmap::fromImage() of monochrome images to result in
black/white pixels and not transparent/white pixels.
+- QProcess
+ * [247865] Fix a crash when calling QProcess::start() and
+ startDetached() with an empty program string.
+
- QScrollBar
* [247985] Stylesheet: added ability to style scrollbar menus.
@@ -154,6 +176,10 @@ Third party components
* Fixed crash while styling the title bar of a QMdiArea.
* [246542] Fixed QToolButton::hover{ color:.... }
+- QThread
+ * [249997] Add documentation indicating that the priority set by
+ the programmer may be ignored, for example on Linux.
+
- QTreeView
* Fixed crash that may occurs when event are processed just after QSortFilterProxyModel
has been invalidated