X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=46371f7f7672bab7be2a051a4b1674ec222715dd;hb=a8a7b7723f78a782a021e76f2e1a2a4ec7536abe;hp=2325d4cb6c80778e7c698baa5f380249a093318c;hpb=d9bf84b86e8f2ca35c467d5f922ff82e55395818;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 2325d4c..46371f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,106 @@ +2001-08-18 Mark McLoughlin + + * libspi/Makefile.am: generate imodule + at the same time as other idl compiler + generated files. + +2001-08-17 Bill Haneman + * libspi/registry.c : + * libspi/application.c : + * idl/Application.idl : + Made registration with toolkit an application method, + which is required since each app has its own toolkit static + environment. Thus the bridge must register for + notification of toolkit events from each application in turn. + Toolkit notifications are now successfully registered for, and + sent to the listening at client. + * test/at.c : + Changed toolkit event string to use hyphens rather than underscores. + * libspi/listener.c : + listner now gives more info in debug mode - it reports the + name of the event received, as well as the name of the source. + + +2001-08-16 Bill Haneman + + * libspi/registry.c : + added more implementation for toolkit events. + Fixed bug such that toolkit event registrations + (via atk) use the whole event name string, not + just minor+detail. + Removed a useless call to an ORBit_ method. + * at-bridge/bridge.c : + Removed unused local sbuf[] variable. + * test/at.c : + We now register for Gtk:GtkWidget:button_press_event + events as well as "focus:" events. + * cspi/spi.h : + Add some more API from Registry.idl that was missing, + for keystroke listening, keystroke and mouse event + synthesis, and enumeration of accessible desktops. + +2001-08-16 Michael Meeks + + * configure.in: use AM_GLIB_GNU_GETTEXT. + + * Makefile.am (SUBDIRS): kill intl. + +2001-08-15 Michael Meeks + + * registryd/Makefile.am: s/oaf/server/ relocate info file. + + * configure.in: upd. + + * configure.in: depend on a recent bonobo-activation that + will find our server files ... + +2001-08-16 Bill Haneman + + * libspi/accessible.c : accessible_new() : + Now we add the Component interface via bonobo_object_add_interface, + if the contained AtkObject implements AtkComponent. + * libspi/accessible.h : now include "component.h" + * libspi/component.h : + * libspi/component.c : added files - implementation of + bonobo wrapper object for Accessibility/Component + * libspi/listener.c : + Added test code to check for Accessibility/Component:1.0 + interface and report whether it is implemented by the + event source. + * libspi/registry.c : + Now we check for not only the hash of the whole event + string before relaying the event, we also check the + "minor" event string (without the detail string). + This allows event listeners to be registered against + all events of a certain major+minor type, or just + against a specific major+minor+detail type. + * libspi/accessible.c : + Added implementations for Accessible:get_parent(), + Accessible:getChildCount(), and Accessible:getChildAtIndex(). + * libspi/registry.c : + * libspi/listener.c : + Replaced calls to Accessibility_Accessible_ref() and + Accessibility_Accessible_unref() with + calls to bonobo_object_dup_ref() and + bonobo_object_release_unref(), so that the CORBA object + is dup-ed and released when relayed, as well as the bonobo object. + +2001-08-15 Mark McLoughlin + + * libspi/Makefile.am, + registryd/Makefile.am, + at-bridge/Makefile.am. + test/Makefile.am, configure.in: + reverse previous changes. + + * /idl/Image.idl: fix typo. + + * test/Makefile.am: put DEBUG_FLAGS + in CFLAGS. + 2001-08-15 Mark McLoughlin - * test/app.c: use atgv[0] instead of + * test/app.c: use argv[0] instead of g_type_prgname. 2001-08-15 Mark McLoughlin