July 2009 Archives by thread
Starting: Wed Jul 1 17:41:15 UTC 2009
Ending: Fri Jul 31 23:43:22 UTC 2009
Messages: 397
- [Nvda-dev] Display hooks.
Kevin Cussick
- [Nvda-dev] Problems running NVDA source again
Hrvoje Katić
- [Nvda-dev] Problem with Outlook Express
Michel such
- [Nvda-dev] Information from nvda.pyw
Hrvoje Katić
- [Nvda-dev] Thanks for fixing a problem in R3050
Hrvoje Katić
- [Nvda-dev] a new class mapping for NVDA
developer
- [Nvda-dev] a new class mapping for NVDA
Peter Vágner
- [Nvda-dev] [NVDA] #173: Filtering of links list
NVDA Trac
- [Nvda-dev] [NVDA] #192: Navigation by ARIA landmark
NVDA Trac
- [Nvda-dev] [NVDA] #192: Navigation by ARIA landmark
NVDA Trac
- [Nvda-dev] Rev 142: MSHTML backend: add functions to increase and decrease the ref count of the backend dll, by using GetModuleHandleEx and FreeLibrary. Any COM object implementations in the backend now call incBackendLibRefCount() on construction and decBackendLibRefCount() on destruction. This makes sure that if a COM object is not yet freed by Internet Explorer etc, the backend dll won't get pulled out from underneath it and therefore crash the application. This may stop some crashes in IE8 when going to a new page, or exiting IE. in http://bzr.nvaccess.org/nvVBufLib/main
bzr at nvda-project.org
- [Nvda-dev] commit r3058 - trunk/source/NVDAObjects/IAccessible
NVDA Subversion
- [Nvda-dev] Rev 143: gecko_ia2 backend: Mozilla bug 352093 changes Gecko so that sub-documents no longer have separate window handles. This breaks our assumption that a state change in a window other than the root document window is probably for a sub-document. Therefore, remove this window handle check and instead check the role of the object returned from NODE_CHILD_OF. in http://bzr.nvaccess.org/nvVBufLib/main
bzr at nvda-project.org
- [Nvda-dev] Rev 2846: virtual buffer elements dialog: The initially selected element is now the element immediately preceding or overlapping the caret. For headings, this will generally be the heading of the current section. When inside a landmark, this will yield the deepest enclosing landmark. in http://bzr.nvaccess.org/nvda/vbufElementsList
bzr at nvda-project.org
- [Nvda-dev] Rev 144: MSHTML backend: changes to content inside frames and iframes are now properly reflected in the virtualBuffer. To do this, VBufBackend_t::render had to be changed to take an optional argument olf 'oldNode' which can be the node that this new content is replacing. For most backends, this argument is ignored. However for the MSHTML backend, it uses oldNode to retreave the the IHTMLDOMNode for that node, as that object can be used again when rerendering with fillVBuf. This is necessary as you can not get to elements in a subDocument using the containing document's getElementByID IHTMLDocument method. in http://bzr.nvaccess.org/nvVBufLib/main
bzr at nvda-project.org
- [Nvda-dev] Rev 2847: virtual buffer elements list dialog: Fix exceptions in cases where, when filtering, an item is included by the filter but its parent is not. in http://bzr.nvaccess.org/nvda/vbufElementsList
bzr at nvda-project.org
- [Nvda-dev] commit r3059 - in trunk: source/gui source/virtualBuffers user_docs/en
NVDA Subversion
- [Nvda-dev] [NVDA] #173: Filtering of links list
NVDA Trac
- [Nvda-dev] [NVDA] #365: Element list dialog must save user-selected type
NVDA Trac
- [Nvda-dev] Elements Dialog
Moodley, Deenadayalan
- [Nvda-dev] [NVDA] #366: Shift+NVDA+Clear=navigatorObject_currentDimensions and Control+Shift+NVDA+Clear=navigatorObject_where seems to be broken
NVDA Trac
- [Nvda-dev] FW: Issue: NVDA stop running automatically
Srinivasu Chakravarthula
- [Nvda-dev] [NVDA] #367: NVDA freezes a long while when starting IE 8 with "google advanced search" as homepage
NVDA Trac
- [Nvda-dev] What are layout tables?
Michel Such
- [Nvda-dev] About layout tables option
Lex
- [Nvda-dev] Where are new snapshots?
Lex
- [Nvda-dev] Option in MSGMerge to Supress fuzzy flag
Cleverson
- [Nvda-dev] liblouis hebrew table and NVDA
Lex
- [Nvda-dev] Compiling the "less freezing" branch
Cleverson
- [Nvda-dev] Compiling the "less freezing" branch
James Teh
- [Nvda-dev] Rev 2816: setup.py changes: in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2817: config.getUserDefaultConfigPath: if this is not an installed copy, or there's an error getting the user's appData directory, return ./profile, rather than just ./ This means that for portable and source copies of NVDA, the nvda.ini, plus an optional appModules, brailleDisplayDrivers, or synthDrivers directories, are in the profile directory in NVDA's directory. The advantages of this are that all the settings and custom code is all together in one place. When replacing a portable version, its now easier to simply copy out your profile dir temporarily, remove the old NVDA, put in the new one, and then put your profile directory back in. Of course for all versions of NVDA you can still provide a custom config path with the -c commandline option to override all of this. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2818: appModuleHandler: Search all appModules directories for key map files. This means that the user's profile will be searched for key map files, as well as those provided with NVDA. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2819: config.getConfigDirs(): Use globalVars.appArgs.configPath instead of getUserDefaultConfigPath(). This means that a config path supplied with the -c command line option will be used for user appModules, synthDrivers and brailleDisplayDrivers. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2820: Added config.initConfigPath() which creates the configuration directory and any sub directories if they don't exist. This is called from nvda.pyw. nvda_slave also makes use of this function now so that when exploring the user config dir from the start menu, appModules, brailleDisplayDrivers and synthDriver directories will exist straight away. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2821: speechDictHandler: rename speechdicts to speechDicts to make it more standard. config.initConfigPath: also create a speechDicts directory. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2822: winKernel: Add GetDriveType() and associated DRIVE_* constants. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2823: By default, store the log file in the config dir to make it easier to find. An exception is if the config dir is on removable media, in which case the log file is stored in the local temp dir to avoid "wearing out" removable flash drives. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2824: appModuleHandler: Use ui.message when reporting app module errors instead of speech.speakMessage, as braille users should see this too. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2825: appModuleHandler.getKeyMapFileName: ./appModules must also be searched for the keyMap, so that the built-in key maps are picked up. ./appModules is not in appModules.__path__ as appModules no longer go there. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Rev 2826: generate.py: no longer need to compile appModules, brailleDisplayDrivers or synthDrivers as py2exe includes these packages. in http://bzr.nvaccess.org/nvda/ticket337
bzr at nvda-project.org
- [Nvda-dev] Side effect of revision 3078
Michel Such
- [Nvda-dev] about TK dependency
Lex
- [Nvda-dev] Errors while compiling nvda
kendell clark
- [Nvda-dev] About old branches
Lex
- [Nvda-dev] Layout tables option again
Lex
- [Nvda-dev] Braille questions
Ócsvári Áron
- [Nvda-dev] Hungarian wxWidgets language file
Ócsvári Áron
- [Nvda-dev] What should the next version number be?
Michael Curran
- [Nvda-dev] questions about NVDA User guide
Ócsvári Áron
- [Nvda-dev] A little suggestion:
Quetzatl
- [Nvda-dev] Revision 3093 and problem starting installed NVDA
Michel such
Last message date:
Fri Jul 31 23:43:22 UTC 2009
Archived on: Fri Jul 31 23:43:24 UTC 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).