[orca] Created tag ORCA_3_29_3
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Created tag ORCA_3_29_3
- Date: Sat, 7 Jul 2018 13:21:58 +0000 (UTC)
The unsigned tag 'ORCA_3_29_3' was created.
Tagger: Joanmarie Diggs <jdiggs igalia com>
Date: 1530969681 -0400
Orca v3.29.3
Changes since the last tag 'ORCA_3_28_0':
Anders Jonsson (2):
help: Fix a typo
Update Swedish translation
Daniel Mustieles (1):
Updated Spanish translation
Joanmarie Diggs (124):
Post-release version bump
Move clearing of flat review context out of event manager and into script
Activate the default script if the event queue is empty and there is no focus
Set the active script to None if the current window is deactivated
Treat selection changes like focus changes for the purpose of script activation
Revert "Treat selection changes like focus changes for the purpose of script activation"
Treat gnome-shell selection changes like focus changes for script activation
Don't speak the role of selected panels
Look up single-character labels in chnames
Ignore new "busy" event for editable content in Thunderbird
Clear the AT-SPI2 cache for selected panels in gnome-shell
Try to filter out what are functionally duplicate mouse-moved events
Load/unload mouse reviewer when settings are reloaded
Only insert pause character after alphanumeric strings
Prefer the name over the displayedText when speaking links
Treat headings as large objects regardless of size
Don't assume successful name generation when checking its length
Begin cleanup of event synthesizer
Ignore children-changed events from layered panes
Ignore name-change events from canvas and icon
Ignore state-changed:sensitive for filler role
More work on event filtering
Ignore name-change events for menu items
Make braille generation for frames consistent with speech generation
Return early when generating new ancestors for frames and windows
Don't clear cache on the active window for focused event
Add explicit formatting string for braille generation of application
Fix brlmon regression introduced by 71b63379f
Don't clear cache on window in window:activate event
Add table-prefixed header role names to roles treated as cells
Don't assume row accessible objects when getting descendant at point
Fall back on real active descendant when creating zones
Use parent property rather than 'in' to check if an object is in container
Ensure usedDescriptionForName is reset
Fall back on described-by relation to get description
Include unrelated labels in panel context
Present message when whereAmI or SayAll is used in dead object
Filter out selection-changed events from parents of defunct descendants
Skip queued selection-changed events from parents of defunct descendants
Attempt to weed out object:selection-changed events from dead accessibles
Ignore text changes from GTK sources which are not showing and visible
Don't attempt to find next/previous object of zombie
Ensure we have a wordString before attempting to speak it
Fall back on the active window when presenting the title bar of defunct object
Also fall back on active window when presenting whereAmI information
Try to filter out widget labels from truly unrelated labels
Make the minimum number of words in unrelated labels an optional argument
Reduce minimum word requirement for non-dialog unrelated labels
Increase minimum word requirement for panel unrelated labels
Add explicit handling for "document web" role
Only speak layered pane role if there is no label or name
Only speak icon/canvas role when there is no image description
Don't treat deletions from hidden objects as result of BackSpace command
Don't handle unknown, untagged added children as live region events
Don't flatten MathML expressions when expanding embedded object characters
Temporarily disable preservation of MathML tree when expanding EOCs
Renable preservation of MathML tree when expanding EOCs
Also preserve MathML tree when it is the first object being expanded
Don't generate link and heading ancestors for non-top-level math objects
Eliminate double-presentation of name resulting from name from contents
Treat group elements with no children as divs rather than panels
Prefer the math character name when in MathML
Look up character names when the content to be presented is a single char
Don't treat tables with an author-provided table role as layout only
Fix regression in name presentation
Don't filter out duplicate names for locusOfFocus
Don't present rolename for desktop
Don't announce icon view when the layered pane descends from the desktop
Merge branch 'caret_end_of_line' into 'master'
Minimize context presented during mouse review
Treat layered panes as containers for the purpose of mouse review
Check for minimized windows in mouse review
Revert "Fix backspacing text"
Update braille when caret moves in web page due to mouse click
Merge branch 'double-orca' into 'master'
Treat labels as single objects for the purpose of mouse review
Merge branch 'double-orca-caps2' into 'master'
Fix settings copy & paste bug
Check if we're inside a menu when looking for object under mouse
Filter out extraneous events for current mouse review object
Don't treat stale mouseover objects as the current item
Treat menus as containers for the purpose of mouse review
Handle focus: event floods resulting from rapid selection changes
Merge branch 'caret_end_of_line' into 'master'
Add utilities for identifying when we're in a context menu
Ignore caret-moved events when focus in context menu
Don't exit focus mode when navigating to/amongst radio buttons
Ignore state active false changes for current window while in a menu
Prevent enableBrailleMonitor from being set via preferences dialog
Remove non-existent setting
Work around objects which claim no size when looking for object at point
Be more aggressive finding candidate descendants at point
Attempt to filter out more bogus events from Eclipse
Defer to toolkit script for focus: events from menus in Eclipse
Revert "Handle focus: event floods resulting from rapid selection changes"
Merge branch 'caret_end_of_line2' into 'master'
Always update locusOfFocus when caret moves to do scrolling
Include final offset when presenting line contents of web content
Announce when one or more rows or columns gets selected/unselected in Calc
Filter out load-related events from Firefox extensions
Include the static role when looking for unrelated labels
Announce when a range of calc cells gets selected or unselected
Include cell contents when presenting Calc selection changes
Interrupt presentation before presenting Calc selection changes
Treat table rows like tree items for the purpose of presentation
Attempt to set the correct active script upon launch
Filter out more bogus replicants from Gecko
Merge branch 'caret_end_of_line3' into 'master'
Try to determine the focused object upon initial launch
Search for caret context when focus goes from frame to web document
Ensure all keyword arguments get passed along when generating speech
Present named objects in their entirety for the purpose of mouse review
Don't treat collapsed autocompletes with children as leaf nodes
More work on what we treat as whole objects for mouse review
Treat tool bars as containers for the purpose of mouse review
Prevent descent into elements which should be treated as a whole
Merge branch 'speech_progress' into 'master'
Check the keyword arguments for a prior object just in case
Defer to default presentObject() when not in document content
Filter out empty lists when generating contents
Merge branch 'speech_progress2' into 'master'
Merge branch 'speech_progress3' into 'master'
Handle starting flat review when cursor offset is after final character
Prep for Orca v3.29.3 release
Marek Cernocky (1):
Updated Czech translation
Piotr Drąg (1):
Fix a XML entity in German help translation
Samuel Thibault (12):
Release device when braille is deactivated for some applications
braille: fix bogus dots appearing after text
Make double-orca presses perform the underlying key action
Fix backspacing text
Support synthesizing caps lock for double-orca support
Fix braille updating when backspacing text on long lines
Revert part of "Fix braille updating when backspacing text on long lines"
Fix braille updating when backspacing text on long lines
braille: only set viewport[0] to 0 when the string fits
speech: add progress marking support
speech: Fix missing text punctuation verbalization
speech: respect SSML norm
Shérab (1):
Support CMD_FWINLTSKIP and CMD_FWINRTSKIP from brltty
Tim Sabsch (1):
Update German translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]