diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:42:35 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:42:35 +0800 |
commit | 4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c (patch) | |
tree | 6f9b76cee8d456070ca9c849c697f621ff833694 /executive-summary/ChangeLog | |
parent | 35162bcd8728297bff435a5592328051fd1df211 (diff) | |
download | gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.gz gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.bz2 gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.lz gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.xz gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.zst gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.zip |
Moving the executive summarys now :)
mail-summary now has clickable names to change to that view
executive summary remembers what components are running when you close.
selection now blocks ES updating so it won't be cleared.
svn path=/trunk/; revision=6330
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r-- | executive-summary/ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 1f1717db45..2a59845862 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,53 @@ +2000-11-01 Iain Holmes <iain@helixcode.com> + + * component/e-summary.c: + component/e-summary-factory.c: + component/e-summary-url.c: Warning's cleanup. + +2000-11-01 Iain Holmes <iain@helixcode.com> + + * component/e-summary.c (e_summary_rebuild_page): Requeue the redraw + if there is a selection on the widget. + +2000-11-01 Iain Holmes <iain@helixcode.com> + + * component/e-summary.c (e_summary_display_window): Draw the window + controls to move, close and configure the window. + (e_summary_window_move_(left|right|up|down)): Move the window around the + window list. + + * component/e-summary-url.c (e_summary_url_click): Add handlers for the + window control URIs (close:// configure:// up:// down:// left:// and + right://). + (get_protocol): Add support for the new protocols. + (parse_uri): Ditto. + (e_summary_url_describe): ditto. + +2000-10-30 Iain Holmes <iain@helixcode.com> + + * component/e-summary-factory.c (embed_service): Generate the uid here + and pass it into the create_view method. + + * evolution-services/executive-summary-component-client.c + (executive_summary_component_client_create_view): Use the passed in UID + to generate a view. + + * evolution-services/executive-summary-component.c + (impl_Evolution_SummaryComponent_create_view): Don't generate the id here + but use the passed in one instead. + + * idl/SummaryComponent.idl: create_view now takes an ID parameter. + +2000-10-26 Iain Holmes <iain@helixcode.com> + + * component/e-summary.c (load_default): Neaten the Report bug link. + (e_summary_end_load): Put in a <hr> and a mailto to me. + (e_summary_new): Create an EvolutionShellClient from the Evolution_Shell. + (e_summary_get_shell_client): Retrieve the shell-client. + + * component/e-summary-url.c (e_summary_url_click): On a PROTOCOL_VIEW + change the current view to the one specified in the URL. + 2000-10-28 Ettore Perazzoli <ettore@helixcode.com> * component/Makefile.am (INCLUDES): Add |