2008-10-28 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Tue, 28 Oct 2008 15:17:51 +0000 (15:17 +0000)
committerMark Doffman <mdoff@silver-wind.(none)>
Tue, 28 Oct 2008 15:17:51 +0000 (15:17 +0000)
commitbd2d4199d0ae0762930021ee637db9237bb4e928
tree16e0834df110ea0a33c56addce066b8eb6c477d3
parentd4b0723f4b3378f27dc15b76a549a5712673860c
2008-10-28 Mark Doffman <mark.doffman@codethink.co.uk>
        * pyatspi/*.py
        Large refactor to the way that accessible objects are
        created.

        The reason for this is how the "Parent" accessible was creates
        caused problems when accessing accessible objects from
        events.
27 files changed:
pyatspi/Accessibility.py
pyatspi/accessible.py
pyatspi/accessiblecache.py [moved from pyatspi/cache.py with 100% similarity]
pyatspi/action.py
pyatspi/application.py
pyatspi/applicationcache.py [new file with mode: 0644]
pyatspi/base.py
pyatspi/collection.py
pyatspi/component.py
pyatspi/desktop.py
pyatspi/document.py
pyatspi/editabletext.py
pyatspi/event.py
pyatspi/factory.py
pyatspi/hyperlink.py
pyatspi/hypertext.py
pyatspi/image.py
pyatspi/loginhelper.py
pyatspi/registry.py
pyatspi/relation.py
pyatspi/selection.py
pyatspi/selector.py
pyatspi/streamablecontent.py
pyatspi/table.py
pyatspi/test.py [deleted file]
pyatspi/text.py
pyatspi/value.py