diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2010-02-04 09:32:55 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2010-02-04 09:34:33 (GMT) |
commit | 88a3be84f9a1cb235a8e3a9b25df7763646166b6 (patch) | |
tree | 903357137e443e80e6c08f13da8ad786731fd752 | |
parent | 92638ff2f459a8f7151385a192317e9ec91d9e66 (diff) | |
download | Qt-88a3be84f9a1cb235a8e3a9b25df7763646166b6.zip Qt-88a3be84f9a1cb235a8e3a9b25df7763646166b6.tar.gz Qt-88a3be84f9a1cb235a8e3a9b25df7763646166b6.tar.bz2 |
Add some entries to the change log
-rw-r--r-- | dist/changes-4.6.2 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index f80c526..65c07cb 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -51,6 +51,8 @@ QtGui * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a dangling gesture manager pointer. + * [QTBUG-7198] Setting a style sheet could break the checkbox position in item views. + QtDBus ------ @@ -130,21 +132,25 @@ Qt for Linux/X11 * Fixed a crash when an input method tries to create a widget after the application is destroyed. + - [QTBUG-6952] Fixed a problem using NoButtons in spinbox with QGtkStyle + - [QTBUG-7504] Fixed missing focus rect on check- and radiobutton with + some GTK+ themes. + - [QTBUG-6522] Fixed missing menu separator in some GTK+ themes. + Qt for Windows -------------- - - - Qt for Mac OS X --------------- + - [QTBUG-7832]: Restored missing margins around non-unified toolbars. - [QTBUG-7312]: Menubar and dock disappear after hiding a fullscreen widget on Cocoa. - [QTBUG-7522]: Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash. - [QTBUG-7625]: Calling showFullScreen() then showNormal() on a widget results in top menu hiding. - [QTBUG-7086]: QFileDialog now correctly responds to fileMode & acceptMode changes. - [QTBUG-7162]: Fixed a crash in Designer when previewing a QMainWindow with native toolbar. - [QTBUG-7305]: Fixed a crash when deleting QMainWindow with native toolbar on Cocoa. - + - [QTBUG-6882]: Fixed a text layout issue with QHeaderView in right-to-left mode. Qt for Embedded Linux --------------------- |