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