2008-08-20 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Wed, 20 Aug 2008 13:34:03 +0000 (14:34 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Wed, 20 Aug 2008 13:34:03 +0000 (14:34 +0100)
commit95dcfcf4cf6dae79fe0d402ddc9cdf507df4e3b6
tree614034808c7e3f7851633b59f8ef5b5c9f14fdcd
parenta824cabd11c04e3636909262d579b6be960769d5
2008-08-20 Mark Doffman <mark.doffman@codethink.co.uk>
* atk-adaptor/component.c
Fix a bug with marshalling the MDIZOrder.

* pyatspi/*
Fix a huge bug where child Accessibles shared
a common D-Bus object.

* pyatspi/component.py
Add a component interface.

* test/pyatspi/componenttest.py
Add a unit test for the component interface.
atk-adaptor/component.c
pyatspi/__init__.py
pyatspi/accessible.py
pyatspi/base.py
pyatspi/component.py [new file with mode: 0644]
pyatspi/other.py
tests/apps/component-app.c
tests/pyatspi/accessibletest.py
tests/pyatspi/componenttest.py