X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TODO;h=9224bc07dbb69a961a93a4690abb3acd6db17388;hb=ebd9b297363b8b3bd6708e6f0c6c7673e5cc32d6;hp=99e631a0dde8ad26e51c3f967b228033befd4640;hpb=c4303d5065bc559f88b1906d6a47ecfcdcbf1356;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/TODO b/TODO index 99e631a..9224bc0 100644 --- a/TODO +++ b/TODO @@ -2,20 +2,17 @@ TODO: idl: + audit IDL for conformance with bonobo/doc/FAQ's [Java] - naming practice [Michael] + naming practice [Michael] cspi: + ensure spi-listener-impl's list notification methods don't have a re-enterancy hazard. [Michael] + Put LGPL headers everywhere. - + Fix the conversion of Accessibility_Role CORBA enum to - AccessibleRole enums. [Bill] registry: + move code into here from libspi [Michael] + fire an event on dead application & re-factor the listen for broken code. - + consider use of GHashTable instead of GList for listeners [Bill] bridge: + move code into here from libspi @@ -24,17 +21,11 @@ libspi: + remove redundant casts throughout + determine if there are other headers we don't need to install + consider moving the non-impl. parts into registryd/ bridge/ etc. - + merge the DeviceEvent and KeyEvent structs to avoid the - bogus casting of these back and forth. + complete implementation of support for RelationSet and - StateSet, and export to cspi. - + complete and test the pre-emptive key API so that we don't - always do AnyKey grabs. [Bill] - + complete the conversion from AtkRoles to Accessibility_Role - enums. [Bill] + StateSet, and export to cspi. [Marc] + + complete conversion of static methods to "spi_" namespace. [Bill] test: + update test-simple to do complete API tests + Expand tests for AtkTable - + remove comment from test_value; ensure that it works.