aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card-simple.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD andDan Winship2002-04-021-4/+4
* Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-021-4/+8
* Check for NULL dates before converting them to strings. Fixes Ximian bugChristopher James Lahey2001-11-031-10/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Use the actual ECardName in the ECard instead of parsing the full_nameChristopher James Lahey2001-10-291-14/+7
* New function to set the ECardName on this card and fix the file_as ifChristopher James Lahey2001-10-291-0/+11
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-291-1/+36
* commit the importer originally from Michael M. Morrison, with fixups byChris Toshok2001-10-131-1/+3
* Added a boolean type here.Christopher James Lahey2001-10-131-0/+29
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-44/+35
* add getters for the additional name fields. (field_data): move FAMILY_NAMEChris Toshok2001-09-231-1/+28
* add caluri field dataJP Rosevear2001-09-191-0/+1
* I18n fixes (mainly making buttons on the right side less Anglocentric :-)Chyla Zbigniew2001-09-031-47/+48
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-021-3/+16
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-211-0/+5
* Made the list of E_CARD_PHONE types in phone_correspondences more completeChristopher James Lahey2001-08-031-25/+45
* Detect the embedded EDestination XML, and convert it to a nice-lookingJon Trowbridge2001-07-071-3/+4
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* Made e_card_simple_get_id return const char *.Christopher James Lahey2001-06-111-1/+1
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-091-24/+36
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-081-8/+22
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-1/+1
* add E_STRING_PROP for categories.Chris Toshok2001-03-131-0/+1
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-42/+18
* add new entries for phone enums, and fill in the ecard_field with (bogusChris Toshok2001-03-021-22/+89
* Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-191-0/+4
* add E_CARD_SIMPLE_FIELD_FAMILY_NAME to the enum.Chris Toshok2000-09-231-0/+7
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-111-222/+70
* Fixed a warning.Christopher James Lahey2000-08-051-0/+2
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-101-0/+21
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-43/+43
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-181-1/+72
* Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.Christopher James Lahey2000-05-171-0/+1
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+8
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-101-26/+161
* Fixed some indentation.Christopher James Lahey2000-05-091-1/+1
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-091-5/+16
* Fixed this up a bit. Syncing should work better now.Christopher James Lahey2000-05-081-0/+2
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-22/+38
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-9/+237
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-051-0/+713