summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-26 08:35:41 (GMT)
committeraxis <qt-info@nokia.com>2010-07-26 08:35:41 (GMT)
commit48656520b76abe76c114fce4b466360e7e2f628f (patch)
treeeb20d0ed94af1756c70e55425f011fd228ff3b97 /dist
parent430243688f6cc84da496c3369bfeb1a8685f1016 (diff)
downloadQt-48656520b76abe76c114fce4b466360e7e2f628f.zip
Qt-48656520b76abe76c114fce4b466360e7e2f628f.tar.gz
Qt-48656520b76abe76c114fce4b466360e7e2f628f.tar.bz2
My changes for 4.7.0.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.022
1 files changed, 20 insertions, 2 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index efc601c..8997cff 100644
--- a/dist/changes-4.7.0
+++ b/dist/changes-4.7.0
@@ -345,6 +345,12 @@ Qt for Windows CE
* QTabBar scroll button size has been fixed. (QTBUG-8757)
* Detection of Windows mobile 6.5 fixed. (QTBUG-8418)
+Qt for Symbian
+--------------
+
+ - QSplashScreen
+ * [QTBUG-11129] Fixed a hanging bug in QSplashScreen on 3.1 devices.
+
****************************************************************************
@@ -358,8 +364,20 @@ Qt for Windows CE
- Build System
- - "configure -fast" on Windows now also works for other make tools than
- nmake. (QTBUG-8562)
+ - [QT-3540] Fixed Symbian resources not honoring TARGET with a path.
+ - "configure -fast" on Windows now also works for other make tools than
+ nmake. (QTBUG-8562)
+ - [QTBUG-11351] Fixed memory restrictions not being passed on to elf2e32.
+ - [QTBUG-11385] Removed the need to specify -arch symbian when compiling
+ for Symbian on Linux.
+ - [QTBUG-11396] "configure -qtlibinfix" now works when compiling for
+ Symbian on Linux.
+ - [QTBUG-11670] Fixed a bug which caused "make runonphone" to look for
+ package in the wrong place.
+ - [QTBUG-11727] Fixed a bug which made builds outside of the Qt tree fail
+ to compile.
+ - [QTBUG-11927] "configure -silent" now works with the
+ symbian/linux-armcc and symbian/linux-gcce mkspecs.
- Assistant