aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-26 07:03:33 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-26 07:03:33 +0800
commit20394851919f80269d11aa460e60f2bd1e46b7dc (patch)
tree6b3fc7cd84913f288434f58e5a4a9cb86604b073 /executive-summary/ChangeLog
parent8ab09706d1ddaa55f1e76dc395fdee2104e4d105 (diff)
downloadgsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.gz
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.bz2
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.lz
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.xz
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.tar.zst
gsoc2013-evolution-20394851919f80269d11aa460e60f2bd1e46b7dc.zip
Summary is back in :D
Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r--executive-summary/ChangeLog52
1 files changed, 52 insertions, 0 deletions
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 <iain@helixcode.com>
+
+ * 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 <iain@helixcode.com>
+
+ * 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 <iain@helixcode.com>
+
+ * 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 <iain@helixcode.com>
+
+ * 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 <danw@helixcode.com>
* idl/Makefile.am (INCLUDES):