diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-15 09:44:10 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-15 09:44:10 (GMT) |
commit | b36117b3ca028da664075b2d249f2e106e54a8f4 (patch) | |
tree | d11586d0fdd0fb11be93d45828e1da753f76d9b7 /dist/changes-4.5.2-tower | |
parent | 9b34c6dffcb19664e336d4b51092e042e861f475 (diff) | |
download | Qt-b36117b3ca028da664075b2d249f2e106e54a8f4.zip Qt-b36117b3ca028da664075b2d249f2e106e54a8f4.tar.gz Qt-b36117b3ca028da664075b2d249f2e106e54a8f4.tar.bz2 |
Added my changes to Tower changes document.
Diffstat (limited to 'dist/changes-4.5.2-tower')
-rw-r--r-- | dist/changes-4.5.2-tower | 70 |
1 files changed, 59 insertions, 11 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower index 1a039ba..4e12ea2 100644 --- a/dist/changes-4.5.2-tower +++ b/dist/changes-4.5.2-tower @@ -56,46 +56,94 @@ Features Optimizations ------------- -- todo - * todo +- qdrawhelper + * Optimized drawing operations for RVCT builds, particulary for ARMV6. **************************************************************************** * Build issues * **************************************************************************** -- todo +- QTest + * Fixed testlib export macros for RVCT builds. **************************************************************************** * Changes to existing classes * **************************************************************************** -- todo - * todo +- QPluginLoader + * QPluginLoader will look for plugin stubs from the same folder on other + drives if it can't find them from the indicated drive. + +- QEventDispatcher + * Lowered the timeout for reprioritizing the process to 100ms **************************************************************************** * Examples and demos * **************************************************************************** -- todo - * todo +- Deform, Pathstroke, and Wiggly + * Removed Symbian specific animation timer fixes since more generic + fix was made to event dispatcher. + +- SecureSocketClient + * Fixed build issue caused by lack of cursor. + +- Fluidlauncher + * Removed ugly workaround to make emulator deployment work correctly, + since the issue has been fixed in qmake. + * Updated screenshots to S60 style + **************************************************************************** * Tools * **************************************************************************** -- todo - * todo +- qmake + * Support for generating Symbian "test" targets: CONFIG += symbian_test. + * Support for Symbian Build System, version 2 (aka Raptor) via + symbian-sbsv2 mkspec. + * PAGED keyword is added to all MMP files by default, except in S60 3.1 + builds. + * Read-only flag is no longer preserved when deploying files into + emulator environment. + * Changed the timestamp to ISO format in all files generated + by qmake for symbian-* mkspecs. + * Qt's VERSION variable will now generate VERSION keyword in mmp files. + * Made Open C include paths handling bit more robust. + +- configure + * -cetest is no longer a supported switch for configure. + +- Release package creation + * Removed the obsolete script to create release package. + +- Createpackage script + * Now creates packages with .sis suffix. + +- Patch_capabilities script + * Will now patch also vendor id. **************************************************************************** * Plugins * **************************************************************************** -- todo - * todo +- S60 version specific plugins + * Isolated S60 version dependent functionality to S60 version specific + plugins (qts60plugin_x_y.dll) to make it possible for single build to + run on any supported device, even if with reduced functionality on + some. + **************************************************************************** * Important Behavior Changes * **************************************************************************** +- Qt libs + * Qt libs are now built with "All -Tcb" capabilities always. It is now + always necessary to run patch_capabilities.pl script if self-signing + of Qt libs is desired. + * QtCore and QtSql made UNPAGED as workaround for an obscure crash + when they are paged. + - todo * todo |