2008-09-08 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Mon, 8 Sep 2008 08:40:42 +0000 (09:40 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Mon, 8 Sep 2008 08:40:42 +0000 (09:40 +0100)
commitb93edf847d229f40394cb0b4f721c4c2a5897d84
treedb9a8b7b3e87ce0d3e7a9b005ba9026bdfe2815f
parent730e1e05bdb0eb48b67fcaa671ca2be6ef57a689
2008-09-08 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi/Accessibility.py
Add all interfaces to Accessibility module before importing
to pyatspi. This is to keep compatibility with ORBit pyatspi.

* pyatspi/*.py
Fix error where properties did not properly return a value.

* atk-adaptor/text.c
Fix error in marshalling getAttributes method.

* atk-adaptor/tree.c
Fix error in marshalling interfaces of tree of accessibles
22 files changed:
atk-adaptor/text.c
atk-adaptor/tree.c
pyatspi/Accessibility.py [new file with mode: 0644]
pyatspi/__init__.py
pyatspi/accessible.py
pyatspi/application.py
pyatspi/base.py
pyatspi/cache.py
pyatspi/constants.py
pyatspi/desktop.py
pyatspi/event.py
pyatspi/hyperlink.py
pyatspi/image.py
pyatspi/registry.py
pyatspi/selection.py
pyatspi/selector.py
pyatspi/streamablecontent.py
pyatspi/table.py
pyatspi/test.py
pyatspi/text.py
pyatspi/utils.py
pyatspi/value.py