[397] | 1 | This document contains a brief list of the most important OS/2-specific changes
|
---|
| 2 | in the Qt library from release to release.
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | CHANGES
|
---|
| 6 |
|
---|
| 7 | Beta 5 (06-12-2009)
|
---|
| 8 |
|
---|
| 9 | Improvements:
|
---|
| 10 |
|
---|
| 11 | - gui: Added support for the system clipboard. Qt can now exchange plain text,
|
---|
| 12 | HTML (Mozilla application suite) and bitmaps with other PM applications, as
|
---|
| 13 | well as all supported MIME data types with other Qt-based applications.
|
---|
| 14 |
|
---|
| 15 | - corelib: Use system unicode conversion routines to convert from the system
|
---|
| 16 | code page to Unicode and back. This makes it unnecessary to specify the
|
---|
| 17 | system encoding in the LANG environment variable -- Qt will use the system
|
---|
| 18 | encoding of the current process.
|
---|
| 19 |
|
---|
| 20 | - gui: Implemented support for the IME input box (used on DBCS systems) in Qt
|
---|
| 21 | applications with a known limitation that the input box is always positioned
|
---|
| 22 | at the lower left corner of the top-level window.
|
---|
| 23 |
|
---|
| 24 | - gui: Improved font handling on DBCS systems (patch by komh):
|
---|
| 25 | * Read national face names from font files instead of always taking the
|
---|
| 26 | Latin name.
|
---|
| 27 | * Use the PM_AssociateFont registry key to select a fallback font for
|
---|
| 28 | missing characters.
|
---|
| 29 |
|
---|
| 30 | - gui: Implemented QPixmap::grabWindow() which takes a screenshot of a window.
|
---|
| |
---|