orca r2371 - in trunk: . src/orca src/orca/scripts



Author: richb
Date: 2007-05-11 16:28:14 +0100 (Fri, 11 May 2007)
New Revision: 2371
ViewCVS link: http://svn.gnome.org/viewcvs/orca?rev=2371&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/orca/Gecko.py
   trunk/src/orca/default.py
   trunk/src/orca/focus_tracking_presenter.py
   trunk/src/orca/orca.py
   trunk/src/orca/orca_state.py
   trunk/src/orca/scripts/Evolution.py
   trunk/src/orca/scripts/StarOffice.py
   trunk/src/orca/scripts/acroread.py
   trunk/src/orca/scripts/gcalctool.py
   trunk/src/orca/scripts/gedit.py
   trunk/src/orca/scripts/gnome-terminal.py
Log:
        * src/orca/scripts/gedit.py:
          src/orca/scripts/gcalctool.py:
          src/orca/scripts/gnome-terminal.py:
          src/orca/scripts/acroread.py:
          src/orca/scripts/Evolution.py:
          src/orca/scripts/StarOffice.py:
          src/orca/orca.py:
          src/orca/default.py:
          src/orca/focus_tracking_presenter.py:
          src/orca/Gecko.py:
          src/orca/orca_state.py:
          Hopefully fixed the "no speech" problem related to bug #435201,
          because we were getting the key events in a different order.
          We now save a handle to the last non-modifier key event in
          orca_state.lastNonModifierKeyEvent, and use that in
          _presentTextAtNewCaretPosition() to check what type of modified
          key event we currently have.

          Note that there were numerous other places where a similar
          problem could have existed.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]