Added TODO list.
[platform/core/uifw/at-spi2-atk.git] / TODO
1 TODO:
2
3 idl: 
4       possibly change Value.idl interface to return a value union. [Bill]
5 cspi: 
6       API change required if above IDL change is made.
7
8 libspi: 
9
10       Change the weird string-hash event matching to something sane,
11 using GQuark. [Bill]
12
13       Merge the DeviceEvent and KeyEvent structs to avoid the bogus casting of
14 these back and forth.
15
16       Complete implementation of support for RelationSet and StateSet, and
17 export to cspi. 
18
19       Complete and test the pre-emptive key API so that we don't always do
20 AnyKey grabs. [Bill]
21
22 test:
23
24       Add tests for AtkTable, and add table elements to the test window.
25