summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.2-tower
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-15 12:44:10 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-15 12:44:10 +0300
commitb36117b3ca028da664075b2d249f2e106e54a8f4 (patch)
treed11586d0fdd0fb11be93d45828e1da753f76d9b7 /dist/changes-4.5.2-tower
parent9b34c6dffcb19664e336d4b51092e042e861f475 (diff)
Added my changes to Tower changes document.
Diffstat (limited to 'dist/changes-4.5.2-tower')
-rw-r--r--dist/changes-4.5.2-tower70
1 files changed, 59 insertions, 11 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower
index 1a039ba8ab..4e12ea2f82 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