diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-11 23:47:01 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-11 23:47:01 +0800 |
commit | b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894 (patch) | |
tree | f49a6a85d2d8d455cdf9c94fd6ae3d8ce3aa69df /executive-summary/ChangeLog | |
parent | 96fb2423d02a5ca60fa61765c63817c816ee267f (diff) | |
download | gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.gz gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.bz2 gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.lz gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.xz gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.zst gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.zip |
Changes to the HTML file to add an entry box.
Changed to use the new BonoboPropertyControl methods, and changed
executive-summary-html-view to use the same idea.
Added rdf-summary to the .cvsignore, and put a timeout so that it can return
imediatly if there is a hold up on the connection.
svn path=/trunk/; revision=6905
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r-- | executive-summary/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 82e6eb5772..dc8d3d1382 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,24 @@ +2000-12-11 Iain Holmes <iain@helixcode.com> + + * evolution-services/executive-summary-html-view.h: Add a define + for the "html_changed" signal to name space it. Change the function + declarations to fit with the below change too. + + * evolution-services/executive-summary-html-view.c + (executive_summary_html_view_new): Create a default BonoboEventSource + and use the new _full function. + (executive_summary_html_view_new_full): Creates a new HtmlView with + the given BonoboEventSource. + (executive_summary_html_view_get_event_source): Returns the + BonoboEventSource for the view. + (executive_summary_html_view_set_html): Use the new #define for the event + name. + + * test-service/rdf-summary.c (create_view): Share the BonoboEventSource + between the HtmlView and the BonoboPropertyControl. + + * component/e-summary.c (html_event): Use the name spaced #define. + 2000-12-08 Iain Holmes <iain@helixcode.com> * summary.html: Don't hardcode the image paths. |