| 1 |
Changes for Qt/CE 4.3.x "Conan the Librarian" release. |
| 2 |
|
| 3 |
**************************************************************************** |
| 4 |
* Features * |
| 5 |
**************************************************************************** |
| 6 |
|
| 7 |
- Added QtSql |
| 8 |
|
| 9 |
- Added QSqlite plugin |
| 10 |
|
| 11 |
- Added sql examples |
| 12 |
|
| 13 |
- Added 16bit painting engine |
| 14 |
|
| 15 |
- Added options to cetest |
| 16 |
|
| 17 |
- Added Windows Mobile 6 mkspecs |
| 18 |
|
| 19 |
**************************************************************************** |
| 20 |
* Bug fixes * |
| 21 |
**************************************************************************** |
| 22 |
|
| 23 |
- cetest |
| 24 |
* added -conf option to specify a qt.conf file to be deployed |
| 25 |
* added -f option to specify a .pro file to be parsed |
| 26 |
* copy in buffered mode |
| 27 |
* deployment rules can use wildcard logic |
| 28 |
* fixed a bug in debug/release parsing |
| 29 |
* try to get results though unittest might have crashed |
| 30 |
|
| 31 |
- configure.exe |
| 32 |
* fixed usage of c-runtime deployment on desktop win32 build |
| 33 |
* new parameters for cross-compilation |
| 34 |
|
| 35 |
- QApplication |
| 36 |
* fixed minimal qfeature build configuration |
| 37 |
|
| 38 |
- QEventDispatcher |
| 39 |
* fixed minimal qfeature build configuration |
| 40 |
|
| 41 |
- QFileDialog |
| 42 |
* fixed internal handling of path separators |
| 43 |
* fixed unexpected behaviour due to uninitialized memory |
| 44 |
|
| 45 |
- QFileSystemModel |
| 46 |
* fixed different behaviour for Qt/CE |
| 47 |
|
| 48 |
- QFileSystemWatcher |
| 49 |
* updated documentation |
| 50 |
|
| 51 |
- QtGui |
| 52 |
* fixed floating point issues |
| 53 |
|
| 54 |
- QKeyMapper |
| 55 |
* fixed short-cut algorithm |
| 56 |
* fixed virtual key handling |
| 57 |
|
| 58 |
- QMessageBox |
| 59 |
* fixed minimal qfeature build configuration |
| 60 |
|
| 61 |
- qmake.exe |
| 62 |
* deployment rules can use wildcard logic |
| 63 |
|
| 64 |
- QTableView |
| 65 |
* fixed style issue for header item |
| 66 |
|
| 67 |
- shadow build |
| 68 |
* locate qglobal.h in correct directory |
| 69 |
|
| 70 |
- zlib |
| 71 |
* fix build logic |