2001-02-07 Michael Meeks * hello-embeddable.c (hello_bonobo_embeddable_construct): upd. 2001-02-06 Michael Meeks * hello-view.c (hello_bonobo_view_get_type): upd. (hello_bonobo_view_factory): upd. 2001-01-18 Dietmar Maurer * bonobo-hello.c: use the new factory macros 2001-01-16 Dietmar Maurer * bonobo-hello.c (hello_bonobo_init): use the new unref code. 2000-12-28 Arturo Tena * Bonobo_Sample_Hello.oafinfo: fix naming. 2000-12-14 Michael Meeks * Makefile.am (bin_PROGRAMS): upd. 2000-12-04 Joe Shaw * bonobo-hello.c: Use BonoboGenericFactory instead. 2000-12-04 Joe Shaw * bonobo-hello.c: Fix the build by including bonobo/bonobo-embeddable-factory.h since it was removed from bonobo.h. This should be fixed to use the generic factory. 2000-09-21 Michael Meeks * hello.oafinfo: switch to Bonobo/ObjectFactory. 2000-09-17 ERDI Gergo * hello.oafinfo: Added entry about Bonobo::Print implementation 2000-07-14 Michael Meeks * hello.oafinfo: make uuids match. * bonobo-hello.c (hello_bonobo_init): make uuids match 2000-07-12 Michael Meeks * bonobo-hello.c (main): add bonobo_shutdown. (server_factory_init): bind to the Orb. * hello-embeddable.c (hello_bonobo_embeddable_construct): use bonobo_object_unref not gtk_object_destroy. * hello-view.c (hello_bonobo_view_factory): ditto. 2000-07-07 Michael Meeks * hello.oafinfo: kill unimplemented ProgressiveDataSink I/F. 2000-07-06 Michael Meeks * hello-model.[ch]: Remove. * hello-embeddable.[ch]: New file. * hello-view.[ch]: Totaly re-write. * hello.oafinfo: use uuids. * bonobo-hello.c: Substantialy re-write. 2000-07-05 Michael Meeks * hello-object-io.c (hello_object_pstream_load): update read_string call. 2000-06-27 Michael Meeks * hello-view.c (view_clicked_cb): prettify. kill redundant prototypes. 2000-06-26 Michael Meeks * hello-object-io.c (hello_object_stream_read): kill, move to (hello_object_pstream_load): and drasticaly simplify removing henious coding. (hello_object_pstream_save): ditto. 2000-05-26 Dan Winship * hello-object.c, hello-object-io.[ch] (hello_object_stream_read, hello_object_pstream_load, hello_object_pstream_save, hello_object_pstream_get_max_size, hello_object_pstream_get_content_types): Update PersistStream implementation. 2000-04-24 ERDI Gergo * hello-object-print.c (hello_object_print): Bonobo::Print implementation * hello-object-io.c: Separated IO functions * Makefile.am: Install the oafinfo file 2000-04-23 ERDI Gergo * hello-object.[ch]: Exit cleanly when the instance count drops to 0 * hello.oafinfo: Added OAF description file (Unique ID is simply the version number) * bonobo-hello.c (init_server_factory): Added compile-time option to use OAF instead of GOAD