"Fossies" - the Fresh Open Source Software Archive 
Member "qt-everywhere-src-6.3.1/qtbase/dist/changes-2.00beta3" (25 May 2022, 987 Bytes) of package /linux/misc/qt-everywhere-src-6.3.1.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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.