1 Here is a list of user-visible changes in Qt from 1.41 to 1.42. The 2 usual bugfixes have been added. 3 4 **************************************************************************** 5 * New classes * 6 **************************************************************************** 7 8 None. 9 10 **************************************************************************** 11 * Enhancements from 1.41 to 1.42 * 12 **************************************************************************** 13 14 The Windows version now builds as a DLL. 15 16 The file dialog has various UI tweaks. 17 18 More sanity checks have been added. 19 20 On X11, the postscript output from a few programs will be much smaller 21 than it used to be. 22 23 Windows 98 is now treated as a separate version of Windows, like NT 24 and Windows 95. 25 26 The keyboard interface of buttons groups/dialogs has been improved. 27 28 QMultiLineEdit avoids flicker in some cicumstances where it would 29 flicker up to now. 30 31 **************************************************************************** 32 * Changes that might affect runtime behavior * 33 **************************************************************************** 34 35 QKeyEvent now behaves as documented: isAccepted() is TRUE by default 36 where it would sometimes default to FALSE. Some dialogs may depend on 37 the bug. The most likely symptom of such buggy dialogs is that the 38 Enter/Return key does not work, and the most likely fix for such bugs 39 is to insert "e->ignore();" at the start of keyPressEvent(QKeyEvent*e) 40 in such dialogs. 41 42 **************************************************************************** 43 * Changes that might generate compile errors * 44 * when compiling old code * 45 **************************************************************************** 46 47 None 48 49 **************************************************************************** 50 * Type changes that might generate warnings: * 51 **************************************************************************** 52 53 None 54 55 **************************************************************************** 56 * Deprecated functions * 57 **************************************************************************** 58 59 None. 60 61 62 **************************************************************************** 63 * New global functions * 64 **************************************************************************** 65 66 None. 67 68 **************************************************************************** 69 * New public/protected functions added to existing classes * 70 **************************************************************************** 71