diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-05-17 07:37:13 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-05-17 07:37:13 (GMT) |
commit | d2246104b4c38cdea4c4c11a7ad715312455f368 (patch) | |
tree | 5b5e5b1eecb92aadc60236e49b5aff0842e3df8f | |
parent | 040ad2dc679ebfb3dec7685edf617fc57bb66ccf (diff) | |
download | Qt-d2246104b4c38cdea4c4c11a7ad715312455f368.zip Qt-d2246104b4c38cdea4c4c11a7ad715312455f368.tar.gz Qt-d2246104b4c38cdea4c4c11a7ad715312455f368.tar.bz2 |
Changelog: Added Designer/uic3 changes for 4.7.0.
-rw-r--r-- | dist/changes-4.7.0 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 1e3a69c..41fe9d2 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -233,7 +233,16 @@ Qt for Windows CE - Designer - + - [QTBUG-9351] Fixed a bug that caused modified headerview-properties + of item views to be duplicated in the UI-file. + - [QTBUG-8347] Fixed a layout problem caused by embedded images in the rich + text of a QLabel. + - [QTBUG-8041], [QTBUG-8213] Fixed a crash related to undo while moving + widgets by arrow keys. + - [QTBUG-7822] Added support for the 'windowOpacity'-property. + - [QTBUG-7764] Fixed the emission of the propertyChanged()-signal of + QDesignerPropertyEditorInterface. + - [QTBUG-5492] Made widgetbox-filter match on class names, too. - Linguist - Linguist GUI @@ -251,9 +260,10 @@ Qt for Windows CE - uic - - uic3 + - [QTBUG-9207] Fixed export of image files of type XPM, added + compatibility option -limit-xpm-linelength. - qmake |