blob: 009dc3385272751cee104b17afe305c384fb83e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Changes for Qt/CE 4.3.x "Kicker" release.
****************************************************************************
* Features *
****************************************************************************
- Integrated to Qt 4.3
- Added QtXml
- Added QtSvg
- Added full QCursor support in case SDK supports it
- Added temporary tool sdkscanner for reading Visual Studio configuration
****************************************************************************
* Bug fixes *
****************************************************************************
- configure.exe
* Fixed qconfig.h creation using host platform paths
* Fixed sanity check for -host parameter
- drag'n'drop
* Fixed for SDKs with cursor support
* Added examples
- Example portedasteroids
* Fixed linking issues
- QFileIconProvider
* Windows CE specific path fixes
- QFsFileEngine
* Windows CE specific path fixes
- QPixmap
* Fixed icon library loading
- QSplashScreen
* Fixed painting bug
- QTestLib
* Allow more than 256 bytes for qDebug() while debugging
- QWidget
* Fixed bug in maximize()/minimize()
- WIMMXT support
- Windows CE 6.0 support
* fixed network issues with wince6* mkspecs
|