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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Changes for Qt/CE 4.2.x "Ping" release.
****************************************************************************
* Features *
****************************************************************************
- Added QtNetwork
- Added QFEATURES system
- Added more examples/demos
- configure.exe
* additions for QFEATURES
- Native look and feel
* click&hold opens context menu
* only allow single application launch, second startup changes to running instance
* added experimental Windows CE 6 support
****************************************************************************
* Bug fixes *
****************************************************************************
- qmake
* fix Visual Studio project file generator for THUMB instructions
- Styles
* removed big icon images to reduce library sizes
- QColorDialog
* fix size issues for Windows CE
- QDebug
* fix multiple output of lines when using Visual Studio
- QFile
* fix creation/resolving links
- QFontDatabase
* fix bug for multiple system fonts available on device
- QFontEngine
* fix alignment issues for line edits
- qgetenv/qputenv
* fix memory leak
- QLocale
* fix timezone issues regarding standard SDK.
- QMessageBox
* fix OK button bug
- QSessionManager
* fix id creation
- QTabWidget
* fix positioning bug
- QWidget
* fix size related bugs
* fix window-animation when switching between menus (WindowsCEStyle)
- QWindowsCEStyle
* various fixes
- QWindowsMobileStyle
* smartphone fixes
- winmain module
* fix leak
|