summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-09-16 10:12:54 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2011-09-16 10:14:01 (GMT)
commit88dabbf653ea0f86d54df21f47a3e8ae13aa27f2 (patch)
treefd7ee8a61735944097a00931c6ff2e183c4871cc /dist
parentc98034ba71ee99e374dbce1f4f8d332ba6bdd396 (diff)
downloadQt-88dabbf653ea0f86d54df21f47a3e8ae13aa27f2.zip
Qt-88dabbf653ea0f86d54df21f47a3e8ae13aa27f2.tar.gz
Qt-88dabbf653ea0f86d54df21f47a3e8ae13aa27f2.tar.bz2
My changes for 4.8.0
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.018
1 files changed, 17 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 9e631d9..86c1be1 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -163,6 +163,10 @@ Qt for Windows
--------------
- DirectWrite experimental text shaping engine is added with subpixel
positioning support. [QTBUG-12678]
+ - QElapsedTimer: use QueryPerformanceCounter if available.
+ - MSVC runtime is bound to the runtime you're building with. This makes
+ deployment on Windows easier. (QTBUG-8215)
+ - QLocalSocket::isValid() has been fixed. (QTBUG-18204)
Qt for Mac OS X
---------------
@@ -272,9 +276,21 @@ Qt for Windows CE
- qmake
-
+ * MinGW: fix DEF_FILE for shadow builds. (QTBUG-11643)
+
+- qmake - Visual Studio project generator
+ * Support x64 Qt builds. (QTBUG-17911)
+ * QMAKE_PROJECT_NAME qmake variable introduced to set the project's name.
+ * Support PCHs with other extensions than ".h". (QTBUG-16639)
+ * Fix setting PCH options manually via the MSVC compiler flags.
+ (QTBUG-15594)
+ * Set the output directory correctly. (QTBUG-16490)
+ * Fix handling of DEFINES from .prl files. (QTBUG-16024)
+ * Fix the language settings generated Windows resource files.
+ (QTBUG-12249)
- configure
+ * The endianness for Windows is always set to little endian.
- qtconfig