Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306
[qt-netbsd.git] / dist / changes-1.31
blobb6b2d652332a59c1e5697eceaf70aa53294de6ae
1 1.31 is a bug-fix release of Qt and only contains minor changes compared
2 to Qt 1.30
4 Here is a list of the bug-fixes made in Qt from 1.30 to 1.31.
6 Changing the font of a QButton, QPushButton, QCheckBox or QRadioButton now
7 works correctly.
9 QRadiobutton:    Correct toggling in a QButtonGroup when activated by an
10                  accelerator.
12 QPopupMenu:      Items updated correctly when activated by an accelerator.
14 QProgressBar:    Base color is no longer fixed to white.
16 QProgressDialog: setLabel() and setCancelButton() now ensure that a given
17                  widget is shown and is a child of QProgressDialog.
19 QWidget:         setEnabled( FALSE ) now moves focus correctly.
21 QLineEdit and
22 QMultiLineEdit:  In keyPressEvent() backspace no longer inserts an
23                  unprintable character with some rare keyboard layouts.
25 QMenubar:        Mouse presses on items without any popup menu are now
26                  always recognized.
28 Changes to fix compile problems under IRIX.
30 Changes to fix compile problems on some versions of AIX.
32 Changes to fix compile problems with aCC on HP-UX.
34 Minor documentation fixes.