aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-3799/+0
* 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