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