Re: Orca: String-freeze break request

2014-09-06 Thread Piotr Drąg
2014-09-07 2:45 GMT+02:00 Joanmarie Diggs :
> TL;DR: No good deed goes unpunished. Please, please grant this request.
> https://bugzilla.gnome.org/show_bug.cgi?id=736214
>

1/2 from i18n.

Best regards,

-- 
Piotr Drąg
http://raven.fedorapeople.org/
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.

Orca: String-freeze break request

2014-09-06 Thread Joanmarie Diggs

TL;DR: No good deed goes unpunished. Please, please grant this request.
https://bugzilla.gnome.org/show_bug.cgi?id=736214

Proposed strings (3):

+# Translators: Orca's verbosity levels control how much (or how little)
+# Orca will speak when presenting objects as the user navigates within
+# applications and reads content. The levels can be toggled via 
command.

+# This string describes that command.
+TOGGLE_SPEECH_VERBOSITY = _("Toggles speech verbosity level.")

+# Translators: Orca's verbosity levels control how much (or how little)
+# Orca will speak when presenting objects as the user navigates within
+# applications and reads content. The two levels are "brief" and 
"verbose".

+# The following string is a message spoken to the user upon toggling
+# this setting via command.
+SPEECH_VERBOSITY_BRIEF = C_("Speech", "Verbosity level: brief")

+# Translators: Orca's verbosity levels control how much (or how little)
+# Orca will speak when presenting objects as the user navigates within
+# applications and reads content. The two levels are "brief" and 
"verbose".

+# The following string is a message spoken to the user upon toggling
+# this setting via command.
+SPEECH_VERBOSITY_VERBOSE = C_("Speech", "Verbosity level: verbose")

Detailed explanation:

"Clickable" elements are those which have an onClick handler. Sadly, 
these elements tend to be text spans that are not focusable, not 
discoverable, and thus inaccessible. Orca now announces their presence 
and provides means to navigate to them and activate them. As a result, 
these formerly inaccessible elements are now accessible. This new 
feature was added during the 3.13/3.14 release cycle. And there was much 
rejoicing. Until


From user testing, I've recently learned that certain sites, see Voice 
of America's "learn english" content as an example, makes pretty much 
EVERY word clickable so that (sighted, mouse-using) learners can click 
on a word and have that word's definition pop up. This unfortunately 
makes the content unreadable at Orca's "verbose" level of speech 
verbosity. ("This clickable makes clickable the content clickable 
unreadable clickable at Orca clickable 's level clickable of speech 
clickable verbosity clickable ."). :(


Such sites indicate that it is no longer the case that there is a single 
verbosity level that should JustWork(tm) for the user. It needs to be 
toggle-able. I've made this change and committed it to master. I'd 
really (really, really, really) like to commit it to the 3.14 branch. 
Please and thank you. :)


--joanie
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Merge eBooks support in gnome-documents (was Re: New feature proposals period start)

2014-09-06 Thread Bastien Nocera
On Fri, 2014-09-05 at 00:00 +, Release Team wrote:
> Hello all,
> 
> New feature proposals period start
> 
> 
> For more information about 3.13, the full schedule, the official
> module lists and the proposed module lists, please see our colorful 3.13
> page:
>http://www.gnome.org/start/unstable
> 
> For a quick overview of the GNOME schedule, please see:
>https://wiki.gnome.org/Schedule

Here goes with a first proposal, I'd like to be able to merge:
https://bugzilla.gnome.org/show_bug.cgi?id=704316

This would add a new application to the GNOME release. It's all
dependent on Marta providing a viewer widget, though the libgepub[1]
maintainer is interested in working on a native one.

And it obviously also depends on the gnome-documents maintainers being
happy with the path taken, of reusing a majority of gnome-documents'
codebase to avoid duplication.

Cheers

[1]: https://github.com/danigm/libgepub

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.