Up to [cvs.NetBSD.org] / pkgsrc / misc / orca
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
orca: update to 46.2. 46.2 - 25 June 2024 Updates: * Web: Eliminate chattiness from page-load events from embedded ads. * Web: Fix bug causing Orca to not present certain ARIA dialog titles. * Map xfce4-notifyd to notification-daemon script so that notifications are presented. * Table Navigator: Ensure we set the caret in Writer tables. * LibreOffice: Fix presentation of editable combobox value changes. * General: Fix bug that could cause Orca to not present the new caret location. New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas i Hernandez eu Basque Asier Sarasua Garmendia he Hebrew Yaron Shahrabani id Indonesian Andika Triwidada kab Kabyle Athmane MOKRAOUI kab Kabyle Rachida SACI ne Nepali Pawan Chitrakar pt_BR Brazilian Portuguese Leônidas Araújo pt Portuguese Hugo Carvalho ru Russian Artur S0 ========= 46.1 - 1 April 2024 Bug fixes: * Fix issue causing flat review clicking to fail in some Gtk apps. * Fix regression in SayAll upon page load. * Fix presentation of new radio button groups. * Avoid triggering crash in Pidgin. * Fix issue in which Orca appeared to hang when where am I was used immediately after page load of a large document. New and updated translations (THANKS EVERYONE!!!): da Danish Ask Hjorth Larsen de German Jürgen Benvenuti es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia fr French Alexandre Franke kab Kabyle Athmane MOKRAOUI ka Georgian Ekaterine Papava lt Lithuanian Aurimas Černius lv Latvian Rūdolfs Mazurs pl Polish Piotr Drąg pt_BR Brazilian Portuguese Juliano de Souza Camargo sv Swedish Anders Jonsson zh_CN Chinese (China) Boyuan Yang ========= 46.0 - 13 March 2024 Meson: * Allow building without git executable. Spiel: * Fix language and dialect fallback. * Catch all of Spiel's initialization errors. * Respect both speech system override, and user preference. * Avoid shutting Spiel down if still in use. Key handling: * Eliminate unnecessary keygrab refreshes in the web script. * Fix new-keyhandling regression in bypass mode. Thunderbird: * Adjust to Thunderbird's new way of doing things when a message is deleted. General: * Fix false positive identifying redundant name-change events. * Fix regressions introduced by the accessible-text code rewrite. New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas en_GB British English Andi Chandler gl Galician Fran Dieguez he Hebrew Yaron Shahrabani hu Hungarian Attila Hammer kk Kazakh Baurzhan Muftakhidinov tr Turkish Sabri Ünal ========= 46.beta - 21 February 2024 Of Interest to Distros: * Orca now uses meson instead of autotools. * Orca no longer depends on the python3-pyatspi package; it accesses AT-SPI2 directly through gobject introspection. * Orca now has an optional dependency on the Spiel library. Please see "Experimental Features" in README.md for details. New and Updated Features: * Spiel support has been added to Orca. Spiel is a new speech synthesis API that works with eSpeak and Piper, with other synthesizers planned. Web: * Handled several issues causing Orca to jump unexpectedly to the top of the page. * Interrupt speech before presenting new line/location with caret nav. This should improve behavior when arrowing rapidly within content. * Fix bug causing "\ufffc" to be shown in braille instead of the link. * Eliminate (nearly all of) our text sanity-checks and hacks that had been in place for Firefox/Gecko bugs. Mozilla fixed those bugs as part of their Cache The World work. This should improve performance. General: * Fix bug causing focus to be incorrectly changed when selection is automatically updated in a related tree. This can happen with email applications (e.g. incoming messages). * Fix bug causing us to skip certain named elements in StackExchange and StackOverflow. * Fix several terminal-related flat review issues. * Fix notifications in KDE not being fully presented by Notification Presenter. * Don't say "Window" when a MATE switcher window first appears. * Echo sentence after whitespace typed rather than punctuation so the presentation does not get cut off. * Fix bug causing Orca to speak an object from the wrong window in Mouse Review. * Listen for and present document:page-changed events. * Remove logic from the Event Manager that was obsoleted by the ability to obsolete queued events. Make remaining logic more performant. * Convert Orca from using pyatspi to using AT-SPI2 directly. Much code clean-up was also done in the process. * Miscellaneous code changes related to becoming more ready for Wayland. New and updated translations (THANKS EVERYONE!!!): cs Czech Daniel Rusek eu Basque Asier Sarasua Garmendia fa Persian Danial Behzadi he Hebrew Yaron Shahrabani hu Hungarian Attila Hammer ka Georgian Ekaterine Papava pt_BR Brazilian Portuguese Juliano de Souza Camargo ru Russian Artur S0 sl Slovenian Matej Urbančič sv Swedish Anders Jonsson tr Turkish Sabri Ünal uk Ukrainian Yuri Chornoivan ========= 46.alpha - 18 January 2024 New and Updated Features: * The much-requested "sleep mode" has arrived! You can cause Orca to act as if it were not running on an as-needed, per-app basis with Ctrl+Alt+Shift+Q. This makes it much easier to use VMs in which another screen reader is being used as well as self-voicing apps. Orca should remember what apps are currently in sleep mode so it is only necessary to enable it once per app in a given session. Note that Orca does not currently store the setting permanently. This is intentional, and is the same behavior as NVDA, but an option may be created in the future to permanently store the setting. * Orca now has commands to present information about the system without having to navigate to the bar or widget that displays them: * Present CPU and memory usage (unbound, requires psutil) * Present battery status (unbound, requires psutil) * Table navigation commands now work everywhere; not just in web browsers and LibreOffice. In addition to the existing commands, the following commands have been added: * Orca+Shift+T: toggle table navigation (it's enabled by default) * Orca+Alt+Shift+Left/Right/Up/Down: move to the final cell in the specified direction. In addition, Orca's dynamic header commands from LO should now work everywhere, including Google Docs and other web-based editors. These bindings have changed. The new bindings are: * Orca+Shift+R: Set the cells to be treated as column headers to this row. * Orca+Shift+R double-click: Unset the dynamic column headers row. * Orca+Shift+C: Set the cells to be treated as row headers to this column. * Orca+Shift+C double-click: Unset the dynamic row headers row. * Orca's outdated tutorial message feature has been removed. In its place is support for customized help messages which application and toolkit developers can provide via ATK/AT-SPI2's new "help text" API. At the present time, we are unaware of any implementations and thus have not enabled these new tutorial messages by default. Developers seeking to test their implementation can enable Orca's presentation of tutorial messages in the Orca Preferences dialog. * We now always use Atspi's device API for Orca commands. This was initially in place only for Gtk 4 apps, which do not report keystrokes to us for optional construction. Having addressed the majority of issues with this new API, we believe it is ready to be used for all applications and toolkits. Web and Electron Apps Improvements: * Include DLs in list navigation and DTs in list item navigation. Also improve presentation of nested lists. * Improve presentation of VSCode's selection containers. * Web: Improve performance of navigation to end of document LibreOffice Bug Fix: * Ensure the entire word count dialog is presented when the dialog is shown. General Improvements and Fixes: * Improve performance by identifying and quickly dismissing obsolete accessible events. * Improve performance by using AT-SPI2's cache for everything. * Fix bug causing utterances to be split up unexpectedly * Announce the has popup state even in non-web contexts. * Lots of code clean-up and more work to eliminate our dependency on pyatspi. New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas i Hernandez cs Czech Daniel Rusek de German Jürgen Benvenuti de German Philipp Kiemle en_GB British English Bruce Cowan eo Esperanto Kristjan SCHMIDT es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia fa Persian Danial Behzadi fa Persian Sina Aghighi fi Finnish Jiri Grönroos fr French Guillaume Bernard gl Galician Fran Dieguez he Hebrew Yaron Shahrabani hu Hungarian Attila Hammer id Indonesian Andika Triwidada ka Georgian Ekaterine Papava lt Lithuanian Aurimas Černius pl Polish Piotr Drąg pt_BR Brazilian Portuguese Alex Jr pt Portuguese Hugo Carvalho ro Romanian Daniel Șerbănescu ro Romanian Florentina Mușat ru Russian Artur S0 ru Russian Artur So ru Russian Sergej A sl Slovenian Matej Urbančič sv Swedish Anders Jonsson tr Turkish Sabri Ünal uk Ukrainian Yuri Chornoivan zh_CN Chinese (China) Luming Zh ========= 45.2 - 6 January 2024 Web: * Fix bug causing us to get stuck in menu bar during caret navigation. General: * Dump our cached information in response to children-changed events so that we do not present stale information. New and updated translations (THANKS EVERYONE!!!): en_GB British English Bruce Cowan fa Persian Sina Aghighi fr French Guillaume Bernard he Hebrew Yaron Shahrabani ka Georgian Ekaterine Papava pt_BR Brazilian Portuguese Alex Jr ro Romanian Daniel Șerbănescu tr Turkish Sabri Ünal ========= 45.1 - 6 October 2023 Web: * Fix regression in bookmark support. * Fix bug causing Orca to present some custom widgets as an image. General: * Fix bug causing Orca to ignore objects that are valid because they had been defunct/invalid before. * Fix bug causing rewind and fast-forward in SayAll to fail. * Fix chattiness issue in mate-panel. * Only examine descriptions by default in isSameObject for Gtk apps for performance reasons. * Use AXObject.is_dead instead of the script utility for performance reasons. * Revert "Don't let brlapi crash us". This change was a workaround put in place to give distros enough time to get the fixed brltty, but it had a slight performance impact if braille was enabled but not being used. * Stop using deprecated Gtk API in the accessible actions menu. New and updated translations (THANKS EVERYONE!!!): eo Esperanto Kristjan SCHMIDT ========= 45.0 - 15 September 2023 New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas i Hernandez cs Czech Daniel Rusek da Danish Alan Mortensen id Indonesian Andika Triwidada ka Georgian Ekaterine Papava sl Slovenian Matej Urbančič sv Swedish Anders Jonsson zh_CN Chinese (China) Boyuan Yang ========= 45.rc - 5 September 2023 Bug Fixes: * Fix several performance issues * Fix bug causing utterances to be split up unexpectedly * Filter out redundant descriptions to reduce chattiness * Fix tracebacks resulting from hand-editing user-settings.conf * Fix speech getting cut off when focus changes away from checkable item * Fix Orca failing to say "command not found" label in gnome-shell's run dialog * Fix presentation of Qt tree cells with toggle action * Improve logic when suspending events New and updated translations (THANKS EVERYONE!!!): be Belarusian Vasil Pupkin da Danish Alan Mortensen de German Jürgen Benvenuti de German Philipp Kiemle es Spanish Daniel Mustieles fa Persian Danial Behzadi fi Finnish Jiri Grönroos gl Galician Fran Dieguez id Indonesian Andika Triwidada kk Kazakh Baurzhan Muftakhidinov lt Lithuanian Aurimas Černius pa Punjabi Amn Alam pl Polish Piotr Drąg ru Russian Artur S0 ru Russian Sergej A sv Swedish Anders Jonsson tr Turkish Sabri Ünal ========= 45.beta - 14 August 2023 Bug Fixes: * Use importlib instead of imp. This is needed for Orca to work in Python 3.12 * Fix regression in flat review braille panning * Fix presentation of Calc selected cells * Fix the "screen reader on" message getting cut off * Treat LibreOffice as not supporting AtspiCollection (otherwise it can become non-responsive) Feature Changes: * Change the default button in the list-of dialogs from "jump to" to "activate" New and updated translations (THANKS EVERYONE!!!): eu Basque Asier Sarasua Garmendia gl Galician Fran Dieguez hu Hungarian Attila Hammer ka Georgian Ekaterine Papava uk Ukrainian Yuri Chornoivan ========= 45.alpha - 5 August 2023 NOTE: A beta release will follow in a few days, hopefully including all of the translations that are in master but never made it to the gnome-45 branch. New and Modified Features: * Object Navigator: This allows the user to navigate through a hierarchy of UI objects. Bindings: - Ctrl+Orca+Up/Down for navigating between parent/child - Ctrl+Orca+Left/Right for navigating among siblings - Ctrl+Orca+Return for performing a click - Ctrl+Orca+S to toggle the simplification of the object hierarchy * Flat Review can now by restricted to the current object of interest to eliminate "noise" from irrelevant objects. Binding: Currently unbound * Flat Review now has a command that displays the entire contents being reviewed in an editable text view, making it easier to copy and paste the contents of terminals, dialogs, etc. Binding: Currently unbound * Action Presenter: A popup menu for performing accessible actions on an object, such as click, expand/collapse, press. This should make it easier to interact with applications with poor keyboard navigability. Binding: Orca+Shift+A * The Notification List feature was re-written. It now uses an actual Gtk list rather than an off-screen one. The review announcements now include a timestamp and the dialog allows you to clear the history. * Preferences Dialog and Shortcuts List are now grouped based on feature, making it far easier to discover and bind/rebind commands of interest. * The Structural Navigation command to navigate among form fields was remapped from Orca+Tab/Orca+Shift+Tab to F/Shift+F. A new command was also added to navigate among iframes, which is currently unbound. * Added a command to present the default button. Binding: Orca+E. * Modify Orca's left-click functionality to prefer actions which are associated with performing a left click (e.g. click, press, jump, open) and only attempt to synthesize a click as a last resort. Bug Fixes and Other Improvements: * Added the ability to temporarily suspend registration for accessibility events which can greatly improve performance at times event floods are likely, such as window creation/destruction and activation/deactivation. * Started preferring AtspiCollection over child iteration to locate descendants in the accessibility tree. The performance improvement can be up to 10 times faster. We will continue making changes in this area between now and the stable release. * Started relying on speech-dispatcher for character presentation rather than our own character names dictionary, which we were not always using. This should cause Orca to always speak the character name in the same way. * Interrupt speech conditionally on focus changes. This is needed for Gtk 4 on Wayland because we currently do not get notifications for input events, which had been our most reliable hint to interrupt speech. The heuristics to identify when we should not interrupt speech are still being refined, but hopefully this will make the user experience a bit more tolerable until a solution is agreed upon and implemented. See https://github.com/flatpak/xdg-desktop-portal/issues/1046 for more information. * A number of improvements to reduce some lagginess and chattiness in certain web apps. * Added logic to filter out windows which claim to be active but really aren't, including descendants of mutter-x11-frames, the desktop frame of some window environments, and certain Electron apps. New and updated translations (THANKS EVERYONE!!!): en_GB British English Bruce Cowan hu Hungarian Attila Hammer it Italian Gianvito Cavasoli ka Georgian Ekaterine Papava ========= 44.1 - 25 May 2023 Web: * Support aria-disabled on application, tab, group, and focusable separator/splitter * Fix bug in identification of inline iframes General: * Improve performance by checking for duplicate object events * Filter duplicate events when checking for double presses of the orca modifier New and updated translations (THANKS EVERYONE!!!): it Italian Gianvito Cavasoli 44.0 - 24 March 2023 New and updated translations (THANKS EVERYONE!!!): da Danish Alan Mortensen fr French Guillaume Bernard ========= 44.rc - 8 March 2023 General: * Fix double-presentation of indentation information * Interrupt speech immediately prior to speaking "screen reader off" * Add command-line Orca modifier documentation * Fix issue when using the new AT-SPI device API Web: * Fix jumping in sites caused by ARIA selection-changed events * Fix incorrect browsing in Firefox when popup has focus * Fix double-presentation of content in ARIA's tab role * Fix structural navigation commands sometimes failing to work after script reactivation New and updated translations (THANKS EVERYONE!!!): ab Abkhazian Nart Tlisha de German Jürgen Benvenuti hu Hungarian Attila Hammer id Indonesian Kukuh Syafaat ka Georgian Ekaterine Papava sv Swedish Anders Jonsson uk Ukrainian Yuri Chornoivan ========= 43.1 - 3 January 2023 General: * Clean up and fix bugs in flat review find * Treat KP_Delete as Delete for the purpose of identifying text deletions * Fix several issues related to prefering the TableCell interface * Fix presentation of name-changed events for Qt push buttons Web: * Fix repetition of text elements during SayAll in web content * Fix structural navigation bug impacting columns spanning multiple cells * Fix chattiness issue with browser page tabs * Fix bug causing Orca to present a non-active page in Chrome Mouse Review: * Do not re-present the whole paragraph when leaving a link New and updated translations (THANKS EVERYONE!!!): ab Abkhazian Nart Tlisha ka Georgian Ekaterine Papava nl Dutch Nathan Follens ========= 43.0 - 23 September 2022 General: * Prevent double-presentation of notifications * Fix presentation of Nautilus items for Gtk 4 * Fix bug causing the wrong voice to be used New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Jordi Mas da Danish Alan Mortensen fr French Charles Monzat kk Kazakh Baurzhan Muftakhidinov lv Latvian Rūdolfs Mazurs ne Nepali Pawan Chitrakar pt_BR Brazilian Portuguese Leônidas Araújo sl Slovenian Matej Urbančič sv Swedish Anders Jonsson tr Turkish Sabri Ünal zh_CN Chinese (China) Boyuan Yang ========= 43.beta - 29 August 2022 Web: * Fix issue causing Orca to remain silent with autofocused inputs * Prevent structural navigation exiting current modal dialog * Make cell ancestor presentation optional General: * Fix issue causing the description to not be presented * Fix several popup menu-related issues * Fix issue causing certain static text in dialogs to not be presented New and updated translations (THANKS EVERYONE!!!): ab Abkhazian Nart Tlisha ca Catalan Jordi Mas cs Czech Marek Černocký de German Jürgen Benvenuti eu Basque Asier Sarasua Garmendia fr French Claude Paroz gl Galician Fran Dieguez hu Hungarian Attila Hammer lt Lithuanian Aurimas Černius pl Polish Piotr Drąg sr Serbian Марко Костић tr Turkish Emin Tufan Çetin zh_CN Chinese (China) Luming Zh ========= 43.alpha - 1 July 2022 Web: * Fix several issues relating to presentation of navigation among focusable descendants within ARIA grids and tables * Improve support for description lists * Improve presentation of articles in feeds * Improve presentation of unknown setsize and row/column count * Fix several "chattiness" issues related to ARIA widgets * Fix SayAll presentation of time element inside link * Fix presentation of the FluentUI react dialog (and any other dialog which has an ARIA document-role descendant * Improve performance in large rich-text editors * Include focusable elements with clickancestor action in the list of "clickables" WebKitGtk: * Fix issue causing WebKitGtk 2.36 content to not be handled by Orca's webkit support * Fail gracefully when structural navigation commands are used in WebKitGtk 2.36.x (the collection interface won't be supported until 2.26.4) General: * Add more event-flood handling to improve performance in general, but especially for gnome-shell * Fix bug related to which script responded to a mouse-button event New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Jordi Mas ca Catalan Jordi Mas i Hernandez cs Czech Marek Černocký da Danish Alan Mortensen da Danish Ask Hjorth Larsen de German Mario Blättermann de German Philipp Kiemle de German Tim Sabsch es Spanish Daniel Mustieles es Spanish Francisco Javier Dorado eu Basque Asier Sarasua Garmendia fa Persian Danial Behzadi fi Finnish Jiri Grönroos fr French Charles Monzat fr French Claude Paroz gl Galician Fran Dieguez he Hebrew Yaron Shahrabani hu Hungarian Attila Hammer id Indonesian Kukuh Syafaat it Italian Milo Casagrande kk Kazakh Baurzhan Muftakhidinov lt Lithuanian Aurimas Černius lv Latvian Rūdolfs Mazurs nb Norwegian Bokmål Kjartan Maraas ne Nepali Pawan Chitrakar nl Dutch Nathan Follens oc Occitan Quentin PAGÈS pl Polish Piotr Drąg pt_BR Brazilian Portuguese Leônidas Araújo pt_BR Brazilian Portuguese Matheus Barbosa pt_BR Brazilian Portuguese Tiago Casal pt Portuguese Hugo Carvalho ro Romanian Daniel Șerbănescu ru Russian Aleksandr Melman sl Slovenian Matej Urbančič sr Serbian Марко Костић sv Swedish Anders Jonsson sv Swedish Luna Jernberg tr Turkish Emin Tufan Çetin uk Ukrainian Yuri Chornoivan zh_CN Chinese (China) Boyuan Yang zh_CN Chinese (China) Luming Zh ========= 42.0 - 22 March 2022 New and updated translations (THANKS EVERYONE!!!): de German Philipp Kiemle it Italian Milo Casagrande kk Kazakh Baurzhan Muftakhidinov nb Norwegian Bokmål Kjartan Maraas ========= 42.rc - 11 March 2022 Web: * Improve behavior during event flood of table-related events from web apps * Fix bug causing us to ignore a newly-loaded document due to it having a bogus index in parent LibreOffice: * Fix bug causing lines with embedded objects to not be spoken New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Jordi Mas cs Czech Marek Černocký da Danish Alan Mortensen es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia fr French Claude Paroz gl Galician Fran Dieguez hu Hungarian Attila Hammer id Indonesian Kukuh Syafaat lt Lithuanian Aurimas Černius pl Polish Piotr Drąg pt_BR Brazilian Portuguese Matheus Barbosa pt Portuguese Hugo Carvalho ro Romanian Daniel Șerbănescu ru Russian Aleksandr Melman sl Slovenian Matej Urbančič sr Serbian Марко Костић sv Swedish Luna Jernberg tr Turkish Emin Tufan Çetin uk Ukrainian Yuri Chornoivan zh_CN Chinese (China) Luming Zh ========= 42.beta - 15 February 2022 Web: * Fix several bugs in which we update our location silently when we should instead announce it * Improve behavior during event flood of text-related events from web apps * Attempt to work around object destruction during structural nav * Improve behavior of label ancestors of widgets General: * Fix bug causing accessing preferences to fail for esperanto * Handle apps going defunct during cleanup; more debugging * Handle exception when object is destroyed while getting text attributes * Try to handle error from mate-notification-daemon during window:create * Improve performance in gnome-shell * Improve presentation of all text becoming unselected during caret navigation New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Jordi Mas i Hernandez cs Czech Marek Černocký da Danish Alan Mortensen da Danish Ask Hjorth Larsen de German Mario Blättermann de German Tim Sabsch es Spanish Daniel Mustieles es Spanish Francisco Javier Dorado eu Basque Asier Sarasua Garmendia fi Finnish Jiri Grönroos fr French Charles Monzat gl Galician Fran Dieguez he Hebrew Yaron Shahrabani hu Hungarian Attila Hammer id Indonesian Kukuh Syafaat it Italian Milo Casagrande kk Kazakh Baurzhan Muftakhidinov lv Latvian Rūdolfs Mazurs ne Nepali Pawan Chitrakar nl Dutch Nathan Follens oc Occitan Quentin PAGÈS pl Polish Piotr Drąg pt_BR Brazilian Portuguese Leônidas Araújo pt_BR Brazilian Portuguese Tiago Casal pt Portuguese Hugo Carvalho ru Russian Aleksandr Melman sl Slovenian Matej Urbančič sv Swedish Anders Jonsson uk Ukrainian Yuri Chornoivan zh_CN Chinese (China) Boyuan Yang ========= 41.1 - 1 December 2021 Web: * Fix presentation of selected items in datalist * Fix issue causing non-rendered headings being combined with other, rendered elements when presenting line contents * Improve behavior when focused back/forward button is pressed * Improve presentation of subscript and superscript elements (requires implementations exposing the associated AT-SPI2 roles) * Attempt to identify and present custom-element images * Fix SayAll for rich-text editors * Treat all list items inside listboxes as focus mode widgets regardless of authoring * Clear cached objects when not dumping full cache for child change to prevent skipping over newly-added content * Fix speech generator for browser alerts * Fix issues causing certain spin buttons to not be presented correctly General: * Modify collections module import for Python3.10 compatibility * Event Manager: Handle name/description change floods * Adjust string for repeats when presenting text changes * Clear flat review context when page tab lists emit selection-changed to eliminate stale context (e.g. in a wizard) * Improve presentation of indeterminate progress bars (busy indicators) New and updated translations (THANKS EVERYONE!!!): es Spanish Daniel Mustieles he Hebrew Yaron Shahrabani lv Latvian Rūdolfs Mazurs ru Russian Aleksandr Melman ========= 41.0 - 16 September 2021 General: * Fix compatibility with Python 3.10 New and updated translations (THANKS EVERYONE!!!): da Danish Alan Mortensen de German Tim Sabsch es Spanish (markup fix) Andre Klapper ========= 41.rc - 4 September 2021 Web: * Fix several issues related to empty but "focusable" ARIA tooltips * Identify and work around (when possible) mismatched text and hypertext implementations that can lead to looping inside content New and updated translations (THANKS EVERYONE!!!): cs Czech Marek Černocký es Spanish Francisco Javier Dorado hu Hungarian Attila Hammer kk Kazakh Baurzhan Muftakhidinov sv Swedish Anders Jonsson uk Ukrainian Yuri Chornoivan ========= 41.beta - 24 August 2021 General: * Use new AT-SPI device API for keyboard monitoring when available LibreOffice: * Fix bug causing Orca to become silent due to setting locusOfFocus to a defunct object * Work around missing focus event for Calc spreadsheet which causes Orca to ignore subsequent events Speech: * Do not set voice name when it is the default ========= 41.alpha - 12 July 2021 General: * Improve handling of accessible-event floods from apps * Fix bug in announcing selected items in icon views Web: * Improve recovery from destruction of current object * Improve performance in response to caret-moved events * Fix crash resulting from subtree becoming hidden * Fix bug in toolbar browse-mode navigation * Fix bug causing a live region event to be ignored * Fix bug causing us to incorrectly switch to browse mode in VSCode * Ensure we present caret-moved events after Alt+Tabbing into web app * Don't repeat posinset and setsize for multi-line list items * Don't announce unselected state of grid cells/rows in browse mode * Don't announce row and column count when they are both 0 * Fix braille presentation of grid cell in browse mode * Improve browse-mode navigation of trees and tree tables * Eliminate some chattiness entering elements with a caption * Prevent double-presentation of description for alerts Email: * Fix regression presenting plain-text messages in Thunderbird * Work around missing events from Evolution Add Accounts LibreOffice: * Work around missing state-changed:focused event that caused caret-moved events in documents to be ignored Speech: * Ensure we enable/disable speech based on app-specific settings * punctuation: Spell left/right_double_angle at level "most" * Do not add mark within numbers (some synthesizers present numbers incorrectly otherwise) * Do not set language if it is empty (breaks output in older versions of speech-dispatcher) Mouse Review: * Check if we have Wnck in activate() so we don't spew errors * Gracefully handle lack of pointer New and updated translations (THANKS EVERYONE!!!): es Spanish Daniel Mustieles es Spanish Francisco Javier Dorado fi Finnish Jiri Grönroos fr French Charles Monzat he Hebrew Yaron Shahrabani ne Nepali Pawan Chitrakar nl Dutch Nathan Follens oc Occitan Quentin PAGÈS pt_BR Brazilian Portuguese Tiago Casal sv Swedish Anders Jonsson ========= 40.0 - 19 March 2021 New and updated translations (THANKS EVERYONE!!!): cs Czech Marek Černocký da Danish Ask Hjorth Larsen it Italian Milo Casagrande sv Swedish Anders Jonsson zh_CN Chinese (China) Boyuan Yang ========= 40.rc - 11 March 2021 Web: * Improve handling of, and recovery from, element destruction, e.g. to find the new location and contents more accurately and quickly * Don't generate line contents when tabbing into editable with descendants (chattiness) General: * Prevent hang generating statusbar content * Prevent hang resulting from accessible objects which claim to be their own parent * Try to detect and avoid selection-changed event flood from apps like Caja which can make Orca not responsive * Work around lack of children-changed accessibility events from fillers which report 0 children New and updated translations (THANKS EVERYONE!!!): de German Mario Blättermann eu Basque Asier Sarasua Garmendia fi Finnish Jiri Grönroos gl Galician Fran Dieguez id Indonesian Kukuh Syafaat pl Polish Piotr Drąg pt Portuguese Hugo Carvalho ========= 40.beta - 22 February 2021 Web: * Add initial support for aria-braillelabel and aria-brailleroledescription * Add option to control automatic focus mode during native navigation * Improve presentation of, and fix bugs related to, offscreen text which is exposed to us as one or two characters per line * Make more roles descendable in browse mode to improve content in which use ARIA widget roles are applied without any associated keyboard navigation * Fix bugs in which we get stuck or skip an element due to stale cache * Prevent getting stuck when up arrowing with multiple newline chars * Don't collapse newlines from a single text object into one line * Respect speakBlankLines setting * Ensure figcaptions and descendants are presented only once * Fix issue in which caret-moved events preceding focus events cause Orca to not present a newly-focused entry * Use posinset and setsize attributes for menus, even in browser gui * Eliminate double-presentation of caption children in SayAll * Work harder to turn inaccessible links into something presentable * Prevent focus mode from being entered if we're in SayAll * Fix presentation of table row when caret moves due to mouse click * Ensure we say something when using caret nav to interrupt SayAll * Skip useless empty elements when seeking first context in document * Fall back on gridcell name when generating name for nameless checkboxes * Miscellaneous chattiness fixes Chromium: * Work around bogus/misleading selected state in browser menus * Fix chattiness issue arrowing up/down in Omnibox popup * Fix bogus presentation of posinset and setsize in popup menus Braille: * Attempt to be smarter about the default contraction table, prefering the current locale and literary braille tables * Fix bug in presentation of tree items General: * Fix Orca not launching due to braille-related timeout * Use AT-SPI2's cache for children (improves performance) * Improve presentation of native-app navigation by word * Fix issue preventing us from recognizing a Tab input event * Announce "non selected" when focus does not follow selected in a listbox * Only speak newline during word nav if spoken indentation is enabled * Handle exception initializing mouse review with null display New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas ca Catalan Jordi Mas i Hernandez cs Czech Marek Černocký de German Christian Kirbach de German Tim Sabsch en_GB British English Stephan Woidowski es Spanish Daniel Mustieles fi Finnish Timo Jyrinki fr French Charles Monzat fr French Claude Paroz gl Galician Fran Dieguez hr Croatian Goran Vidović hu Hungarian Attila Hammer it Italian Milo Casagrande lt Lithuanian Aurimas Černius nb Norwegian Bokmål Kjartan Maraas pl Polish Piotr Drąg pt_BR Brazilian Portuguese Henrique Machado Campos pt_BR Brazilian Portuguese Rafael Fontenelle pt Portuguese Juliano Camargo ro Romanian Florentina Mușat sl Slovenian Matej Urbančič sr Serbian Марко Костић sr Serbian Мирослав Николић sv Swedish Anders Jonsson tr Turkish Emin Tufan Çetin uk Ukrainian Yuri Chornoivan zh_CN Chinese (China) Boyuan Yang ========= 3.38.2 - 22 December 2020 General: * Don't treat unknown coordinates as definitely off-screen. Should fix the problem seen with flat review resulting from a change in Gtk+ 3.24.24 ========= 3.38.1 - 3 December 2020 Web: * Fix crash when generating speech for childless math element General: * Fix bug causing the new radio button group to not be presented when the group was first entered New and updated translations (THANKS EVERYONE!!!): pt Portuguese Juliano de Souza Camargo pt_BR Brazilian Portuguese Henrique Machado Campos ========= 3.38.0 - 11 September 2020 Web: * Don't present aria-placeholder value when it's identical to aria-label * Fall back on object attributes for absent text attributes General: * Add some sanity checks to prevent crashing due to GStreamer failure * Announce read-only state for checkboxes New and updated translations (THANKS EVERYONE!!!): cs Czech Marek Černocký de German Tim Sabsch es Spanish Daniel Mustieles fr French Charles Monzat, Claude Paroz hu Hungarian Attila Hammer id Indonesian Kukuh Syafaat it Italian Milo Casagrande pl Polish Piotr Drąg sl Slovenian Matej Urbančič sr Serbian Марко Костић sv Swedish Anders Jonsson tr Turkish Emin Tufan Çetin zh_CN Chinese (China) Boyuan Yang ========= 3.37.90 - 10 August 2020 Web: * Announce when rows, columns get reordered due to aria-sort changing * Fix bug causing some web content to not be presented in flat review * Fall back on "placeholder" when "placeholder-text" is not used by browsers * Fix bug causing presentation of stale content when navigating by word * Skip over clickable images during line nav if the author has set alt to "" * Fix bug causing events from Google Docs to be ignored when a dialog appears but lacks focus * Fix false positive causing us to not present self-referential labels * Fix crash caused by author using aria-labelledby pointing to itself * Always speak the current line when caret moves due to mouse click so that presentation is consistent regardless of the element General: * Fix bug causing learn mode to not work in (at least) gnome-shell controls * Emit mode-changed notifications to inform other tools (magnifiers, highlighting tools) what mode Orca is in when presenting content * Miscellaneous tweaks to GUI labels and documentation * Attempt to reconnect to speech-dispatcher when setting capitalization style fails due to SSIPCommunicationError New and updated translations (THANKS EVERYONE!!!): ca Catalan Gil Forcada, Jordi Mas de German Tim Sabsch el Greek Efstathios Iosifidis es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia fr French Charles Monzat gb British English Zander Brown gl Galician Fran Diéguez kk Kazakh Baurzhan Muftakhidinov lt Lithuanian Aurimas Černius ro Romanian Daniel Șerbănescu, Florentina Mușat sl Slovenian Matej Urbančič sv Swedish Anders Jonsson uk Ukrainian Yuri Chornoivan ========= 3.37.2 - 1 June 2020 Web: * Present aria-sort value when focus moves to sorted row/col header * Ensure we present functionally-empty entries from web apps * Make ARIA gridcell cells caret-navigable if browse mode is sticky * Fix bug causing us to skip over objects in certain grids in browse mode * Handle links whose sole content is an image with alt="" * Force browse mode switch in web apps when child document claims focus * Don't repeat label, name, or role when in the same object in SayAll * Improve performance of presenting status bar items for web/Electron apps (e.g. VSCode) * Check for "keyshortcuts" attribute also for browser UI * Eliminate chattiness from Chromium omnibox * Ensure we present the correct row when navigating to table with missing rows * Improve structural navigation in HTML tables with conflicting ARIA semantics * Ensure we announce role and content of elements with ARIA's separator role * Ensure we verbalize punctuation for named items inside code elements * Improve heuristic to identify elements serving as fake placeholder for text * Use caret-moved event to recover from object destruction * Prevent Orca from wandering into hidden objects and improve recovery when the currently-focused object is removed/destroyed * Improve overall performance processing caret-moved, children-changed, and text-changed events * Expand embedded objects for live region text insertions Mouse Review: * Fix several chattiness issues * Fix presentation of nested cells Braille: * Ensure blockquote and section text is always displayed * Ensure focused region starts the display when panToCursor * Fix bug in word wrap causing us to not display the relevant info * Fix error using braille with JavaAtkWrapper * Ensure we update our position when an anchor is clicked on via braille display * Hand off Braille output on NoFocus so other screen readers can provide information * Correctly display long strings of non-space characters that exceed the width of the braille line * Fix several panning issues * Remove fallback on VT 7 Speech: * Use punct level 'most' when available in speech-dispatcher * Insert pause breaks when generating status bar items so they don't all run together when spoken General: * Emit region-changed events to inform other tools (e.g. magnifiers, highlighting tools) the object and optional text range Orca is presenting * Present description change events for the current object * Fix crash related to non-standard tables * Work around Qt not exposing STATE_CHECKABLE and/or using ROLE_CHECK_MENU_ITEM on checkable menu items * Fix presentation of Qt widgets labelled by their parent container * Gracefully handle AT-SPI2 timeout when checking validity of app * Add support for the Orca key being "sticky" * Fall back on name for labels which lack displayed text * Present message when the status bar cannot be found * Respect user's punctuation settings in app switchers New and updated translations (THANKS EVERYONE!!!): ckb Kurdish Sorani Jwtiyar Nariman de German Tim Sabsch es Spanish Daniel Mustieles hu Hungarian Attila Hammer ro Romanian Daniel Șerbănescu, Florentina Mușat sv Swedish Anders Jonsson tr Turkish Emin Tufan Çetin uk Ukrainian Yuri Chornoivan ========= 3.37.1 - 23 April 2020 VSCode: As a consequence of feature implementation and bug fixes described below under "Chromium" and "Web," Orca support for VSCode has been improved significantly. Users are encouraged to test Orca with VSCode Insiders build, where Microsoft has many accessibility fixes to work with Orca. Chromium: * Improve label inference for form fields without author-provided names * Fix issue causing us to present the previous line in contenteditable * Fix chattiness issue resulting from failing to consider the prior object when generating labelOrName * Fix false positive on identifying list item marker * Prevent double-speaking of ARIA combobox value * Don't speak child position for popup menus (it's always 1 of 1) * Attempt to identify and work around possible missing window events * Improve responsiveness of text selection in large objects Web: * Support navigation within focusable tooltips in web applications * Update Orca to handle new mappings for ARIA alert and alertdialog * Add support for new ARIA code role * Multiple performance improvements to event handling * Ensure we always present ARIA groups with author-provided names * Improve behavior navigating in tables in web-based rich-text editors * Ensure we adjust text for repeated characters even in browse mode * Fix bug causing us to present stale value information for ARIA range widgets * Don't announce returning to browse mode when page is loading * Don't present load completed or page summary information if we are in focus mode for a valid object * Don't present loading message from pages which have no URI (fixes some chattiness when launching Firefox) * Ensure more objects with info get presented in flat review * General improvements for presentation of ARIA comboboxes * Don't iterate through all children of very complex SVGs (improves performance) * Ignore caret-moved events from outside the active grid in focus mode (fixes chattiness and also incorrectly updating our location) * Don't infer labels for any web app descendant (names must come from authors in ARIA apps) * Ensure we handle selection-change events from web app descendants * Ensure we present the name of focused web documents * Update focus when web app descendant claims focus, unless browse mode is sticky * Only present comment role when first entering the comment (chattiness) * Fix bug causing us to not present text which is directly inside a scroll pane * Treat treeitems as a whole for the purpose of caret navigation * Prevent Orca from combining words into a single word in web content when navigating by word * Fix several issues related to rich-text editors in web apps Thunderbird: * Fix bug causing us to incorrectly update the focused location when navigating in Settings Mouse Review: * Do not announce redundant information when enabling mouse review * Fix window list the second time mouse review gets enabled * Fix window detection with more than one workspace * Ensure we compare the top level document with the active one * Fix mouse review on some web elements after scrolling Chat apps: * Fix false positive with autocompleted text event (causing us to present membership count changes, e.g. in Pidgin) General: * Reduce chattiness from page tab selection events following focus * Reduce chattiness from text insertions resulting from page tab switch * Don't re-present the description if the locusOfFocus hasn't changed * Don't present position in list for comboboxes which lack children * Fix bug causing us to not present changes in already-focused terminal when Orca is launched * Only present the status bar if it is showing and visible (increases likelihood of Orca finding the right status bar when command to speak the status bar is given) * Prevent double-speaking of static text in alerts and other containers * Speak "alert" role before its name rather than after New and updated translations (THANKS EVERYONE!!!): nl Dutch Justin van Steijn sl Slovenian Matej Urbančič zh_CN Chinese (China) Dz Chen ========= 3.36.1 - 11 March 2020 Web: * Flush live region messages when interrupting presentation * Support checkable list items and present unchecked state when item has checkable state and menu item role * Handle extraneous elements inside containers which support selection * Improve handling of live region messages with embedded object chars and filter out some duplicate messages ========= 3.36.0 - 11 March 2020 New and updated translations (THANKS EVERYONE!!!): nl Dutch Nathan Follens ro Romanian Daniel Șerbănescu uk Ukrainian Daniel Korostil ========= 3.35.92 - 4 March 2020 Chromium: * Fix presentation of child position for files in Google Drive * Handle list item markers which lack "::marker" tag Web: * Fix presentation of list items in GMail composition window * Eliminate chattiness from redundant SVG images which lack accessible information. * Present SVG documents using the image role * Several improvements to presentation of contenteditable content * Several improvements to presentation of aria-details information * Present aria-invalid info for non-widget elements * Present aria-roledescription value before mark/highlight start message * Ensure ARIA links are not treated like anchors LibreOffice: * Calc: Eliminate chattiness from spreadsheet reclaiming focus after editing cell General: * Ensure we use the right voice when presenting autocomplete role * Improve handling for window switchers which fail to emit needed accessibility events New and updated translations (THANKS EVERYONE!!!): da Danish Alan Mortensen fr French Julien Humbert id Indonesian Kukuh Syafaat it Italian Milo Casagrande pt_BR Brazilian Portuguese Tiago Casal sl Slovenian Matej Urbančič ========= 3.35.91 - 20 February 2020 Chromium: * Remove some unwanted noise from frame name when there is no URL * Ensure we present alert-style dialog name and static text * Fix issue with live region presentation in embedded web apps * Improve accuracy getting the accessible object under the pointer * Work around issue causing us to get stuck when the focused object gets reparented by the author * Present alerts on application window activation Web: * Improve handling and presentation of dynamic skip links * Fix bug causing certain code/preformatted text being treated as if it were on a single line * Improve handling of the focused object being replaced while focused * Fix bug causing us to re-announce context inappropriately * Treat block lists on the same line as other block elements (e.g. headings) as if they are on a separate line * Skip over empty paragraphs during caret navigation in web content * Fix bug causing certain blockquotes to not be announced * Fix chattiness and performance issue related to line navigation amongst table rows * Improve performance by caching object attributes * Improve performance by skipping pointless ancestor generation during line navigation * Improve presentation when caret moves to same-page link * Fall back on description so we present font-icon-based sharing links * Add support for suggestion, insertion, deletion, and mark roles and elements * Fix braille presentation of certain browser/app UI elements * Attempt to identify elements serving as placeholders for entries * Fix chattiness issue presenting column/row headers with author- provided names * Eliminate double-presentation of Table details during structural navigation * Improve navigation and presentation in grids in browse mode * Eliminate double-presentation of caret-moved events from mouse clicks * Only treat expandable elements as focus mode widgets if focusable * Prevent repetition of lines during SayAll for web content * Announce when an object has aria-details on it, and when entering or exiting a details container via caret navigation Terminal: * Fix double-echoing of key when character echo is enabled General: * Don't speak number of children when verbosity is set to brief * Fix bug causing the Orca modifier to get unbound when a keyboard is plugged in or removed * Fix pauses being spoken as period/dot when punctuation is set to all * Handle setting focused region when accessible objects get recreated on us during braille generation * Fix bug causing us to not present certain Qt tables as tables * Fix bug causing us to not always use the system voice * Improve filtering out of redundant names when there is a similar label * Prefer the name over the displayed text for interactive objects * Fix bug prevening rebinding of commands with Orca+Shift * Remove newline char from copied/appended flat review content New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas cs Czech Marek Černocký es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia fr French Claude Paroz gb British English Bruce Cowan gl Galician Fran Dieguez hu Hungarian Balázs Úr id Indonesian Sucipto lt Lithuanian Aurimas Černius ms Malay Umarzuki Bin Mochlis Moktar pl Polish Piotr Drąg pt_BR Brazilian Portuguese Rafael Fontenelle sr Serbian Марко Костић sv Swedish Anders Jonsson tr Turkish Sabri Ünal ========= 3.35.3 - 3 Janauary 2020 Web: * Explicitly announce the popup type when aria-haspopup is used * Improve presentation of childless editable comboboxes * Ignore a bogus object from the Gecko accessibility tree which was interfering with presentation * Improve scrolling to text objects * Don't treat nameless, textless links/static text elements as clickables * Continued improvement of Orca's support for Chromium * Improve accuracy of synthesized clicks on web pages * Be sure we don't override sticky browse mode for top-level web apps * Fix bug causing Orca to not present button name during Say All * Improve presentation of selection of links which span multiple lines * Add support for detecting and adjusting scrolling for banner overlays (Note: This support requires adjustments in the user agents.) General: * Fix key echo for accented letters for apps which don't give us the event string * Filter out mouse-abs event spam to make mouse review more performant * Improve reliability of mouse review * Improve identification and presentation of autocompleted text in entries * Work around missing object:state-changed:focused event from GtkTable which caused Orca to be silent when a table initially gained focus * Ensure Orca starts even when there are missing gstreamer components * Add support for word-based speech progress * Don't treat text insertions from non-focused widgets as echoable * Ensure we speak selected switcher item even when the user has set onlySpeakDisplayedText * Improve reliability of unfocusedAlertAndDialogCount() * Correct the position and size reported for selectable table rows * Don't present GtkComboBox selection changes if we're not on/in that widget * Present position in list for tables * Filter out duplicate clipboard contents changed notifications * Filter out bogus window focus claims from gnome-shell * Add handling for accessible app names which start with "org." or "com." New and updated translations (THANKS EVERYONE!!!): ca Catalan Jordi Mas da Danish Ask Hjorth Larsen el Greek Dimitris Maroulidis es Spanish Daniel Mustieles eu Basque Asier Sarasua Garmendia gl Galician Fran Dieguez nl Dutch Nathan Follens pt_BR Brazilian Portuguese Rafael Fontenelle sv Swedish Anders Jonsson
misc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
misc: Remove SHA1 hashes for distfiles
orca: Update to 3.34.1 Updated to GNOME 3 / gtk3 version.
Add SHA512 digests for distfiles for misc category Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update orca to 2.32.1. Based on PR#45807 by Patrick Welche, and clean up dependency. improve application supports, bug fixes, and translation updates.
Update to 2.28.1: 2.28.1 - 19-Oct-2009 General: * Fix for bgo#596257 - Generator arguments are not passed along with _generateImage() * Fix for bgo#596340 - Exception if no selection is given when choosing a language * Fix for bgo#596364 - Create a script for the OpenSolaris Device Driver Utility * Fix for bgo#596384 - Orca sometimes fails to speak a newly-focused table in certain OpenSolaris utilities * Fix for bgo#598797 - Gnome-Terminal and VTE dump core when using Orca Firefox/Thunderbird: * Fix for bgo#592634 - The Gecko script's handling of caret navigation interferes when navigating editable messages in Thunderbird * Fix for bgo#593520 - The Gecko script's getBottomOfFile needs to be more efficient * Fix for bgo#593594 - Orca says "blank" when Firefox returns a bogus value for getTextAtOffset * Fix for bgo#593596 - When the user Up Arrows to a line in Firefox which begins with a nested paragraph, Orca fails to present that line New and updated translations (THANKS EVERYONE!!!): da Danish Kenneth Nielsen de German Simon Bienlein el Greek Jennie Petoumenou it Italian Luca Ferretti ru Russian Leonid Kanter ========== 2.28.0 - 21-Sep-2009 General: * Fix for bgo#595117 - Need to customize the presentation of the packagemanager package list toggle New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Gil Forcada ca@valencia Catalan (Valencian) Carles Ferrando cs Czech Lucas Lommer and Petr Kovar da Danish Kenneth Nielsen de German Chrisitan Kirback and Mario Blättermann and Simon Bienlein en_GB British English Bruce Cowan es Spanish Jorge González fi Finnish Ilkka Tuohela gl Galician Antón Méixome ml Malayalam Ani Peter nb Norwegian Bokmål Kjartan Maraas pl Polish Tomasz Dominikowski and Piotr Leszczyński ro Romanian Adi Roiban sl Slovenian Matej Urbančič uk Ukranian Maxim Dziumanenko zh_HK Traditional Chinese Chao-Hsiung Liao zh_TW Traditional Chinese Chao-Hsiung Liao ========== 2.27.92 - 06-Sep-2009 General: * Fix for bgo#594022 - cannot launch orca preferences - GError: Duplicate object id * Rename X-FullName to X-GNOME-FullName in desktop file StarOffice/OpenOffice: * Fix for bgo#592917 - Orca doesn't present OOo Writer's Style combo box correctly New and updated translations (THANKS EVERYONE!!!): eu Basque Iñaki Larrañaga Murgoitio fr French Laurent Coudeur and Claude Paroz nb Norwegian Bokmål Kjartan Maraas pt Portuguese Rui Batista and Duarte Loreto pt_BR Brazilian Portuguese Og B. Maciel and Marco de Freitas ta Tamil I. Felix ========== 2.27.91 - 24-Aug-2009 General: * Fix for bgo#591282 - add a switch to activate debug when executing orca * Fix for bgo#591289 - Need to remove duplicate speechTabLabel from orca-setup.ui * Fix for bgo#591382 - Need to add "word_char" to text_attribute_names.py for localization * Fix for bgo#591729 - Using cursor routing keys when the caret is panned off the display can cause cursor to jump * Fix for bgo#591734 - "No break space" character not spoken * Fix for bgo#591805 - Orca speaks the "restrict progress bar update to" label when the app preferences dialog loads * Fix for bgo#591907 - "All" hard to translate * Fix for bgo#592517 - Cursor position based upon uncontracted text when typing text and contracted braille is enabled * Fix for bgo#592741 - Fix .desktop file to meet GNOME goal OpenOffice/StarOffice: * Fix for bgo#356060 - Provide access to tree item level and state in OOo Navigator * Fix for bgo#590682 - Orca does not always speak the Paths table of the OOo Options dialog correctly * Fix for bgo#592138 - Orca speaks the next character rather than the next word when a paragraph boundary is crossed in Writer Evolution: * Fix for bgo#592708 - Orca should attempt to recognize Evo's Setup Assistant and present the (non-focused) prompts Firefox/Thunderbird: * Fix for bgo#577899 - Strange cursor movements in Firefox * Fix for bgo#584103 - Cursor problems when I compose a new message with Thunderbird 3.0B3 pre * Fix for bgo#591336 - Need a sanity check in Gecko's searchForCaretLocation * Fix for bgo#591351 - SayAll document function doesn't work correctly on some webpages * Fix for bgo#591592 - Orca does not speak and braille the appropriate information when moving by headings on all sites * Fix for bgo#591807 - Orca sometimes presents the previous line when Home/End is pressed in Gecko * Fix for bgo#591860 - Orca grinds to a halt when Ctrl+End is pressed in a really long message in Thunderbird * Fix for bgo#592383 - Orca gets stuck when it encounters a paragraph in Firefox which begins with a multi-line-high character New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov de German Christian Kirbach and Simon Bienlein es Spanish Francisco Javier Dorado Martinez fr French Claude Paroz ga Irish Seán de Búrca gl Galician Antón Méixome gu Gujarati Ankit Patel and Sweta Kothari he Hebrew Mark Krapivner hu Hungarian Attila Hammer and Gabor Kelemen pt Portuguese Rui Batista pt_BR Brazilian Portuguese Leonardo Ferreira Fontenelle sv Swedish Daniel Nylander ========== 2.27.90 - 09-Aug-2009 General: * Fix for bgo#480883 - User can pan right in braille indefinitely at the end of a web page * Fix for bgo#523693 - Positioning of the cursor when editing text This fixes a 'jumping cursor' problem when deleting text in the middle of a long text area and also adds a _realignViewport method to braille.py. The method works off new settings (you need to hand-edit your ~/.orca/user-settings.py or ~/.orca/orca-customizations.py file for now): ALIGN_BRAILLE_BY_EDGE = 0 ALIGN_BRAILLE_BY_MARGIN = 1 ALIGN_BRAILLE_BY_WORD = 2 brailleAlignmentMargin = 3 brailleMaximumJump = 8 brailleAlignmentStyle = ALIGN_BRAILLE_BY_EDGE The default alignment style matches what we have today. The ALIGN_BRAILLE_BY_MARGIN style uses brailleAlignmentMargin and is effectively a "push" model - when you get to the edge of the display, the viewport is pushed to keep the cursor cell at the margin (until you reach the edge of the text). The ALIGN_BRAILLE_BY_WORD style uses brailleAlignmentMargin in the same push model above, but when it pushes the viewport, it pushes it so the edge lands on a word boundary. In the event we hit a really long word, the brailleMaximumJump setting limits how far we jump. * Fix for bgo#570070 - Remove 'item' from spoken string that represents position/index information * Fix for bgo#574344 - Support for different progress bar "verbosity levels" should be implemented * Fix for bgo#576847 - Add ability to 'flash' braille messages This adds a 'flashTime' parameter to the braille.displayMessage and braille.displayRegions methods. If it is 0, the message will not be flashed. If it is greater than 0, the current message on the display will be saved and the new message will be flashed for flashTime milliseconds. If it is less than 0, the current message on the display will be saved and the new message will be shown until some other action, such as a keypress or cursor routing key press, causes the display to revert back to the original message. * Fix for bgo#578832 - Flash locking modifier key state in braille This flashes a message for the Caps Lock modifier if the "Enable locking keys" checkbox is checked on the "Key Echo" tab in the Orca preferences UI. The flash time is settable via the 'brailleFlashTime' setting which represents the number of milliseconds to flash a message. * Fix for bgo#582318 - Pressing panning buttons on the braille display should not interrupt speech * Fix for bgo#582491 - Strange message table behavior with Evolution * Fix for bgo#589610 - isupper should be used on unicode and not UTF-8 strings * Fix for bgo#590219 - Incorrect text displayed with Orca quit confirmation dialog when the user using non english locale * Fix for bgo#590378 - configure.in and orca.spec.in need updating for compile and runtime dependencies. * Fix for bgo#590382 - Orca should have a script for packagemanager OpenOffice/StarOffice: * Fix for bgo#363820 - Orca should inform the user when text in given cell in Calc is too wide for that column Thunderbird: * Fix for bgo#590267 - Thunderbird's rendering of smileys as named paragraphs without accessible text causes Orca to speak the tutorial message inappropriately New and updated translations (THANKS EVERYONE!!!): bn Bengali Maruf Ovee and Jamil Ahmed es Spanish Francisco Javier Dorado Martínez hu Hungarian Attila Hammer and Gabor Kelemen ========== 2.27.5 - 27-Jul-2009 General: * Migrated to GtkBuilder (bgo#582506 and bgo#589362) * Fix for bgo#434600 – cursor routing keys cannot be used to position caret at end of line * Re-fix for bgo#568696 - locus of focus changes when updating list of files in nautilus * Work on bgo#575784 - accented characters are not echoed correctly. Orca now has two new checkboxes on the "Key Echo" tab of the preferences UI. The first, "Enable non-spacing diacritical keys", specifies whether dead keys are echoed or not. The second, "Enable echo by character", specifies if the exact character typed in an editable text area is to be spoken. This differs from the "Enable alphanumeric and punctuation keys" setting in that it echos the characters that are typed vs. the keys that were pressed. If both are enabled, preference is given to character echo where it applies. * Fix for bgo#578106 - Gtk Warning on starting Orca Preferences GUI * Fix for bgo#585049 - When I select paragraphs with Ctrl+Shift+Down key combination, Orca says incorrect information message * Fix for bgo#585417 - Allow pauses to be inserted in speech output * Fix for bgo#585948 - Automatic position index spoken request. Orca now has a "Speak child position" on the "Speech" tab in the preferences UI. When selected, Orca will speak the child position (e.g., 'item 6 of 7') of various objects. * Fix for bgo#588471 - Orca's clicking functionality should click on the locusOfFocus when not in flat review * Fix for bgo#588774 - Tooltips aren't always presented * Fix for bgo#589244 - Remove libgail-gnome usage, use gail in gtk+ instead * Fix for bgo#589497 - orca shouldn't speak entering / leaving flat review mode when verbosity is set to brief * Fix for bgo#589504 - Orca double speaks typed characters when input method is enabled Firefox: * Fix for bgo#480883 - Braille navigation on Webpages. The pan left and pan right buttons on the braille display should now allow you to scroll through the page content in linear order. * Fix for bgo#586399 - Orca should provide support/access to "Mouse Overs" in web content. See the following message for a complete description: http://mail.gnome.org/archives/orca-list/2009-July/msg00186.html. * Fix for bgo#588910 - Orca should support the spellcheck as you go in mozilla applications * Fix for bgo#589455 - Can not activate links with structural navigation keys New and updated translations (THANKS EVERYONE!!!): es Spanish Francisco Javier Dorado Martinez fr French Claude Paroz ========== 2.27.4 - 13-Jul-2009 General: * Fix for doo#9676 - Orca fails to launch. Make sure setting the PATH follows sh syntax and not bash. * Latent work for bgo#400729 - Orca should provide support for general audio. This adds some latent support for audio that gives people something to experiment with as soon as bgo#570658 is done. * Fix for bgo#561452 - Factor out included "louis" C extension. This now requires liblouis 1.6.2 and the liblouis 1.6.2 "louis" python module in order for contracted braille to work with Orca. See http://live.gnome.org/Orca/Braille for more information. * Fix for bgo#568696 - locus of focus changes when updating list of files in nautilus. * Much more work on bgo#570658 - Refactor the speech and braille generators. This refactor is almost complete. After a pass to simplify and consolidate the formatting strings, we should be ready to document how you can customize Orca presentation for yourself. * More work on bgo#575614 - Please add speakable characters: → and ←. * Fix for bgo#583199 - orca should not hang itself, or the desktop when brltty is killed. This fix allows BrlTTY to be killed, restarted, started before Orca, started after Orca, etc. This requires a fix in BrlTTY that will appear in a to-be-released version of BrlTTY (i.e., the fix is not in BrlTTY 4.0). Note that this change has caused us to change the default value of settings.enableBraille to False to prevent speech-only users from incurring unnecessary overhead. * Fix for bgo#584796 - Invoking the application specific preferences for Orca when in the Orca Quit dialog freezes speech. * Fix for bgo#585103 - Inconsistent behavior of flat review. * Provisional work on bgo#585417 - Allow pauses to be inserted in speech output. This provides code that will modify the speech formatting strings if orca.settings.useExperimentalSpeechProsody is True (the default value is True for this release). This allows users to experiment with the prosody work Hammer Attila has done before we finally commit to it. NOTE: to indicate things are still experimental, informational messages will be included on the command line where you run Orca. These informational messages say that pauses have been added to the formatting strings. When the integration is done, these messages will be removed. * Fix for bgo#585897 - Pronunciation substitution can miss words due to word delimiters * Fix for bgo#586385 - When I using where am I function with Openoffice.org Calc, the spoken row and column information are not marked for translation. * Fix for bgo#586580 - Orca repeats the coordinates of Calc cells. * Fix for bgo#588403 - Implement ability to route the mouse pointer without clicking. This implements support for routing the pointer to the current location (either the area under flat review or the locusOfFocus). * Fix for crash (no bug number) - Prevent stack trace when contracted braille is being used. The trace would also kill speech. OpenOffice/StarOffice: * Fix for bug #583811 - Doing a select all in OOo Writer causes Orca to say "selected" for each paragraph. Thunderbird: * Fix for bgo#584263 - When I compose or reply to a message with Thunderbird, the Ctrl+End key combination does not work. * Fix for bgo#584837 - Find dialog fails to move caret to desired location in Thunderbird. * Fix for bgo#568658 - Sometimes Orca announces the wrong subject in Thunderbird. Firefox: * Fix for bgo#584540 - Orca should not duplicate images and lines of text on facebook * Fix for bgo#585871 - WhereAmI info in FF doesn't include link text. * Fix for bgo#587794 - In some pages I cannot read using the Down Arrow key. * Fix for bgo#588344 - Missed text on a page in Firefox. New and updated translations (THANKS EVERYONE!!!): cs Czech Lucas Lommer es Spanish Francisco Javier Dorado Martinez and Jorge Gonzalez hu Hungarian Attila Hammer and Gabor Kelemen uk Ukranian Maxim Dziumanenko ========== 2.27.3 - 15-Jun-2009 General: * We no longer manually update the ChangeLog each time we commit a change. Instead, the ChangeLog will be automatically generated from the git logs when we create a new release. If you pull from git, you can use 'git log' for a detailed list of changes. * Much work on bgo#570658 - Refactor the speech and braille generators. This represents a HUGE REFACTOR for Orca. The speech generators have been completely rewritten to use formatting strings, and they are now used by the focus tracking and where am I code. This has simplified the code base a lot, increased performance in some areas, and has fixed a number of latent bugs. It also enables finer granularity for switching voices and helps set us up for incorporating audio cues. Please help us by testing with the latest code and by reporting issues and suggestions at orca-list@gnome.org. * Fix for bgo#583274 - portability for orca script (Thomas Klausner) * Fix for bgo#585017 - Orca should speak the toggled state of flat review mode * Fix for bgo#585792 - i18n strings should use parameterized forms OpenOffice: * Significant progress on bgo#574720 - Table Navigation Keys for OpenOffice Writer. Structural navigation can be enabled/disabled in OOo with Orca+Z. It is disabled by default in OOo because, unlike in Gecko, odds are that you'll want to type. :-) Mind you right now we don't have structural navigation by headings, etc. in Writer. But one day we will. Alt + the arrows move by cell, Alt + Home/End move to the beginning/ending of the table respectively. * Fix for bug #583414 - Orca should announce when is at last cell on a table in OOo. New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca es Spanish Francisco Javier Dorado Martinez sv Swedish Daniel Nylander ta Tamil drtvasudevan ========== 2.27.2 - 25-May-2009 General: * Work on bug #354471 - Text selection from braille input device. This is the first step of implementing this feature. Here's the behavior: KEY_CMD_CUTBEGIN (Dot 1 + cursor routing key on my display) - this will specify the start of a selection. Orca will merely move the caret to the given spot and will clear any existing selection. KEY_CMD_CUTLINE (Dot 4 + cursor routing key on my display) - this will specify the end of a selection and the selected text is automatically copied to the system clipboard. If a selection doesn't exist, Orca creates a new one where the other endpoint of the selection is where the caret is. If a selection exists and the selection point is outside the existing selection, Orca extends the existing one. If a selection exists and the selection point is inside the existing selection, Orca trims the selection from the right (i.e., the selected text that's after the selection point becomes unselected). Known issues that need to be resolved: 1) This only works in text areas. It doesn't work across things such as paragraphs in OpenOffice. 2) There's some strangeness with speech feedback: it sometimes says "unselected" when the text is selected. This should be fixable, but there also probably shouldn't be any speech feedback when doing this from the braille display. * Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing if Compiz is enabled. This fix is designed to improve Orca's access to the basic window switcher in Compiz. There are still bugs in Compiz which make providing compelling access difficult, but this should at least make switching windows accessible. * Fix for bug #511468 - Ekiga chat window accessibility problem. * Fix for bug #574221 - left-pane in Ekiga's preference box can't be read at start-up. * Fix for bug #575614 - Please add speakable characters: → and ←. * Fix for bug #577977 - provide speech feedback for "repeat last find" in Gedit. * Fix for bug #581372 - Move cursor routing and six dot key handling from braille.py to script. With the cleanup from bug #581532 to remove the custom brl module and move directly to the brlapi module provided by BrlTTY/BrlAPI, we are now able to handle BrlAPI commands much better. This patch 'uncovers' the handling the cursor routing keys and the six dot keys; they are no longer swallowed/handled by the braille.py module alone. Instead, they go to the script like any other event. By default, the script just turns around and calls braille.py methods, but it can also feel free to override them. For example, it might look at keyboard modifiers along with a cursor routing key to see if it wants to select text or not. As a note, the BrlAPI events come to us as a dictionary containing a bunch of information about the event. For example, the cursor routing command contains information about which routing key was pressed. The six dots command, which is used to turn contracted braille on or off, contains information about whether the user wants to turn contracted braille on (dots 2-3-5 on my Baum display) or off (dots 2-3-6 on my Baum display). Right now, expressing interest in braille events is still done by the command (e.g., brlapi.KEY_CMD_HOME, brlapi.KEY_CMD_ROUTE, brlapi.KEY_CMD_SIXDOTS) and it is up to the event handler to determine how to handle the arguments. * Fix for bug #581532 - Remove brl module. Orca now uses the BrlAPI python bindings. * Fix for bug #582028 - Character pronunciations are not used when navigating by line. This provides a fallback to the chnames dictionary. * Fix for bug #582684 - Arrowing left/right across tree tables causes whole row to be spoken. OpenOffice: * Work on bug #574720 - Table Navigation Keys for OpenOffice Writer. This adds in support for Alt + the cursoring keys for navigation in OOo tables. Note that you will need to first enable structural by pressing Orca + Z. We plan to add in the customizations/settings available in the Gecko preferences, as well as for the announcement of dynamic row and column headers when navigating. Firefox: * Fix for bug #530784 - whereAmI info for list items in web content needs to be improved. * Fix for bug #577900 - Blank lines in Firefox text areas incorrectly spoken. New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca hu Hungarian Attila Hammer and Gabor Kelemen ta Tamil drtvasudevan ========== 2.27.1 - 04-May-2009 General: * Much work to handle the transition from subversion to git. (Willie Walker, Olav Vitters, Mesar Hameed) * Updated script writer's guide -- the document lives in docs/doc-set/internals.html. (Willie Walker) * Add setting to disable the pyatspi GIL idle handler: useGILIdleHandler. This change is made in response to http://bugzilla.gnome.org/show_bug.cgi?id=576954 where it appears as though the GIL idle handler in pyatspi is causing consumers of pyatspi (e.g., Orca and accerciser) to start consuming 100% of a CPU when the machine is idle. We're pretty sure the GIL handler is not necessary, so this change gets rid of it for the 2.27.1 development build of Orca. If we see that users notice strange lock ups, however, we may need to change things back. (Willie Walker) * Adjust debug utilities to print to console and debug log. (Willie Walker) * Fix for bug #579052 - Orca should be able to run with AT-SPI/D-Bus. (Willie Walker) * Fix for bug #573535 - Orca should use the 16x16 pixels application icon for Main and Preferences windows. (Stephen Brandt) * Fix for bug #575921 - When I working with the gcalctool application, Orca says too lot of the result of the mathematic operations. (Willie Walker) * Fix for bug #576037 - Bind F1 key to help page. (Willie Walker) * Fix for bug #576438 - Provide state change information for radio buttons that require you to press space to select them. (Willie Walker) * Fix for bug #577239 - Cannot navigate by line through multi-line HTML list items in Firefox/Thunderbird when arrowToLineBeginning is False. (Joanmarie Diggs) * Fix for bug #577330 - Detect whether speech dispatcher is installed or not. (Tomas Cerha) * Fix for bug #577977 - provide speech feedback for "repeat last find" in Gedit. (Nolan Darilek) * Fix for bug #577979 - Pressing Down Arrow from the middle of a multi-line HTML list item initially moves to the beginning of the line when arrowToLineBeginning is False. (Joanmarie Diggs) * Fix for bug #580423 - Remove deprecated libgnomeui dependency. Use DBus org.gnome.SessionManager.Logout instead of gnome.ui.master_client().request_save. (Willie Walker) * Fix for bug #580329 - Use show_uri() to display help window. (Vincent Legoll) OpenOffice: * Fix for bug #577245 - Present paragraph-style information in OpenOffice. (Willie Walker) * Fix for bug #578072 - Orca does not always present text attributes in braille in OOo documents. (Joanmarie Diggs) New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca bg Bulgarian Alexander Shopov ca Catalan Jordi Mas i Hernandez uk Ukranian Maxim Dziumanenko zh_CN Simplified Chinese Aron Xu
Update to 2.26.3. 2.26.3 - 29-Jun-2009 General: * Fix for bug #511468 - Ekiga chat window accessibility problem * Fix for bug #574221 - left-pane in Ekiga's preference box can't be read at start-up * Fix for bug #586890 - Orca 2.27.3 and earlier will crash if liblouis 1.6.2 python bindings are installed OpenOffice/StarOffice: * Fix for bug #583811 - Doing a select all in OOo Writer causes Orca to say "selected" for each paragraph Thunderbird: * Fix for bug #584837 - Find dialog fails to move caret to desired location in Thunderbird * Fix for bug #568658 - Sometimes Orca announces the wrong subject in Thunderbird. This change causes us to dump the pyatspi cache if we're in Thunderbird and exit flat review. As a result, we should not have bogus table data hanging around. Firefox: * Fix for bug #530784 - whereAmI info for list items in web content needs to be improved * Fix for bug #577900 - Blank lines in Firefox text areas incorrectly spoken New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca cs Czech Lucas Lommer
Add URL for upstream bug report.
Update to 2.26.2: 2.26.2 - 18-May-2009 General: * Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing if Compiz is enabled. This fix is designed to improve Orca's access to the basic window switcher in Compiz. There are still bugs in Compiz which make providing compelling access difficult, but this should at least make switching windows accessible. * Fix for bug #577977 - provide speech feedback for "repeat last find" in Gedit. * Fix for bug #580329 - Use show_uri() to display help window. * Fix for bug #580423 - Remove deprecated libgnomeui dependency. Use DBus org.gnome.SessionManager.Logout instead of gnome.ui.master_client().request_save. * Fix for bug #582684 - Arrowing left/right across tree tables causes whole row to be spoken. ========== New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca ca Catalan Jordi Mas i Hernandez hu Hungarian Attila Hammer and Gabor Kelemen uk Ukranian Maxim Dziumanenko
Update to 2.26.1: 2.26.1 - 13-Apr-2009 General: * Fix for bug #575921 - When I working with the gcalctool application, Orca says too lot of the result of the mathematic operations * Fix for bug #576037 - Bind F1 key to help page * Fix for bug #576438 - Provide state change information for radio buttons that require you to press space to select them * Fix for bug #577330 - Detect whether speech dispatcher is installed or not OpenOffice: * Fix for bug #577245 - Present paragraph-style information in OpenOffice * Fix for bug #578072 - Orca does not always present text attributes in braille in OOo documents Firefox/Thunderbird: * Fix for bug #577239 - Cannot navigate by line through multi-line HTML list items in Firefox/Thunderbird when arrowToLineBeginning is False * Fix for bug #577979 - Pressing Down Arrow from the middle of a multi-line HTML list item initially moves to the beginning of the line when arrowToLineBeginning is False New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca ar Arabic Djihed Afifi bg Bulgarian Alexander Shopov cs Czech Lucas Lommer and Petr Kovar el Greek Jennie Petoumenou and Kostas Papadimas hu Hungarian Gabor Kelemen ml Malayalam Harivishnu and Ani Peter ru Russian Nickolay V. Shmyrev
Update orca to 2.26.0. * Many bug fixes and performance improvements across the board (over 160 bugs) * A couple very serious hangs were eliminated. * Speech pitch, rate, and volume now change on the fly when adjusting them in the preferences UI. * Vastly improved support for ARIA in Firefox. * Improved performance and reliability for flat review. * New feature to speak MultiCaseStrings as individual words. * New feature to automatically speak shortcuts (mnemonics). * Known Problems: o See the open bugs in the Orca bug database. We not only track Orca bugs in the Orca bug database, we also track bugs in other components that affect Orca's ability to provide good access to them. o Compiz is still not fully accessibility friendly at this point in time. We recommend you stick with Metacity until the Compiz kinks are worked out. If you're using Compiz and want to switch to Metacity, you can run the following command: metacity --replace.
Update to 2.24.4: 2.24.4 - 18-Feb-2008 General: * Fix for bug #553678 - orca can act badly at login time. This was a bad one where pressing Ctrl+s to invoked Orca in speech mode after pressing Ctrl+m to invoke Orca with the magnifier would cause the magnifier to freeze in one spot. * Fix for bug #561548 - Orca locks up when closing some Pidgin conversations. Also helps with bug #567864. This was a very bad hang that several people reported on the Orca list. * Fix for bug #568589 - braillegenerator adding image string versus braille.Component for table cells. This was exposed after the OpenSolaris packagemanager made changes to add accessible names for images in the package list. Prior to the fix for bug #568589, Orca would go silent in the revised packagemanager list. * Fix for bug #568751 - Interaction with the punctuation preferences can cause a hang. This was another bad hang reported on the Orca list. * Fix for bug #568875 - Pressing "Apply" button in preferences dialog causes autostart option to be checked. This caused some users much confusion. * Fix for bug #569343 - Speaking of indentation is misleading. Users deemed this to be misleading enough that they wanted this fixed for 2.24.4 (i.e., they didn't want to wait for 2.26.0). * Part of fix for bug #570387 - Clean up the speech tab of the preferences UI. This causes Page Up and Page Down to work on the hscales. Before this, only the arrow keys worked, which could require users to arrow 1 unit at a time across a 100 unit scale. * Fix for bug #572294 - Need a sanity check in the default script's locusOfFocusChanged. This would cause Thunderbird to go quiet and also cause Orca to consume normal typing keys that it should not consume. Evolution: * Fix for bug #567428 -"readonly text" spoken when caret changes line. This was a big usability issue. * Fix for bug #570390 - Spellcheck in evolution is badly broken. Firefox/Thunderbird: * Fix for bug #537303 - Certain FF3 add-ons interfere with Orca's ability to provide access to content. * Fix for bug #567864 - Orca stops responding when flat review is used in thunderbird message window and message is closed. This was a very bad hang reported by several users on the Orca list. * Fix for bug #567984 - Structural navigation needs to consider text within the document frame. * Fix for bug #568631 - Orca does not update the position for same-page links which reference objects by name/id in Firefox 3. * Fix for bug #568768 - Orca starts at the top of a newly-loaded page rather than the specified fragment. This was a very bad usability problem when navigating across web pages. * Fix for bug #552965 - (ARIA) aria-valuetext ignored * Fix for bug #555540 - (ARIA) Add support for additional landmark roles. * Fix for bug #568467 - (ARIA) aria-describedby text spoken twice via Where Am I * Fix for bug #568550 - (ARIA) Add default keybindings for navigating by landmarks * Fix for bug #569346 - (ARIA) No speech for image-only ARIA buttons and ARIA menu items * Fix for bug #569835 - (ARIA) Orca should support the ARIA haspopup attribute * Fix for bug #570551 - (ARIA) UIUC Number Guessing Game Alert Dialog not presented when it appears. * Fix for bug #570524 - (ARIA) Issues with Dojo combo box interaction. * Fix for bug #570532 - (ARIA) Alert text not brailled when navigating it. * Work on bug #571058 - (ARIA) Orca's caret navigation is kicking in when it shouldn't be.
Update to 2.24.3: 2.24.3 - 12-Jan-2008 General: * Re-fix for bug #354479 - Automatic presentation of "balloon" type messages. * The rest of the fix for bug #551891 - Flat review does not always start in the correct place when focus is in a tree table. * Fix for bug #562877 - account for pronunciation dictionary when speech-dispatcher backend is used * Fix for bug #563171 - src/orca/flat_review.py:getZonesFromText should clip zones based on what text is visible * Fix for bug #564994 - Drop eel dependency OpenOffice: * Fix for bug #562532 - When using Openoffice.org Spreadsheet with Orca, the cell coordinates are not spoken for all locales. Firefox: * Fix for bug #563502 - Need to map "Shiretoko" to the Mozilla script. * Fix for bug #565886 - Extraneous caret-moved events emitted by FF 3.1 cause unnecessary braille updating. * Fix for bug #565944 - Missing whitespace when the end of line braille indicator is followed by an image in FF 3.x. * Fix for bug #566073 - Orca provides the "tree level" for items in submenus within Firefox 3.x. * Fix for bug #566180 - Orca inappropriately announces the name and role of (un)ordered list items as part of the context in Firefox 3.2. * Fix for bug #566181 - Changes made to Firefox 3.2 caret-moved events cause Orca to provide unreliable access during the use of the Find toolbar. * Fix for bug #566361 - Orca inappropriately announces the name of table cells as part of the context in Firefox 3.2. * Fix for bug #566954 - ARIA toggle button state not handled correctly * Fix for bug #566955 - Need to remove extra whitespace from braille output for Firefox 3.x. * Fix for bug #567167 - Orca sometimes (re)announces that the document frame has just received focus in Firefox 3.x. New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca hu Hungarian Attila Hammer and Gabor Kelemen
Update to 2.24.2: 2.24.2 - 24-Nov-2008 General: * More work on bug #508675 - Applying change in Orca preference dialog is a little bit slow. This fix makes things even faster. * Fix for bug #551891 - Flat review does not always start in the correct place when focus is in a tree table. * Refix for bug #552344 - tutorial message for desktop not spoken. * Fix for bug #554002 - Orca App-Preferences dialog page tabs are "off" by one in speech and braille. * Fix for bug #556470 - Orca should not land on empty (cell-less) tables when using structural navigation by table. * Fix for bug #561540 - Traceback in default.py onStateChanged. OpenOffice: * Fix for bug #357545 - Orca does not speak all buttons in openoffice database table creation wizard. * Fix for bug #556657 - Orca is rather chatty when focus is given to an OOo list whose parent is a combo box. Firefox: * Fix for bug #495303 - Character flat review not working correctly with generated texts in XUL. * Fix for bug #554616 - Problems accessing subsequent lines of cells which contain line break tags in FF3 tables. * More work on bug #554831 - Google calendar unusable with orca. You can now arrow into the day grid. * Fix for bug #555055 - Orca should be able to navigate http://www.modernthaisf.com/gpage.html. * Fix for bug #558516 - Traceback when navigating on huge webpages. * Fix for bug #559839 - Orca sometimes includes content from other lines when navigating via Up/Down Arrow in Firefox 3. * Fix for bug #560466 - Improve the accuracy of label guess for Firefox 3. New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca ca Catalan Gil Forcada de German Simon Bienlien and Jochen Skulj et Estonian Ivar Smolin and Priit Laes hu Hungarian Attila Hammer and Gabor Kelemen si Sinhala Danishka Navin zh_HK Traditional Chinese Chao-Hsiung Liao zh_TW Traditional Chinese Chao-Hsiung Liao
Update to 2.24.1: Lots of "Fix for bug #..." and translation update entries removed. 2.24.1 - 15-Oct-2008 2.24.0 - 21-Sep-2008 2.23.92 - 08-Sep-2008 2.23.91 - 01-Sep-2008 2.23.90 - 18-Aug-2008 General: * Use DBus only if DBUS_SESSION_BUS_ADDRESS is defined so as to avoid unexpected launching of a DBus daemon 2.23.6 - 04-Aug-2008 2.23.5 - 21-Jul-2008 2.23.4 - 16-Jun-2008 2.23.3 - 02-Jun-2008 2.23.2 - 12-May-2008 2.23.1 - 21-Apr-2008 2.21.92 - 25-Feb-2008 2.21.91 - 11-Feb-2008 2.21.90 - 28-Jan-2008 2.21.5 - 14-Jan-2008 2.21.4 - 17-Dec-2007 NOTE: There have been keybindings changes for this release. * Instead of Orca+F1 to enter learn mode, the binding is now Orca+h. * Instead of Orca+{1,2,3,4,5,6,7,8,9} to read the last nth message that was presented in an application such as gaim or gnome-mud, the binding is now Orca+{F1,F2,F3,F4,F5,F6,F7,F8,F9}. * The debugging keys have been rebound as well. The new bindings are Orca+Ctrl+Alt+{the following}, where {the_following} is one of: End - report active script info Home - print list of known apps and their windows Page_Up - print locus of focus ancestry Page_Down - print accessible hierarchy of active application Magnification: * Support "live updating" when setting various magnification features Changes made to the zoomer in the Orca Preferences now update in real time: it is no longer necessary to press the Apply button to see if the option you've chosen works for you and then undo it or adjust it if it doesn't. Note that you must still press the Apply or the OK button to make your changes permanent. Performance and Quality: * Much work on performance (bug #491756). If you have specific areas that you think are slow, please let us know the exact details. These performance fixes also rely upon fixes being made in other modules (pyorbit, pyatspi) for the GNOME 2.21.4 release. * Completed major pylinting work (bug #486726). This helped us greatly and found a few latent bugs. 2.21.3 - 03-Dec-2007 General: * Lots and lots of pylint'ing (bug #486726) * Beginning of work on performance (bug #491576). We still have a bit of work to do. We actually have some changes, but we're not comfortable with them yet. 2.21.2 - 12-Nov-2007 2.21.1 - 28-Oct-2007 2.21.0 - 03-Oct-2007
update to 2.20.3 changes: -fix a python character encoding problem -translation updates
update to 2.20.1 This switches to the new gnome-2.20 branch.
import orca-2.18.1, a screen magnifier/reader for the gnome desktop
Initial revision