d32e83837e6d49a534eaa65775aa5906f2491c03
[platform/core/uifw/at-spi2-atk.git] / pyatspi / ChangeLog
1 2009-01-12  Willie Walker  <william.walker@sun.com>
2
3         * accessible.py: fix for bug 503091 - getApplication doesn't
4         fallback properly.
5
6 2007-12-13  Eitan Isaacson  <eitan@ascender.com>
7
8         * accessible.py (_getAndCache): Cleaned up: Fixed indent width and
9         added epydoc string.
10
11 2007-11-15  Eitan Isaacson  <eitan@ascender.com>
12
13         * accessible.py: Added new caching (bug #495077). Put in a mixin
14         for remote objects that need to be unreffed at deletion time 
15         (bug #446277).
16
17 2007-11-01  Eitan Isaacson  <eitan@ascender.com>
18
19         * event.py (Event.__init__): Ref() the host_application attribute
20         if it is available (bug #492469).
21         * accessible.py (_makeExceptionHandler._inner): Revert patch from
22         bug #490202. This was the wrong fix. Objects that are returned
23         from methods are already reffed.
24
25 2007-10-30  Eitan Isaacson  <eitan@ascender.com>
26
27         * accessible.py (_AccessibleMixin.__del__): Catch TypeError 
28         exception when _ACCESSIBLE_CACHE[hash(self)] is None (bug #491805).
29
30 2007-10-25  Eitan Isaacson  <eitan@ascender.com>
31
32         * event.py (Event.__init__): Catch AttributeError when ref()ing 
33         event.source (bug #490205).
34         * accessible.py (_makeExceptionHandler._inner): If return value is
35         a CORBA object, ref() it (bug #490202).
36
37 2007-10-22  Eitan Isaacson  <eitan@ascender.com>
38
39         * accessible.py (_RelationMixin.getTarget): Add a ref() to the
40         retrieved target (bug #489273).
41
42 2007-10-12  Eitan Isaacson  <eitan@ascender.com>
43
44         * accessible.py: Narrow queried interfaces (bug #478124). Narrow
45         objects returned from Relation.getTarget() to
46         Accessibility.Accessible (bug #478129).
47
48 2007-10-06  Eitan Isaacson  <eitan@ascender.com>
49
50         * utils.py (StateSet.add): Fixed type (bug #484201).
51
52 2007-09-15  Eitan Isaacson  <eitan@ascender.com>
53
54         * registry.py: Fix to allow notification of events with
55         annotations of details to the event type (bug #467366). Make
56         keyboard event consume behavior conform with the IDL (bug
57         #472301). Freeze break approved.
58         * event.py: Limit splitting of event types (bug #467366). Freeze
59         break approved.
60         
61 2007-08-24  Eitan Isaacson  <eitan@ascender.com>
62
63         * event.py: Make EventType a string descendent, it is now IDL
64         compatable. Bug #467366.
65
66 2007-07-25  Eitan Isaacson  <eitan@ascender.com>
67
68         * utils.py: Fixed typo in call for _findAllDescendants (bug #454090).
69
70 2007-06-20  Peter Parente  <parente@cs.unc.edu>
71
72         * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method
73         (Thanks Jon)
74
75 2007-05-31  Peter Parente  <parente@cs.unc.edu>
76
77         * accessible.py: Fix for bug #439531, unable to define instance 
78         variables in accessible
79
80 2007-05-25  Peter Parente  <parente@cs.unc.edu>
81
82         * utils.py: Partial fix for bug #437944, state set object fails when
83         used remotely. See bug about what it not fixed.
84
85 2007-05-16  Peter Parente  <parente@cs.unc.edu>
86
87         * registry.py: Fixed bug #438623, state change events missing
88
89 2007-05-10  Peter Parente  <parente@cs.unc.edu>
90
91         * utils.py: Fixed bug #437528, StateSet equals
92
93 2007-05-10  Peter Parente  <parente@cs.unc.edu>
94
95         * registry.py: Fixed bug #436982 again (Patch from Eitan)
96
97 2007-05-09  Peter Parente  <parente@cs.unc.edu>
98
99         * registry.py: Corrected patch for bug #436982 so it works with
100         Python 2.4, not just 2.5
101
102 2007-05-09  Peter Parente  <parente@cs.unc.edu>
103
104         * registry.py: Fixed bug #436982 (Patch from Eitan), crash on exit
105         * utils.py: Fixed bug #437153, bad StateSet add/remove impl.
106
107 2007-05-08  Peter Parente  <parente@cs.unc.edu>
108
109         * constants.py: 
110         * accessible.py: 
111         * utils.py:
112         Fixed bug #436949, Need util to list all supported interfaces
113
114 2007-05-08  Peter Parente  <parente@cs.unc.edu>
115
116         Patch from Eitan Isaacson
117         * accessible.py: 
118         Fixed bug #436930, Syntax error when raising IndexError
119
120 2007-05-08  Peter Parente  <parente@cs.unc.edu>
121
122         Patch from Eitan Isaacson
123         * event.py: 
124         Fixed bug #435947, Fix reference count error
125
126 2007-05-04  Peter Parente  <parente@cs.unc.edu>
127
128         * accessible.py: 
129         Fixed bug #435895, Fix __getitem__
130
131 2007-05-04  Peter Parente  <parente@cs.unc.edu>
132
133         * accessible.py: 
134         Fixed bug #435832, Catch CORBA errors for ORBit.Methods
135
136 2007-05-04  Peter Parente  <parente@cs.unc.edu>
137
138         * setup.py: 
139         * Makefile.am:
140         Fixed bug #435809, Add setup.py and Makefile.am
141
142 2007-05-03  Peter Parente  <parente@cs.unc.edu>
143
144         * accessible.py: 
145         Fixed bug #435504, Add ignore flag to _mixClass
146
147 2007-05-03  Peter Parente  <parente@cs.unc.edu>
148
149         Patch from Eitan Isaacson
150         * registry.py: 
151         Fixed bug #435284, Wrong params to deregister keystrokes
152
153 2007-05-03  Peter Parente  <parente@cs.unc.edu>
154
155         * accessible.py: 
156         Fixed bug #435177, Not saving narrow'ed interface
157
158 2007-05-03  Peter Parente  <parente@cs.unc.edu>
159
160         * registry.py: 
161         Fixed bug #435282, Wrong instance variable name
162
163 2007-04-30  Peter Parente <parente@cs.unc.edu>
164
165         * accessible.py: 
166         Fixed bug #434686, wrong exception caught
167         
168 2007-04-27  Li Yuan <li.yuan@sun.com>
169
170         Patch from Peter.
171         * registry.py:
172         Bug #433627. Adds default handling, fixes docs.
173
174 2007-04-27  Li Yuan <li.yuan@sun.com>
175
176         Patch from Peter.
177         * constants.py:
178         Bug #431057. Adds messing event.
179
180 2007-04-18  Li Yuan <li.yuan@sun.com>
181
182         * __init__.py:
183         * accessible.py:
184         * constants.py:
185         * registry.py:
186         * utils.py:
187         Some updates from Peter Parente.
188
189 2007-04-18  Li Yuan <li.yuan@sun.com>
190
191         * pyatspi/__init__.py:
192         * pyatspi/accessible.py:
193         * pyatspi/constants.py:
194         * pyatspi/event.py:
195         * pyatspi/registry.py:
196         * pyatspi/utils.py:
197         Bug #430938. Add some files to create the uniform Python
198         wrapper for at-spi.