OSDN Git Service

Build in support for encoded accDescription (level, blah of blah etc) into IAccessibl...
authorMichael Curran <mick@kulgan.net>
Thu, 23 Sep 2010 00:11:07 +0000 (10:11 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 23 Sep 2010 00:11:07 +0000 (10:11 +1000)
commit4771c1f5311364ed8e135fcd4a2ad1c8d23b0c5b
treec9b25e04e34a6ddeeb0712748bd49e7991c7c98d
parentae6155fdd8b98a3f4c69d5c64754784f44e4b90c
Build in support for encoded accDescription (level, blah of blah etc) into IAccessible NVDAObject's description and positionInfo properties. However by default its not used as the 'hasEncodedAccDescription' class variable must be set to True. This has now been set to True for ITues items and qt treeView items. Specific encoded accDescription code has now been removed from these particular classes. Main reason for this change is that AIM also uses these encoded accDescriptions.
source/NVDAObjects/IAccessible/__init__.py
source/NVDAObjects/IAccessible/qt.py
source/appModules/itunes.py
source/speech.py