2020-03-03 15:52:26 +0100 Joanmarie Diggs Don't look to the next element when line nav moves us to the end M src/orca/scripts/web/script_utilities.py 2020-03-03 14:20:16 +0100 Joanmarie Diggs Fix bug causing some contenteditable text deletions to be ignored M src/orca/scripts/web/script.py M src/orca/scripts/web/script_utilities.py 2020-03-03 13:38:27 +0100 Joanmarie Diggs Calc: Eliminate chattiness from the table reclaiming focus after editing cell M src/orca/scripts/apps/soffice/script.py 2020-03-03 12:25:11 +0100 Joanmarie Diggs Chromium: Fix another issue getting child position in Google Drive M src/orca/scripts/web/script_utilities.py 2020-03-03 07:39:57 +0000 Milo Casagrande Update Italian translation M po/it.po 2020-03-02 20:25:38 +0100 Joanmarie Diggs Chromium: Fix presentation of child position for Google Drive M src/orca/scripts/web/script_utilities.py 2020-03-02 17:09:42 +0100 Joanmarie Diggs Only treat list items as widgets if they are not inside a list parent M src/orca/scripts/web/script_utilities.py 2020-03-02 15:31:16 +0100 Joanmarie Diggs Attempt to identify and filter out redundant SVG images M src/orca/scripts/web/script_utilities.py 2020-03-02 13:30:12 +0100 Joanmarie Diggs Treat SVG "documents" as if they had role of "image" during presentation M src/orca/generator.py 2020-02-29 22:54:20 +0100 Matej Urbančič Updated Slovenian translation M po/sl.po 2020-02-28 15:00:05 +0100 Joanmarie Diggs Use official footnote role rather than our temporary one M src/orca/formatting.py M src/orca/generator.py M src/orca/object_properties.py 2020-02-28 14:06:02 +0100 Joanmarie Diggs Ensure ARIA links are not treated like anchors M src/orca/scripts/web/script_utilities.py 2020-02-28 13:46:34 +0100 Joanmarie Diggs Chromium: Handle list item markers which lack "::marker" tag M src/orca/scripts/toolkits/Chromium/script_utilities.py 2020-02-28 13:13:29 +0100 Joanmarie Diggs Ensure we use the right voice when presenting autocomplete role M src/orca/speech_generator.py 2020-02-28 12:55:52 +0100 Joanmarie Diggs Ensure we don't skip role presentation in contenteditable content M src/orca/scripts/web/speech_generator.py 2020-02-28 12:19:25 +0100 Joanmarie Diggs Present aria-roledescription value before mark/highlight start message M src/orca/script_utilities.py M src/orca/speech_generator.py 2020-02-27 18:45:45 +0100 Joanmarie Diggs If a suggestion has details, present them after the suggestion-end message M src/orca/speech_generator.py 2020-02-27 18:18:01 +0100 Joanmarie Diggs Take ancestors into account when presenting details during whereAmI M src/orca/scripts/web/speech_generator.py 2020-02-27 15:14:38 +0100 Joanmarie Diggs Improve presentation of caret moved events to end of contenteditable children M src/orca/scripts/web/script_utilities.py 2020-02-27 15:00:40 +0100 Joanmarie Diggs Add comment, insertion, deletion, mark, and suggestion to text block roles M src/orca/scripts/web/script_utilities.py 2020-02-27 13:52:15 +0100 Joanmarie Diggs Filter out extraneous presentation of "space" when navigating by word M src/orca/scripts/web/script_utilities.py 2020-02-27 13:22:01 +0100 Joanmarie Diggs Include aria-details information in whereAmI presentation M src/orca/formatting.py M src/orca/generator.py M src/orca/scripts/web/speech_generator.py M src/orca/speech_generator.py 2020-02-27 12:21:51 +0100 Joanmarie Diggs Improve presentation of details-for M src/orca/scripts/web/speech_generator.py 2020-02-26 16:32:24 +0100 Joanmarie Diggs Prevent details-for info from being repeated in multi-line containers M src/orca/scripts/web/speech_generator.py 2020-02-26 15:07:36 +0100 Joanmarie Diggs Ensure we present the start of an inline suggestion M src/orca/script_utilities.py M src/orca/scripts/web/script_utilities.py M src/orca/speech_generator.py 2020-02-26 14:26:37 +0100 Joanmarie Diggs Convert list of details container role names into set M src/orca/scripts/web/speech_generator.py 2020-02-26 14:07:46 +0100 Joanmarie Diggs Ensure we present level for headings in editable content M src/orca/scripts/web/speech_generator.py 2020-02-26 12:39:20 +0100 Joanmarie Diggs Present aria-invalid info for non-widget elements M src/orca/formatting.py M src/orca/generator.py M src/orca/script_utilities.py M src/orca/scripts/web/script_utilities.py 2020-02-25 20:41:42 +0100 Joanmarie Diggs Fall back on xml-roles object attribute when identifying comments M src/orca/generator.py M src/orca/script_utilities.py M src/orca/scripts/web/script_utilities.py 2020-02-25 21:00:11 +0100 Alan Mortensen Updated Danish translation M po/da.po 2020-02-24 22:29:32 +0100 Joanmarie Diggs Update our state when input event has to search for the active window M src/orca/input_event.py 2020-02-24 22:18:26 +0100 Joanmarie Diggs Update the script for an input event based on the active window M src/orca/input_event.py 2020-02-24 21:16:01 +0100 Joanmarie Diggs Also clear active script when we get an event for the defunct active window M src/orca/event_manager.py 2020-02-24 21:03:22 +0100 Joanmarie Diggs More on adjust when we clear the active window and focus in event manager M src/orca/event_manager.py 2020-02-24 20:33:13 +0100 Joanmarie Diggs Adjust when we clear the active window and focus in event manager M src/orca/event_manager.py 2020-02-24 19:44:39 +0100 Joanmarie Diggs Add debugging M src/orca/scripts/default.py 2020-02-24 17:21:46 +0100 Joanmarie Diggs Start listening for window:destroy events M src/orca/scripts/default.py 2020-02-24 15:39:06 +0000 Kukuh Syafaat Update Indonesian translation M po/id.po 2020-02-24 14:54:13 +0000 Tiago Casal Update Brazilian Portuguese translation M po/pt_BR.po 2020-02-23 14:56:08 +0100 Julien Humbert Fixes to French translation M po/fr.po 2020-02-20 21:20:58 +0100 Joanmarie Diggs Post-release version bump M README.md M configure.ac 2020-02-20 21:17:55 +0100 Joanmarie Diggs Prep for v3.35.91 M NEWS M README.md M configure.ac