Accepting request 291478 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291478 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=196
This commit is contained in:
parent
15a5b23a7e
commit
17a5427545
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8258dc3174572a4bf1a266ad36df46cf5f2c5a8dc5df1a071f49f812bec2a315
|
||||
size 1998804
|
3
orca-3.15.92.tar.xz
Normal file
3
orca-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca2c55efd54e2be78bfa4aa6a617bfe694c902c7531ceca4ea7ce66c36cb8d7
|
||||
size 2061068
|
79
orca.changes
79
orca.changes
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 08:26:55 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.92:
|
||||
+ Refine the heuristic used to identify layout tables.
|
||||
+ Do not speak table details when verbosity level is brief.
|
||||
+ Check for the new(ish) accessible roles for documents in
|
||||
structural navigation (needed for table navigation in recent
|
||||
versions of Writer).
|
||||
+ Check for Zombie accessibles in Writer's onCaretMoved() so that
|
||||
we don't get tripped up by deleted paragraphs.
|
||||
+ Be less aggressive weeding out layout-only siblings for
|
||||
position and set size, because getting it 100% right is
|
||||
non-performant.
|
||||
+ Don't look for zombie replicants in ROLE_EMBEDDED objects
|
||||
(fixes hang with Firefox).
|
||||
+ Use the default object generation for ROLE_EMBEDDED (fixes
|
||||
bogus information presentation with Firefox).
|
||||
+ Correct outdated links to documentation in translator comments,
|
||||
and fix translator comment symbol for bowtie operator.
|
||||
+ Present the line rather than all object contents when
|
||||
navigating by landmark.
|
||||
+ Update our landmark role list to bring it into alignment with
|
||||
the ARIA spec.
|
||||
+ Do not rely on displayedText() when determining if a table cell
|
||||
is blank.
|
||||
+ Update position in Gecko content when SayAll is interrupted.
|
||||
+ Several fixes related to Gecko killing accessible objects.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 12:38:03 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.91:
|
||||
+ General:
|
||||
- Add optional start and end offset arguments for
|
||||
getTextLineAtCaret().
|
||||
- Fix multiple issues related to presentation of widgets and
|
||||
web content.
|
||||
- Don't rely on pyatspi's cache for names.
|
||||
- Add support for XDG_VTNR for braille.
|
||||
- Add formatting strings for ROLE_LABEL so that they get
|
||||
presented.
|
||||
- Work around two cases of dead LibreOffice accessible objects.
|
||||
- Ignore text insertions from menus and menu items.
|
||||
- Add support to identify and present Evolution's Status column
|
||||
header.
|
||||
- Set sayAllOnLoad's default value to False for Evolution.
|
||||
- Add utility methods to identify WebKitGtk content in
|
||||
Evolution.
|
||||
- Add some sanity checking to handle dead accessibles from
|
||||
Evolution.
|
||||
- Validate reportedly-selected children.
|
||||
- Suppress bogus "not selected" presentation in Evo's Messages
|
||||
tree.
|
||||
- Handle a missing event from a mystery object in the Evolution
|
||||
GUI.
|
||||
- Add support for Evolution's GUI.
|
||||
- Implement ability to use structural navigation commands
|
||||
during SayAll.
|
||||
- Remove clickCount from orca_state.py.
|
||||
- Move lastKeyEchoTime to speechdispatcherfactory.py.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 22:18:35 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.4:
|
||||
+ Implement ability to "rewind" and "fast forward" during SayAll.
|
||||
+ Add support for presentation of mathematical alphanumeric
|
||||
symbols and operators.
|
||||
+ Application-specific shortcut rebinding doesn't persist
|
||||
(bgo#742293).
|
||||
+ Eliminate some false positives in the label inference code.
|
||||
+ Fix several bugs related to sayAll.
|
||||
+ Improve support for presentation of nested tables during
|
||||
structural navigation.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 17:37:45 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package orca
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: orca
|
||||
Version: 3.14.3
|
||||
Version: 3.15.92
|
||||
Release: 0
|
||||
Summary: Screen reader for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/orca/3.14/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/orca/3.15/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user