diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-01-05 11:20:06 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-01-08 11:50:42 (GMT) |
commit | 554337bf8cc67d5f77454cf01cafbc6b91b0466c (patch) | |
tree | 2af9e496ccf1c99ad322d481d0b89d6cf06fadcc | |
parent | 6ae8e79cff25025ffa6f3c11c4aa31736cba6c03 (diff) | |
download | Qt-554337bf8cc67d5f77454cf01cafbc6b91b0466c.zip Qt-554337bf8cc67d5f77454cf01cafbc6b91b0466c.tar.gz Qt-554337bf8cc67d5f77454cf01cafbc6b91b0466c.tar.bz2 |
Changelog: Added Designer/uic entries for 4.6.1
(cherry picked from commit 547e117e7463db85651d910d5a627806388b9afc)
-rw-r--r-- | dist/changes-4.6.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 5efa0e2..2397228 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -148,7 +148,14 @@ Qt for Windows CE **************************************************************************** - Designer - * foo + * [QTBUG-6863] Fixed static linking on Mac. + * [QTBUG-6760] Fixed display of action shortcut in action editor. + * [QTBUG-6505] Fixed handling of QHeaderView properties. + * [QTBUG-5335] Fixed handling of layout margins of custom containers. + + - uic + * [QTBUG-5824] Fixed code generation to generate a call to + QMainWindow::setCentralWidget() for promoted widgets as well. - qdoc3 * bar |