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