Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306
[qt-netbsd.git] / dist / changes-1.0
blobcf9f7a14d554bff34ea1c8ec0517046c85ee2c4b
1 Here is a list of user-visible changes in Qt from 0.99 to 1.0.
2 As usual, we fixed some bugs and improved the documentation.
5 ****************************************************************************
6 *               Changes that might affect runtime behavior                 *
7 ****************************************************************************
9 QComboBox:
10 ----------
11 The combo box is resized to the largest item when automatic resizing
12 is enabled. In 0.99 it resized itself to the current item.
16 ****************************************************************************
17 *               Changes that might generate compile errors                 *
18 *                        when compiling old code                           *
19 ****************************************************************************
21 none
25 ****************************************************************************
26 *               Type changes that might generate warnings:                 *
27 ****************************************************************************
29 none
33 ****************************************************************************
34 *                         Obsoleted functions                              *
35 ****************************************************************************
37 All pre-1.0 obsoleted functions are now removed.
41 ****************************************************************************
42 *                 All other changes from 0.99 to 1.0                       *
43 ****************************************************************************
45 QBitmap:
46 --------
47 Added constructor that takes a file name. Loads an image from file.
50 QDialog:
51 --------
52 QDialog inherits QWidget instead of QWindow.
55 QPixmap:
56 --------
57 Added constructor that takes a file name. Loads an image from file.
60 QTimer:
61 -------
62 Added static function singleShot(). Convenient function.