diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-05-18 09:27:13 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-05-18 09:27:13 (GMT) |
commit | cfcf72970cd58282aff9aac76f421915d287dc09 (patch) | |
tree | 2a87161a23b7875d7e31d86353b93faf6a878c13 | |
parent | 72c00a91f8171086aea29caccfc658a80a7a66a0 (diff) | |
download | Qt-cfcf72970cd58282aff9aac76f421915d287dc09.zip Qt-cfcf72970cd58282aff9aac76f421915d287dc09.tar.gz Qt-cfcf72970cd58282aff9aac76f421915d287dc09.tar.bz2 |
Wrote Designer/uic changelog for 4.5.2.
-rw-r--r-- | dist/changes-4.5.2 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index a772bf7..3180b7c 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -78,7 +78,17 @@ Qt for Windows CE - Designer - + * [248769] Fixed a bug affecting the display of keyboard shortcuts in + the detailed view of the action editor. + * [251092] Fixed a bug preventing entering local file names for QUrl-type + properties on Windows. + * [251691] Fixed dynamic re-translation of table headers. + * [252251] Improved readability of the property editor when using the + KDE Obsidian Coast theme. + * [253236] Fixed a regression bug triggered by forms with a size policy + of 'Fixed' on the main cointainer. + * [253278] Made it possible to set QString-type properties using + QDesignerFormWindowCursor::setProperty(). - Linguist - Linguist GUI @@ -95,7 +105,8 @@ Qt for Windows CE - uic - + * [252333] Fixed a regression crash triggered by using icons with + different pixmaps for QIcon states. - uic3 |