equal
deleted
inserted
replaced
|
1 Changes for Qt/CE 4.2.x "Ping" release. |
|
2 |
|
3 **************************************************************************** |
|
4 * Features * |
|
5 **************************************************************************** |
|
6 |
|
7 - Added QtNetwork |
|
8 |
|
9 - Added QFEATURES system |
|
10 |
|
11 - Added more examples/demos |
|
12 |
|
13 - configure.exe |
|
14 * additions for QFEATURES |
|
15 |
|
16 - Native look and feel |
|
17 * click&hold opens context menu |
|
18 * only allow single application launch, second startup changes to running instance |
|
19 * added experimental Windows CE 6 support |
|
20 |
|
21 **************************************************************************** |
|
22 * Bug fixes * |
|
23 **************************************************************************** |
|
24 |
|
25 - qmake |
|
26 * fix Visual Studio project file generator for THUMB instructions |
|
27 |
|
28 - Styles |
|
29 * removed big icon images to reduce library sizes |
|
30 |
|
31 - QColorDialog |
|
32 * fix size issues for Windows CE |
|
33 |
|
34 - QDebug |
|
35 * fix multiple output of lines when using Visual Studio |
|
36 |
|
37 - QFile |
|
38 * fix creation/resolving links |
|
39 |
|
40 - QFontDatabase |
|
41 * fix bug for multiple system fonts available on device |
|
42 |
|
43 - QFontEngine |
|
44 * fix alignment issues for line edits |
|
45 |
|
46 - qgetenv/qputenv |
|
47 * fix memory leak |
|
48 |
|
49 - QLocale |
|
50 * fix timezone issues regarding standard SDK. |
|
51 |
|
52 - QMessageBox |
|
53 * fix OK button bug |
|
54 |
|
55 - QSessionManager |
|
56 * fix id creation |
|
57 |
|
58 - QTabWidget |
|
59 * fix positioning bug |
|
60 |
|
61 - QWidget |
|
62 * fix size related bugs |
|
63 * fix window-animation when switching between menus (WindowsCEStyle) |
|
64 |
|
65 - QWindowsCEStyle |
|
66 * various fixes |
|
67 |
|
68 - QWindowsMobileStyle |
|
69 * smartphone fixes |
|
70 |
|
71 - winmain module |
|
72 * fix leak |
|
73 |