QDirIterator: Doc fixes and whitespace cleanup
[qt-netbsd.git] / dist / changes-0.94
blob5353e125674f2654b70dfbe444c7058bc0a9e3a0
1 Here is a list of (major) changes in Qt from 0.93 to 0.94.
3 Bug-fixes, optimizations and much improved documentation, of course.
5 There are not many changes in the API interface.
8 QTextStream:
9 ------------
10   eos() renamed to eof() for iostream compatibility.
11   operator>> for double, float, char*, QString are implemented
12   get() and getline() added.
15 QDataStream:
16 ------------
17   eos() renamed to eof() for iostream compatibility.
20 QPixmap:
21 --------
22   Support for transparency: setMask(QBitmap) and bitBlt.
25 QImage:
26 -------
27   Scanline data is aligned on a 32 bit boundary (it used to be 8
28   bits). Conversion to and from QPixmap is now faster.
31 Documentation:
32 --------------
33   More documentation fixes.