lsr r439 - in trunk: . src src/AEChooser src/AEConstants src/AEEvent src/AEInput src/AEMonitor src/AEOutput src/AEState src/Adapters src/Adapters/ATSPI src/Choosers src/Devices src/Monitors src/Perks src/Task src/Task/Tools src/Walker src/dev src/pyLinAcc



Author: parente
Date: 2007-01-03 15:50:20 +0000 (Wed, 03 Jan 2007)
New Revision: 439
ViewCVS link: http://svn.gnome.org/viewcvs/lsr?rev=439&view=rev

Modified:
   trunk/AUTHORS
   trunk/COPYING
   trunk/ChangeLog
   trunk/LEGAL
   trunk/README
   trunk/pyreqs.py
   trunk/src/AEChooser/Base.py
   trunk/src/AEChooser/__init__.py
   trunk/src/AEConstants/Color.py
   trunk/src/AEConstants/Event.py
   trunk/src/AEConstants/Help.py
   trunk/src/AEConstants/Input.py
   trunk/src/AEConstants/Output.py
   trunk/src/AEConstants/Parsing.py
   trunk/src/AEConstants/Platform.py.in
   trunk/src/AEConstants/Profile.py
   trunk/src/AEConstants/Semantic.py
   trunk/src/AEConstants/Spelling.py
   trunk/src/AEConstants/__init__.py
   trunk/src/AEEvent/Base.py
   trunk/src/AEEvent/CaretChange.py
   trunk/src/AEEvent/ChildrenChange.py
   trunk/src/AEEvent/ChooserChange.py
   trunk/src/AEEvent/FocusChange.py
   trunk/src/AEEvent/InputGesture.py
   trunk/src/AEEvent/MouseChange.py
   trunk/src/AEEvent/PrivateChange.py
   trunk/src/AEEvent/PropertyChange.py
   trunk/src/AEEvent/ScreenChange.py
   trunk/src/AEEvent/SelectorChange.py
   trunk/src/AEEvent/StateChange.py
   trunk/src/AEEvent/TableChange.py
   trunk/src/AEEvent/TimerAlert.py
   trunk/src/AEEvent/ViewChange.py
   trunk/src/AEEvent/__init__.py
   trunk/src/AEInput/Base.py
   trunk/src/AEInput/Error.py
   trunk/src/AEInput/Gesture.py
   trunk/src/AEInput/GestureList.py
   trunk/src/AEInput/SystemInput.py
   trunk/src/AEInput/__init__.py
   trunk/src/AEMonitor/Base.py
   trunk/src/AEMonitor/MonitorCollection.py
   trunk/src/AEMonitor/__init__.py
   trunk/src/AEOutput/Audio.py
   trunk/src/AEOutput/Base.py
   trunk/src/AEOutput/Braille.py
   trunk/src/AEOutput/Error.py
   trunk/src/AEOutput/Style.py
   trunk/src/AEOutput/ThreadProxy.py
   trunk/src/AEOutput/__init__.py
   trunk/src/AEState/Base.py
   trunk/src/AEState/Setting.py
   trunk/src/AEState/__init__.py
   trunk/src/AccAdapt.py
   trunk/src/AccessEngine.py
   trunk/src/Adapters/ATSPI/ComboboxAdapter.py
   trunk/src/Adapters/ATSPI/ContainerAdapter.py
   trunk/src/Adapters/ATSPI/DefaultAction.py
   trunk/src/Adapters/ATSPI/DefaultEventHandler.py
   trunk/src/Adapters/ATSPI/DefaultInfo.py
   trunk/src/Adapters/ATSPI/DefaultNav.py
   trunk/src/Adapters/ATSPI/FactoryAdapter.py
   trunk/src/Adapters/ATSPI/HypertextAdapter.py
   trunk/src/Adapters/ATSPI/ImageAdapter.py
   trunk/src/Adapters/ATSPI/PopupAdapter.py
   trunk/src/Adapters/ATSPI/TableAdapter.py
   trunk/src/Adapters/ATSPI/TextAdapter.py
   trunk/src/Adapters/ATSPI/TreeAdapter.py
   trunk/src/Adapters/ATSPI/__init__.py
   trunk/src/Adapters/__init__.py
   trunk/src/Choosers/GTKUIEView.py
   trunk/src/Choosers/PerkChooser.py
   trunk/src/Choosers/SettingsChooser.py
   trunk/src/Choosers/ViewChooser.py
   trunk/src/DeviceManager.py
   trunk/src/Devices/BrlAPIDevice.py
   trunk/src/Devices/CliqueAudio.py
   trunk/src/Devices/DECtalkSpeech.py
   trunk/src/Devices/FestivalSpeech.py
   trunk/src/Devices/GSpeech.py
   trunk/src/Devices/IBMSpeech.py
   trunk/src/Devices/Keyboard.py
   trunk/src/Devices/SpeechDispatcher.py
   trunk/src/EventManager.py
   trunk/src/LSRInterfaces.py
   trunk/src/LSRLog.py
   trunk/src/LSRMain.py
   trunk/src/Monitors/GTKEventDialog.py
   trunk/src/Monitors/IOMonitor.py
   trunk/src/Monitors/RawEventMonitor.py
   trunk/src/Monitors/TaskMonitor.py
   trunk/src/Monitors/TestLogMonitor.py
   trunk/src/POR.py
   trunk/src/Perk.py
   trunk/src/Perks/AltShiftPerk.py
   trunk/src/Perks/BasicBraillePerk.py
   trunk/src/Perks/DefaultDialogPerk.py
   trunk/src/Perks/DefaultPerk.py
   trunk/src/Perks/DeveloperPerk.py
   trunk/src/Perks/FirefoxPerk.py
   trunk/src/Perks/GTerminalPerk.py
   trunk/src/Perks/GaimPerk.py
   trunk/src/Perks/GdmPerk.py
   trunk/src/Perks/MetacityPerk.py
   trunk/src/SettingsManager.py
   trunk/src/Task/Base.py
   trunk/src/Task/CaretTask.py
   trunk/src/Task/ChildrenTask.py
   trunk/src/Task/ChooserTask.py
   trunk/src/Task/CyclicInputTask.py
   trunk/src/Task/EventTask.py
   trunk/src/Task/FocusTask.py
   trunk/src/Task/InputTask.py
   trunk/src/Task/MouseTask.py
   trunk/src/Task/PropertyTask.py
   trunk/src/Task/ScreenTask.py
   trunk/src/Task/SelectorTask.py
   trunk/src/Task/StateTask.py
   trunk/src/Task/TableTask.py
   trunk/src/Task/TimerTask.py
   trunk/src/Task/Tools/Base.py
   trunk/src/Task/Tools/Error.py
   trunk/src/Task/Tools/Input.py
   trunk/src/Task/Tools/Output.py
   trunk/src/Task/Tools/System.py
   trunk/src/Task/Tools/Utils.py
   trunk/src/Task/Tools/View.py
   trunk/src/Task/Tools/__init__.py
   trunk/src/Task/ViewTask.py
   trunk/src/Task/__init__.py
   trunk/src/Tier.py
   trunk/src/TierManager.py
   trunk/src/UIElement.py
   trunk/src/UIRegistrar.py
   trunk/src/ViewManager.py
   trunk/src/Walker/AccessibleItemWalker.py
   trunk/src/Walker/AccessibleWalker.py
   trunk/src/Walker/Base.py
   trunk/src/Walker/__init__.py
   trunk/src/Word.py
   trunk/src/dev/EmitGetSet.py
   trunk/src/dev/EmitSay.py
   trunk/src/i18n.py.in
   trunk/src/lsr.in
   trunk/src/pyLinAcc/Accessible.py
   trunk/src/pyLinAcc/Atk.py
   trunk/src/pyLinAcc/Constants.py
   trunk/src/pyLinAcc/Event.py
   trunk/src/pyLinAcc/Interfaces.py
   trunk/src/pyLinAcc/__init__.py
Log:
* Updated copyright year on all files
* Added Scott and Eitan to AUTHORS





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