diff options
author | Chris Toshok <toshok@ximian.com> | 2004-02-04 02:22:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-02-04 02:22:46 +0800 |
commit | 229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa (patch) | |
tree | 2231f14f5753634ae5b16ba7cea3cefaa040af99 /addressbook/ChangeLog | |
parent | ed8f202a40d86bbd2e46c1404ad4eec880c4604e (diff) | |
download | gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar.gz gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar.bz2 gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar.lz gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar.xz gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.tar.zst gsoc2013-evolution-229c627ee11c7b5f4b7df9355b42d3bf0d35fbaa.zip |
remove some spew, and add an evo-icon: handler, for things in evolution's
2004-02-03 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-contact-display.c (on_url_requested): remove
some spew, and add an evo-icon: handler, for things in evolution's
imagedir.
(render_address): hack up the html.
(render_name_value): new function, just render a name/value/icon.
(render_attribute): split out most of this function into
render_name_value. this just checks to see if the EContact
attribute has something in it before passing it along.
(render_contact_list): split this out from
eab_contact_display_render_normal.
(start_block): new function, insert a row of height 20 with a
header.
(end_block): new function, insert a row of height 20.
(render_contact): split this out from
eab_contact_display_render_normal, and prettify the contact
display.
(eab_contact_display_render_normal): call render_contact and
render_contact_list.
(eab_contact_display_new): create a scrolled window and add the
GtkHTML to it so we actually have scrollbars.
svn path=/trunk/; revision=24591
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5ac4d74978..a39064a403 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,26 @@ +2004-02-03 Chris Toshok <toshok@ximian.com> + + * gui/widgets/eab-contact-display.c (on_url_requested): remove + some spew, and add an evo-icon: handler, for things in evolution's + imagedir. + (render_address): hack up the html. + (render_name_value): new function, just render a name/value/icon. + (render_attribute): split out most of this function into + render_name_value. this just checks to see if the EContact + attribute has something in it before passing it along. + (render_contact_list): split this out from + eab_contact_display_render_normal. + (start_block): new function, insert a row of height 20 with a + header. + (end_block): new function, insert a row of height 20. + (render_contact): split this out from + eab_contact_display_render_normal, and prettify the contact + display. + (eab_contact_display_render_normal): call render_contact and + render_contact_list. + (eab_contact_display_new): create a scrolled window and add the + GtkHTML to it so we actually have scrollbars. + 2004-02-03 Dan Winship <danw@ximian.com> * gui/component/select-names/Makefile.am (INCLUDES): add |