2011-12-19 18:02:02 -0500 Joanmarie Diggs Prep for v3.3.3 M NEWS M README M configure.ac 2011-12-19 12:07:20 -0500 Joanmarie Diggs Updated gtk3 regression tests for Orca M src/orca/settings_manager.py M test/keystrokes/gtk-demo/role_accel_label.py M test/keystrokes/gtk-demo/role_check_menu_item.py M test/keystrokes/gtk-demo/role_column_header.py M test/keystrokes/gtk-demo/role_combo_box.py M test/keystrokes/gtk-demo/role_dialog.py M test/keystrokes/gtk-demo/role_icon.py M test/keystrokes/gtk-demo/role_label.py M test/keystrokes/gtk-demo/role_page_tab.py M test/keystrokes/gtk-demo/role_push_button.py M test/keystrokes/gtk-demo/role_radio_menu_item.py M test/keystrokes/gtk-demo/role_spin_button.py M test/keystrokes/gtk-demo/role_split_pane.py M test/keystrokes/gtk-demo/role_text_multiline.py M test/keystrokes/gtk-demo/role_toggle_button.py M test/keystrokes/gtk-demo/role_toolbar.py M test/keystrokes/gtk-demo/role_tooltip.py M test/keystrokes/gtk-demo/spoken_indentation.py 2011-12-18 11:01:59 +0200 Peteris Krisjanis Updated Latvian translation, fixed #666433. M po/lv.po 2011-12-17 16:43:27 -0500 Joanmarie Diggs Add logger line for regression testing. M src/orca/braille.py 2011-12-17 14:54:59 -0500 Joanmarie Diggs Another sanity check to better cope with vanishing accessible objects. M src/orca/scripts/default.py 2011-12-17 14:46:46 -0500 Joanmarie Diggs Fix for bug 666416 - Leading ellipsis cause incorrect speech output. M src/orca/speechdispatcherfactory.py 2011-12-16 15:58:42 +0100 Matej Urbančič Updated Slovenian translation M help/sl/sl.po 2011-12-14 13:10:44 -0500 Joanmarie Diggs Fix for bug 666060 - Orca does not always speak guessed form field labels when structural navigation is used. M src/orca/debug.py M src/orca/label_inference.py M src/orca/structural_navigation.py 2011-12-14 12:43:14 -0500 Joanmarie Diggs Add sanity checks to thwart the impact of dead accessibles in WebKitGtk M src/orca/script_utilities.py M src/orca/structural_navigation.py 2011-12-14 11:48:22 -0500 Joanmarie Diggs Add LIST_ITEM to the WebKitGtk roles we treat as widgets in onFocus(). M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-12 12:21:08 -0500 Joanmarie Diggs Continued work and refinement of the label inference code for WebKitGtk content M src/orca/label_inference.py M src/orca/script_utilities.py 2011-12-10 22:43:17 -0500 Joanmarie Diggs Additional work on Label Inference with a focus on WebKitGtk. M src/orca/label_inference.py M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py 2011-12-09 16:12:55 -0500 Joanmarie Diggs Additional fix for bug 665804 - Problems binding and rebinding commands with Caps_Lock and Shift M src/orca/orca_gui_prefs.py 2011-12-09 13:43:48 -0500 Joanmarie Diggs Additional fix for bug 665769 M src/orca/orca.py 2011-12-08 22:18:30 +0100 Matej Urbančič Updated Slovenian translation M po/sl.po 2011-12-08 15:31:39 -0500 Joanmarie Diggs Fix for bug 665769 - Preferences not saved or restored correctly due to comparing unicode and utf-8 strings M src/orca/orca_gui_prefs.py M src/orca/script_utilities.py M src/orca/settings_manager.py M src/orca/speechdispatcherfactory.py 2011-12-08 12:18:51 -0500 Joanmarie Diggs Another fix for bug #659122 - UnicodeDecodeError and UnicodeEncodeError keep cropping up since introspection M src/orca/generator.py M src/orca/keynames.py 2011-12-08 09:13:06 -0500 Joanmarie Diggs Fix for bug 665804 - Problems binding and rebinding commands with Caps_Lock and Shift M src/orca/keybindings.py M src/orca/orca_gui_prefs.py 2011-12-05 22:24:14 +0100 Joanmarie Diggs Tweak to the multi-toolkit script support code. M src/orca/script_manager.py 2011-12-04 20:56:39 +0100 Joanmarie Diggs Begin work on label inference (aka "label guess") functionality for WebKitGtk content M src/orca/Makefile.am A src/orca/label_inference.py M src/orca/script.py M src/orca/script_utilities.py M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py M src/orca/scripts/toolkits/WebKitGtk/speech_generator.py 2011-12-05 18:19:18 +0100 Joanmarie Diggs Fix for bug 665614 - Orca does not present selection changes in radio button groups in WebKitGtk content when the arrow keys are used M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-05 17:54:18 +0100 Mike Gorse Work around for bug #665522 - Flat Review broken in Gecko apps with AT-SPI2 M src/orca/scripts/toolkits/Gecko/script.py 2011-12-05 12:19:20 +0100 Joanmarie Diggs Fix for Bug 665586 - Orca does not present the selected menu/menu item for Dojo widgets in WebKitGtk content M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-04 20:00:21 +0100 Daniel Mustieles Updated Spanish translation M po/es.po 2011-12-04 16:30:59 +0100 Joanmarie Diggs Adjust getObjectsFromEOCs to deal with unexpected accessible hyperlink indices M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py 2011-12-03 19:26:23 +0100 Joanmarie Diggs Eliminate a false positive when speaking links embedded in text in WebKitGtk M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-03 19:18:21 +0100 Joanmarie Diggs Make Orca speak links which have embedded images as their sole text. M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-03 18:45:45 +0100 Joanmarie Diggs Add support for speech presentation of embedded object characters in WebKitGtk content. M src/orca/orca_gui_main.py M src/orca/scripts/toolkits/WebKitGtk/script.py M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py 2011-12-02 17:45:04 +0100 Joanmarie Diggs Fix for Orca speaking text table cell role and selection state in WebKitGtk M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-12-02 16:38:17 +0100 Joanmarie Diggs Fix for two issues related to WebKitGtk M src/orca/scripts/toolkits/WebKitGtk/script.py M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py 2011-12-01 21:30:39 +0100 Kjartan Maraas Updated Norwegian bokmål translation M po/nb.po 2011-12-01 20:40:47 +0100 Joanmarie Diggs Additional work on multi/embedded toolkit support M src/orca/script_manager.py 2011-12-01 14:35:31 +0100 Joanmarie Diggs Fix for bug 665288 - Orca's script manager cannot adequately handle multiple "unknown" applications which embed content from other toolkits M src/orca/script_manager.py 2011-12-01 09:45:37 +0100 Joanmarie Diggs Tweak to a change I made yesterday for toolkit scripts M src/orca/script_manager.py 2011-11-30 17:49:26 +0100 Joanmarie Diggs Fix for bug 665223 - WebKitGtk-based app scripts should be consolidated M configure.ac M src/orca/script_manager.py M src/orca/scripts/apps/Makefile.am M src/orca/scripts/apps/__init__.py D src/orca/scripts/apps/epiphany/Makefile.am D src/orca/scripts/apps/epiphany/__init__.py D src/orca/scripts/apps/epiphany/script.py D src/orca/scripts/apps/yelp/Makefile.am D src/orca/scripts/apps/yelp/__init__.py D src/orca/scripts/apps/yelp/script.py M src/orca/scripts/toolkits/WebKitGtk/script.py 2011-11-30 17:00:27 +0100 Joanmarie Diggs Fix for bug 665216 - Remove Orca's support for Gecko-based Yelp v2 M configure.ac M src/orca/scripts/apps/yelp/Makefile.am M src/orca/scripts/apps/yelp/__init__.py A src/orca/scripts/apps/yelp/script.py D src/orca/scripts/apps/yelp/yelp_v2/Makefile.am D src/orca/scripts/apps/yelp/yelp_v2/__init__.py D src/orca/scripts/apps/yelp/yelp_v2/script.py D src/orca/scripts/apps/yelp/yelp_v2/script_settings.py D src/orca/scripts/apps/yelp/yelp_v2/script_utilities.py D src/orca/scripts/apps/yelp/yelp_v3/Makefile.am D src/orca/scripts/apps/yelp/yelp_v3/__init__.py D src/orca/scripts/apps/yelp/yelp_v3/script.py 2011-11-30 12:19:40 +0100 Joanmarie Diggs Fix for bug 665191 - Orca fails to use the correct toolkit script for "unknown" applications M src/orca/event_manager.py M src/orca/script_manager.py 2011-11-29 09:44:35 +0100 Bruno Brouard Doc fr translation : DOC_LINGUAS forgotten M help/Makefile.am 2011-11-29 09:41:44 +0100 Bruno Brouard Updated Doc French translation A help/fr/fr.po 2011-11-29 09:37:10 +0100 Bruno Brouard Updated French translation M po/fr.po 2011-11-26 21:59:48 +0100 Gabor Karsay Updated German help screenshots M help/de/de.po A help/de/figures/main_window.png A help/de/figures/orca_find.png A help/de/figures/preferences_Orca_modifier_keys.png A help/de/figures/preferences_abbreviated_role_names.png A help/de/figures/preferences_braille_contracted.png A help/de/figures/preferences_braille_indicators.png A help/de/figures/preferences_braille_verbosity.png A help/de/figures/preferences_break_speech_into_chunks.png A help/de/figures/preferences_character_echo.png A help/de/figures/preferences_chat.png A help/de/figures/preferences_date_and_time.png A help/de/figures/preferences_disable_eol_symbol.png A help/de/figures/preferences_enable_braille_monitor.png A help/de/figures/preferences_enable_braille_support.png A help/de/figures/preferences_enable_speech.png A help/de/figures/preferences_gecko_find_options.png A help/de/figures/preferences_gecko_page_navigation.png A help/de/figures/preferences_key_bindings_table.png A help/de/figures/preferences_key_echo.png A help/de/figures/preferences_keyboard_layout.png A help/de/figures/preferences_only_speak_displayed_text.png A help/de/figures/preferences_present_tooltips.png A help/de/figures/preferences_profiles.png A help/de/figures/preferences_progress_bar_updates.png A help/de/figures/preferences_pronunciation.png A help/de/figures/preferences_punctuation_level.png A help/de/figures/preferences_quit_Orca_without_confirmation.png A help/de/figures/preferences_rate_pitch_volume.png A help/de/figures/preferences_say_all_by.png A help/de/figures/preferences_show_Orca_main_window.png A help/de/figures/preferences_speak_multicase_strings_as_words.png A help/de/figures/preferences_speak_object_under_mouse.png A help/de/figures/preferences_speech_verbosity.png A help/de/figures/preferences_system_voice_options.png A help/de/figures/preferences_table_navigation.png A help/de/figures/preferences_table_rows.png A help/de/figures/preferences_text_attributes_braille.png A help/de/figures/preferences_text_attributes_rearranging.png A help/de/figures/preferences_text_attributes_table.png A help/de/figures/preferences_tts_options.png A help/de/figures/preferences_word_and_sentence_echo.png A help/de/figures/profiles_conflict.png A help/de/figures/profiles_load.png A help/de/figures/profiles_save_as.png 2011-11-26 12:20:34 +0530 Praveen Illa Updated Telugu Translation M po/te.po 2011-11-26 03:25:14 +0200 Simos Xenitellis l10n: Updated Greek figures for orca help D help/el/figures/orca-logo.png 2011-11-26 03:22:24 +0200 Simos Xenitellis l10n: Updated Greek translation for orca help M help/el/el.po 2011-11-26 03:12:01 +0200 Simos Xenitellis l10n: Added Greek translation for orca help M help/Makefile.am A help/el/el.po 2011-11-26 03:06:44 +0200 Vagelis Mamalakis l10n: Added screenshots for Greek translation of orca help A help/el/figures/main_window.png A help/el/figures/orca-logo.png A help/el/figures/orca_find.png A help/el/figures/preferences_Orca_modifier_keys.png A help/el/figures/preferences_abbreviated_role_names.png A help/el/figures/preferences_braille_contracted.png A help/el/figures/preferences_braille_indicators.png A help/el/figures/preferences_braille_verbosity.png A help/el/figures/preferences_break_speech_into_chunks.png A help/el/figures/preferences_character_echo.png A help/el/figures/preferences_chat.png A help/el/figures/preferences_date_and_time.png A help/el/figures/preferences_disable_eol_symbol.png A help/el/figures/preferences_enable_braille_monitor.png A help/el/figures/preferences_enable_braille_support.png A help/el/figures/preferences_enable_speech.png A help/el/figures/preferences_gecko_find_options.png A help/el/figures/preferences_gecko_page_navigation.png A help/el/figures/preferences_key_bindings_table.png A help/el/figures/preferences_key_echo.png A help/el/figures/preferences_keyboard_layout.png A help/el/figures/preferences_only_speak_displayed_text.png A help/el/figures/preferences_present_tooltips.png A help/el/figures/preferences_profiles.png A help/el/figures/preferences_progress_bar_updates.png A help/el/figures/preferences_pronunciation.png A help/el/figures/preferences_punctuation_level.png A help/el/figures/preferences_quit_Orca_without_confirmation.png A help/el/figures/preferences_rate_pitch_volume.png A help/el/figures/preferences_say_all_by.png A help/el/figures/preferences_show_Orca_main_window.png A help/el/figures/preferences_speak_multicase_strings_as_words.png A help/el/figures/preferences_speak_object_under_mouse.png A help/el/figures/preferences_speech_verbosity.png A help/el/figures/preferences_start_Orca_when_you_login.png A help/el/figures/preferences_system_voice_options.png A help/el/figures/preferences_table_navigation.png A help/el/figures/preferences_table_rows.png A help/el/figures/preferences_text_attributes_braille.png A help/el/figures/preferences_text_attributes_rearranging.png A help/el/figures/preferences_text_attributes_table.png A help/el/figures/preferences_tts_options.png A help/el/figures/preferences_word_and_sentence_echo.png A help/el/figures/profiles_conflict.png A help/el/figures/profiles_load.png A help/el/figures/profiles_save_as.png 2011-11-25 21:25:33 +0100 Matej Urbančič Updated Slovenian translation M po/sl.po 2011-11-25 17:25:13 +0100 Daniel Mustieles Updated Spanish translation M po/es.po 2011-11-25 09:55:23 +0100 Daniel Nylander Updated Swedish translation M po/sv.po 2011-11-23 16:22:50 +0100 Joanmarie Diggs Fix for bug #664651 - Remove the legacy magnification code M docs/doc-set/architecture.sgml M docs/doc-set/blurb.sgml M docs/doc-set/internals.html M docs/doc-set/script_guide.sgml M docs/man/orca.1 M po/POTFILES.in M src/orca/Makefile.am D src/orca/gsmag.py D src/orca/mag.py M src/orca/orca.py M src/orca/orca_gui_main.py M src/orca/scripts/apps/Eclipse/script.py M src/orca/scripts/apps/metacity/script.py M src/orca/scripts/apps/packagemanager/script.py M src/orca/scripts/default.py M src/orca/scripts/toolkits/Gecko/script.py M src/orca/settings.py 2011-11-23 13:27:13 +0100 Bill Cox Fix for bug #658122 - Caps_Lock should not be toggled when Orca commands are used in laptop layout M src/orca/orca.py 2011-11-23 11:39:53 +0100 Joanmarie Diggs Fix for bug #664466 - Orca's flat review cannot access the top line of gnome-terminal console M src/orca/flat_review.py 2011-11-22 13:18:49 +0100 Joanmarie Diggs Fix for bug #664396 - List containing links is not Brailled properly in webkit M src/orca/scripts/toolkits/WebKitGtk/script_utilities.py 2011-11-21 20:10:19 +0100 Joanmarie Diggs Marking as v3.3.3pre M README M configure.ac