2 Qt 2.1.1 is a bugfix release. It keeps both forward and backward
3 compatibility (source and binary) with Qt 2.1.
6 ****************************************************************************
8 ****************************************************************************
10 - Many documentation improvements
12 - Various compilation problems relating to particular versions of xlC,
13 MipsPRO, Solaris, Japanese Windows, old X11 libraries, and gcc 2.7.2
16 - 64bit HP build targets added
18 - Qt OpenGL Extension updated; see details in qt/extensions/opengl/CHANGES
20 - As usual, many minor bugfixes, too small to be mentioned here.
23 ****************************************************************************
25 ****************************************************************************
27 QToolbar: fix of layout-saving when moving out of dock
29 QAccel: Support for non-alphanumeric keys
31 QPrinter: Better tolerance for PS interpreter peculiarities
33 QPainter: drawText() with rasterOp on Windows
35 QIconView: Drawing fixes
37 QDate: Ensure invalid status when created with invalid values
39 Motif Dnd: Fix possible crash
41 QWorkSpace: Proper minimize/maximize activation
43 QListBox: Optimization: better performance for lists with thousands of
44 elements. Selection problem fixed.
46 QFont: Fontset matching fix for X11
48 QMultiLineEdit: Wordwrap/selection workaround
50 QTabBar: Refresh layout after style change. Optimization.
52 QTimer: Zero-timers on Windows speedup
54 QFileDialog: Correct caption on Windows
56 QComboBox: Accept only left button. Do proper font propagation.
58 QMenuBar: Accept only left button
60 QDialog: Modal dialogs after QApplication::exec() returns
62 QWidget: Optimization: fewer server round-trips
64 QCheckBox: Fixed mask drawing
66 QSpinBox: Accept '-' key, for negative values
68 Dnd: Allow disabling on X11
70 QFontDatabase: Use QApplication's charset as default,
71 and fixed garbage on Win2000