OSDN Git Service
Peter Vágner [Thu, 17 Feb 2011 22:55:43 +0000 (23:55 +0100)]
Updated msn messenger appmodule with a turkish translation extending possibleHistoryWindowNames. It now means new incoming messages should be reported with turkish versions of msn as well.
Peter Vágner [Thu, 17 Feb 2011 08:26:31 +0000 (09:26 +0100)]
Updated turkish user guide,
Updated finnish user guide and changes.
Peter Vágner [Wed, 16 Feb 2011 10:43:35 +0000 (11:43 +0100)]
Updated italian language file,
Updated turkish user guide.
James Teh [Wed, 16 Feb 2011 02:48:59 +0000 (12:48 +1000)]
mshtml vbuf backend: Ensure that A nodes with an empty href (as opposed to a non-existent href) are treated as links.
It is possible for an A node to have href=, but this is still a link.
In particular, Windows Live Mail seems to do this for all links.
Fixes the issue where some legitimate links were not being identified as links, such as in Windows Live Mail.
James Teh [Tue, 15 Feb 2011 20:47:35 +0000 (06:47 +1000)]
SettingsDialog.__new__: Some subclasses take more than one argument, so accept a variable number of arguments.
Fixes broken dictionary dialog.
James Teh [Tue, 15 Feb 2011 06:07:46 +0000 (16:07 +1000)]
SettingsDialog: Do the existing instance check in __new__ instead of __init__ so that the object isn't even constructed if there is already an instance.
Previously, __del__ was being called even if __init__ raised an exception, so _hasInstance was being cleared when it shouldn't.
Fixes the issue where you could open a second NVDA settings dialog if you tried twice.
James Teh [Tue, 15 Feb 2011 04:50:58 +0000 (14:50 +1000)]
Add missing What's New entry.
James Teh [Tue, 15 Feb 2011 01:25:23 +0000 (11:25 +1000)]
globalCommands: For the scripts that activate settings dialogs, ensure that the function is executed with wx.CallAfter so that modal dialogs don't cause the script to block.
Fixes the issue where NVDA freezes when a user attempts to open a settings dialog using its keyboard shortcut when a settings dialog is already open.
Fixes #1372.
Peter Vágner [Mon, 14 Feb 2011 11:23:55 +0000 (12:23 +0100)]
Added turkish user guide and turkish language strings for the NVDA installer,
Updated turkish language file,
Updated spanish language file, user guide and changes,
Updated finnish language file, user guide and changes,
Updated french language file, user guide, changes and language strings for the NVDA installer.
Peter Vágner [Mon, 14 Feb 2011 10:30:39 +0000 (11:30 +0100)]
Fixed say all in akelpad (#1365)
Michael Curran [Sat, 12 Feb 2011 04:44:09 +0000 (14:44 +1000)]
Useful quick fix for #1363 (SR language not labeled correctly). Now at least it just shows sr, rather than also including the user's default language. Specific changes:
* languageHandler.getLanguageDescription: if localeNameToWindowsLCID returns 0, return None instead of going on and trying to use this 0 LCID to fetch a description. It seems that an LCID of 0 actually means the user's default language (in my case it shows English).
* languageHandler.getAvailableLanguages: Only include a description if getLanguageDescription for the locale does not return None. I.e. the label will either be "description, locale" or just "locale".
James Teh [Thu, 10 Feb 2011 23:48:44 +0000 (09:48 +1000)]
Spanish and Galician translations: Fix broken translation for versionInfo.aboutMessage, which was causing NVDA to fail to start for these translations.
Fixes #1361.
James Teh [Thu, 10 Feb 2011 11:47:00 +0000 (21:47 +1000)]
What's New: Add missing ticket number.
James Teh [Thu, 10 Feb 2011 05:02:39 +0000 (15:02 +1000)]
core: API handlers might need to be pumped once to get the first focus event, so queue the setting of the initial focus. The focus is only forceably set if there hasn't yet been a focus event yet and there is no focus event pending.
Fixes double speaking of the initial focus on some controls.
Fixes #1359.
James Teh [Thu, 10 Feb 2011 04:39:26 +0000 (14:39 +1000)]
IAccessibleHandler.processFocusNVDAEvent: When checking for a duplicate focus event, check against eventHandler.lastQueuedFocusObject, as there may be a pending focus event in the queue.
This should eliminate duplicate focus events that occur in the same core cycle.
Aleksey Sadovoy [Wed, 9 Feb 2011 02:12:32 +0000 (04:12 +0200)]
explorer app module: make sure that NotificationArea class is not used on start menu items.
James Teh [Wed, 9 Feb 2011 01:31:26 +0000 (11:31 +1000)]
User Guide: gesture remapping section: Move sentence about gesture identifiers up to the discussion of the file format and remove duplication about using input help/log viewer. Add an example of unbinding a gesture using None as the script name.
James Teh [Wed, 9 Feb 2011 01:28:27 +0000 (11:28 +1000)]
User Guide: Update info about NVDA exiting a previous copy of NVDA: we no longer display a message.
James Teh [Wed, 9 Feb 2011 01:14:27 +0000 (11:14 +1000)]
User Guide: Specify that both USB and bluetooth are supported for ALVA BC6x0 and Handy Tech displays.
James Teh [Wed, 9 Feb 2011 01:09:29 +0000 (11:09 +1000)]
freedomScientific braille display driver: Support the Focus 40 Blue when connected via bluetooth.
Fixes #1345.
Peter Vágner [Tue, 8 Feb 2011 09:26:29 +0000 (10:26 +0100)]
Updated arabic localization,
Updated thai language file.
James Teh [Tue, 8 Feb 2011 07:36:33 +0000 (17:36 +1000)]
scriptHandler.findScript(): Import globalCommands before searching global maps, as this might be the first import of globalCommands and it might be needed by global maps.
Fixes the issue where a command from a global gesture map wouldn't work if it was the first command after NVDA was started and it was in globalCommands.
James Teh [Tue, 8 Feb 2011 06:56:32 +0000 (16:56 +1000)]
braille.initialize: If focus/review has been initialised, update the display to the current focus/review position.
Fixes the issue where the display was blank until focus/review was moved when reverting to saved configuration.
James Teh [Tue, 8 Feb 2011 06:42:37 +0000 (16:42 +1000)]
braille: When terminating, kill the cursor blink and message timers if they are active.
Fixes intermittent exceptions when reverting to saved configuration with a braille display active.
James Teh [Tue, 8 Feb 2011 05:42:04 +0000 (15:42 +1000)]
BrailleDisplayDriver.terminate: Many displays require that the sequence of cells past to the display method is padded to the number of cells on the display, so do this rather than just passing an empty sequence. This was causing some displays not to be cleared properly when NVDA released the display.
James Teh [Tue, 8 Feb 2011 03:20:06 +0000 (13:20 +1000)]
What's New: Move support of colors to the end of highlights and note that IBM Lotus Symphony is included, as this is probably the most useful in terms of the controls where it is supported. Also add info on supported controls to the colors entry in New Features.
James Teh [Tue, 8 Feb 2011 02:08:31 +0000 (12:08 +1000)]
Strip the UTF-8 BOM from the title of all txt2tags output.
James Teh [Mon, 7 Feb 2011 21:20:06 +0000 (07:20 +1000)]
What's New: Minor fix.
Mesar Hameed [Mon, 7 Feb 2011 15:45:09 +0000 (15:45 +0000)]
Updated Arabic localization to match main rev4092
Updated userGude, changes, po file, installer interface, removed readme.
Aleksey Sadovoy [Mon, 7 Feb 2011 10:22:39 +0000 (12:22 +0200)]
Updated Russian language file
Aleksey Sadovoy [Mon, 7 Feb 2011 06:05:56 +0000 (08:05 +0200)]
NVDA no more unindentionally reads whole text when typing in the Visual Studio 2005/2008 code editor.
Especially: ignore event_valueChange on the editor object. Fixes #975.
Fixes #975.
Peter Vágner [Mon, 7 Feb 2011 05:55:37 +0000 (06:55 +0100)]
Updated portuguese language file
James Teh [Mon, 7 Feb 2011 00:47:34 +0000 (10:47 +1000)]
English User Guide: Clarify/simplify the input gesture binding section.
Peter Vágner [Sun, 6 Feb 2011 10:48:42 +0000 (11:48 +0100)]
Updated hungarian language file,
updated brazilian portuguese language strings for the NVDA installer.
James Teh [Sun, 6 Feb 2011 08:19:32 +0000 (18:19 +1000)]
What's New: Minor fixes.
Peter Vágner [Sat, 5 Feb 2011 19:08:04 +0000 (20:08 +0100)]
Added mpc-hc appmodulle allowing NVDA to recognize status bar in the media player classic home cynema.
Peter Vágner [Sat, 5 Feb 2011 10:35:38 +0000 (11:35 +0100)]
Fixed retrieving line offsets in AkelPad when the wordwrap mode is turned on (thx to Kostadin Kolev for bringing it up)
Peter Vágner [Sat, 5 Feb 2011 07:53:31 +0000 (08:53 +0100)]
Updated galician language file, strings for the NVDA installer, user guide and changes,
Updated finnish language file, language strings for the NVDA installer, user guide and changes.
James Teh [Fri, 4 Feb 2011 06:20:12 +0000 (16:20 +1000)]
winConsoleHandler: Don't queue a caret event to NVDA if there is already one pending. This stops consoles from flooding the event queue and causing pointless braille updates.
James Teh [Fri, 4 Feb 2011 05:39:07 +0000 (15:39 +1000)]
Nuke annoying debug message.
James Teh [Fri, 4 Feb 2011 02:07:32 +0000 (12:07 +1000)]
Reload the user and locale input gesture maps when reverting to saved config.
James Teh [Fri, 4 Feb 2011 01:57:59 +0000 (11:57 +1000)]
Gracefully handle errors in the user gesture map on startup.
NVDA now presents a dialog informing the user about the error, then continues normally.
Fixes #1342.
James Teh [Fri, 4 Feb 2011 01:53:48 +0000 (11:53 +1000)]
GlobalGestureMap:
* Don't use a variable in globalVars to indicate an error. First, globalVars is evil and should be phased out. Second, the user doesn't need to see a dialog for errors in non-user gesture maps. Instead, add a variable to the instance specifying whether the last update contained an error.
* Previously, this flag was only set if there was a parse error in the file. However, there can also be errors in the way bindings are specified. Set the flag for those errors too.
James Teh [Fri, 4 Feb 2011 01:42:45 +0000 (11:42 +1000)]
core: Avoid triple quoted strings in the middle of code, as it makes indentation confusing. Also remove try except around inputCore.terminate, as it will never throw an exception.
James Teh [Thu, 3 Feb 2011 22:58:36 +0000 (08:58 +1000)]
appModuleHandler: Python 2.x can't handle unicode module names, so encode them using mbcs.
Most importantly, this stops exceptions when trying to load an app module for an executable containing non-ASCII characters. This was causing NVDA to fail to work at all with such applications.
On a system which is set to use the character set in question, an app module can even be loaded for such applications. However, if the character set is different (e.g. Russian executable name on an English system), an app module can't be loaded, as mbcs can't encode these characters and instead returns question marks. This issue will need to be addressed later if it becomes a problem.
Fixes #1352.
James Teh [Thu, 3 Feb 2011 22:13:40 +0000 (08:13 +1000)]
Fix invalid UTF-8 encoding. Among other things, this was breaking epydoc.
James Teh [Thu, 3 Feb 2011 10:41:10 +0000 (20:41 +1000)]
User Guide: Linguistic fixes.
James Teh [Thu, 3 Feb 2011 06:00:43 +0000 (16:00 +1000)]
inputCore: normalizeGestureIdentifier() was previously very specific to KeyboardInputGesture in that it assumed modifier keys of indeterminate order with a main key which was always last.
This isn't true for any of our current braille display drivers, where all keys can be combined in any order.
This meant that certain combinations of keys on braille displays never matched in gesture maps because the ordering was different.
To fix this problem, items separated by a + in the id part of the gesture identifier (including the main key for KeyboardInputGesture) must now all be in Python set order with no exceptions.
However, seeing, for example, 1+nvda looks pretty ugly to the user.
Therefore, add another attribute called logIdentifier which provides a single identifier to be logged. This identifier must be usable in gesture maps; i.e. normalising it must return an identifier that will match the gesture. However, the + separated parts of the id can be in whatever order is most readable to the user.
Another bonus of this is that logIdentifier can contain mixed case to make it more readable, whereas normalised gesture identifiers must be all lower case.
Fixes the major part of #1349.
Peter Vágner [Thu, 3 Feb 2011 06:14:13 +0000 (07:14 +0100)]
Updated turkish language file,
Updated spanish language file, user guide and language strings for the NVDA installer,
Updated brazilian portuguese language file.
Michael Curran [Thu, 3 Feb 2011 04:47:43 +0000 (14:47 +1000)]
English user guide: move the Further Information section to the very end. Previously this was before supported speech synthesizers.
Michael Curran [Thu, 3 Feb 2011 04:41:03 +0000 (14:41 +1000)]
English user guide: at the end of the user guesture map section (under advanced topics), mention the fact that using the alt key may be problematic as it may activate the menu bar in some applications.
James Teh [Wed, 2 Feb 2011 22:56:30 +0000 (08:56 +1000)]
Update What's New.
Aleksey Sadovoy [Wed, 2 Feb 2011 19:20:56 +0000 (21:20 +0200)]
NVDAObjects.IAccessible.MSHTML.MSHTML object's findOverlayClasses: handle case, when getting a nodeName raises an exception and skip it silently.
Fixes #974.
Fixes #974.
Aleksey Sadovoy [Wed, 2 Feb 2011 17:12:07 +0000 (19:12 +0200)]
handle parse errors in gesture map files, warning to log appropriately. Inform user about errors in the user gesture map with a dialog.
Aleksey Sadovoy [Wed, 2 Feb 2011 14:57:30 +0000 (16:57 +0200)]
inputCore: add initialize() and terminate() which manage lifecicle of the global manager object.
Aleksey Sadovoy [Wed, 2 Feb 2011 11:21:39 +0000 (13:21 +0200)]
Reinitialize braille when reverting to saved configuration.
Fixes #1346
Fixes #1346.
Michael Curran [Wed, 2 Feb 2011 08:12:15 +0000 (18:12 +1000)]
Fix crash in Adobe Reader X after leaving the untagged document options and before the processing dialog appears. Although this bug really must be fixed in Reader X itself, for now simply do not allow going parent on the root text node of a Adobe reader document. This stops the crash, but there is the side affect that the focus ancestry is a bit wrong (I.e. NVDA thinks the root text node is the foreground, and a lot of ancestry is announced when switching to various other panes in Reader from the root text node). Fixes #1218
Michael Curran [Wed, 2 Feb 2011 08:09:13 +0000 (18:09 +1000)]
English user guide: Add an initial paragraph to the Introduction section above General Features. Also update the licence and Copyright section to use better english (specifically what is written in NVDA's about dialog in regards to the licence).
James Teh [Wed, 2 Feb 2011 03:34:44 +0000 (13:34 +1000)]
baum driver: Simplify key handling code. There should be no functional change.
James Teh [Wed, 2 Feb 2011 03:28:01 +0000 (13:28 +1000)]
On ALVA BC640/BC680 braille displays, NVDA no longer disregards display keys that are still held down after another key is released.
James Teh [Wed, 2 Feb 2011 02:45:57 +0000 (12:45 +1000)]
alvaBC6 driver: When terminating, drop the ctypes function instance for the key callback, as it is holding a reference to an instance method, which causes a reference cycle.
This doesn't currently cause a memory leak because there is no __del__, but it does mean that it takes a lot longer to be garbage collected than it should.
Aleksey Sadovoy [Tue, 1 Feb 2011 22:52:46 +0000 (00:52 +0200)]
Reload app modules from user config directory as well.
Especially:
* appModuleHandler.reloadAppModules(): gracefully call terminate() and initialize()
* globalPluginHandler.reloadGlobalPlugins(): add code doc
Aleksey Sadovoy [Tue, 1 Feb 2011 20:16:06 +0000 (22:16 +0200)]
Fix a bug, where 'reload plugins' command caused NVDA to not load global plugins from user config directory.
Details:
* The bug was caused by the fact, that config.addConfigDirsToPythonPackagePath() was not called from within reloadGlobalPlugins
* Refactor code a bit, esp. eliminate loadGlobalPlugins(), as reloadGlobalPlugins() now calls initialize() directly and it becomes retundant
Michael Curran [Mon, 31 Jan 2011 22:48:38 +0000 (08:48 +1000)]
What's new: list recent fixes to dialogs in bug fixes.
Michael Curran [Mon, 31 Jan 2011 06:12:07 +0000 (16:12 +1000)]
Speech dictionary dialog: provide a hardcoded sizes in pixels for each of the columns in the list, as well as the over all size of the list. It would be good if this could be avoided, but for now this seems to be the only way to make sure all the columns are shown. Also put the Add, Edit and remove buttons horizontally together rather than leaving them under one another. This all makes sure that the content in this dialog is viewable by sighted users. Related to #90.
Michael Curran [Mon, 31 Jan 2011 01:13:41 +0000 (11:13 +1000)]
Elements list for virtualBuffers: use proportional sizing for the radio group, tree, filter edit, and buttons. Give the tree a proportion of 7, and everything else a proportion of 1. This makes sure that nothing goes off the screen, and that the tree still takes up most of the vertical space in the dialog. Hopefully addresses #1321.
James Teh [Wed, 26 Jan 2011 21:55:21 +0000 (07:55 +1000)]
What's New: Add bug fix entry for last commit, as it's definitely a notable bug.
Aleksey Sadovoy [Wed, 26 Jan 2011 21:42:59 +0000 (23:42 +0200)]
Fix typo
James Teh [Wed, 26 Jan 2011 08:47:24 +0000 (18:47 +1000)]
The hotkey for the Review Cursor item in the NVDA Preferences menu has been changed from r to c to eliminate the conflict with the Braille Settings item.
James Teh [Wed, 26 Jan 2011 08:10:58 +0000 (18:10 +1000)]
freedomScientific braille display driver: Make description translatable.
James Teh [Tue, 25 Jan 2011 23:32:24 +0000 (09:32 +1000)]
sconstruct: If building a release, we use optimised Python. This means that generateComInterfaces.py needs to be run with optimised Python as well. Otherwise, it will generate .pyc files instead of .pyo files.
Not only will this break, but setup.py will also completely skip the files, so the comInterfaces directory in dist will be completely empty.
James Teh [Tue, 25 Jan 2011 07:21:05 +0000 (17:21 +1000)]
sconstruct: When signing the program executables, don't create SCons file nodes for them, as otherwise, SCons seems to get confused about dependencies. It's better for SCons to just not know about anything in the dist directory at all.
James Teh [Tue, 25 Jan 2011 02:04:45 +0000 (12:04 +1000)]
winConsoleHandler: Queue the typedCharacter event instead of queuing speech.speakTypedCharacter directly. This means that the functionality to beep if lower case letters are typed while caps lock is on now works in text consoles.
Fixes #1333.
James Teh [Tue, 25 Jan 2011 01:58:01 +0000 (11:58 +1000)]
Fix a comment.
James Teh [Tue, 25 Jan 2011 01:48:22 +0000 (11:48 +1000)]
sconstruct: If a certificate is provided, sign portable executables as well, even though they don't get uiAccess.
James Teh [Tue, 25 Jan 2011 01:40:09 +0000 (11:40 +1000)]
What's New: Change release blurb a little.
James Teh [Mon, 24 Jan 2011 20:23:58 +0000 (06:23 +1000)]
Update copyright end year to 2011 in documentation and installer. Also, change Non-Visual to NonVisual in installer, since we use NonVisual everywhere else.
James Teh [Mon, 24 Jan 2011 17:37:05 +0000 (03:37 +1000)]
What's New: Add release blurb. Fix spelling mistakes and minor linguistic and spacing errors.
James Teh [Mon, 24 Jan 2011 06:56:23 +0000 (16:56 +1000)]
On the Windows XP logon screen, the user name is once again reported when the selected user is changed.
James Teh [Sun, 23 Jan 2011 22:03:00 +0000 (08:03 +1000)]
sconstruct: Quote the publisher when passing it to makensis. Fixes failure when supplying a publisher containing a space.
James Teh [Sun, 23 Jan 2011 20:40:31 +0000 (06:40 +1000)]
baum driver: Fix byte order for braille keys. The correct order seems illogical to me, but nevertheless, I really should learn to read.
James Teh [Sun, 23 Jan 2011 19:57:07 +0000 (05:57 +1000)]
English User Guide: Baum display: Some rewording, plus mention that USB mode must be set to serial for Refreshabraille.
James Teh [Sun, 23 Jan 2011 19:49:29 +0000 (05:49 +1000)]
The Baum driver definitely supports more than just the Brailliant now, so document it as such.
James Teh [Sun, 23 Jan 2011 19:21:13 +0000 (05:21 +1000)]
baum driver: Ack. Apparently there is a b11 on some displays.
James Teh [Sun, 23 Jan 2011 18:38:26 +0000 (04:38 +1000)]
baum driver: Detect BrailleConnect via bluetooth as well.
James Teh [Sun, 23 Jan 2011 18:01:09 +0000 (04:01 +1000)]
baum driver: Change next line to d3 to be more consistent with key maps in other products.
James Teh [Sun, 23 Jan 2011 17:07:43 +0000 (03:07 +1000)]
Remove pointless debugging.
James Teh [Sun, 23 Jan 2011 16:49:27 +0000 (02:49 +1000)]
baum driver: Map the joystick to the arrow and enter keys on the system keyboard.
James Teh [Sun, 23 Jan 2011 16:16:54 +0000 (02:16 +1000)]
I am a moron.
James Teh [Sun, 23 Jan 2011 14:33:55 +0000 (00:33 +1000)]
baum driver: Update to perhaps recognise more keys on displays other than the SuperVario.
This also removes duplication in the key handling code.
In addition, try to detect Refreshabraille and VarioConnect via bluetooth.
James Teh [Sun, 23 Jan 2011 05:25:39 +0000 (15:25 +1000)]
Add braille display driver for Baum SuperVario/HumanWare Brailliant.
This driver may work to some extent with other Baum and HumanWare displays as well, but this isn't officially supported yet.
The source now depends on pyserial; see readme.txt for details.
Fixes #937.
James Teh [Fri, 21 Jan 2011 15:21:13 +0000 (01:21 +1000)]
Fix regression where the build version was not reported in the About dialog.
Peter Vágner [Fri, 21 Jan 2011 10:59:37 +0000 (11:59 +0100)]
Updated portuguese language file and the language strings for the NVDA installer.
Peter Vágner [Fri, 21 Jan 2011 10:38:30 +0000 (11:38 +0100)]
Updated turkish language file,
Updated french language file,
Updated italian language file,
Updated slovak language file, user guide and changes.
Michael Curran [Fri, 21 Jan 2011 06:03:30 +0000 (16:03 +1000)]
Support numpadDelete like the other delete key in documents / edit fields. Fixes #286
Michael Curran [Fri, 21 Jan 2011 05:38:56 +0000 (15:38 +1000)]
Update changes file.
James Teh [Fri, 21 Jan 2011 05:36:59 +0000 (15:36 +1000)]
alvaBC6 driver: Remove some annoying/unnecessary logging.
Peter Vágner [Thu, 20 Jan 2011 10:49:05 +0000 (11:49 +0100)]
Updated italian language file.
Michael Curran [Thu, 20 Jan 2011 07:42:57 +0000 (17:42 +1000)]
Implement a configuration setting that can again restore the old functionality of announcing position information even if it is rather inaccurate (i.e. resorting to MSAA child ID and parent's accChildCount). Fixes #966. Specifically:
* Added a guessObjectPositionInformationWhenUnavailable boolean to the presentation section of nvda.ini (set to false by default).
* Added a checkbox to the Object Presentation dialog for toggling this setting.
* Made the 'allowIAccessibleChildIDAndChildCountForPositionInfo' IAccessible NVDAObject class variable in to a property guetter, and return the value of the guessObjectPositionInformationWhenUnavailable setting.
* Updated the user guide to mention this setting.
James Teh [Thu, 20 Jan 2011 04:25:29 +0000 (14:25 +1000)]
User Guide: Some rewording. Also, split sentences onto separate lines.