Define QT_OPEN_LARGEFILE on Symbian + WinCE
[qt-netbsd.git] / dist / changes-4.3CE-tp1
blob41aaea8c93208901aa19af6bafb5d8267d65bcd8
1 Changes for Qt/CE 4.3.x "Feierabend" release.
3 ****************************************************************************
4 *                           Features                                       *
5 ****************************************************************************
7 - Added precompiled platform tools to package
9 - Added/Updated documentation
11 - Added/Updated examples
13 ****************************************************************************
14 *                           Bug fixes                                      *
15 ****************************************************************************
17 - cetest
18    * cleanup directory hierarchy in case user specified.
19    * fixed libpath option which was not case-insensitive.
21 - configure.exe
22    * fixed order of c-runtime deployment.
23    * fixed --(xy)prefix options to work in Windows Command Prompt.
25 - QDesktopWidget
26    * fixed SIP handling bug.
28 - QFeatures
29    * fixed custom configuration build issues.
31 - QFileDialog
32    * updated UI to fit on embedded screen.
33    * in case no native dialog exists on device, use Qt FileDialog instead.
34    * fixed file extension bug.
36 - QFSFileEngine
37    * workaround for Windows Mobile for taking MAX_PATH not into account.
39 - QGraphicsView
40    * fixed bug when qreal is not double.
42 - QLibraryInfo
43    * fixed legacy bug about not finding the plugins path.
45 - QSysInfo
46    * added Windows CE 6.
48 - QWidget
49    * fixed potential minimize/maximize bug.
51 - QPaintEngine
52    * detect bitdepth on startup and create 16bit buffers, if possible.