Define QT_OPEN_LARGEFILE on Symbian + WinCE
[qt-netbsd.git] / dist / changes-0.99
blob80be555ea00dd0d89c02d91a067ce5c00599735d
1 Here is a list of user-visible changes in Qt from 0.98 to 0.99.
2 As usual, we fixed some bugs and improved the documentation.
4 Qt 0.99 includes makefiles for Linux, Solaris, SunOS, FreeBSD, OSF/1,
5 Irix, BSD/OS, SCO and HP-UX. 
8 *************** Changes that might affect runtime behavior *****************
10 none
12 *************** Changes that might generate compile errors *****************
13 **************           when compiling old code           *****************
15 QVector:
16 --------
18 Removed operator const type**().
20 *************** Type changes that might generate warnings: *****************
22 none
24 *****************         Obsoleted functions         **********************
26 none
28 ***************** All other changes from 0.98 to 0.99 **********************
30 QApplication:
31 -------------
32 Added beep() to make a sound.
35 QFileInfo
36 ---------
37 Added readLink() to return the name of the file a symlink points to,
38 fixed bug in isSymlink().
41 QPrinter:
42 ---------
43 The X11 version now supports landscape printing and different paper sizes.
46 QTableView:
47 -----------
48 The functions horizontalScrollBar and verticalScrollBar gives access
49 to the internal scroll bars so you can connect to their signals.
52 QWidget:
53 --------
54 Added sizeHint virtual function which is implemented in subclasses to 
55 return a recommended size.
57 Added new function setFixedSize() to set both the minimum and maximum sizes
58 at the same time.
60 Added clearFocus() function to take keyboard focus from the widget.