aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRELEASE_1_0_1nobody2002-11-011-2861/+0
* never set the charset on an item without also encoding it. Mime messagesLarry Ewing2002-10-281-6/+2
* Return right away rather than crashing if card->email is NULL.Dan Winship2002-10-161-0/+6
* [ Fixes #31321 ] add VERSION:2.1 to exported vCards.Chris Toshok2002-10-011-0/+2
* update for Composer_setHeaders change.Dan Winship2002-09-301-2/+2
* Changed this to set a subject when sending a contact. This makes theChristopher James Lahey2002-05-011-1/+58
* Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-021-1628/+70
* Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-041-3/+3
* Expose this function. (e_card_date_to_string): ...and this one. FixesJon Trowbridge2001-10-281-4/+3
* Made this take a const GList.Christopher James Lahey2001-10-191-3/+3
* Did a bit of clean up here. Might fix some crashes, specifically XimianChristopher James Lahey2001-10-171-9/+11
* If card->id is NULL, return an empty string. (e_card_set_id): Don't allowJon Trowbridge2001-10-171-3/+3
* Properly decide whether a property needs to be marked as QP by searchingChristopher James Lahey2001-10-151-9/+100
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-78/+134
* Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-201-144/+0
* add caluri field dataJP Rosevear2001-09-191-0/+24
* Do the right thing if the card we are trying to send to has no validJon Trowbridge2001-09-181-53/+56
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-021-174/+280
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-301-2/+2
* Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-281-2/+0
* Do the right thing if the card we are trying to send to is a contact list.Jon Trowbridge2001-08-281-23/+86
* Call e_card_set_book here.Christopher James Lahey2001-08-141-84/+28
* Changed get_card to be asyncronous.Christopher James Lahey2001-08-141-5/+10
* Hook up some magic to (basically) cardify an entry on focus-out. (What weJon Trowbridge2001-08-101-0/+23
* Changed the criteria of whether the first part of each iteration matchedChristopher James Lahey2001-08-041-29/+25
* Made the list of E_CARD_PHONE types in phone_correspondences more completeChristopher James Lahey2001-08-031-13/+23
* Removed some debugging chatter.Jon Trowbridge2001-07-261-1/+0
* Detect the embedded EDestination XML, and convert it to a nice-lookingJon Trowbridge2001-07-071-5/+139
* Added related_contacts field.Christopher James Lahey2001-07-021-1/+27
* Check args. Somewhere in the code (somewhere in the minicard stuff) thisJon Trowbridge2001-07-011-0/+2
* Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-301-13/+148
* add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES.Chris Toshok2001-06-291-0/+73
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-3/+7
* Made e_card_simple_get_id return const char *.Christopher James Lahey2001-06-111-1/+1
* Copy dates as they come in.Christopher James Lahey2001-06-061-2/+12
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-141-0/+18
* If the name is set and the full_name or file_as haven't been yet, setChristopher James Lahey2001-05-121-0/+18
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-081-74/+164
* put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-131-60/+0
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-7/+7
* Fixed some crashes.Christopher James Lahey2001-03-291-0/+14
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-161-0/+202
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-131-34/+34
* Make the Note field be quoted printable.Christopher James Lahey2001-02-051-2/+6
* if we're setting the full name regenerate ecard->name.Chris Toshok2001-01-101-0/+3
* When setting the "name" argument, copy the incoming name. This fixes aChristopher James Lahey2000-12-101-1/+1
* Fixed some formatting.Christopher James Lahey2000-12-091-4/+4
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
* Changed the mime type from "text/vcard" to "text/x-vcard".Christopher James Lahey2000-11-131-1/+1
* Add idl-generated files.Matt Bissiri2000-11-121-13/+13
* Link in composer bonobo code.Christopher James Lahey2000-11-121-0/+127
* Fixed marking of strings for translation. Use "_(" instead of "_ (". AddKjartan Maraas2000-10-311-35/+35
* Change how the extension field acts when converting delivery addresses toChristopher James Lahey2000-10-191-3/+3
* Added the function e_card_delivery_address_to_label.Christopher James Lahey2000-10-191-0/+11
* Make sure that card->name and card->full_name are always valid.Matt Bissiri2000-09-271-17/+18
* Look for ename in /e-util/ename instead of /addressbook/enameJeffrey Stedfast2000-09-261-2/+2
* Fixed some warnings. Fixed a bug where quoted printable fields wereChristopher James Lahey2000-09-221-2/+0
* Added a wants_html field to cards. Uses "x-mozilla-html".Christopher James Lahey2000-09-211-0/+42
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-111-0/+35
* Fix this to not mess up if the person passes a VCard with a carriageChristopher James Lahey2000-08-231-0/+1
* Fixed a warning.Christopher James Lahey2000-08-051-1/+1
* Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-291-30/+18
* add enum for e-card pilot status.Chris Toshok2000-07-261-0/+30
* Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to readChristopher James Lahey2000-07-251-13/+30
* add pilot_id.Chris Toshok2000-07-251-2/+14
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-57/+57
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-191-13/+19
* Fixed the code to write out and read in arbitrary fields.Christopher James Lahey2000-05-181-18/+41
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-181-3/+123
* Fixed a large memory leak.Christopher James Lahey2000-05-161-0/+1
* Fixed another memory leak.Christopher James Lahey2000-05-161-2/+1
* Fixed some memory leaks.Christopher James Lahey2000-05-161-75/+40
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-3/+146
* From addressbook/ChangeLogChristopher James Lahey2000-05-011-2/+25
* Added ename includes and libs.Christopher James Lahey2000-04-301-0/+18
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-301-49/+157
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-41/+192
* Added an address label field.Christopher James Lahey2000-04-271-14/+83
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-261-12/+12
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-3/+3
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-171-1/+77
* Added orginization and role fields.Christopher James Lahey2000-04-161-9/+64
* Added a note field.Christopher James Lahey2000-04-151-20/+27
* Give correct warnings.Christopher James Lahey2000-04-131-3/+3
* save out the title to the vcard.Chris Toshok2000-04-131-1/+4
* add title field foo to the test.Chris Toshok2000-04-131-1/+25
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-7/+40
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-091-2/+26
* Fixed a small typo.Christopher James Lahey2000-04-091-1/+1
* Changed this to backend to an ebook.Christopher James Lahey2000-04-051-19/+14
* Fixed an incorrect function.Christopher James Lahey2000-04-051-45/+93
* A bit of clean up.Christopher James Lahey2000-04-031-2/+2
* + * addressbook/backend/ebook/test-client.c (get_cursor_cb): AddedMatthew Loper2000-03-301-2/+31
* Fixed some warnings.Christopher James Lahey2000-03-281-1/+1
* Set the card id properly when retrieving a card.Christopher James Lahey2000-03-261-2/+17
* Removed the address->description field.Christopher James Lahey2000-03-261-218/+358
* Added parsing and testing for name, full name, birthday, telephone, email,Christopher James Lahey2000-03-241-91/+350
* Added the addressbook/backend directory.Christopher James Lahey2000-03-231-5/+63
* More work.Nat Friedman2000-01-251-0/+1856