1
Changes for Qt/CE 4.3.x "Feierabend" release.
2
3
****************************************************************************
4
*                           Features                                       *
5
****************************************************************************
6
7
- Added precompiled platform tools to package
8
9
- Added/Updated documentation
10
11
- Added/Updated examples
12
13
****************************************************************************
14
*                           Bug fixes                                      *
15
****************************************************************************
16
17
- cetest
18
   * cleanup directory hierarchy in case user specified.
19
   * fixed libpath option which was not case-insensitive.
20
21
- configure.exe
22
   * fixed order of c-runtime deployment.
23
   * fixed --(xy)prefix options to work in Windows Command Prompt.
24
25
- QDesktopWidget
26
   * fixed SIP handling bug.
27
28
- QFeatures
29
   * fixed custom configuration build issues.
30
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.
35
36
- QFSFileEngine
37
   * workaround for Windows Mobile for taking MAX_PATH not into account.
38
39
- QGraphicsView
40
   * fixed bug when qreal is not double.
41
42
- QLibraryInfo
43
   * fixed legacy bug about not finding the plugins path.
44
45
- QSysInfo
46
   * added Windows CE 6.
47
48
- QWidget
49
   * fixed potential minimize/maximize bug.
50
51
- QPaintEngine
52
   * detect bitdepth on startup and create 16bit buffers, if possible.