r46753 - /desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff
sthibault at users.alioth.debian.org
sthibault at users.alioth.debian.org
Tue Oct 20 21:36:00 UTC 2015
Author: sthibault
Date: Tue Oct 20 21:36:00 2015
New Revision: 46753
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46753
Log:
Refresh patch
Modified:
desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff
Modified: desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff?rev=46753&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/password-not-spoken.diff [utf-8] Tue Oct 20 21:36:00 2015
@@ -6,7 +6,7 @@
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
-@@ -250,6 +250,8 @@ def _processKeyboardEvent(event):
+@@ -256,6 +256,8 @@ def _processKeyboardEvent(event):
return False
if isPressedEvent:
@@ -17,7 +17,7 @@
if keyboardEvent.isModifierKey() and not isOrcaModifier:
--- a/src/orca/script_utilities.py
+++ b/src/orca/script_utilities.py
-@@ -661,6 +661,9 @@ class Utilities:
+@@ -492,6 +492,9 @@ class Utilities:
the FOCUSED state can be found.
"""
@@ -29,7 +29,7 @@
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
-@@ -2527,6 +2527,11 @@ class Script(script.Script):
+@@ -2472,6 +2472,11 @@ class Script(script.Script):
- event: the Event
"""
@@ -41,7 +41,7 @@
# Ignore text deletions from non-focused objects, unless the
# currently focused object is the parent of the object from which
# text was deleted
-@@ -2538,7 +2543,7 @@ class Script(script.Script):
+@@ -2483,7 +2488,7 @@ class Script(script.Script):
# We'll also ignore sliders because we get their output via
# their values changing.
#
@@ -50,7 +50,7 @@
return
# [[[NOTE: WDW - if we handle events synchronously, we'll
-@@ -2606,6 +2611,11 @@ class Script(script.Script):
+@@ -2551,6 +2556,11 @@ class Script(script.Script):
- event: the Event
"""
@@ -62,8 +62,8 @@
# Ignore text insertions from non-focused objects, unless the
# currently focused object is the parent of the object from which
# text was inserted.
-@@ -2617,11 +2627,9 @@ class Script(script.Script):
- ignoreRoles = [pyatspi.ROLE_LABEL,
+@@ -2564,11 +2574,9 @@ class Script(script.Script):
+ pyatspi.ROLE_MENU_ITEM,
pyatspi.ROLE_SLIDER,
pyatspi.ROLE_SPIN_BUTTON]
- role = event.source.getRole()
@@ -74,7 +74,7 @@
if role == pyatspi.ROLE_TABLE_CELL \
and not state.contains(pyatspi.STATE_FOCUSED) \
and not state.contains(pyatspi.STATE_SELECTED):
-@@ -4147,6 +4155,12 @@ class Script(script.Script):
+@@ -4046,6 +4054,12 @@ class Script(script.Script):
except:
return False
More information about the pkg-gnome-commits
mailing list