From 20394851919f80269d11aa460e60f2bd1e46b7dc Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 25 Oct 2000 23:03:33 +0000 Subject: Summary is back in :D Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187 --- executive-summary/ChangeLog | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'executive-summary/ChangeLog') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index e9878fa0aa..d74512d3f3 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,55 @@ +2000-10-25 Iain Holmes + + * test-service/main.c: Store each individual views data with the view. + Add comments to explain everything. + + * evolution-services/executive-summary-component.c + (impl_Evolution_SummaryComponent_create_view): Only try to create a + control if the returned control != NULL. + +2000-10-25 Iain Holmes + + * evolution-services/executive-summary-component.c + (impl_Evolution_SummaryComponent_create_view): Set the UID of the view + before passing it to the create_view method. + +2000-10-25 Iain Holmes + + * idl/Summary.idl: Added set_icon method, and changed update_html_component + to update_component. Made all methods take a long ID instead of an + SummaryComponent. + + * idl/SummaryComponent.idl: Combined the create_bonobo_view and + create_html_view into create_view. + Added a destroy_view method. + + * evolution-services/Makefile.am: Added the 2 new files. + + * evolution-services/executive-summary-component-view.[ch]: New + files implementing a view of an ExecutiveSummaryComponent. + + * evolution-services/executive-summary.[ch] + * evolution-services/executive-summary-client.[ch] + * evolution-services/executive-summary-component.[ch] + * evolution-services/executive-summary-component-client.[ch]: + * component/e-summary-factory.c + * component/e-summary.c + * test-service/main.c: + Updated to use new methods and the new ExecutiveSummaryComponentView + object. + +2000-10-16 Iain Holmes + + * evolution-services/executive-summary.c (executive_summary_class_init): + Implement the update, set_title and flash functionality as signals + instead of methods. + (impl_Evolution_Summary_set_title): Emit signal. + (impl_Evolution_Summary_flash): Emit signal. + (impl_Evolution_Summary_update_html_component): Emit signal. + (executive_summary_new): Don't need the methods anymore. + (executive_summary_construct): Same. + (executive_summary_init): Remove the private initialisation. + 2000-10-23 Dan Winship * idl/Makefile.am (INCLUDES): -- cgit v1.2.3