1Changes in Qt 2.0.1
2-------------------
3
4Qt 2.0.1 is a bugfix release, forward and backward compatible with Qt 2.0.
5While all changes are behind the API, some bugfixes may cause differences
6in runtime behaviour - such fixes are marked in yellow with a "*".
7
8
9General improvements
10--------------------
11
12PNG/IO Fix crash on empty images.
13
14QAccel Fix accelerators using Shift with other metakeys.
15
16QFileInfo Fix for AIX/gcc.
17
18QFontDatabase Fix centered text for extreme-bearing fonts.
19
20QHeader Resizing cells of horizontal header is now more flicker-free.
21
22*QLayout Fix deletion of child layouts.  Let minimumSize() override
23Fixed sizePolicy().
24
25QLcdNumber Reduced flicker.
26
27QLineEdit Home etc. now clear selection even if the cursor doesn't move.
28
29QListBox Draw focus rect correctly.  Fix keyboard navigation.
30
31QListView Make resizing flicker-free.  No selection on release.
32
33QMainWindow Fix crash in addToolBar().
34
35QMap Work on more compilers.
36
37QMenuBar Less flicker.
38
39QPainter Fix QFontMetrics::width(QChar).  Speedup drawText/boundingRect.
40
41*QScrollView Put the scrollbars inside the frame in WindowsStyle.
42
43QSplitter Fix bug where a handle could be moved past the next.
44
45QString Fix QString::replace(QRegExp(),...).  Speed ups.  Fix fill()
46with zero length crash.
47
48QTL AIX fixes.
49
50QTextBrowser Fixed type=detail popup.
51
52*QTextCodec Use the defacto KOI8 standard if no charset specified for
53ru_ locale.
54
55QValueList AIX, aCC fixes.
56
57msg2qm More robust.
58
59
60
61Windows-specific fixes
62----------------------
63
64QApplication Fix Key_Enter (was always Key_Return). Fix numeric
65accelerators.
66
67QFontDatabase Fix italic fonts in Window font dialog.
68
69*QMime Use CRLF with text clip/dnd on Windows.
70
71QPainter Avoid failure when painting pixmap xformed into nothing.
72Improved drawing of scaled fonts on win95/98.
73
74*QPixmap Fix mask on QPixmap::convertToImage().
75
76QPrinter Fix setup() on Win95/98.
77
78QToolTip Use system settings for tool tips on Windows.
79
80*QWidget Fix QWidget::scroll(rect) for non-topleft rectangles.
81
82
83X11-specific fixes
84------------------
85
86DnD Fix Escape during DnD.
87
88*QApplication Generate MouseMove event on XCrossingEvent.  Support more
89XIM servers (eg. VJE Delta).  Use 11pt font as default rather than 12pt
90on larger than 95DPI displays.
91
92*QFont Correct DPI for fontsets (as for regular fonts).  Prefer unscaled
93(ie. perfect-match bitmaps) over scaled fonts.
94
95*QPaintDevice Round DPI.
96
97QWidget QWidget::showMaximized() works on X11 now. Fixed ReparentNotify
98handling.
99
100Xt extension Fixes.
101
102