diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-04 11:13:10 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-04 11:13:10 (GMT) |
commit | b2a4a87c93468b1a2e5ae002d4e7ce2a2315e747 (patch) | |
tree | 2e06a752fe8aef89e5b9c623d7fffc5d0a4c49ac /dist | |
parent | 67105efc1e1ebfb435ad5d64171111799959a7c3 (diff) | |
download | Qt-b2a4a87c93468b1a2e5ae002d4e7ce2a2315e747.zip Qt-b2a4a87c93468b1a2e5ae002d4e7ce2a2315e747.tar.gz Qt-b2a4a87c93468b1a2e5ae002d4e7ce2a2315e747.tar.bz2 |
Changelog 4.6.0: Designer/uic/uic3.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 887e93e..01b3c58 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -66,6 +66,29 @@ information about a particular change. be consistent with win32-msvc200x. **************************************************************************** +* Tools * +**************************************************************************** + +- Designer + + - [233683] Promoted Widgets are now stored correctly in scratchpad. + - [249823] Added search functionality to the resource browser. + - [254282] Enabled the use of promoted widgets in form templates. + - [254824] Made it possible to override the createAction()/createWidget() + functions of QUiLoader. + - [256332] Enabled deleting all pages of a QTabWidget or QStackedWidget. + - [259238] Fixed menubar/menu editing in right-to-left mode. + - [259918] Fixed setting of object names for container pages not to use + localized strings. + - [260658] Fixed saving of alpha values set in the palette editor. + - It is now possible to further specify the kind of custom widget + string properties using XML tags. + +- uic3 + + - [128859] Fixed code generation of QLabel's wordWrap property. + +**************************************************************************** * DirectFB * **************************************************************************** |