orca r4204 - branches/phase2/src/orca
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4204 - branches/phase2/src/orca
- Date: Sat, 13 Sep 2008 09:16:22 +0000 (UTC)
Author: wwalker
Date: Sat Sep 13 09:16:22 2008
New Revision: 4204
URL: http://svn.gnome.org/viewvc/orca?rev=4204&view=rev
Log:
svn propset svn:keywords "Author Date Id Revision"
Modified:
branches/phase2/src/orca/__init__.py (props changed)
branches/phase2/src/orca/braille.py (contents, props changed)
branches/phase2/src/orca/braille_monitor.py (contents, props changed)
branches/phase2/src/orca/default.py (contents, props changed)
branches/phase2/src/orca/input_bindings.py (contents, props changed)
branches/phase2/src/orca/input_event.py (contents, props changed)
branches/phase2/src/orca/orca.py (contents, props changed)
branches/phase2/src/orca/script.py (contents, props changed)
branches/phase2/src/orca/script_manager.py (contents, props changed)
branches/phase2/src/orca/settings.py (contents, props changed)
branches/phase2/src/orca/utils.py (contents, props changed)
Modified: branches/phase2/src/orca/braille.py
==============================================================================
--- branches/phase2/src/orca/braille.py (original)
+++ branches/phase2/src/orca/braille.py Sat Sep 13 09:16:22 2008
@@ -29,9 +29,9 @@
strings to the braille display.
"""
-__id__ = "$Id: braille.py 4171 2008-09-08 04:20:48Z joanied $"
-__version__ = "$Revision: 4171 $"
-__date__ = "$Date: 2008-09-08 00:20:48 -0400 (Mon, 08 Sep 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/braille_monitor.py
==============================================================================
--- branches/phase2/src/orca/braille_monitor.py (original)
+++ branches/phase2/src/orca/braille_monitor.py Sat Sep 13 09:16:22 2008
@@ -18,9 +18,9 @@
"""Provides a graphical braille display at the top of the screen.
This is mainly for debugging and for demonstrations."""
-__id__ = "$Id: brlmon.py 3882 2008-05-07 18:22:10Z richb $"
-__version__ = "$Revision: 3882 $"
-__date__ = "$Date: 2008-05-07 14:22:10 -0400 (Wed, 07 May 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/default.py
==============================================================================
--- branches/phase2/src/orca/default.py (original)
+++ branches/phase2/src/orca/default.py Sat Sep 13 09:16:22 2008
@@ -20,9 +20,9 @@
standard implementation of the AT-SPI, which is the GAIL support
for GTK."""
-__id__ = "$Id: default.py 4190 2008-09-11 15:28:56Z wwalker $"
-__version__ = "$Revision: 4190 $"
-__date__ = "$Date: 2008-09-11 11:28:56 -0400 (Thu, 11 Sep 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/input_bindings.py
==============================================================================
--- branches/phase2/src/orca/input_bindings.py (original)
+++ branches/phase2/src/orca/input_bindings.py Sat Sep 13 09:16:22 2008
@@ -18,9 +18,9 @@
"""Provides support for defining braille and key bindings and matching
them to input events."""
-__id__ = "$Id: keybindings.py 3971 2008-06-11 00:54:46Z joanied $"
-__version__ = "$Revision: 3971 $"
-__date__ = "$Date: 2008-06-10 20:54:46 -0400 (Tue, 10 Jun 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/input_event.py
==============================================================================
--- branches/phase2/src/orca/input_event.py (original)
+++ branches/phase2/src/orca/input_event.py Sat Sep 13 09:16:22 2008
@@ -21,9 +21,9 @@
class. It is intended that instances of InputEventHandler will be
used which should be used to handle all input events."""
-__id__ = "$Id: input_event.py 3971 2008-06-11 00:54:46Z joanied $"
-__version__ = "$Revision: 3971 $"
-__date__ = "$Date: 2008-06-10 20:54:46 -0400 (Tue, 10 Jun 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/orca.py
==============================================================================
--- branches/phase2/src/orca/orca.py (original)
+++ branches/phase2/src/orca/orca.py Sat Sep 13 09:16:22 2008
@@ -32,9 +32,9 @@
"""The main module for the Orca screen reader."""
-__id__ = "$Id: orca.py 4148 2008-09-03 14:31:54Z wwalker $"
-__version__ = "$Revision: 4148 $"
-__date__ = "$Date: 2008-09-03 10:31:54 -0400 (Wed, 03 Sep 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2004-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/script.py
==============================================================================
--- branches/phase2/src/orca/script.py (original)
+++ branches/phase2/src/orca/script.py Sat Sep 13 09:16:22 2008
@@ -45,9 +45,9 @@
created in their own module. See default.py for an example.
"""
-__id__ = "$Id: script.py 4103 2008-08-15 11:07:31Z wwalker $"
-__version__ = "$Revision: 4103 $"
-__date__ = "$Date: 2008-08-15 07:07:31 -0400 (Fri, 15 Aug 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/script_manager.py
==============================================================================
--- branches/phase2/src/orca/script_manager.py (original)
+++ branches/phase2/src/orca/script_manager.py Sat Sep 13 09:16:22 2008
@@ -20,9 +20,9 @@
"""Provides the script manager for Orca."""
-__id__ = "$Id: focus_tracking_presenter.py 4088 2008-08-06 20:42:48Z wwalker $"
-__version__ = "$Revision: 4088 $"
-__date__ = "$Date: 2008-08-06 16:42:48 -0400 (Wed, 06 Aug 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/settings.py
==============================================================================
--- branches/phase2/src/orca/settings.py (original)
+++ branches/phase2/src/orca/settings.py Sat Sep 13 09:16:22 2008
@@ -17,9 +17,9 @@
"""Mechanism to support settings that are inherited."""
-__id__ = "$Id: default.py 4190 2008-09-11 15:28:56Z wwalker $"
-__version__ = "$Revision: 4190 $"
-__date__ = "$Date: 2008-09-11 11:28:56 -0400 (Thu, 11 Sep 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
__license__ = "LGPL"
Modified: branches/phase2/src/orca/utils.py
==============================================================================
--- branches/phase2/src/orca/utils.py (original)
+++ branches/phase2/src/orca/utils.py Sat Sep 13 09:16:22 2008
@@ -21,9 +21,9 @@
"""Common utilities for the Orca screen reader."""
-__id__ = "$Id: orca.py 4148 2008-09-03 14:31:54Z wwalker $"
-__version__ = "$Revision: 4148 $"
-__date__ = "$Date: 2008-09-03 10:31:54 -0400 (Wed, 03 Sep 2008) $"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
__copyright__ = "Copyright (c) 2004-2008 Sun Microsystems Inc."
__license__ = "LGPL"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]