platform/core/uifw/at-spi2-atk.git
15 years ago2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Wed, 28 May 2008 20:37:20 +0000 (21:37 +0100)]
2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
* tests/dummyatk
Rework the LSB dummy implementation, taken from
atk-tests. This is a very simple atk implementation
for the purpose of testing at-spi.

* tests/testapps
Add a test framework for applications used in testing
at-spi. Tests will generally make use of the dummy
atk implmentaion.

15 years agoMerge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into testing
Mark Doffman [Mon, 26 May 2008 17:02:36 +0000 (18:02 +0100)]
Merge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into testing

15 years agoAdded atk tests
Mike Gorse [Mon, 26 May 2008 16:55:54 +0000 (12:55 -0400)]
Added atk tests
Various other changes

15 years ago2008-05-20 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Tue, 20 May 2008 21:03:09 +0000 (22:03 +0100)]
2008-05-20 Mark Doffman <mark.doffman@codethink.co.uk>
* atk-adaptor/bridge.c
  Fix registration path for droute.
* atk-adaptor/introspectable.c
  Fix lack of Accessible interface in introspection.
* atk-adaptor/tree.c
  Fix case where methods called witout interface
* tests/accessible_cache.py
  Add interface constants.

15 years ago2008-05-20 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Tue, 20 May 2008 19:26:06 +0000 (20:26 +0100)]
2008-05-20 Mark Doffman <mark.doffman@codethink.co.uk>
* atk-adaptor/bridge.c
* atk-adaptor/accessible.h
* atk-adaptor/tree.c

Fix for bug introduced in cd5ac1. The getTree
call to the Tree interface was not passing
a DRoute instance to the append_update function
and consequently the interface names were not getting
appended to each object.

15 years ago2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Tue, 20 May 2008 16:45:59 +0000 (17:45 +0100)]
2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
* test/accessible_cache.py
* test/testClient.py
  Extend the accessible_cache to return
  D-Bus proxy objects for the remote accessible
  objects.

15 years agoRework signals to more closely map to at-spi
Mike Gorse [Fri, 16 May 2008 21:53:07 +0000 (17:53 -0400)]
Rework signals to more closely map to at-spi

15 years ago2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Fri, 16 May 2008 20:21:32 +0000 (21:21 +0100)]
2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>

Assorted changed to get the reorganized source tree
working.

*atk-adaptor/
Move the object registry functionality from spi-dbus
here as it was not used by the registryd.

*spi-common/
Move object registry funtionality out to adaptor.

*configure.ac droute/Makefile.am xml/Makefile.am
Provide a matching install path and default
search path for the introspection files.

*xml/introspection/org.freedesktop.atspi.Tree
Remove as this file is not autogenerated.

15 years agoMerge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework
Mark Doffman [Fri, 16 May 2008 16:54:32 +0000 (17:54 +0100)]
Merge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework

15 years agoAdd some missing files
Mike Gorse [Fri, 16 May 2008 16:41:30 +0000 (12:41 -0400)]
Add some missing files

15 years agoMerge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework
Mark Doffman [Fri, 16 May 2008 16:36:49 +0000 (17:36 +0100)]
Merge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework

15 years agoMerge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework
Mark Doffman [Fri, 16 May 2008 16:36:23 +0000 (17:36 +0100)]
Merge branch 'mgorse' of git+ssh://git.codethink.co.uk/git/atspi-dbus into rework

Conflicts:

Makefile.am
atk-adaptor/tree.c
configure.in
libspi/Makefile.am
libspi/accessible.h
libspi/introspectable.c
libspi/util.c
registryd/Makefile.am
registryd/desktop.c
registryd/deviceeventcontroller.c
registryd/deviceeventcontroller.h
registryd/registry.c
registryd/registry.h
spi-common/spi-dbus.c
xml/Accessibility_Registry.xml
xml/Makefile.am

15 years agoRe-added org.freedesktop.atspi.Registry.xml
Mike Gorse [Fri, 16 May 2008 16:33:09 +0000 (12:33 -0400)]
Re-added org.freedesktop.atspi.Registry.xml

15 years ago2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Fri, 16 May 2008 15:11:40 +0000 (16:11 +0100)]
2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>

Re-organize the directories. The main purpose of
this change is to remove CORBA code and references
that are no longer used.

* atk-adaptor/
Code here used to live in libspi and atk-bridge.

* droute/
The droute module has been moved from libspi to
its own directory.

* spi-common
Code and definitions common to registryd and
the atk-adaptor. Mostly moved from libspi/dbus.c
and accessible.h.

* cspi/
Removed for the moment. Will have to be
mostly rewritten for D-Bus.

15 years agoChanges to introspection generation to remove DOCTYPE and XML
Mark Doffman [Wed, 14 May 2008 13:16:21 +0000 (14:16 +0100)]
Changes to introspection generation to remove DOCTYPE and XML
declarations from the generated files.

15 years agoAdapt prototypes/includes
Mike Gorse [Tue, 13 May 2008 20:59:08 +0000 (16:59 -0400)]
Adapt prototypes/includes

15 years agoFirst pass at an adaptation. This compiles and runs but is otherwise untested
Mike Gorse [Tue, 13 May 2008 20:36:37 +0000 (16:36 -0400)]
First pass at an adaptation.  This compiles and runs but is otherwise untested

15 years agoRemove "unImplemented" methods
Mike Gorse [Tue, 13 May 2008 20:35:49 +0000 (16:35 -0400)]
Remove "unImplemented" methods
Change typeseq to expect a single uint32 rather than an array

15 years agoAdd #ifndef to prevent double inclusion of generated header
Mike Gorse [Tue, 13 May 2008 20:28:17 +0000 (16:28 -0400)]
Add #ifndef to prevent double inclusion of generated header

15 years agoRemove some unused code
Mike Gorse [Tue, 13 May 2008 20:27:29 +0000 (16:27 -0400)]
Remove some unused code

15 years agospi_dbus_emit -> spi_dbus_emit_valist
Mike Gorse [Tue, 13 May 2008 20:26:58 +0000 (16:26 -0400)]
spi_dbus_emit -> spi_dbus_emit_valist
Add some defines

15 years agoAdd registryd
Mike Gorse [Tue, 13 May 2008 20:25:14 +0000 (16:25 -0400)]
Add registryd

15 years agoRework functions related to device events
Mike Gorse [Tue, 13 May 2008 20:24:32 +0000 (16:24 -0400)]
Rework functions related to device events
Fix some warnings

15 years agoAdd registryd
Mike Gorse [Tue, 13 May 2008 20:22:17 +0000 (16:22 -0400)]
Add registryd
Remove idl -> xml rules

15 years agoRemove <node> element
Mike Gorse [Tue, 13 May 2008 15:16:03 +0000 (11:16 -0400)]
Remove <node> element

15 years agoAdd missing introspection-loader files.
Mark Doffman [Tue, 13 May 2008 14:43:41 +0000 (15:43 +0100)]
Add missing introspection-loader files.

15 years agoChanges to enable new introspection format.
Mark Doffman [Tue, 13 May 2008 14:42:25 +0000 (15:42 +0100)]
Changes to enable new introspection format.
Add one introspection XML file, and update bridge
to register modified tree object that uses the introspection.

15 years agoAvoid crashing on null user_data
Mike Gorse [Thu, 15 May 2008 20:03:45 +0000 (16:03 -0400)]
Avoid crashing on null user_data

15 years agoHave spi_initialize_introspectable take a verify function
Mike Gorse [Thu, 15 May 2008 19:59:05 +0000 (15:59 -0400)]
Have spi_initialize_introspectable take a verify function

15 years agoBuild/install Tree interface
Mike Gorse [Thu, 15 May 2008 19:48:50 +0000 (15:48 -0400)]
Build/install Tree interface

15 years agoFix install location of introspect xml
Mike Gorse [Thu, 15 May 2008 19:08:52 +0000 (15:08 -0400)]
Fix install location of introspect xml

15 years agoAutomatically generate introspection files
Mike Gorse [Thu, 15 May 2008 17:55:02 +0000 (13:55 -0400)]
Automatically generate introspection files

15 years agoChanges to introspection generation to remove DOCTYPE and XML
Mark Doffman [Wed, 14 May 2008 13:16:21 +0000 (14:16 +0100)]
Changes to introspection generation to remove DOCTYPE and XML
declarations from the generated files.

15 years agoMerge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus into droute
Mark Doffman [Wed, 14 May 2008 13:12:41 +0000 (14:12 +0100)]
Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus into droute

15 years agoAdapt prototypes/includes
Mike Gorse [Tue, 13 May 2008 20:59:08 +0000 (16:59 -0400)]
Adapt prototypes/includes

15 years agoMerge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse
Mike Gorse [Tue, 13 May 2008 20:52:09 +0000 (16:52 -0400)]
Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse

Conflicts:

libspi/Makefile.am

15 years agoFirst pass at an adaptation. This compiles and runs but is otherwise untested
Mike Gorse [Tue, 13 May 2008 20:36:37 +0000 (16:36 -0400)]
First pass at an adaptation.  This compiles and runs but is otherwise untested

15 years agoRemove "unImplemented" methods
Mike Gorse [Tue, 13 May 2008 20:35:49 +0000 (16:35 -0400)]
Remove "unImplemented" methods
Change typeseq to expect a single uint32 rather than an array

15 years agoAdd #ifndef to prevent double inclusion of generated header
Mike Gorse [Tue, 13 May 2008 20:28:17 +0000 (16:28 -0400)]
Add #ifndef to prevent double inclusion of generated header

15 years agoRemove some unused code
Mike Gorse [Tue, 13 May 2008 20:27:29 +0000 (16:27 -0400)]
Remove some unused code

15 years agospi_dbus_emit -> spi_dbus_emit_valist
Mike Gorse [Tue, 13 May 2008 20:26:58 +0000 (16:26 -0400)]
spi_dbus_emit -> spi_dbus_emit_valist
Add some defines

15 years agoRemove dbus.h
Mike Gorse [Tue, 13 May 2008 20:25:40 +0000 (16:25 -0400)]
Remove dbus.h

15 years agoAdd registryd
Mike Gorse [Tue, 13 May 2008 20:25:14 +0000 (16:25 -0400)]
Add registryd

15 years agoRework functions related to device events
Mike Gorse [Tue, 13 May 2008 20:24:32 +0000 (16:24 -0400)]
Rework functions related to device events
Fix some warnings

15 years agoAdd registryd
Mike Gorse [Tue, 13 May 2008 20:22:17 +0000 (16:22 -0400)]
Add registryd
Remove idl -> xml rules

15 years agoMerge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus into droute
Mark Doffman [Tue, 13 May 2008 15:20:18 +0000 (16:20 +0100)]
Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus into droute

15 years agoRemove <node> element
Mike Gorse [Tue, 13 May 2008 15:16:03 +0000 (11:16 -0400)]
Remove <node> element

15 years agoAdd missing introspection-loader files.
Mark Doffman [Tue, 13 May 2008 14:43:41 +0000 (15:43 +0100)]
Add missing introspection-loader files.

15 years agoChanges to enable new introspection format.
Mark Doffman [Tue, 13 May 2008 14:42:25 +0000 (15:42 +0100)]
Changes to enable new introspection format.
Add one introspection XML file, and update bridge
to register modified tree object that uses the introspection.

15 years agoRemove unused functions
Mike Gorse [Mon, 12 May 2008 16:17:50 +0000 (12:17 -0400)]
Remove unused functions

15 years agoAdd some accessibility structures into accessible.h (for now, anyway; we really shoul...
Mike Gorse [Mon, 12 May 2008 16:17:37 +0000 (12:17 -0400)]
Add some accessibility structures into accessible.h (for now, anyway; we really should auto-generate them)
Add spi_dbus_message_iter_get_struct, spi_dbus_message_iter_append_struct, spi_dbus_marshall_deviceevent, and spi_dbus_demarshall_deviceevent
Remove dbus.h; combine with accessible.h

15 years agoFix syntax and other sundry errors in intropsectable.c
Mark Doffman [Thu, 8 May 2008 13:07:44 +0000 (14:07 +0100)]
Fix syntax and other sundry errors in intropsectable.c

15 years agoNOT TESTED. Adds an implementation of the D-Bus
Mark Doffman [Wed, 7 May 2008 16:10:34 +0000 (17:10 +0100)]
NOT TESTED. Adds an implementation of the D-Bus
introspectable interface for ATK objects.

15 years agoNOT TESTED. Partial work to update DRoute.
Mark Doffman [Wed, 7 May 2008 10:24:46 +0000 (11:24 +0100)]
NOT TESTED. Partial work to update DRoute.

Removes signals code.
Removes introspection code.
Removes string properties code.

15 years agoChanges to python test code to reflect an update in
Mark Doffman [Wed, 7 May 2008 09:33:49 +0000 (10:33 +0100)]
Changes to python test code to reflect an update in
the Accessible_Tree interface.

15 years agoAdd spi_dbus_object_is_known
Mike Gorse [Mon, 5 May 2008 22:16:37 +0000 (18:16 -0400)]
Add spi_dbus_object_is_known
Only propagate object:state-changed if the object has been exposed to clients already
Adapt for latest spec

15 years agoRemoved update flag and added separate array of objects to be removed for UpdateTree
Mike Gorse [Mon, 5 May 2008 15:11:46 +0000 (11:11 -0400)]
Removed update flag and added separate array of objects to be removed for UpdateTree

15 years agoAdded atk-bridge-log.patch and corresponding README
Mike Gorse [Fri, 2 May 2008 16:12:53 +0000 (12:12 -0400)]
Added atk-bridge-log.patch and corresponding README

15 years agoSend UpdateTree signal as appropriate
Mike Gorse [Thu, 1 May 2008 23:25:30 +0000 (19:25 -0400)]
Send UpdateTree signal as appropriate

15 years agoHave register_object and deregister_object queue objects for a cache update.
Mike Gorse [Thu, 1 May 2008 23:17:04 +0000 (19:17 -0400)]
Have register_object and deregister_object queue objects for a cache update.
When registering, use a weak ref instead of g_object_set_data_full

15 years agoMove bus from SpiAppData into DrouteData so that cache functions will get it along...
Mike Gorse [Thu, 1 May 2008 23:13:38 +0000 (19:13 -0400)]
Move bus from SpiAppData into DrouteData so that cache functions will get it along with the remaining droute data
Call appropriate functions to signal that a cache update is needed
Ignore object:state-change:defunct for now since we will send signals when an object goes away

15 years agoCorrect update flag
Mike Gorse [Wed, 30 Apr 2008 17:46:46 +0000 (13:46 -0400)]
Correct update flag

15 years agoFix emission of text insert/delete signals
Mike Gorse [Wed, 30 Apr 2008 17:42:35 +0000 (13:42 -0400)]
Fix emission of text insert/delete signals

15 years agospi_atk_bridge_signal_listener: convert - to _ in signal name
Mike Gorse [Wed, 30 Apr 2008 16:18:19 +0000 (12:18 -0400)]
spi_atk_bridge_signal_listener: convert - to _ in signal name
Change requested test name to match current test code

15 years agoChange interface name to org.freedesktop.atspi.Tree
Mike Gorse [Wed, 30 Apr 2008 16:15:24 +0000 (12:15 -0400)]
Change interface name to org.freedesktop.atspi.Tree
Add getRoot; remove functionality from getTree

15 years agoMerge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse
Mike Gorse [Wed, 30 Apr 2008 14:33:00 +0000 (10:33 -0400)]
Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse

15 years agoSet / as the "parent" path of the root object
Mike Gorse [Wed, 30 Apr 2008 14:27:14 +0000 (10:27 -0400)]
Set / as the "parent" path of the root object

15 years ago2008-04-30 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Wed, 30 Apr 2008 14:23:13 +0000 (15:23 +0100)]
2008-04-30  Mark Doffman <mark.doffman@codethink.co.uk>
* tools/python/*
  Add some code to instrument the Tree interface.

16 years agoUpdate for most recent spec: add parent and remove sub-struct
Mike Gorse [Wed, 30 Apr 2008 01:00:01 +0000 (21:00 -0400)]
Update for most recent spec: add parent and remove sub-struct

16 years agoUse calloc when allocating app data
Mike Gorse [Wed, 30 Apr 2008 00:59:35 +0000 (20:59 -0400)]
Use calloc when allocating app data
Remove debugging printf

16 years agoMerge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse
Mike Gorse [Tue, 29 Apr 2008 17:15:33 +0000 (13:15 -0400)]
Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse

16 years agoMerge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus
Mark Doffman [Tue, 29 Apr 2008 17:12:56 +0000 (18:12 +0100)]
Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus

16 years agoSend some signals
Mike Gorse [Tue, 29 Apr 2008 17:04:16 +0000 (13:04 -0400)]
Send some signals

16 years agoHave spi_dbus_get_path check for NULL
Mike Gorse [Tue, 29 Apr 2008 17:03:28 +0000 (13:03 -0400)]
Have spi_dbus_get_path check for NULL
Fix deregister_object to pass a pointer to g_hash_remove

16 years agoMerge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus
Mark Doffman [Tue, 29 Apr 2008 12:56:06 +0000 (13:56 +0100)]
Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbus

16 years ago2008-04-29 Mark Doffman <mark.doffman@codethink.co.uk>
Mark Doffman [Tue, 29 Apr 2008 12:46:30 +0000 (13:46 +0100)]
2008-04-29  Mark Doffman <mark.doffman@codethink.co.uk>

* xml/Accessibility_Tree.xml
  Add an initial specification for passing
  an entire tree of accessible object proxies.

* tools/doc-generator.xsl
* tools/spec-to-introspect.xsl
  Add stylesheets for transforming telepathy
  style interface descriptions to html and D-Bus
  introspection.

16 years agoAdd AccessibleTree
Mike Gorse [Fri, 25 Apr 2008 21:47:10 +0000 (17:47 -0400)]
Add AccessibleTree

16 years agoChange prototype of spi_dbus_get_path to return a gchar
Mike Gorse [Fri, 25 Apr 2008 21:46:30 +0000 (17:46 -0400)]
Change prototype of spi_dbus_get_path to return a gchar
Add AccessibleTree

16 years agoMake get_datum optional; assume that an interface is always enabled if it is NULL
Mike Gorse [Fri, 25 Apr 2008 21:44:46 +0000 (17:44 -0400)]
Make get_datum optional; assume that an interface is always enabled if it is NULL
Properties: fix message unref, fix setting of message iter

16 years agoCheck before casting to interfaces
Mike Gorse [Thu, 24 Apr 2008 22:44:10 +0000 (18:44 -0400)]
Check before casting to interfaces

16 years agoCorrect case of DBus in interface name
Mike Gorse [Thu, 24 Apr 2008 22:42:59 +0000 (18:42 -0400)]
Correct case of DBus in interface name
When introspecting, free the dautm if needed, only call introspect_children if it is not NULL, fix args, only print arg names if a name is present, and close tags

16 years agoDynamically allocate hash keys
Mike Gorse [Thu, 24 Apr 2008 22:40:01 +0000 (18:40 -0400)]
Dynamically allocate hash keys
Use strncmp rather than strcmp to scan the path prefix

16 years agoaccessible -> atspi in interface names
Mike Gorse [Thu, 24 Apr 2008 18:18:47 +0000 (14:18 -0400)]
accessible -> atspi in interface names

16 years agoFix bugs with object -> path hash
Mike Gorse [Thu, 24 Apr 2008 16:06:27 +0000 (12:06 -0400)]
Fix bugs with object -> path hash

16 years agoAdd atk-bridge
Mike Gorse [Thu, 24 Apr 2008 16:04:50 +0000 (12:04 -0400)]
Add atk-bridge

16 years agoInitial move to dbus. Signals are still unimplemented.
Mike Gorse [Thu, 24 Apr 2008 16:04:25 +0000 (12:04 -0400)]
Initial move to dbus.  Signals are still unimplemented.

16 years agoAdd accessible.h and dbus dependencies
Mike Gorse [Thu, 24 Apr 2008 16:03:35 +0000 (12:03 -0400)]
Add accessible.h and dbus dependencies

16 years agoAdd atk-bridge
Mike Gorse [Thu, 24 Apr 2008 16:02:40 +0000 (12:02 -0400)]
Add atk-bridge

16 years agoAdd action.c
Mike Gorse [Thu, 24 Apr 2008 15:53:49 +0000 (11:53 -0400)]
Add action.c

16 years agoAdd droute.c, droute.h, dbus.c, dbus.h, bitarray.h
Mike Gorse [Mon, 21 Apr 2008 12:09:41 +0000 (08:09 -0400)]
Add droute.c, droute.h, dbus.c, dbus.h, bitarray.h

16 years agoAdd Action interface.
Mike Gorse [Thu, 17 Apr 2008 21:17:53 +0000 (17:17 -0400)]
Add Action interface.
Add Action interface

16 years agoRe-add Accessibility_Role.xml and Accessibility_State.xml
Mike Gorse [Thu, 17 Apr 2008 20:44:22 +0000 (16:44 -0400)]
Re-add Accessibility_Role.xml and Accessibility_State.xml

16 years agoRemove currently-unused xml files
Mike Gorse [Thu, 17 Apr 2008 20:34:08 +0000 (16:34 -0400)]
Remove currently-unused xml files

16 years agoAdd a check for lack of memory
Mike Gorse [Thu, 17 Apr 2008 20:28:09 +0000 (16:28 -0400)]
Add a check for lack of memory

16 years agoAdded accessible.h
Mike Gorse [Thu, 17 Apr 2008 20:27:20 +0000 (16:27 -0400)]
Added accessible.h

16 years agoUpdate spec to reflect what has been implemented
Mike Gorse [Thu, 17 Apr 2008 18:05:05 +0000 (14:05 -0400)]
Update spec to reflect what has been implemented
Remove some unused code

16 years agoInitial commit.
Mike Gorse [Thu, 17 Apr 2008 15:35:31 +0000 (11:35 -0400)]
Initial commit.
Add first pass at an xml spec
Modify some sources to use dbus rather than corba
Started a function to send a tree of objects (untested, like everything else)

16 years ago2008-03-31 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 31 Mar 2008 06:45:10 +0000 (06:45 +0000)]
2008-03-31  Li Yuan  <li.yuan@sun.com>

        * atk-bridge/bridge.c: (atk_bridge_init),
        (spi_atk_bridge_do_registration):
        Bug #498668. Call bonobo_activate at the beginning of the
        initialization.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@1004 e2bd861d-eb25-0410-b326-f6ed22b6b98c

16 years agonomsg
eronahi [Fri, 21 Mar 2008 00:49:28 +0000 (00:49 +0000)]
nomsg

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@1003 e2bd861d-eb25-0410-b326-f6ed22b6b98c

16 years ago2008-03-19 Li Yuan <li.yuan@sun.com>
liyuan [Wed, 19 Mar 2008 09:19:04 +0000 (09:19 +0000)]
2008-03-19  Li Yuan  <li.yuan@sun.com>

        * idl/Accessibility_Accessible.idl:
        Bug #431053. add accessible-role event in idl doc.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@1001 e2bd861d-eb25-0410-b326-f6ed22b6b98c