diff options
author | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-02-09 13:58:44 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-02-09 13:58:44 (GMT) |
commit | 133749df56eb58a4693bcbe7f7914cc2a36bf460 (patch) | |
tree | 4557741e5a057d323dc65479f861484de26bd4d2 | |
parent | a8d20dc4f4009b9d3476aa0e97360cf5101063d2 (diff) | |
download | Qt-133749df56eb58a4693bcbe7f7914cc2a36bf460.zip Qt-133749df56eb58a4693bcbe7f7914cc2a36bf460.tar.gz Qt-133749df56eb58a4693bcbe7f7914cc2a36bf460.tar.bz2 |
Sync with 4.6 branch version fo the changes file.
Reviewed-by: Trust Me
-rw-r--r-- | dist/changes-4.6.2 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 04364a3..aaaaacc 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -218,7 +218,7 @@ 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-7481] Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. + - [QTBUG-7481]: Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. - [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. @@ -226,6 +226,7 @@ Qt for Mac OS X - [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 --------------------- @@ -250,6 +251,14 @@ Qt for Windows CE Qt for Symbian -------------- + * [QTBUG-6556] Improve the DEF file handling scheme, to allow simple enable/ + disable of DEF file usage (for use _during development only_ to decouple + the need to update the DEF files at the precise point that symbols are + removed, therefore allowing builds by CI systems to succeed even if symbols + have been removed. This does not remove the need to update the DEF files + before release. NOTE: Builds generated using this flag are not binary + compatible with previous versions of Qt.) + - QProcess * [QTBUG-7667] Fixed no-timeout case for QProcess::waitForFinished. |