summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-02-20 11:19:10 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 15:17:08 +0100
commit06ebe5bc8049282c1e25bb5372e0cdc7e028ae2b (patch)
tree670192f7e54b507fee430748da78771e1f7c774a /dist
parentbdc775661733419aeef17e31c934c40d7f065d4e (diff)
Updated for accessibility
Change-Id: I13b5c2f293e9c1c238c7b7c6aae9d26f5c150f24 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 884c3083fc..662226d30c 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -93,8 +93,9 @@ information about a particular change.
text(Text t, int child) -> text(Text t), rect(int child) -> rect()
setText(Text t, int child, const QString &text) -> setText(Text t, const QString &text)
role(int child) -> role(), state(int child) -> state()
- relationTo(int child, const QAccessibleInterface *other, int otherChild) ->
- relationTo(const QAccessibleInterface *other)
+ * parent() and child() was added in order to do hierarchical navigation.
+ * relations() was added as a replacement to relationTo()
+ * As a consequence of the above two points, navigate() was removed.
* Accessible-Action related functions have been removed. QAccessibleInterface
subclasses are expected to implement the QAccessibleActionInterface instead.
These functions have been removed: