summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-03-12 21:03:49 +0100
committerLars Knoll <lars.knoll@nokia.com>2012-03-12 21:03:49 +0100
commitd5098f2802255da10b749b93705084ad1fdfc6a5 (patch)
tree6462008a4ab7d13435d93490fed96c62c516cbdf /dist
parentd5a85940f785459d7b982d5fdf59a9fd18825092 (diff)
parentb5b41c18345719612e5411cc482466d2dbafdaf7 (diff)
Merge remote-tracking branch 'origin/master' into api_changes
Conflicts: tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp Change-Id: I884afc3b6d65c6411733a897a1949e19393573a7
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.0-garden2
-rw-r--r--dist/changes-5.0.05
2 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-4.5.0-garden b/dist/changes-4.5.0-garden
index ce258e7630..c0946a10e5 100644
--- a/dist/changes-4.5.0-garden
+++ b/dist/changes-4.5.0-garden
@@ -118,7 +118,7 @@ Optimizations
SystemGc from the CCoeControl we are currently painting on instead.
- qeventdispatcher_s60.cpp
- * Stopped using Active Objects to recieve events, we get them from
+ * Stopped using Active Objects to receive events, we get them from
C*AppUi and CCoeControl instead.
- QWidget
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 7b8d1fa0bd..79a4eb0455 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -219,7 +219,7 @@ information about a particular change.
an entirely pristine context.
* Configure's -sysroot and -hostprefix are now handled slightly differently.
The QT_INSTALL_... properties are now automatically prefixed with the sysroot;
- the raw values are available as QT_RAW_INSTALL_... and the sysroot as QT_SYSROOT.
+ the raw values are available as QT_INSTALL_.../raw and the sysroot as QT_SYSROOT.
The new QT_HOST_... properties can be used to refer to the Qt host tools.
* Several functions and built-in variables were modified to return normalized paths.
@@ -334,6 +334,9 @@ QtCore
QRegularExpressionMatchIterator. They aim to replace QRegExp with a more
powerful and flexible regular expression engine.
+* QEvent::AccessibilityPrepare, AccessibilityHelp and AccessibilityDescription removed:
+ * The enum values simply didn't make sense in the first place and should simply be dropped.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via