OSDN Git Service

nvdajp/nvdajp.git
7 years agoL10n updates for: cs
NVDA translation automation [Thu, 17 Nov 2016 14:05:15 +0000 (00:05 +1000)]
L10n updates for: cs
From translation svn revision: 29941

Authors:
Martina Letochova <letochova@seznam.cz>

Stats:
194 74 source/locale/cs/LC_MESSAGES/nvda.po
 1 file changed, 194 insertions(+), 74 deletions(-)

7 years agoL10n updates for: ca
NVDA translation automation [Thu, 17 Nov 2016 14:05:14 +0000 (00:05 +1000)]
L10n updates for: ca
From translation svn revision: 29941

Authors:
Ruben Alcaraz <ruben.hangar1.8@gmail.com>
Dr. Mireia Ribera <mireia.ribera@gmail.com>
Santi Moese <santispock@gmail.com>
Marina Salse Rovira <salse@ub.edu>

Stats:
247 114 source/locale/ca/LC_MESSAGES/nvda.po
 1 file changed, 247 insertions(+), 114 deletions(-)

7 years agoL10n updates for: ar
NVDA translation automation [Thu, 17 Nov 2016 14:05:10 +0000 (00:05 +1000)]
L10n updates for: ar
From translation svn revision: 29941

Authors:
Fatma Mehanna <fatma.mehanna@gmail.com>
Shaimaa Ibrahim <shamse1@gmail.com>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
12 5 user_docs/ar/changes.t2t
 1 file changed, 12 insertions(+), 5 deletions(-)

7 years agoL10n updates for: an
NVDA translation automation [Thu, 17 Nov 2016 14:05:08 +0000 (00:05 +1000)]
L10n updates for: an
From translation svn revision: 29941

Authors:
Jorge Perez <jorgtum@gmail.com>

Stats:
25 19 source/locale/an/LC_MESSAGES/nvda.po
 1 file changed, 25 insertions(+), 19 deletions(-)

7 years agoWhat's New: Clarifications/linguistic fixes.
James Teh [Tue, 15 Nov 2016 01:34:52 +0000 (11:34 +1000)]
What's New: Clarifications/linguistic fixes.

7 years agoUpdate What's New.
James Teh [Mon, 14 Nov 2016 00:22:47 +0000 (10:22 +1000)]
Update What's New.

7 years agoIn Firefox with multi-process enabled, browse mode and editable text fields now funct...
James Teh [Mon, 14 Nov 2016 00:21:18 +0000 (10:21 +1000)]
In Firefox with multi-process enabled, browse mode and editable text fields now function correctly. (#6380)

nvdaHelperRemote: Use SendMessageCallback instead of SendMessage to execute most cross-thread calls.
This is necessary for Firefox multi-process. When we use SendMessage to execute calls in the main thread, outgoing cross-process COM calls fail with RPC_E_CANTCALLOUT_ININPUTSYNCCALL; see Mozilla bug 1297549 comment 14. We avoid this by instead using PostMessage and waiting on an event.
Even though this is only relevant to Firefox multi-process right now, this applies to any case where we might call a COM proxy in a cross-thread call.
execInWindow now uses SendMessageCallback. Virtual buffer backends now use execInWindow to initialize/terminate the render thread instead of their own message/hook.

7 years agoFix crashes in 64 bit Mozilla and Chrome-based applications. (#6497)
James Teh [Mon, 14 Nov 2016 00:08:58 +0000 (10:08 +1000)]
Fix crashes in 64 bit Mozilla and Chrome-based applications. (#6497)

Gecko vbuf backend: Don't pass a pointer to a 32 bit int to IAccessible2::get_windowHandle, which expects a pointer to a 64 bit HWND.
HWND is a 64 bit type on x64, but Windows guarantees that only 32 bits are used. However, just because the other bits aren't used doesn't mean they won't be written, thus potentially corrupting the stack.
Crash originally reported by @MarcoZehe in Mozilla bug 1311062.

7 years agoiTunes no longer intermittently freezes forever when using browse mode for the iTunes...
James Teh [Mon, 14 Nov 2016 00:07:26 +0000 (10:07 +1000)]
iTunes no longer intermittently freezes forever when using browse mode for the iTunes Store, Apple Music, etc. (#6502)

This was due to a deadlock between an RPC thread and the main thread when NVDA called getNativeHandleForNode and the main thread was attempting to render at the same time.
WebKit now supports IAccessible2 uniqueID. We now use this instead of our getNativeHandleForNode hack, as it's a much cleaner, safer and more reliable way to marshal objects between processes. This does mean we no longer support iTunes versions from a few years ago, but I doubt Apple does either and iTunes is free anyway.
getNativeHandleForNode and getNodeForNativeHandle have been removed from vbuf backend. They suffer from this deadlock, they're extremely ugly, and they were only introduced to support WebKit before it got IA2 anyway.
PR #6503.

7 years agoIn Microsoft Excel, pressing enter or numpadEnter when navigating a spreadsheet now...
James Teh [Mon, 14 Nov 2016 00:00:05 +0000 (10:00 +1000)]
In Microsoft Excel, pressing enter or numpadEnter when navigating a spreadsheet now correctly reports navigation to the next row. (#6500)

PR #6501.

7 years agoInclude our dll/exe files in the symbol store, as these are necessary to work with...
James Teh [Sun, 13 Nov 2016 23:58:18 +0000 (09:58 +1000)]
Include our dll/exe files in the symbol store, as these are necessary to work with crash dumps. (#6507)

7 years agoIt is now possible to assign gestures to commands for the Handy Tech braille display...
James Teh [Sun, 13 Nov 2016 23:56:11 +0000 (09:56 +1000)]
It is now possible to assign gestures to commands for the Handy Tech braille display driver in the NVDA Input Gestures dialog. (#6461)

* Scripts on braille display drivers are now considered when building the list of all input gesture mappings.
* The Handy Tech driver now specifies a script category of braille instead of defaulting to miscellaneous.

PR #6485.

7 years agoUpdate translations.
NVDA translation automation [Thu, 10 Nov 2016 14:05:59 +0000 (00:05 +1000)]
Update translations.

From translation svn revision: 29707

7 years agoL10n updates for: ru
NVDA translation automation [Thu, 10 Nov 2016 14:05:49 +0000 (00:05 +1000)]
L10n updates for: ru
From translation svn revision: 29707

Authors:
Ruslan Kolodyazhni <eye0@rambler.ru>
Ruslan Shukhanov <ru2020slan@yandex.ru>
Beqa Gozalishvili <beqaprogger@gmail.com>
Aleksandr Lin'kov <kvark128@yandex.ru>
alexander Yashin <a.jaszyn@ya.ru>

Stats:
3 0 user_docs/ru/changes.t2t
 1 file changed, 3 insertions(+)

7 years agoL10n updates for: ro
NVDA translation automation [Thu, 10 Nov 2016 14:05:47 +0000 (00:05 +1000)]
L10n updates for: ro
From translation svn revision: 29707

Authors:
Dan Punga <dan.punga@gmail.com>, Florian Ionascu <7ro2014@gmail.com>, Nicuşor Untilă <nicusoruntila@yahoo.com>

Stats:
22 22 source/locale/ro/LC_MESSAGES/nvda.po
3 0 user_docs/ro/changes.t2t
 2 files changed, 25 insertions(+), 22 deletions(-)

7 years agoL10n updates for: pt_PT
NVDA translation automation [Thu, 10 Nov 2016 14:05:45 +0000 (00:05 +1000)]
L10n updates for: pt_PT
From translation svn revision: 29707

Authors:
Diogo Costa <diogojoca@gmail.com>
Rui Batista <ruiandrebatista@gmail.com>
Rui Fontes <rui.fontes@tiflotecnia.com>

Stats:
26 19 source/locale/pt_PT/LC_MESSAGES/nvda.po
8 0 user_docs/pt_PT/changes.t2t
 2 files changed, 34 insertions(+), 19 deletions(-)

7 years agoL10n updates for: pl
NVDA translation automation [Thu, 10 Nov 2016 14:05:42 +0000 (00:05 +1000)]
L10n updates for: pl
From translation svn revision: 29707

Authors:
Grzegorz Zlotowicz <grzezlo@wp.pl>
Hubert Meyer <killer@tyflonet.com>

Stats:
5 2 user_docs/pl/changes.t2t
 1 file changed, 5 insertions(+), 2 deletions(-)

7 years agoL10n updates for: ko
NVDA translation automation [Thu, 10 Nov 2016 14:05:38 +0000 (00:05 +1000)]
L10n updates for: ko
From translation svn revision: 29707

Authors:
Joseph Lee <joseph.lee22590@gmail.com>
Chang-Hwan Jang <462356@gmail.com>
Dong Hee Park <hi@aheu.org>

Stats:
2 2 source/locale/ko/LC_MESSAGES/nvda.po
35 27 user_docs/ko/userGuide.t2t
 2 files changed, 37 insertions(+), 29 deletions(-)

7 years agoL10n updates for: ja
NVDA translation automation [Thu, 10 Nov 2016 14:05:35 +0000 (00:05 +1000)]
L10n updates for: ja
From translation svn revision: 29707

Authors:
Takuya Nishimoto <nishimotz@gmail.com>
Minako Nonogaki <minakonono3519@gmail.com>

Stats:
4 4 source/locale/ja/LC_MESSAGES/nvda.po
20 20 user_docs/ja/userGuide.t2t
 2 files changed, 24 insertions(+), 24 deletions(-)

7 years agoL10n updates for: he
NVDA translation automation [Thu, 10 Nov 2016 14:05:28 +0000 (00:05 +1000)]
L10n updates for: he
From translation svn revision: 29707

Authors:
Shmuel Naaman <shmuel_naaman@yahoo.com>
Afik Sofir <afik.sofer@gmail.com>

Stats:
5 8 source/locale/he/LC_MESSAGES/nvda.po
 1 file changed, 5 insertions(+), 8 deletions(-)

7 years agoL10n updates for: gl
NVDA translation automation [Thu, 10 Nov 2016 14:05:27 +0000 (00:05 +1000)]
L10n updates for: gl
From translation svn revision: 29707

Authors:
Juan C. buno <oprisniki@gmail.com>

Stats:
3 0 user_docs/gl/changes.t2t
 1 file changed, 3 insertions(+)

7 years agoL10n updates for: fr
NVDA translation automation [Thu, 10 Nov 2016 14:05:25 +0000 (00:05 +1000)]
L10n updates for: fr
From translation svn revision: 29707

Authors:
Michel such <michel.such@free.fr>
Patrick ZAJDA <patrick@zajda.fr>
Remy Ruiz <remyruiz@gmail.com>
Bachir Benanou <ben_bach@yahoo.fr>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
3 0 user_docs/fr/changes.t2t
 1 file changed, 3 insertions(+)

7 years agoL10n updates for: fi
NVDA translation automation [Thu, 10 Nov 2016 14:05:24 +0000 (00:05 +1000)]
L10n updates for: fi
From translation svn revision: 29707

Authors:
Jani Kinnunen <jani.kinnunen@wippies.fi>
Isak Sand <isak.sand@gmail.com>

Stats:
3 0 user_docs/fi/changes.t2t
 1 file changed, 3 insertions(+)

7 years agoL10n updates for: fa
NVDA translation automation [Thu, 10 Nov 2016 14:05:23 +0000 (00:05 +1000)]
L10n updates for: fa
From translation svn revision: 29707

Authors:
Ali Aslani <aslani.ali@gmail.com>
Mohammadreza Rashad <mohammadreza5712@gmail.com>

Stats:
187 108 source/locale/fa/LC_MESSAGES/nvda.po
 1 file changed, 187 insertions(+), 108 deletions(-)

7 years agoL10n updates for: es
NVDA translation automation [Thu, 10 Nov 2016 14:05:21 +0000 (00:05 +1000)]
L10n updates for: es
From translation svn revision: 29707

Authors:
Juan C. buno <oprisniki@gmail.com>
Noelia Martinez <nrm1977@gmail.com>

Stats:
3 0 user_docs/es/changes.t2t
 1 file changed, 3 insertions(+)

7 years agoL10n updates for: el
NVDA translation automation [Thu, 10 Nov 2016 14:05:18 +0000 (00:05 +1000)]
L10n updates for: el
From translation svn revision: 29707

Authors:
Irene Nakas <irnakas@gmail.com>
Nikos Demetriou <nikosdemetriou@googlemail.com>
access@e-rhetor.com

Stats:
26 20 source/locale/el/LC_MESSAGES/nvda.po
 1 file changed, 26 insertions(+), 20 deletions(-)

7 years agoL10n updates for: de
NVDA translation automation [Thu, 10 Nov 2016 14:05:16 +0000 (00:05 +1000)]
L10n updates for: de
From translation svn revision: 29707

Authors:
Bernd Dorer <bdorer@mailbox.org>
David Parduhn <xkill85@gmx.net>
Rene Linke <rene.linke@hamburg.de>

Stats:
13 1 user_docs/de/changes.t2t
 1 file changed, 13 insertions(+), 1 deletion(-)

7 years agoL10n updates for: ar
NVDA translation automation [Thu, 10 Nov 2016 14:05:09 +0000 (00:05 +1000)]
L10n updates for: ar
From translation svn revision: 29707

Authors:
Fatma Mehanna <fatma.mehanna@gmail.com>
Shaimaa Ibrahim <shamse1@gmail.com>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
21 15 source/locale/ar/LC_MESSAGES/nvda.po
8 0 user_docs/ar/changes.t2t
 2 files changed, 29 insertions(+), 15 deletions(-)

7 years agoUpdate changes file for PR #6465
Reef Turner [Wed, 9 Nov 2016 06:42:55 +0000 (14:42 +0800)]
Update changes file for PR #6465

The way IFrames are reported has been made more consistent accross browsers. IFrames are now reported as "frame" in Firefox. (Issue #6047)

7 years agoIframes now reported as frame (PR #6465)
Reef Turner [Wed, 9 Nov 2016 06:42:47 +0000 (14:42 +0800)]
Iframes now reported as frame (PR #6465)

Fixes #6047

In IE IFrames were being reported as "frame" and in Firefox as "IFrame".
Since "frame" is a more user friendly name, now both browsers report as
"frame".

7 years agoUpdate changes file for PR #6464
Reef Turner [Wed, 9 Nov 2016 06:33:21 +0000 (14:33 +0800)]
Update changes file for PR #6464

Numbered bullets are now read from table cells in Microsoft Word when moving by cell. (Issue #6446)

7 years agoUse paragraph as unit when reading in table (PR #6464)
Reef Turner [Wed, 9 Nov 2016 06:33:07 +0000 (14:33 +0800)]
Use paragraph as unit when reading in table (PR #6464)

When moving in a table, use a paragraph unit when reading text to ensure
that the number for a numbered list item in the cell is read.

Fixes #6446.

7 years agoAdd release blurb.
James Teh [Sun, 6 Nov 2016 22:12:06 +0000 (08:12 +1000)]
Add release blurb.

7 years agoAnother tiny fix to What's New.
James Teh [Fri, 4 Nov 2016 06:08:47 +0000 (16:08 +1000)]
Another tiny fix to What's New.

7 years agoWhat's New: Corrections and linguistic fixes. User Guide: Document the fact that...
James Teh [Fri, 4 Nov 2016 05:55:48 +0000 (15:55 +1000)]
What's New: Corrections and linguistic fixes. User Guide: Document the fact that audio ducking is not supported for portable/temporary copies of NVDA.

Fixes #6517. Fixes #6519. Fixes #6520. Closes #6521.

7 years agoUpdate translations.
NVDA translation automation [Thu, 3 Nov 2016 14:07:08 +0000 (00:07 +1000)]
Update translations.

From translation svn revision: 29636

7 years agoL10n updates for: zh_TW
NVDA translation automation [Thu, 3 Nov 2016 14:07:06 +0000 (00:07 +1000)]
L10n updates for: zh_TW
From translation svn revision: 29636

Authors:
wangjanli@gmail.com
maro.zhang@gmail.com
Aaron Wu <waaron2000@gmail.com>
Victor Cai <surfer0627@gmail.com>

Stats:
22 17 source/locale/zh_TW/LC_MESSAGES/nvda.po
56 56 source/locale/zh_TW/characterDescriptions.dic
 2 files changed, 78 insertions(+), 73 deletions(-)

7 years agoL10n updates for: zh_CN
NVDA translation automation [Thu, 3 Nov 2016 14:07:02 +0000 (00:07 +1000)]
L10n updates for: zh_CN
From translation svn revision: 29636

Authors:
vgjh2005@gmail.com

Stats:
1149 1133 source/locale/zh_CN/characterDescriptions.dic
 1 file changed, 1149 insertions(+), 1133 deletions(-)

7 years agoL10n updates for: tr
NVDA translation automation [Thu, 3 Nov 2016 14:06:57 +0000 (00:06 +1000)]
L10n updates for: tr
From translation svn revision: 29636

Authors:
Cagri Dogan <cagrid@hotmail.com>

Stats:
21 15 source/locale/tr/LC_MESSAGES/nvda.po
5 0 user_docs/tr/changes.t2t
 2 files changed, 26 insertions(+), 15 deletions(-)

7 years agoL10n updates for: ta
NVDA translation automation [Thu, 3 Nov 2016 14:06:54 +0000 (00:06 +1000)]
L10n updates for: ta
From translation svn revision: 29636

Authors:
Dinakar T.D. <td.dinkar@gmail.com>

Stats:
20 17 source/locale/ta/LC_MESSAGES/nvda.po
 1 file changed, 20 insertions(+), 17 deletions(-)

7 years agoL10n updates for: sl
NVDA translation automation [Thu, 3 Nov 2016 14:06:48 +0000 (00:06 +1000)]
L10n updates for: sl
From translation svn revision: 29636

Authors:
Jozko Gregorc <jozko.gregorc@gmail.com>

Stats:
22 16 source/locale/sl/LC_MESSAGES/nvda.po
 1 file changed, 22 insertions(+), 16 deletions(-)

7 years agoL10n updates for: ru
NVDA translation automation [Thu, 3 Nov 2016 14:06:43 +0000 (00:06 +1000)]
L10n updates for: ru
From translation svn revision: 29636

Authors:
Ruslan Kolodyazhni <eye0@rambler.ru>
Ruslan Shukhanov <ru2020slan@yandex.ru>
Beqa Gozalishvili <beqaprogger@gmail.com>
Aleksandr Lin'kov <kvark128@yandex.ru>
alexander Yashin <a.jaszyn@ya.ru>

Stats:
24 18 source/locale/ru/LC_MESSAGES/nvda.po
8 3 user_docs/ru/changes.t2t
 2 files changed, 32 insertions(+), 21 deletions(-)

7 years agoL10n updates for: ro
NVDA translation automation [Thu, 3 Nov 2016 14:06:39 +0000 (00:06 +1000)]
L10n updates for: ro
From translation svn revision: 29636

Authors:
Dan Punga <dan.punga@gmail.com>, Florian Ionascu <7ro2014@gmail.com>, Nicuşor Untilă <nicusoruntila@yahoo.com>

Stats:
28 23 source/locale/ro/LC_MESSAGES/nvda.po
5 0 user_docs/ro/changes.t2t
 2 files changed, 33 insertions(+), 23 deletions(-)

7 years agoL10n updates for: pt_BR
NVDA translation automation [Thu, 3 Nov 2016 14:06:34 +0000 (00:06 +1000)]
L10n updates for: pt_BR
From translation svn revision: 29636

Authors:
Cleverson Casarin Uliana <clever97@gmail.com>
Marlin Rodrigues <marlincgrodrigues@yahoo.com.br>

Stats:
20 14 source/locale/pt_BR/LC_MESSAGES/nvda.po
 1 file changed, 20 insertions(+), 14 deletions(-)

7 years agoL10n updates for: pl
NVDA translation automation [Thu, 3 Nov 2016 14:06:31 +0000 (00:06 +1000)]
L10n updates for: pl
From translation svn revision: 29636

Authors:
Grzegorz Zlotowicz <grzezlo@wp.pl>
Hubert Meyer <killer@tyflonet.com>

Stats:
254 137 source/locale/pl/LC_MESSAGES/nvda.po
5 0 user_docs/pl/changes.t2t
65 37 user_docs/pl/userGuide.t2t
 3 files changed, 324 insertions(+), 174 deletions(-)

7 years agoL10n updates for: nl
NVDA translation automation [Thu, 3 Nov 2016 14:06:27 +0000 (00:06 +1000)]
L10n updates for: nl
From translation svn revision: 29636

Authors:
Bram Duvigneau <bram@bramd.nl>
Bart Simons <bart@bartsimons.be>
A Campen <a.campen@wxs.nl>
Leonard de Ruijter <leonard@babbage.com>

Stats:
1 1 user_docs/nl/userGuide.t2t
 1 file changed, 1 insertion(+), 1 deletion(-)

7 years agoL10n updates for: ko
NVDA translation automation [Thu, 3 Nov 2016 14:06:22 +0000 (00:06 +1000)]
L10n updates for: ko
From translation svn revision: 29636

Authors:
Joseph Lee <joseph.lee22590@gmail.com>
Chang-Hwan Jang <462356@gmail.com>
Dong Hee Park <hi@aheu.org>

Stats:
195 231 source/locale/ko/LC_MESSAGES/nvda.po
 1 file changed, 195 insertions(+), 231 deletions(-)

7 years agoL10n updates for: ja
NVDA translation automation [Thu, 3 Nov 2016 14:06:18 +0000 (00:06 +1000)]
L10n updates for: ja
From translation svn revision: 29636

Authors:
Takuya Nishimoto <nishimotz@gmail.com>
Minako Nonogaki <minakonono3519@gmail.com>

Stats:
33 27 source/locale/ja/LC_MESSAGES/nvda.po
4 4 user_docs/ja/userGuide.t2t
 2 files changed, 37 insertions(+), 31 deletions(-)

7 years agoL10n updates for: it
NVDA translation automation [Thu, 3 Nov 2016 14:06:14 +0000 (00:06 +1000)]
L10n updates for: it
From translation svn revision: 29636

Authors:
Simone Dal Maso <simone.dalmaso@gmail.com>
Alberto Buffolino <a.buffolino@gmail.com>

Stats:
27 20 source/locale/it/LC_MESSAGES/nvda.po
 1 file changed, 27 insertions(+), 20 deletions(-)

7 years agoL10n updates for: he
NVDA translation automation [Thu, 3 Nov 2016 14:06:04 +0000 (00:06 +1000)]
L10n updates for: he
From translation svn revision: 29636

Authors:
Shmuel Naaman <shmuel_naaman@yahoo.com>
Afik Sofir <afik.sofer@gmail.com>

Stats:
210 101 source/locale/he/LC_MESSAGES/nvda.po
 1 file changed, 210 insertions(+), 101 deletions(-)

7 years agoL10n updates for: gl
NVDA translation automation [Thu, 3 Nov 2016 14:06:01 +0000 (00:06 +1000)]
L10n updates for: gl
From translation svn revision: 29636

Authors:
Juan C. buno <oprisniki@gmail.com>

Stats:
22 16 source/locale/gl/LC_MESSAGES/nvda.po
5 0 user_docs/gl/changes.t2t
 2 files changed, 27 insertions(+), 16 deletions(-)

7 years agoL10n updates for: fr
NVDA translation automation [Thu, 3 Nov 2016 14:05:57 +0000 (00:05 +1000)]
L10n updates for: fr
From translation svn revision: 29636

Authors:
Michel such <michel.such@free.fr>
Patrick ZAJDA <patrick@zajda.fr>
Remy Ruiz <remyruiz@gmail.com>
Bachir Benanou <ben_bach@yahoo.fr>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
31 25 source/locale/fr/LC_MESSAGES/nvda.po
5 0 user_docs/fr/changes.t2t
 2 files changed, 36 insertions(+), 25 deletions(-)

7 years agoL10n updates for: fi
NVDA translation automation [Thu, 3 Nov 2016 14:05:53 +0000 (00:05 +1000)]
L10n updates for: fi
From translation svn revision: 29636

Authors:
Jani Kinnunen <jani.kinnunen@wippies.fi>
Isak Sand <isak.sand@gmail.com>

Stats:
23 17 source/locale/fi/LC_MESSAGES/nvda.po
9 4 user_docs/fi/changes.t2t
3 3 user_docs/fi/userGuide.t2t
 3 files changed, 35 insertions(+), 24 deletions(-)

7 years agoL10n updates for: es
NVDA translation automation [Thu, 3 Nov 2016 14:05:46 +0000 (00:05 +1000)]
L10n updates for: es
From translation svn revision: 29636

Authors:
Juan C. buno <oprisniki@gmail.com>
Noelia Martinez <nrm1977@gmail.com>

Stats:
27 21 source/locale/es/LC_MESSAGES/nvda.po
5 0 user_docs/es/changes.t2t
 2 files changed, 32 insertions(+), 21 deletions(-)

7 years agoL10n updates for: de
NVDA translation automation [Thu, 3 Nov 2016 14:05:39 +0000 (00:05 +1000)]
L10n updates for: de
From translation svn revision: 29636

Authors:
Bernd Dorer <bdorer@mailbox.org>
David Parduhn <xkill85@gmx.net>
Rene Linke <rene.linke@hamburg.de>

Stats:
19 13 source/locale/de/LC_MESSAGES/nvda.po
 1 file changed, 19 insertions(+), 13 deletions(-)

7 years agoL10n updates for: cs
NVDA translation automation [Thu, 3 Nov 2016 14:05:34 +0000 (00:05 +1000)]
L10n updates for: cs
From translation svn revision: 29636

Authors:
Martina Letochova <letochova@seznam.cz>

Stats:
20 17 source/locale/cs/LC_MESSAGES/nvda.po
 1 file changed, 20 insertions(+), 17 deletions(-)

7 years agoUpdate What's New for #6462.
James Teh [Thu, 3 Nov 2016 06:53:49 +0000 (16:53 +1000)]
Update What's New for #6462.

7 years agoFixed another rare issue when scanning for serial ports on some systems which made...
James Teh [Thu, 3 Nov 2016 06:12:53 +0000 (16:12 +1000)]
Fixed another rare issue when scanning for serial ports on some systems which made some braille display drivers unusable. (#6462)

hwPortUtils.listComPorts: In some rare cases, the SPDRP_FRIENDLYNAME registry property doesn't exist/isn't valid. In these cases, just use the port name as the friendly name.
While we're at it:
* Also use PortName for FriendlyName on ERROR_INSUFFICIENT_BUFFER. We haven't seen it, but callers depend on FriendlyName, so we want to fall back if it does happen.
* For extra safety, skip the port altogether if PortName is empty.

7 years agoUpdate what's new for #6271
Michael Curran [Wed, 2 Nov 2016 23:45:25 +0000 (09:45 +1000)]
Update what's new for #6271

7 years agoInitial support for Anniversary updates of Microsoft Edge and Windows 10 Mail. PR...
Michael Curran [Wed, 2 Nov 2016 23:38:22 +0000 (09:38 +1000)]
Initial support for Anniversary updates of Microsoft Edge and Windows 10 Mail. PR #6271

7 years agoIgnore COMError in IE 11 on Windows 7 during UIA text fetching.
Michael Curran [Wed, 2 Nov 2016 06:19:20 +0000 (16:19 +1000)]
Ignore COMError in IE 11 on Windows 7  during UIA text fetching.

Re #6450

7 years agoUpdate translations.
NVDA translation automation [Thu, 27 Oct 2016 14:06:12 +0000 (00:06 +1000)]
Update translations.

From translation svn revision: 29554

7 years agoL10n updates for: zh_TW
NVDA translation automation [Thu, 27 Oct 2016 14:06:11 +0000 (00:06 +1000)]
L10n updates for: zh_TW
From translation svn revision: 29554

Authors:
wangjanli@gmail.com
maro.zhang@gmail.com
Aaron Wu <waaron2000@gmail.com>
Victor Cai <surfer0627@gmail.com>

Stats:
37 29 user_docs/zh_TW/userGuide.t2t
 1 file changed, 37 insertions(+), 29 deletions(-)

7 years agoL10n updates for: zh_CN
NVDA translation automation [Thu, 27 Oct 2016 14:06:10 +0000 (00:06 +1000)]
L10n updates for: zh_CN
From translation svn revision: 29554

Authors:
vgjh2005@gmail.com

Stats:
171 98 source/locale/zh_CN/LC_MESSAGES/nvda.po
3421 3399 source/locale/zh_CN/characterDescriptions.dic
1 1 source/locale/zh_CN/symbols.dic
 3 files changed, 3593 insertions(+), 3498 deletions(-)

7 years agoL10n updates for: tr
NVDA translation automation [Thu, 27 Oct 2016 14:06:06 +0000 (00:06 +1000)]
L10n updates for: tr
From translation svn revision: 29554

Authors:
Cagri Dogan <cagrid@hotmail.com>

Stats:
5 1 user_docs/tr/changes.t2t
20 20 user_docs/tr/userGuide.t2t
 2 files changed, 25 insertions(+), 21 deletions(-)

7 years agoL10n updates for: ta
NVDA translation automation [Thu, 27 Oct 2016 14:06:05 +0000 (00:06 +1000)]
L10n updates for: ta
From translation svn revision: 29554

Authors:
Dinakar T.D. <td.dinkar@gmail.com>

Stats:
2 2 user_docs/ta/userGuide.t2t
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years agoL10n updates for: sl
NVDA translation automation [Thu, 27 Oct 2016 14:06:02 +0000 (00:06 +1000)]
L10n updates for: sl
From translation svn revision: 29554

Authors:
Jozko Gregorc <jozko.gregorc@gmail.com>

Stats:
2 2 user_docs/sl/userGuide.t2t
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years agoL10n updates for: ru
NVDA translation automation [Thu, 27 Oct 2016 14:05:59 +0000 (00:05 +1000)]
L10n updates for: ru
From translation svn revision: 29554

Authors:
Ruslan Kolodyazhni <eye0@rambler.ru>
Ruslan Shukhanov <ru2020slan@yandex.ru>
Beqa Gozalishvili <beqaprogger@gmail.com>
Aleksandr Lin'kov <kvark128@yandex.ru>
alexander Yashin <a.jaszyn@ya.ru>

Stats:
2 2 source/locale/ru/LC_MESSAGES/nvda.po
7 3 user_docs/ru/changes.t2t
4 4 user_docs/ru/userGuide.t2t
 3 files changed, 13 insertions(+), 9 deletions(-)

7 years agoL10n updates for: ro
NVDA translation automation [Thu, 27 Oct 2016 14:05:57 +0000 (00:05 +1000)]
L10n updates for: ro
From translation svn revision: 29554

Authors:
Dan Punga <dan.punga@gmail.com>, Florian Ionascu <7ro2014@gmail.com>, Nicuşor Untilă <nicusoruntila@yahoo.com>

Stats:
10 5 user_docs/ro/changes.t2t
39 32 user_docs/ro/userGuide.t2t
 2 files changed, 49 insertions(+), 37 deletions(-)

7 years agoL10n updates for: pt_PT
NVDA translation automation [Thu, 27 Oct 2016 14:05:56 +0000 (00:05 +1000)]
L10n updates for: pt_PT
From translation svn revision: 29554

Authors:
Diogo Costa <diogojoca@gmail.com>
Rui Batista <ruiandrebatista@gmail.com>
Rui Fontes <rui.fontes@tiflotecnia.com>

Stats:
235 119 source/locale/pt_PT/LC_MESSAGES/nvda.po
42 0 user_docs/pt_PT/changes.t2t
58 30 user_docs/pt_PT/userGuide.t2t
 3 files changed, 335 insertions(+), 149 deletions(-)

7 years agoL10n updates for: pl
NVDA translation automation [Thu, 27 Oct 2016 14:05:53 +0000 (00:05 +1000)]
L10n updates for: pl
From translation svn revision: 29554

Authors:
Grzegorz Zlotowicz <grzezlo@wp.pl>
Hubert Meyer <killer@tyflonet.com>

Stats:
43 0 user_docs/pl/changes.t2t
 1 file changed, 43 insertions(+)

7 years agoL10n updates for: ja
NVDA translation automation [Thu, 27 Oct 2016 14:05:45 +0000 (00:05 +1000)]
L10n updates for: ja
From translation svn revision: 29554

Authors:
Takuya Nishimoto <nishimotz@gmail.com>
Minako Nonogaki <minakonono3519@gmail.com>

Stats:
4 4 source/locale/ja/LC_MESSAGES/nvda.po
45 32 user_docs/ja/userGuide.t2t
 2 files changed, 49 insertions(+), 36 deletions(-)

7 years agoL10n updates for: hr
NVDA translation automation [Thu, 27 Oct 2016 14:05:38 +0000 (00:05 +1000)]
L10n updates for: hr
From translation svn revision: 29554

Authors:
Hrvoje Katic <hrvojekatic@gmail.com>
Zvonimir Stanecic <zvonimirek222@yandex.com>
Mario Percinic <mario.percinic@gmail.com>

Stats:
174 99 source/locale/hr/LC_MESSAGES/nvda.po
 1 file changed, 174 insertions(+), 99 deletions(-)

7 years agoL10n updates for: gl
NVDA translation automation [Thu, 27 Oct 2016 14:05:34 +0000 (00:05 +1000)]
L10n updates for: gl
From translation svn revision: 29554

Authors:
Juan C. buno <oprisniki@gmail.com>

Stats:
5 1 user_docs/gl/changes.t2t
2 2 user_docs/gl/userGuide.t2t
 2 files changed, 7 insertions(+), 3 deletions(-)

7 years agoL10n updates for: fr
NVDA translation automation [Thu, 27 Oct 2016 14:05:32 +0000 (00:05 +1000)]
L10n updates for: fr
From translation svn revision: 29554

Authors:
Michel such <michel.such@free.fr>
Patrick ZAJDA <patrick@zajda.fr>
Remy Ruiz <remyruiz@gmail.com>
Bachir Benanou <ben_bach@yahoo.fr>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
1 1 source/locale/fr/LC_MESSAGES/nvda.po
5 1 user_docs/fr/changes.t2t
2 2 user_docs/fr/userGuide.t2t
 3 files changed, 8 insertions(+), 4 deletions(-)

7 years agoL10n updates for: fi
NVDA translation automation [Thu, 27 Oct 2016 14:05:30 +0000 (00:05 +1000)]
L10n updates for: fi
From translation svn revision: 29554

Authors:
Jani Kinnunen <jani.kinnunen@wippies.fi>
Isak Sand <isak.sand@gmail.com>

Stats:
2 2 source/locale/fi/LC_MESSAGES/nvda.po
18 18 source/locale/fi/symbols.dic
5 1 user_docs/fi/changes.t2t
1 1 user_docs/fi/userGuide.t2t
 4 files changed, 26 insertions(+), 22 deletions(-)

7 years agoL10n updates for: es
NVDA translation automation [Thu, 27 Oct 2016 14:05:27 +0000 (00:05 +1000)]
L10n updates for: es
From translation svn revision: 29554

Authors:
Juan C. buno <oprisniki@gmail.com>
Noelia Martinez <nrm1977@gmail.com>

Stats:
5 1 user_docs/es/changes.t2t
2 2 user_docs/es/userGuide.t2t
 2 files changed, 7 insertions(+), 3 deletions(-)

7 years agoL10n updates for: de
NVDA translation automation [Thu, 27 Oct 2016 14:05:22 +0000 (00:05 +1000)]
L10n updates for: de
From translation svn revision: 29554

Authors:
Bernd Dorer <bdorer@mailbox.org>
David Parduhn <xkill85@gmx.net>
Rene Linke <rene.linke@hamburg.de>

Stats:
10 10 source/locale/de/LC_MESSAGES/nvda.po
113 113 user_docs/de/changes.t2t
132 123 user_docs/de/userGuide.t2t
 3 files changed, 255 insertions(+), 246 deletions(-)

7 years agoL10n updates for: da
NVDA translation automation [Thu, 27 Oct 2016 14:05:20 +0000 (00:05 +1000)]
L10n updates for: da
From translation svn revision: 29554

Authors:
Daniel K. Gartmann <kontakt@nvda.dk>
Nicolai Svendsen <chojiro1990@gmail.com>
bue@vester-andersen.dk

Stats:
3 3 source/locale/da/LC_MESSAGES/nvda.po
4 0 user_docs/da/changes.t2t
8 8 user_docs/da/userGuide.t2t
 3 files changed, 15 insertions(+), 11 deletions(-)

7 years agoL10n updates for: cs
NVDA translation automation [Thu, 27 Oct 2016 14:05:19 +0000 (00:05 +1000)]
L10n updates for: cs
From translation svn revision: 29554

Authors:
Martina Letochova <letochova@seznam.cz>

Stats:
206 120 source/locale/cs/LC_MESSAGES/nvda.po
 1 file changed, 206 insertions(+), 120 deletions(-)

7 years agoL10n updates for: ar
NVDA translation automation [Thu, 27 Oct 2016 14:05:12 +0000 (00:05 +1000)]
L10n updates for: ar
From translation svn revision: 29554

Authors:
Fatma Mehanna <fatma.mehanna@gmail.com>
Shaimaa Ibrahim <shamse1@gmail.com>, Abdelkrim Bensaid <abdelkrim.bensaid@free.fr>

Stats:
172 100 source/locale/ar/LC_MESSAGES/nvda.po
14 1 user_docs/ar/changes.t2t
 2 files changed, 186 insertions(+), 101 deletions(-)

7 years agoL10n updates for: an
NVDA translation automation [Thu, 27 Oct 2016 14:05:08 +0000 (00:05 +1000)]
L10n updates for: an
From translation svn revision: 29554

Authors:
Jorge Perez <jorgtum@gmail.com>

Stats:
206 116 source/locale/an/LC_MESSAGES/nvda.po
15 1 user_docs/an/changes.t2t
 2 files changed, 221 insertions(+), 117 deletions(-)

7 years agoUpdate change file for PR #6456
Reef Turner [Thu, 27 Oct 2016 06:51:09 +0000 (14:51 +0800)]
Update change file for PR #6456

The "pattern" field for a new dictionary entry is no longer allowed to be left blank. (Issue: #6412)

7 years agoDont allow blank patterns in Dic Entry (#6456)
Reef Turner [Thu, 27 Oct 2016 06:50:56 +0000 (14:50 +0800)]
Dont allow blank patterns in Dic Entry (#6456)

Fixes #6412

No longer allow blank patterns in the pattern field for a new dictionary
entry. After showing a warning about the empty pattern field the focus
is moved to the field so that the user can update it.

7 years agoUpdate changes file for PR #6417
Reef Turner [Thu, 27 Oct 2016 06:26:48 +0000 (14:26 +0800)]
Update changes file for PR #6417

Spin Controls are now used for numerical input fields. (#6099)

7 years agoUse spin controls for numerical input (PR #6417)
Reef Turner [Thu, 27 Oct 2016 06:26:26 +0000 (14:26 +0800)]
Use spin controls for numerical input (PR #6417)

Fixes #6099

For numerical input fields a Spin Control is now used. The min/max values
come from the NVDA config schema validation (if available), or the pre-existing
validation code.

The new spin control class used is an extension of the `wx.SpinCtrl`. In this
control the text is now selected when it gains focus.

7 years agoAlign ok and cancel buttons to right (PR #6515, PR #6426)
Reef Turner [Thu, 27 Oct 2016 04:48:55 +0000 (12:48 +0800)]
Align ok and cancel buttons to right (PR #6515, PR #6426)

fixes #6333

Align 'ok' and 'cancel' buttons to the right of dialog boxes.

7 years agoUpdate changes file for PR #6426
Reef Turner [Thu, 27 Oct 2016 03:08:46 +0000 (11:08 +0800)]
Update changes file for PR #6426

NVDA dialog boxes now have their "ok" and "cancel" buttons aligned to the right of the dialog. (Issue #6333)

7 years agoUpdate changes file for PR #6419
Reef Turner [Thu, 27 Oct 2016 03:04:16 +0000 (11:04 +0800)]
Update changes file for PR #6419

Adjusted the appearance of the NVDA "Welcome dialog". (Issue #6350)

7 years agoTidy the welcome dialog (PR #6419)
Reef Turner [Thu, 27 Oct 2016 03:04:07 +0000 (11:04 +0800)]
Tidy the welcome dialog (PR #6419)

Fixes #6350

Split the welcome part and the details description, in order to provide
different formatting. The 'Welcome to NVDA!' part is larger and bold. I
have tested that both bits of text are reported when the dialog is
opened.

Made the group box fill the width of the dialog, I think this is a more
usual layout.

7 years agoUpdate changes file for PR #6415
Reef Turner [Thu, 27 Oct 2016 02:59:52 +0000 (10:59 +0800)]
Update changes file for PR #6415

You can now assign an input gesture to toggle simple review mode using the Input Gestures dialog. (Issue: #6173)

7 years agoNo longer set the language before restarting (PR #6415)
Reef Turner [Thu, 27 Oct 2016 02:59:41 +0000 (10:59 +0800)]
No longer set the language before restarting (PR #6415)

Fixes #4561
When a new language is selected (on the general settings dialog) and the ok
button is pushed, the language is not changed until until NVDA is restarted.

This fixes an issue where some parts of the UI are translated and some
are not.

7 years agoWe're using Python 2.7.12 now, so update the readme to reflect this.
James Teh [Thu, 27 Oct 2016 00:54:33 +0000 (10:54 +1000)]
We're using Python 2.7.12 now, so update the readme to reflect this.

Re #6144.

7 years agoUpdate translations.
NVDA translation automation [Thu, 20 Oct 2016 14:06:00 +0000 (00:06 +1000)]
Update translations.

From translation svn revision: 29427

7 years agoL10n updates for: zh_TW
NVDA translation automation [Thu, 20 Oct 2016 14:05:59 +0000 (00:05 +1000)]
L10n updates for: zh_TW
From translation svn revision: 29427

Authors:
wangjanli@gmail.com
maro.zhang@gmail.com
Aaron Wu <waaron2000@gmail.com>
Victor Cai <surfer0627@gmail.com>

Stats:
206 118 source/locale/zh_TW/LC_MESSAGES/nvda.po
58 58 source/locale/zh_TW/characterDescriptions.dic
34 13 user_docs/zh_TW/userGuide.t2t
 3 files changed, 298 insertions(+), 189 deletions(-)

7 years agoL10n updates for: tr
NVDA translation automation [Thu, 20 Oct 2016 14:05:55 +0000 (00:05 +1000)]
L10n updates for: tr
From translation svn revision: 29427

Authors:
Cagri Dogan <cagrid@hotmail.com>

Stats:
174 99 source/locale/tr/LC_MESSAGES/nvda.po
9 0 user_docs/tr/changes.t2t
21 13 user_docs/tr/userGuide.t2t
 3 files changed, 204 insertions(+), 112 deletions(-)

7 years agoL10n updates for: ta
NVDA translation automation [Thu, 20 Oct 2016 14:05:53 +0000 (00:05 +1000)]
L10n updates for: ta
From translation svn revision: 29427

Authors:
Dinakar T.D. <td.dinkar@gmail.com>

Stats:
173 98 source/locale/ta/LC_MESSAGES/nvda.po
22 14 user_docs/ta/userGuide.t2t
 2 files changed, 195 insertions(+), 112 deletions(-)

7 years agoL10n updates for: sl
NVDA translation automation [Thu, 20 Oct 2016 14:05:50 +0000 (00:05 +1000)]
L10n updates for: sl
From translation svn revision: 29427

Authors:
Jozko Gregorc <jozko.gregorc@gmail.com>

Stats:
216 115 source/locale/sl/LC_MESSAGES/nvda.po
1 1 source/locale/sl/symbols.dic
41 29 user_docs/sl/userGuide.t2t
 3 files changed, 258 insertions(+), 145 deletions(-)

7 years agoL10n updates for: ru
NVDA translation automation [Thu, 20 Oct 2016 14:05:48 +0000 (00:05 +1000)]
L10n updates for: ru
From translation svn revision: 29427

Authors:
Ruslan Kolodyazhni <eye0@rambler.ru>
Ruslan Shukhanov <ru2020slan@yandex.ru>
Beqa Gozalishvili <beqaprogger@gmail.com>
Aleksandr Lin'kov <kvark128@yandex.ru>
alexander Yashin <a.jaszyn@ya.ru>

Stats:
182 107 source/locale/ru/LC_MESSAGES/nvda.po
13 4 user_docs/ru/changes.t2t
44 36 user_docs/ru/userGuide.t2t
 3 files changed, 239 insertions(+), 147 deletions(-)

7 years agoL10n updates for: ro
NVDA translation automation [Thu, 20 Oct 2016 14:05:45 +0000 (00:05 +1000)]
L10n updates for: ro
From translation svn revision: 29427

Authors:
Dan Punga <dan.punga@gmail.com>, Florian Ionascu <7ro2014@gmail.com>, Nicuşor Untilă <nicusoruntila@yahoo.com>

Stats:
175 99 source/locale/ro/LC_MESSAGES/nvda.po
1 1 source/locale/ro/symbols.dic
8 0 user_docs/ro/changes.t2t
 3 files changed, 184 insertions(+), 100 deletions(-)