diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-17 12:00:11 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-17 12:00:11 (GMT) |
commit | 1b4c50b15deafc36f61a82204e284a343938a6c7 (patch) | |
tree | 8760b66d8ac02d87b21063e814e9763ca108f783 | |
parent | 94a3356d5eb7b255d439efe2699bf3a9b025e8eb (diff) | |
parent | d2246104b4c38cdea4c4c11a7ad715312455f368 (diff) | |
download | Qt-1b4c50b15deafc36f61a82204e284a343938a6c7.zip Qt-1b4c50b15deafc36f61a82204e284a343938a6c7.tar.gz Qt-1b4c50b15deafc36f61a82204e284a343938a6c7.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
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 |