Changeset 2434
- Timestamp:
- 10/17/08 08:17:03 (3 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
. (modified) (3 props)
-
source/NVDAObjects/IAccessible/__init__.py (modified) (1 diff)
-
source/NVDAObjects/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-info
-
old new 1 timestamp: 2008-10-1 6 22:21:24.260999918 +02002 committer: Peter Vágner <peterb.v@datagate.sk>1 timestamp: 2008-10-17 16:22:42.651999950 +1000 2 committer: James Teh <jamie@jantrid.net> 3 3 properties: 4 4 branch-nick: main
-
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
old new 203 203 2231 jamie@jantrid.net-20081016000742-4n5a7q6tyzztpdun 204 204 2232 peterb.v@datagate.sk-20081016202124-82z07ddvi5lla90z 205 2233 jamie@jantrid.net-20081017062242-58oc9d002nihw3hu
-
- Property bzr:file-ids
-
old new 1 source/ locale/it/LC_MESSAGES/nvda.po 439@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2Flocale%2Fit%2FLC_MESSAGES%2Fnvda.po2 user_docs/it/readme.txt 1359@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:user_docs%2Fit%2Freadme.txt 1 source/NVDAObjects/IAccessible/__init__.py 683@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2FNVDAObjects%2FIAccessible%2F__init__.py 2 source/NVDAObjects/__init__.py 683@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2FNVDAObjects%2F__init__.py
-
- Property bzr:revision-info
-
trunk/source/NVDAObjects/IAccessible/__init__.py
r2432 r2434 911 911 return " ".join(textList) 912 912 913 def event_foreground(self): 914 super(IAccessible,self).event_foreground() 915 text=self.getDialogText(self) 916 if text and not text.isspace(): 917 speech.speakText(text) 918 919 def event_focusEntered(self): 920 super(IAccessible,self).event_focusEntered() 921 text=self.getDialogText(self) 922 if text and not text.isspace(): 923 speech.speakText(text) 924 925 def event_gainFocus(self): 926 super(IAccessible,self).event_gainFocus() 927 text=self.getDialogText(self) 928 if text and not text.isspace(): 929 speech.speakText(text) 913 def _get_description(self): 914 return self.getDialogText(self) 930 915 931 916 class PropertyPage(Dialog): -
trunk/source/NVDAObjects/__init__.py
r2415 r2434 657 657 speech.cancelSpeech() 658 658 api.setNavigatorObject(self) 659 speech.speakObjectProperties(self,name=True,role=True, reason=speech.REASON_FOCUS)659 speech.speakObjectProperties(self,name=True,role=True,description=True,reason=speech.REASON_FOCUS) 660 660 661 661 def event_valueChange(self):

NVDA is supported by