summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-12-15 22:54:01 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2001-12-15 22:54:01 +0000
commit0cd076473b00a6ef39eebaf1fc8800fef48a49fb (patch)
tree9cb43cbfd42ca4ef15aeb17f7b14c75e1661c7fe /TODO
parentd1fd1a0d66ef594a5ee62692e81e3c8ee9ef6461 (diff)
downloadat-spi2-core-0cd076473b00a6ef39eebaf1fc8800fef48a49fb.tar.gz
Revised key event support to remove some invalid casts, fix bugs relating
to key event filtration, and enable "global" key listeners based on key sets. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@187 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 3 insertions, 12 deletions
diff --git a/TODO b/TODO
index 99e631a0..9224bc07 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.