Updated role enumeration in Accessibility_Role.idl.
[platform/core/uifw/at-spi2-atk.git] / TODO
1 TODO:
2
3 idl: 
4         + audit IDL for conformance with bonobo/doc/FAQ's [Java]
5         naming practice [Michael]
6
7 cspi: 
8         + ensure spi-listener-impl's list notification methods don't
9           have a re-enterancy hazard. [Michael]
10         + namespace all methods missing a prepending Accessible
11           or SPI_ prefix. [Bill]
12         + Put LGPL headers everywhere.
13         + Fix the conversion of Accessibility_Role CORBA enum to
14         AccessibleRole enums. [Bill]
15
16 registry:
17         + move code into here from libspi [Michael]
18         + fire an event on dead application & re-factor the listen for
19           broken code.
20         + consider use of GHashTable instead of GList for listeners [Bill]
21
22 bridge:
23         + move code into here from libspi
24
25 libspi: 
26         + remove redundant casts throughout
27         + determine if there are other headers we don't need to install
28         + consider moving the non-impl. parts into registryd/ bridge/ etc.
29         + merge the DeviceEvent and KeyEvent structs to avoid the
30         bogus casting of these back and forth.
31         + complete implementation of support for RelationSet and
32         StateSet, and export to cspi.
33         + complete and test the pre-emptive key API so that we don't
34         always do AnyKey grabs. [Bill]
35         + complete the conversion from AtkRoles to Accessibility_Role
36         enums. [Bill]
37
38 test:
39         + update test-simple to do complete API tests
40         + Expand tests for AtkTable
41         + remove comment from test_value; ensure that it works.
42