<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/addressbook/printing/e-contact-print.h, branch GNOME_2</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNOME_2</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=GNOME_2'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-10-24T22:17:05+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'GNOME_2'.</title>
<updated>2001-10-24T22:17:05+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-10-24T22:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d926a5044cc190b0e6f3b53d7be13096a79990c8'/>
<id>urn:sha1:d926a5044cc190b0e6f3b53d7be13096a79990c8</id>
<content type='text'>
svn path=/tags/GNOME_2/; revision=14021
</content>
</entry>
<entry>
<title>Hooked up print preview button.</title>
<updated>2001-09-21T22:08:13+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-09-21T22:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=84adebbb963fc2e458018475a8e377873e254062'/>
<id>urn:sha1:84adebbb963fc2e458018475a8e377873e254062</id>
<content type='text'>
2001-09-21  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* gui/component/addressbook.c (print_preview_cb): Hooked up print
	preview button.

	* gui/widgets/e-addressbook-view.c,
	gui/widgets/e-addressbook-view.h
	(e_addressbook_view_print_preview): Added this function.

	* printing/e-contact-print.c, printing/e-contact-print.h
	(e_contact_print_preview): Added this function.

svn path=/trunk/; revision=13071
</content>
</entry>
<entry>
<title>Add headers to make it stand on itw own. Marked some strings for</title>
<updated>2001-08-11T15:41:37+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2001-08-11T15:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ce83d43867233d1180ec1a0cd3fb2cc58d286355'/>
<id>urn:sha1:ce83d43867233d1180ec1a0cd3fb2cc58d286355</id>
<content type='text'>
2001-08-11  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* printing/e-contact-print.h: Add headers to make it stand on itw own.
	* printing/e-contact-print.c: Marked some strings for translation.

svn path=/trunk/; revision=11913
</content>
</entry>
<entry>
<title>Update the copyrights, replacing Helix Code with Ximian and</title>
<updated>2001-06-23T08:52:02+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2001-06-23T08:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=91cc026904ed4cef8baf2e376940a850d02865ae'/>
<id>urn:sha1:91cc026904ed4cef8baf2e376940a850d02865ae</id>
<content type='text'>
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
</content>
</entry>
<entry>
<title>Removed e-card-pairs.h since we're not using it.</title>
<updated>2001-05-08T04:58:41+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-05-08T04:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3c0c62e2958b5dccca490908145c534022a85563'/>
<id>urn:sha1:3c0c62e2958b5dccca490908145c534022a85563</id>
<content type='text'>
2001-05-08  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* backend/ebook/Makefile.am (libebookinclude_HEADERS): Removed
	e-card-pairs.h since we're not using it.

	* backend/ebook/e-book-view.c (e_book_view_check_listener_queue):
	Added break; to default: case here.

	* backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h:
	Added changed variable so as to avoid sync_card when possible.
	(e_card_simple_destroy): Free all the data here properly.
	(e_card_simple_get_arg): Slight simplification here.
	(fill_in_info, e_card_simple_arbitrary_foreach,
	e_card_simple_get_arbitrary): Call e_card_free_empty_lists here to
	save a bit of memory.

	* backend/ebook/e-card.c, backend/ebook/e-card.h: Fixed up
	includes a bit.
	(e_card_list_get_vcard, e_card_list_send): Added these functions
	for acting on a group of cards.
	(parse_org): Cleaned up this function a bit.
	(e_card_free_empty_lists): Added this function to delete
	unnecessary ELists and save a bit of memory.
	(e_v_object_get_child_value): Made this return NULL if not found
	instead of g_strdup("").

	* contact-editor/e-contact-save-as.c,
	contact-editor/e-contact-save-as.h (e_contact_list_save_as): Added
	this function to save multiple contacts.

	* gui/widgets/Makefile.am: Commented out reflow test.
	(libeminicard_a_SOURCES): Added e-minicard-view-model.c and
	e-minicard-view-model.h.

	* gui/widgets/e-minicard-view-model.c,
	gui/widgets/e-minicard-view-model.h: Model for use in
	EMinicardView.

	* gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h:
	Reworked this to use the new EReflow stuff.

	* gui/widgets/e-minicard.c (e_minicard_event): Doesn't handle
	right click menus now.  Emits a signal on the parent canvas item
	instead.

	* printing/e-contact-print-envelope.c,
	printing/e-contact-print-envelope.h
	(e_contact_print_envelope_list_dialog_new): Added this function to
	print multiple envelopes (only prints first for now.)

	* printing/e-contact-print.c, printing/e-contact-print.h
	(e_contact_print_card_list_dialog_new): Added this function to
	print multiple cards.  Only prints the first for now.

svn path=/trunk/; revision=9711
</content>
</entry>
<entry>
<title>Clean up #includes. Replace &lt;gnome.h&gt;, &lt;bonobo.h&gt; and &lt;gtk/gtk.h&gt; with</title>
<updated>2001-03-29T20:55:01+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2001-03-29T20:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4'/>
<id>urn:sha1:cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4</id>
<content type='text'>
2001-03-29  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* *.*: Clean up #includes. Replace &lt;gnome.h&gt;, &lt;bonobo.h&gt; and
	&lt;gtk/gtk.h&gt; with more finegrained headers where needed.

svn path=/trunk/; revision=9026
</content>
</entry>
<entry>
<title>Switched the order of compilation of printing and contact-editor.</title>
<updated>2000-07-13T19:22:42+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-07-13T19:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a5fc85f2f49c04d8b0344c8e967c2bf18856a46a'/>
<id>urn:sha1:a5fc85f2f49c04d8b0344c8e967c2bf18856a46a</id>
<content type='text'>
2000-07-13  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Switched the order of compilation of printing and
	contact-editor.

	* contact-editor/Makefile.am: Added printing libraries and a
	confirm delete dialog glade file.

	* contact-editor/e-contact-editor.c,
	contact-editor/e-contact-editor.h: Enabled the delete and print
	functions as well as providing a confirm delete dialog to the
	outside world.

	* gui/component/addressbook.c: Made the delete button on new cards
	active.

	* gui/minicard/Makefile.am: Added printing libraries to a number
	of test programs.

	* gui/minicard/e-minicard.c: Added print and delete to the right
	click menu.  Made the delete button on the card editor active.

	* printing/e-contact-print.c, printing/e-contact-print.h: Added a
	function to print a single card.

svn path=/trunk/; revision=4151
</content>
</entry>
<entry>
<title>Switched printing and gui.</title>
<updated>2000-05-23T23:42:40+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-05-23T23:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b6485f13c4dcc1c5dc9b6a7c8c3d8931d06da90e'/>
<id>urn:sha1:b6485f13c4dcc1c5dc9b6a7c8c3d8931d06da90e</id>
<content type='text'>
2000-05-23  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* Makefile.am: Switched printing and gui.

	* backend/ebook/e-book-view-listener.h,
	backend/ebook/e-book-view.h, backend/ebook/e-book.h,
	backend/ebook/e-card-cursor.h, backend/ebook/e-card-list.h,
	backend/ebook/e-card-simple.h, backend/ebook/e-card.h: Fixed the
	#defines to work elsewhere in evolution.

	* gui/component/Makefile.am: Added linking to libecontactprint.

	* gui/component/addressbook.c: Added a menu item to print the
	current query.

	* printing/Makefile.am: Add linking to libebook and requirements.
	Add installation of ecps files.

	* printing/e-contact-print.c, printing/e-contact-print.h: Changed
	this to use real data from an EBook.

	* printing/test-print.c: Made this pass NULL, NULL to
	e_contact_print_dialog_new so that it will compile.

svn path=/trunk/; revision=3188
</content>
</entry>
<entry>
<title>Files to load the contact print style editor from the glade file. Doesn't</title>
<updated>2000-02-02T01:16:29+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-02-02T01:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0'/>
<id>urn:sha1:c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0</id>
<content type='text'>
2000-01-28  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

        * addressbook/printing/e-contact-print-style-editor.h,
        addressbook/printing/e-contact-print-style-editor.c,
        addressbook/printing/test-contact-print-style-editor.c: Files to
        load the contact print style editor from the glade file.  Doesn't
        really do anything yet.

        * addressbook/printing/Makefile.am: Added style editor stuff.

        * addressbook/printing/e-contact-print.glade: Changed a bit.
        Fixed an out of place widget.

        * addressbook/printing/.cvsignore: Added
        contact-print-style-editor-test.

        * addressbook/printing/smallbook.ecps: Fixed up the values to
        match the new types.

        * addressbook/printing/medbook.ecps,
        addressbook/printing/phonelist.ecps: Added two new printing
        styles.

        * addressbook/printing/e-contact-print.h: Fixed an incorrect
        comment.

        * addressbook/printing/e-contact-print.c: Added columns and letter
        tabs.  Tweaked spacing all over the place.  Fixed card height
        function so that column wrapping is always done correctly.  Added
        pulling of style information from a file.  Added line wrapping
        within each text field.

        * addressbook/printing/e-contact-print-types.h: Added a type field
        for different types of print styles.

svn path=/trunk/; revision=1659
</content>
</entry>
<entry>
<title>Example contact printing style. Not used yet.</title>
<updated>2000-01-26T00:04:14+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-01-26T00:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=20efd536d04574d105bc8814af4a79cb4e9031e6'/>
<id>urn:sha1:20efd536d04574d105bc8814af4a79cb4e9031e6</id>
<content type='text'>
2000-01-25  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

        * addressbook/printing/smallbook.ecps: Example contact printing
        style.  Not used yet.

        * addressbook/printing/e-contact-print.glade: A glade file for
        editing contact printing styles.  Not used yet.

        * addressbook/printing/test-print.c: Test file for printing.

        * addressbook/printing/e-contact-print.c,
        addressbook/printing/e-contact-print.h,
        addressbook/printing/e-contact-print-types.h,
        addressbook/printing/Makefile.am, addressbook/printing/.cvsignore:
        New files for contact printing support.

        * addressbook/Makefile.am (SUBDIRS): Add printing.

        * configure.in: Check for gnome-print.  Build the
        addressbook/printing Makefile.

svn path=/trunk/; revision=1634
</content>
</entry>
</feed>
