This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
Qt 2.0 Beta3 is not binary compatible with Beta2, this means that any |
| 2 |
programs linked with Beta2 must be recompiled. |
| 3 |
|
| 4 |
The most important fixes since Beta 2: |
| 5 |
|
| 6 |
platforms |
| 7 |
64-bits, FreeBSD and gcc 2.7 fixes |
| 8 |
|
| 9 |
QLayoutIterator/QGLayoutIterator |
| 10 |
The custom layout API has been changed: void removeCurrent() |
| 11 |
has been replaced by QLayoutItem* takeCurrent(). |
| 12 |
|
| 13 |
QLabel |
| 14 |
The functions setMargin() and margin() have been renamed to |
| 15 |
setIndent() and indent, to avoid collision with QFrame::setMargin(). |
| 16 |
|
| 17 |
QAccel |
| 18 |
Non-latin1 accelerators are now supported. |
| 19 |
|
| 20 |
QTranslator/findtr/msg2qm/mergetr |
| 21 |
All reported bugs fixed and improvements made. |
| 22 |
|
| 23 |
Rich Text |
| 24 |
Many improvements and fixes such as supressed warnings in the |
| 25 |
QBrowser example. Support for logical font sizes. |
| 26 |
|
| 27 |
QApplication |
| 28 |
lastWindowClosed() now works with virtual desktops. Desktop settings |
| 29 |
on Windows improved. |
| 30 |
|
| 31 |
QScrollView / QMultiLineEdit |
| 32 |
Speedups with a new widget flag: WNorthWestGravity. |
| 33 |
|
| 34 |
QPopupMenu / QMenuBar |
| 35 |
Speedups, less flicker. |