OSDN Git Service

nvdajp/nvdajp.git
10 years agoadded gitignore regarding JTalk and braille engine, because they are moved to miscdep... jpbeta131029
Takuya Nishimoto [Tue, 29 Oct 2013 09:57:22 +0000 (18:57 +0900)]
added gitignore regarding JTalk and braille engine, because they are moved to miscdep repository

10 years agomoved some files to miscdep.
Takuya Nishimoto [Tue, 29 Oct 2013 09:49:26 +0000 (18:49 +0900)]
moved some files to miscdep.

10 years agomoved some files to miscdep.
Takuya Nishimoto [Tue, 29 Oct 2013 09:48:38 +0000 (18:48 +0900)]
moved some files to miscdep.

10 years agoremoved jpUpdateCheck server script
Takuya Nishimoto [Tue, 29 Oct 2013 09:04:54 +0000 (18:04 +0900)]
removed jpUpdateCheck server script

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Tue, 29 Oct 2013 09:03:34 +0000 (18:03 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Tue, 29 Oct 2013 08:50:43 +0000 (17:50 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agomodified DONATE_URL. nvdajp ticket 30710
Takuya Nishimoto [Tue, 29 Oct 2013 08:49:01 +0000 (17:49 +0900)]
modified DONATE_URL. nvdajp ticket 30710

10 years agoMerge branch 'ti32314' into jpbranch
Takuya Nishimoto [Tue, 29 Oct 2013 08:42:29 +0000 (17:42 +0900)]
Merge branch 'ti32314' into jpbranch

10 years agoMerge branch 'jtalk' into jpbranch
Takuya Nishimoto [Tue, 29 Oct 2013 08:41:22 +0000 (17:41 +0900)]
Merge branch 'jtalk' into jpbranch

10 years agoMerge branch 't3145'. Fixes #3145
Michael Curran [Mon, 28 Oct 2013 23:16:35 +0000 (09:16 +1000)]
Merge branch 't3145'. Fixes #3145

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Mon, 28 Oct 2013 06:20:48 +0000 (15:20 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoMerge branch 't3567' (Excel: handle merged cells differently to selected cells)....
Michael Curran [Sun, 27 Oct 2013 23:05:53 +0000 (09:05 +1000)]
Merge branch 't3567' (Excel: handle merged cells differently to selected cells). Fixes #3567

10 years agouse gettext with context for Tools submenu in NVDA menu
Takuya Nishimoto [Sun, 27 Oct 2013 13:57:43 +0000 (22:57 +0900)]
use gettext with context for Tools submenu in NVDA menu

10 years agoadded 'Clear' message
Takuya Nishimoto [Sun, 27 Oct 2013 10:40:06 +0000 (19:40 +0900)]
added 'Clear' message

10 years agoupdated nvda.po
Takuya Nishimoto [Sun, 27 Oct 2013 10:35:21 +0000 (19:35 +0900)]
updated nvda.po

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Sun, 27 Oct 2013 10:15:46 +0000 (19:15 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoClarify translator comment.
James Teh [Fri, 25 Oct 2013 21:52:31 +0000 (07:52 +1000)]
Clarify translator comment.

10 years agoRename the Manual activate/edit button in the Configuration Profiles dialog to just...
James Teh [Wed, 23 Oct 2013 07:27:56 +0000 (17:27 +1000)]
Rename the Manual activate/edit button in the Configuration Profiles dialog to just Manual activate, as the former is confusing in the case of profiles that are currently triggered.

10 years agoWhen adding a gesture with multiple possible identifiers, honour the user's selection...
James Teh [Wed, 23 Oct 2013 05:11:45 +0000 (15:11 +1000)]
When adding a gesture with multiple possible identifiers, honour the user's selection instead of always using the last identifier for any selection.

Oops. Clearly didn't test that too well. :(
This occurred because a lambda is used for the EVT_MENU events, but the lambda will always use the value of any variables at the time it is called. Classic Python newbie error. :( Instead, pass the value we actually want as a default keyword argument so it is determined when the lambda is *created*.

10 years agoIn the Input Gestures dialog, if the user adds a gesture and then removes it without...
James Teh [Wed, 23 Oct 2013 04:59:28 +0000 (14:59 +1000)]
In the Input Gestures dialog, if the user adds a gesture and then removes it without closing the dialog, the gesture is no longer incorrectly added.

10 years agoFix major problems when saving user-defined gestures where a gesture contains a non...
James Teh [Wed, 23 Oct 2013 01:14:12 +0000 (11:14 +1000)]
Fix major problems when saving user-defined gestures where a gesture contains a non-ASCII character.

GlobalGestureMap.save wasn't setting the encoding to UTF-8, so it was only able to write ASCII characters.
Fixes #3598.

10 years agoInputGesturesDialog: Fix typo which was breaking the save error message box.
James Teh [Wed, 23 Oct 2013 00:01:01 +0000 (10:01 +1000)]
InputGesturesDialog: Fix typo which was breaking the save error message box.

10 years agofixed reading of hex code at current character review
Takuya Nishimoto [Tue, 22 Oct 2013 10:38:54 +0000 (19:38 +0900)]
fixed reading of hex code at current character review

10 years agoProfilesDialog: When renaming a profile, include the states (if any) in the list...
James Teh [Tue, 22 Oct 2013 08:12:02 +0000 (18:12 +1000)]
ProfilesDialog: When renaming a profile, include the states (if any) in the list for the renamed profile.

10 years agoFix exceptions and other problems when returning to an application after deleting...
James Teh [Tue, 22 Oct 2013 08:08:37 +0000 (18:08 +1000)]
Fix exceptions and other problems  when returning to an application after deleting or renaming a profile triggered for it.

Deleting a profile removes any suspended triggers which refer to that profile.
The actual profile object (not just the name) is stored on triggers, which completely avoids issues associated with renaming.

10 years agoCorrectly handle deletion of a configuration profile when it is both manually activat...
James Teh [Tue, 22 Oct 2013 04:34:11 +0000 (14:34 +1000)]
Correctly handle deletion of a configuration profile when it is both manually activated and triggered.

Previously, the profile remained active even though it had been deleted. In the profile list, it appeared as if nothing was active.
Re #667.

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Tue, 22 Oct 2013 01:56:24 +0000 (10:56 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoAdditions/fixes to translator comments regarding configuration profiles.
James Teh [Tue, 22 Oct 2013 01:53:43 +0000 (11:53 +1000)]
Additions/fixes to translator comments regarding configuration profiles.

10 years agoMerge branch 't1410'
Mesar Hameed [Sun, 20 Oct 2013 18:00:08 +0000 (20:00 +0200)]
Merge branch 't1410'

More comments for translatable messages.

10 years agoFixed indentation.
Mesar Hameed [Sun, 20 Oct 2013 17:52:19 +0000 (19:52 +0200)]
Fixed indentation.

10 years agoRevert unintentional change to liblouis.
Mesar Hameed [Sun, 20 Oct 2013 17:46:46 +0000 (19:46 +0200)]
Revert unintentional change to liblouis.

10 years agomore work around ti29531
Takuya Nishimoto [Sun, 20 Oct 2013 12:28:06 +0000 (21:28 +0900)]
more work around ti29531

10 years agowork around ti29531
Takuya Nishimoto [Sun, 20 Oct 2013 12:20:24 +0000 (21:20 +0900)]
work around ti29531

10 years agoread only the comment of current word.
Takuya Nishimoto [Sun, 20 Oct 2013 09:48:17 +0000 (18:48 +0900)]
read only the comment of current word.

10 years agoimplemented reading of Microsoft IME 2012 candidate comment
Takuya Nishimoto [Sun, 20 Oct 2013 07:50:37 +0000 (16:50 +0900)]
implemented reading of Microsoft IME 2012 candidate comment

10 years agoexperimental work around Microsoft IME comment window
Takuya Nishimoto [Sun, 20 Oct 2013 06:00:43 +0000 (15:00 +0900)]
experimental work around Microsoft IME comment window

10 years agowork around hex code reading in Japanese language. nvdajp ti32189
Takuya Nishimoto [Sun, 20 Oct 2013 02:01:31 +0000 (11:01 +0900)]
work around hex code reading in Japanese language. nvdajp ti32189

10 years agouse discriminant reading for F2, F3, F4, F5 and F11 keys with ATOK IME
Takuya Nishimoto [Sat, 19 Oct 2013 15:02:02 +0000 (00:02 +0900)]
use discriminant reading for F2, F3, F4, F5 and F11 keys with ATOK IME

10 years agoMerge branch 'master' into t1410
Joseph Lee [Fri, 18 Oct 2013 19:31:42 +0000 (12:31 -0700)]
Merge branch 'master' into t1410

10 years agomerged origin master
Takuya Nishimoto [Fri, 18 Oct 2013 10:15:49 +0000 (19:15 +0900)]
merged origin master

10 years agol10n:
Mesar Hameed [Thu, 17 Oct 2013 20:08:02 +0000 (22:08 +0200)]
l10n:

From translations svn, rev 12003.

10 years agoupdated translation regarding config profiles
Takuya Nishimoto [Thu, 17 Oct 2013 01:08:33 +0000 (10:08 +0900)]
updated translation regarding config profiles

10 years agomerged jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 09:09:22 +0000 (18:09 +0900)]
merged jpbranch

10 years agoMerge branch 'atokdict' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:59:43 +0000 (17:59 +0900)]
Merge branch 'atokdict' into jpbranch

10 years agoMerge branch 'ti32238' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:57:51 +0000 (17:57 +0900)]
Merge branch 'ti32238' into jpbranch

10 years agoMerge branch 'ti32189' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:53:37 +0000 (17:53 +0900)]
Merge branch 'ti32189' into jpbranch

10 years agoMerge branch 'ti32183' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:51:42 +0000 (17:51 +0900)]
Merge branch 'ti32183' into jpbranch

10 years agoMerge branch 'ti31796' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:47:35 +0000 (17:47 +0900)]
Merge branch 'ti31796' into jpbranch

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Wed, 16 Oct 2013 08:15:09 +0000 (17:15 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoMerge branch 'master' into t1410
Joseph Lee [Wed, 16 Oct 2013 06:54:10 +0000 (23:54 -0700)]
Merge branch 'master' into t1410

10 years agoYou can now have different settings for different situations using configuration...
James Teh [Wed, 16 Oct 2013 06:27:48 +0000 (16:27 +1000)]
You can now have different settings for different situations using configuration profiles. Profiles can be activated manually or automatically (e.g. for a particular application).

Fixes #87, #667, #1913.

10 years agoMerge branch 't2871'. Fixes #2871
Michael Curran [Tue, 15 Oct 2013 09:50:01 +0000 (19:50 +1000)]
Merge branch 't2871'. Fixes #2871

10 years agoMerge branch 't3542'. Fixes #3542
Michael Curran [Tue, 15 Oct 2013 09:44:34 +0000 (19:44 +1000)]
Merge branch 't3542'. Fixes #3542

10 years agoMerge branch 't3043'. Fixes #3043
Michael Curran [Tue, 15 Oct 2013 09:40:50 +0000 (19:40 +1000)]
Merge branch 't3043'. Fixes #3043

10 years agoMerge branch 't2151'. Fixes #2151
Michael Curran [Tue, 15 Oct 2013 09:35:38 +0000 (19:35 +1000)]
Merge branch 't2151'. Fixes #2151

10 years agoThe browse mode cursor is no longer positioned incorrectly when leaving a dialog...
James Teh [Tue, 15 Oct 2013 00:16:45 +0000 (10:16 +1000)]
The browse mode cursor is no longer positioned incorrectly when leaving a dialog or application inside the document.

This occurred because VirtualBuffer ignores a focus event if it is for the same object that was last focused. This is to avoid mistakenly moving the cursor when switching applications, tabs, etc.
Now, such a focus event is only ignored if the document is being entered from outside (as opposed to returning from a dialog or application inside).
Re #3145.

10 years agonvdaHelper winword support: make sure to encode alt text of graphics/objects appropri...
Michael Curran [Mon, 14 Oct 2013 23:11:23 +0000 (09:11 +1000)]
nvdaHelper winword support: make sure to encode alt text of graphics/objects appropriate for xml attribute values. Fixes #3579

10 years agoconfig: Remove profileTriggers section from the config spec, as it's no longer used.
James Teh [Sun, 13 Oct 2013 23:17:52 +0000 (09:17 +1000)]
config: Remove profileTriggers section from the config spec, as it's no longer used.

10 years agoJTalk mei should speak with lower pitch.
Takuya Nishimoto [Sun, 13 Oct 2013 16:25:33 +0000 (01:25 +0900)]
JTalk mei should speak with lower pitch.

10 years agorenamed methods. use code2kana for character review
Takuya Nishimoto [Sun, 13 Oct 2013 16:02:25 +0000 (01:02 +0900)]
renamed methods. use code2kana for character review

10 years agoinitial work regarding nvdajp 32189
Takuya Nishimoto [Fri, 11 Oct 2013 14:03:52 +0000 (23:03 +0900)]
initial work regarding nvdajp 32189

10 years agoMerge commit 'fetch_head' into jpbranch
Takuya Nishimoto [Fri, 11 Oct 2013 12:04:51 +0000 (21:04 +0900)]
Merge commit 'fetch_head' into jpbranch

10 years agoMerge branch 'master' into t1410
Joseph Lee [Fri, 11 Oct 2013 07:50:27 +0000 (00:50 -0700)]
Merge branch 'master' into t1410

10 years agoEnglish What's New: Fix typos.
James Teh [Fri, 11 Oct 2013 07:36:37 +0000 (17:36 +1000)]
English What's New: Fix typos.

10 years agoremoved log message. do not change appearance regarding frame style
Takuya Nishimoto [Thu, 10 Oct 2013 02:16:42 +0000 (11:16 +0900)]
removed log message. do not change appearance regarding frame style

10 years agoMerge branch 'imeclear' into jpbranch
Takuya Nishimoto [Wed, 9 Oct 2013 14:35:22 +0000 (23:35 +0900)]
Merge branch 'imeclear' into jpbranch

10 years agowork around Windows 7 and Microsoft Office IME 2010 issue. nvdajp 32145
Takuya Nishimoto [Wed, 9 Oct 2013 14:18:40 +0000 (23:18 +0900)]
work around Windows 7 and Microsoft Office IME 2010 issue. nvdajp 32145

10 years agoExcel: Merged cells now report like normal cells (i.e. their content is announced...
Michael Curran [Wed, 9 Oct 2013 01:36:51 +0000 (11:36 +1000)]
Excel: Merged cells now report like normal cells (i.e. their content is announced) but their address range is also still announced. Previously merged cells were reported as selected cells.

* getCellAddress now reports address ranges in a human readable way (i.e. a1 through b1, rather than a1:b1).
* There is a new ExcelMergedCell NVDAObject which is based on ExcellCell but replaces cellCoordsText to get the address from the cell's mergeArea instead.
* ExcelMergedCell is used if Excel's current selection's mergeCells property is true.

10 years agowork around nvda-project #3148
Takuya Nishimoto [Mon, 7 Oct 2013 02:05:08 +0000 (11:05 +0900)]
work around nvda-project #3148

10 years agowork around nvdajp ticket 32183
Takuya Nishimoto [Sun, 6 Oct 2013 13:55:36 +0000 (22:55 +0900)]
work around nvdajp ticket 32183

10 years agomerged origin master
Takuya Nishimoto [Sat, 5 Oct 2013 00:34:23 +0000 (09:34 +0900)]
merged origin master

10 years agoupdated nvda.po
Takuya Nishimoto [Sat, 5 Oct 2013 00:00:14 +0000 (09:00 +0900)]
updated nvda.po

10 years agoexperimental work regarding atok candidate comment window
Takuya Nishimoto [Fri, 4 Oct 2013 14:19:08 +0000 (23:19 +0900)]
experimental work regarding atok candidate comment window

10 years agoMerge branch 'master' into t1410
Joseph Lee [Wed, 2 Oct 2013 22:28:37 +0000 (15:28 -0700)]
Merge branch 'master' into t1410

10 years agol10n:
Mesar Hameed [Wed, 2 Oct 2013 20:28:40 +0000 (22:28 +0200)]
l10n:

From translation svn rev:11674.

10 years agoMSHTML: support xhtml documents. Specially force nodeName fetched from HTML nodes...
Michael Curran [Wed, 2 Oct 2013 08:20:04 +0000 (18:20 +1000)]
MSHTML: support xhtml documents. Specially force nodeName fetched from HTML nodes to uppercase as it seems that case can change depending on whether its HTML or XHTML. Re #3542

10 years agoMerge branch 'master' into t1410
Joseph Lee [Wed, 2 Oct 2013 04:19:17 +0000 (21:19 -0700)]
Merge branch 'master' into t1410

10 years agoMerge branch 't1532'
James Teh [Wed, 2 Oct 2013 03:29:25 +0000 (13:29 +1000)]
Merge branch 't1532'

Fixes #1532.

10 years agoScriptableObject: Document attributes for script categories.
James Teh [Wed, 2 Oct 2013 03:06:42 +0000 (13:06 +1000)]
ScriptableObject: Document attributes for script categories.

10 years agoGet rid of the NVDA+control+i keyboard shortcut for the Input Gestures dialog, as...
James Teh [Wed, 2 Oct 2013 03:00:13 +0000 (13:00 +1000)]
Get rid of the NVDA+control+i keyboard shortcut for the Input Gestures dialog, as this dialog won't generally be opened enough to justify consuming a keyboard shortcut.

10 years agoDon't report all context menus in NVDA's GUI as if they were the NVDA menu itself.
James Teh [Mon, 9 Sep 2013 08:43:52 +0000 (18:43 +1000)]
Don't report all context menus in NVDA's GUI as if they were the NVDA menu itself.

The NVDA menu is identified by its IAccessible identity. To get this, the GUI sets a flag in the nvda app module the first time the NVDA menu is opened so that the NVDA app module knows that the next menu it encounters is the NVDA menu.
Fixes #3503.

10 years agoIAccessibleHandler.getIAccIdentity: Support HMENU identity strings using AccPropServices.
James Teh [Mon, 9 Sep 2013 08:43:26 +0000 (18:43 +1000)]
IAccessibleHandler.getIAccIdentity: Support HMENU identity strings using AccPropServices.

10 years agoMerge branch 'master' into t1410
Joseph Lee [Wed, 2 Oct 2013 02:07:56 +0000 (19:07 -0700)]
Merge branch 'master' into t1410

10 years agoIf an unknow command line argument is passed to the NVDA distribution package, NVDA...
James Teh [Sun, 15 Sep 2013 15:24:00 +0000 (01:24 +1000)]
If an unknow command line argument is passed to the NVDA distribution package, NVDA no longer displays error message dialogs endlessly.

This occurred because command line errors are signalled with exit code 2, but the same exit code was also being used to signal NVDA restarts to the launcher.
Now, restarts are signalled to the launcher using exit code 3.
Authors: Patrick ZAJDA <patrick@zajda.fr>, James Teh <jamie@nvaccess.org>
Fixes #3463.

10 years agoMerge branch 't2766'. Fixes #2766
Michael Curran [Wed, 2 Oct 2013 01:29:17 +0000 (11:29 +1000)]
Merge branch 't2766'. Fixes #2766

10 years agoMerge branch 't1686'. Fixes #1686
Michael Curran [Wed, 2 Oct 2013 01:19:39 +0000 (11:19 +1000)]
Merge branch 't1686'. Fixes #1686

10 years agoHelp Menu: accelerators changed: Contributers is no o, Check for updates is now c...
Michael Curran [Wed, 2 Oct 2013 01:02:07 +0000 (11:02 +1000)]
Help Menu: accelerators changed: Contributers is no o, Check for updates is now c, which leaves user guide remaining as u. Fixes #3557

10 years agoExcel worksheet NVDAObject: control+a should be treeted as a selection change. Re...
Michael Curran [Tue, 1 Oct 2013 06:46:52 +0000 (16:46 +1000)]
Excel worksheet NVDAObject: control+a should be treeted as a selection change. Re #3043

10 years agoMerge branch 'master' into t1410
Joseph Lee [Tue, 1 Oct 2013 05:55:41 +0000 (22:55 -0700)]
Merge branch 'master' into t1410

10 years agoSome cleanup for #2871
Michael Curran [Tue, 1 Oct 2013 05:43:48 +0000 (15:43 +1000)]
Some cleanup for #2871

* Keyboard Settings dialog: improve error message wording.
* Keyboard Settings dialog: use log.debugWarning not log.error when logging that no NVDA key was selected.
* Keyboard Settings dialog: use not rather than literal false equality when checking if no checkboxes are checked. Just a bit shorter.
* user guide: re-word the paragraph about the error message when no NVDA key is selected.

10 years agounchecking all NVDA modifier keys in the keyboard settings dialog should give an...
Heiko Folkerts [Tue, 1 Oct 2013 05:02:01 +0000 (15:02 +1000)]
unchecking all NVDA modifier keys in the keyboard settings dialog should give an error. Exact patch re #2871

10 years agoMerge branch 't2600'. Fixes #2600.
Michael Curran [Tue, 1 Oct 2013 04:51:20 +0000 (14:51 +1000)]
Merge branch 't2600'. Fixes #2600.

10 years agoUser Guide: Minor clarification.
James Teh [Tue, 1 Oct 2013 02:07:56 +0000 (12:07 +1000)]
User Guide: Minor clarification.

10 years agoConfig profiles dialogs: Create all message boxes as children of the dialog they...
James Teh [Tue, 1 Oct 2013 02:06:39 +0000 (12:06 +1000)]
Config profiles dialogs: Create all message boxes as children of the dialog they were created by.

Probably makes no practical difference, but it's more correct. :)

10 years agoAdding and deleting config profiles take effect immediately, so changes to triggers...
James Teh [Mon, 30 Sep 2013 23:05:32 +0000 (09:05 +1000)]
Adding and deleting config profiles take effect immediately, so changes to triggers must do likewise.

Previously, triggers were stored in the main configuration, which might not be saved on exit or might be reverted.
Triggers are now saved in their own file so they can be saved immediately without forcing the rest of the config to be saved.
Unfortunately, this will cause any existing triggers to be lost.

10 years agoMerge branch 'master' of git://git.nvaccess.org/nvda into jpbranch
Takuya Nishimoto [Sat, 28 Sep 2013 07:09:46 +0000 (16:09 +0900)]
Merge branch 'master' of git://git.nvaccess.org/nvda into jpbranch

10 years agoMerge branch 'master' into t2600
Joseph Lee [Thu, 26 Sep 2013 08:00:18 +0000 (01:00 -0700)]
Merge branch 'master' into t2600

10 years agoMerge branch 'master' into t1410
Joseph Lee [Thu, 26 Sep 2013 07:59:48 +0000 (00:59 -0700)]
Merge branch 'master' into t1410

10 years agoMerge branch 't3485'. Fixes #3485
Michael Curran [Thu, 26 Sep 2013 02:15:35 +0000 (12:15 +1000)]
Merge branch 't3485'. Fixes #3485

10 years agoMerge branch 'master' into t3485
Michael Curran [Thu, 26 Sep 2013 02:14:32 +0000 (12:14 +1000)]
Merge branch 'master' into t3485