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