[orca/570658-whereami] Alphabetize roles
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/570658-whereami] Alphabetize roles
- Date: Fri, 5 Jun 2009 13:48:31 -0400 (EDT)
commit 2daa51fa15bcc8bd1e760fba6c72585cc5e4ec59
Author: Willie Walker <william walker sun com>
Date: Fri Jun 5 13:47:08 2009 -0400
Alphabetize roles
---
src/orca/formatting.py | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index c915396..fafcd14 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -74,6 +74,14 @@ formatting = {
pyatspi.ROLE_DIALOG: {
'unfocused': 'labelAndName + unrelatedLabels'
},
+ pyatspi.ROLE_DOCUMENT_FRAME: {
+ 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
+ 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
+ },
+ pyatspi.ROLE_EMBEDDED: {
+ 'focused': 'embedded',
+ 'unfocused': 'embedded'
+ },
pyatspi.ROLE_ENTRY: {
'focused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection',
'unfocused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection + mnemonic',
@@ -84,6 +92,10 @@ formatting = {
'focused': '[]',
'unfocused': 'labelAndName + allTextSelection + roleName + unfocusedDialogCount + availability'
},
+ pyatspi.ROLE_HEADING: {
+ 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
+ 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
+ },
pyatspi.ROLE_ICON: {
'focused': 'labelAndName + imageDescription + roleName',
'unfocused': 'labelAndName + imageDescription + roleName',
@@ -121,6 +133,12 @@ formatting = {
pyatspi.ROLE_PAGE_TAB: {
'basicWhereAmI': 'parentRoleName + labelAndName + roleName + positionInList + mnemonic + accelerator'
},
+ pyatspi.ROLE_PARAGRAPH: {
+ 'focused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection',
+ 'unfocused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection + mnemonic',
+ 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
+ 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
+ },
pyatspi.ROLE_PASSWORD_TEXT: {
'focused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection',
'unfocused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection + mnemonic',
@@ -152,6 +170,10 @@ formatting = {
'unfocused': 'labelAndName + radioState + roleName + availability + mnemonic + accelerator',
'basicWhereAmI': 'ancestors + labelAndName + roleName + radioState + accelerator + positionInList + mnemonic'
},
+ pyatspi.ROLE_SECTION: {
+ 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
+ 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
+ },
pyatspi.ROLE_SLIDER: {
# Ignore the text on the slider. See bug 340559
# (http://bugzilla.gnome.org/show_bug.cgi?id=340559): the
@@ -226,28 +248,6 @@ formatting = {
'unfocused': 'labelAndName',
'basicWhereAmI': 'labelAndName'
},
- pyatspi.ROLE_PARAGRAPH: {
- 'focused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection',
- 'unfocused': 'labelOrName + readOnly + textRole + currentLineText + allTextSelection + mnemonic',
- 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
- 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
- },
- pyatspi.ROLE_SECTION: {
- 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
- 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
- },
- pyatspi.ROLE_HEADING: {
- 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
- 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
- },
- pyatspi.ROLE_DOCUMENT_FRAME: {
- 'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + mnemonic + tutorial',
- 'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection + mnemonic + tutorial'
- },
- pyatspi.ROLE_EMBEDDED: {
- 'focused': 'embedded',
- 'unfocused': 'embedded'
- },
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]