| Commit message (Expand) | Author | Age | Files | Lines |
* | Import into the default book not the local one | Iain Holmes | 2002-08-16 | 2 | -1/+12 |
* | new function to save a little typing. (find_book_view): same. | Chris Toshok | 2002-08-16 | 1 | -96/+150 |
* | [ fix 27333 ] "local" -> "do-initial-query". | Chris Toshok | 2002-08-16 | 1 | -1/+1 |
* | If invoked from a non-contact folder, add the contact to the default | Dan Winship | 2002-08-13 | 7 | -81/+72 |
* | initialize summary->upgraded to quiet valgrind. | Chris Toshok | 2002-08-09 | 1 | -0/+1 |
* | Use "\r" rather than including literal CRs in the string, which confuses | Dan Winship | 2002-08-07 | 2 | -54/+28 |
* | [ roll in the following change from the 1.0 branch.] change the CALURI and | Chris Toshok | 2002-08-01 | 2 | -27/+41 |
* | (activate_factories_for_uri): Don't | Ettore Perazzoli | 2002-07-31 | 1 | -2/+0 |
* | don't save empty strings. (pas_backend_summary_save): print out the errno | Chris Toshok | 2002-07-28 | 1 | -2/+3 |
* | Split pas-backend-file and pas-backend-ldap out of libpas and build them | Dan Winship | 2002-07-23 | 1 | -11/+15 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 2 | -22/+33 |
* | free the full_name (as well as given_name. oops.) | Chris Toshok | 2002-07-13 | 1 | -31/+34 |
* | actually remove the items from the pointer array too, so an error while | Chris Toshok | 2002-07-11 | 1 | -17/+47 |
* | Oops, missed this one. | Peter Williams | 2002-07-11 | 2 | -2/+3 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 6 | -13/+13 |
* | bleah, i hate this keyboard. | Chris Toshok | 2002-07-10 | 1 | -1/+1 |
* | add Book.getCompletionView. | Chris Toshok | 2002-07-10 | 9 | -110/+398 |
* | add pas-backend-summary.[ch]. | Chris Toshok | 2002-06-30 | 4 | -68/+1200 |
* | use ldap_unbind_ext. (create_card_handler): don't leak the new vcard. | Chris Toshok | 2002-06-16 | 1 | -6/+15 |
* | up the max threshold to 3000 cards from 1000 cards.. seems to improve | Chris Toshok | 2002-06-16 | 1 | -4/+5 |
* | Made "" compare as not equal to "" for addresses. (use_common_book_cb): | Christopher James Lahey | 2002-06-15 | 1 | -4/+6 |
* | [ fixes bug #17332 ] we shouldn't ever return NULL here. in error cases we | Chris Toshok | 2002-06-12 | 1 | -1/+1 |
* | Made expand_uri a bit more robust and readable. | Christopher James Lahey | 2002-06-11 | 1 | -18/+18 |
* | [ #24189 ] ifdef out the body of this because it only works with a single | Chris Toshok | 2002-05-24 | 2 | -22/+35 |
* | make sure we map status -> string correctly (add missing strings). | Chris Toshok | 2002-05-21 | 2 | -2/+5 |
* | Removed an incorrect comment here. | Christopher James Lahey | 2002-05-14 | 1 | -2/+1 |
* | finally remove the #if 0's and use the oaf query stuff to get backends | Chris Toshok | 2002-05-04 | 1 | -2/+0 |
* | Changed this to set a subject when sending a contact. This makes the | Christopher James Lahey | 2002-05-01 | 1 | -1/+58 |
* | oops, should have done a search to make sure I had gotten all of the libibexes | Jeffrey Stedfast | 2002-04-27 | 1 | -6/+0 |
* | Don't link to libibex anymore. | Jeffrey Stedfast | 2002-04-27 | 1 | -1/+0 |
* | fill in source->ssl. (addressbook_source_dialog_set_source): set up | Chris Toshok | 2002-04-19 | 1 | -29/+27 |
* | fix memory leaks. | Chris Toshok | 2002-04-19 | 1 | -1/+3 |
* | Append /addressbook.db to the end of the default URI if it starts with | Dan Winship | 2002-04-19 | 2 | -3/+10 |
* | Update for new-and-improved consistent default folder uri. | Dan Winship | 2002-04-10 | 1 | -1/+1 |
* | Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD and | Dan Winship | 2002-04-02 | 3 | -7/+7 |
* | don't free req->vcard. it's freed in pas_book_free_request. | Chris Toshok | 2002-03-28 | 1 | -19/+0 |
* | make sure to call ldap_value_free (values);, and ldap_msgfree (resp). | Chris Toshok | 2002-03-28 | 1 | -12/+23 |
* | Update for libversit change: Use .a rather than .la now. | Dan Winship | 2002-03-20 | 1 | -7/+7 |
* | add TLSNotAvailable to BookLister_CallStatus. | Chris Toshok | 2002-03-10 | 4 | -16/+63 |
* | since I've gone ahead and made the file backend (by way of | Chris Toshok | 2002-03-10 | 1 | -3/+20 |
* | track union/struct change. (pas_book_queue_remove_card): same. | Chris Toshok | 2002-03-08 | 4 | -713/+1097 |
* | don't ref the view here, since it keeps the view alive until the search is | Chris Toshok | 2002-03-01 | 1 | -4/+0 |
* | i2002-02-26 Chris Toshok <toshok@ximian.com> | Chris Toshok | 2002-03-01 | 1 | -2/+1 |
* | [fixes bug #20690] the data arg is not GList** anymore, it's | Chris Toshok | 2002-03-01 | 1 | -52/+65 |
* | [ Fixes bugs 20740, 16680, and god knows what else :) ] double the | Chris Toshok | 2002-02-23 | 2 | -43/+155 |
* | track change to signature, and (for now) just change all the return | Chris Toshok | 2002-02-21 | 7 | -17/+28 |
* | if the load_uri fails, notify the listener that the repository is offline. | Chris Toshok | 2002-02-19 | 1 | -1/+17 |
* | escape commas in the dn, since they're used by ldap to specify the node's | Chris Toshok | 2002-02-19 | 1 | -7/+22 |
* | New functions that take a file:// url ending in the directory name and | Christopher James Lahey | 2002-02-14 | 4 | -38/+164 |
* | New function to find out if a destination was one which was auto-matically | Jeffrey Stedfast | 2002-02-02 | 2 | -273/+304 |
* | Made this preserve addressbook flags other than the first three. | Christopher James Lahey | 2002-02-02 | 4 | -1638/+87 |
* | compute the change db filename based on our contact db filename. | Chris Toshok | 2002-01-31 | 1 | -6/+16 |
* | Revert my previous change as trow says this will break auto-completion | Jeffrey Stedfast | 2002-01-29 | 1 | -1/+1 |
* | Don't check for an @ in the email address. This is to fix bug #10960. | Jeffrey Stedfast | 2002-01-26 | 1 | -1/+6 |
* | [ fixes bug 16097 ] gui love for the new auth stuff. | Chris Toshok | 2002-01-25 | 7 | -36/+47 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 2 | -48/+30 |
* | [ fixes bug # 16864 ] create and return a GString here, instead of writing | Chris Toshok | 2002-01-23 | 1 | -24/+25 |
* | Set the number of cards to return to the value specified in the ldap uri, | Christopher James Lahey | 2002-01-21 | 1 | -2/+36 |
* | Made username match with no domain match be vague instead of partial. | Christopher James Lahey | 2002-01-18 | 1 | -1/+1 |
* | ChangeLog change. | Chris Lahey | 2002-01-11 | 1 | -0/+3 |
* | Add a test for getting arbitrary fields. | Joe Shaw | 2002-01-10 | 3 | -2/+44 |
* | go slow and clear the map if the last uri and the current uri do not match | JP Rosevear | 2001-12-19 | 2 | -0/+84 |
* | Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (Bug | Jon Trowbridge | 2001-12-14 | 1 | -1/+1 |
* | move search_for_dn's contents here, and add an "existing_objectclasses" | Chris Toshok | 2001-12-07 | 1 | -40/+92 |
* | we need to be able to disable non-labels here as well. since we're using | Chris Toshok | 2001-12-07 | 2 | -3/+19 |
* | Make address comparisons case-insensitive. (Fixes 11776) | Jon Trowbridge | 2001-12-04 | 2 | -6/+7 |
* | Clean ESelectNamesModel on focus-out. (Half of a fix for 15656) | Jon Trowbridge | 2001-12-04 | 1 | -3/+5 |
* | check against LDAP_SUCCESS as the return value, not -1. | Chris Toshok | 2001-11-15 | 1 | -7/+9 |
* | [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filled | Chris Toshok | 2001-11-13 | 1 | -8/+11 |
* | [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c | Chris Toshok | 2001-11-10 | 3 | -16/+4 |
* | [ Fixes Ximian bug #14646 ] new function. if the default_book failed to | Chris Toshok | 2001-11-10 | 1 | -0/+4 |
* | Check for NULL dates before converting them to strings. Fixes Ximian bug | Christopher James Lahey | 2001-11-03 | 1 | -10/+14 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -1/+1 |
* | overload this function for modifying objectclasses too, so we can make | Chris Toshok | 2001-10-30 | 1 | -5/+16 |
* | add prototype for pas_book_factory_dump_active_backends. | Chris Toshok | 2001-10-30 | 2 | -0/+25 |
* | Use the actual ECardName in the ECard instead of parsing the full_name | Christopher James Lahey | 2001-10-29 | 1 | -14/+7 |
* | New function to set the ECardName on this card and fix the file_as if | Christopher James Lahey | 2001-10-29 | 2 | -0/+13 |
* | Handle returning dates here. (e_card_simple_get_allow_newlines): New | Christopher James Lahey | 2001-10-29 | 2 | -1/+38 |
* | Expose this function. (e_card_date_to_string): ...and this one. Fixes | Jon Trowbridge | 2001-10-28 | 2 | -4/+7 |
* | [ bug #12979 ] new function. (anniversary_ber): new function. | Chris Toshok | 2001-10-28 | 1 | -19/+161 |
* | Don't leak stuff. (Bug #13709) | Jon Trowbridge | 2001-10-28 | 1 | -10/+15 |
* | Fix the address of the FSF in the licensing comments. | Ettore Perazzoli | 2001-10-28 | 1 | -3/+4 |
* | Set book_uri when cardification occurs. | Christopher James Lahey | 2001-10-28 | 1 | -12/+25 |
* | That should be a bonobo_object_unref, not a gtk_object_unref. | Jon Trowbridge | 2001-10-28 | 1 | -2/+12 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 6 | -6/+0 |
* | Added paranoid reentrancy guards. (pas_book_queue_request): Changed our | Jon Trowbridge | 2001-10-27 | 1 | -5/+17 |
* | Return on cancellation. (simple_query_sequence_complete_cb): Act if not | Jon Trowbridge | 2001-10-27 | 1 | -4/+16 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 6 | -12/+12 |
* | Fix command paths when we specify our pixmaps, so we don't get a lot of | Jon Trowbridge | 2001-10-24 | 1 | -1/+5 |
* | We shouldn't leak the info returned by oaf_query. | Jon Trowbridge | 2001-10-21 | 1 | -0/+2 |
* | Filter out empty destinations. (also Bug #13036) | Jon Trowbridge | 2001-10-21 | 1 | -5/+16 |
* | Made this take a const GList. | Christopher James Lahey | 2001-10-19 | 2 | -4/+4 |
* | Lag our cardification on focus-out. This seems to help with the unintended | Jon Trowbridge | 2001-10-19 | 1 | -4/+0 |
* | Did a bit of clean up here. Might fix some crashes, specifically Ximian | Christopher James Lahey | 2001-10-17 | 1 | -9/+11 |
* | add upgrade from 0.1 to 0.2, where we make sure id dbt's match vcard id's, | Chris Toshok | 2001-10-17 | 1 | -29/+92 |
* | Check for no extension | Iain Holmes | 2001-10-17 | 1 | -0/+4 |
* | If card->id is NULL, return an empty string. (e_card_set_id): Don't allow | Jon Trowbridge | 2001-10-17 | 1 | -3/+3 |
* | unref the book after we pass it off to evolution-addressbook. | Chris Toshok | 2001-10-16 | 1 | -0/+18 |
* | unref op->view. (pas_backend_ldap_process_create_card): ref op->view. | Chris Toshok | 2001-10-16 | 1 | -3/+27 |
* | make sure to unref the book_view here so we don't leak them. | Chris Toshok | 2001-10-16 | 1 | -1/+4 |
* | Properly decide whether a property needs to be marked as QP by searching | Christopher James Lahey | 2001-10-15 | 1 | -9/+100 |
* | commit the importer originally from Michael M. Morrison, with fixups by | Chris Toshok | 2001-10-13 | 6 | -4/+676 |
* | Added a boolean type here. | Christopher James Lahey | 2001-10-13 | 2 | -0/+30 |
* | On second thought, that should be a less-than-or-equal... :) | Jon Trowbridge | 2001-10-12 | 1 | -1/+1 |
* | Added. Heuristic for whether or not we want to revert to an earlier | Jon Trowbridge | 2001-10-12 | 1 | -6/+38 |
* | Changed these to use the new ref and unref functions for ECard auxillary | Christopher James Lahey | 2001-10-12 | 5 | -132/+190 |
* | Check that view->view != NULL. (save_contact_cb): Check that view->view != | Jon Trowbridge | 2001-10-11 | 2 | -0/+10 |
* | for some reason, matching on protocol is causing problems for me. | Chris Toshok | 2001-10-05 | 1 | -2/+5 |
* | Strip out commas before forming our query. (match_name): Use | Jon Trowbridge | 2001-10-04 | 3 | -45/+132 |
* | remove most of the oaf stuff from here. we do it in load_uri, where we'll | Chris Toshok | 2001-10-03 | 1 | -35/+162 |
* | if there is a db error, assume deletion (pas_backend_file_changes): write | JP Rosevear | 2001-10-02 | 1 | -7/+2 |
* | g_strdup (pas_backend_file_changes): ditto, make sure to free all data and | JP Rosevear | 2001-09-29 | 1 | -24/+39 |
* | use priv->iid instead of the hardcoded string here. | Chris Toshok | 2001-09-27 | 2 | -9/+23 |
* | Use camel_address_format, not camel_address_encode. | Jon Trowbridge | 2001-09-27 | 1 | -1/+1 |
* | Properly handle names when the individual elements (given, addition, | Jon Trowbridge | 2001-09-27 | 2 | -30/+70 |
* | set the last_use and use_score fields of the card to known values so the | JP Rosevear | 2001-09-27 | 1 | -2/+12 |
* | add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (but | Chris Toshok | 2001-09-25 | 1 | -1/+4 |
* | add getters for the additional name fields. (field_data): move FAMILY_NAME | Chris Toshok | 2001-09-23 | 2 | -2/+32 |
* | I'm slowly losing my mind. | Jon Trowbridge | 2001-09-20 | 1 | -1/+0 |
* | Yikes... fixing accidental breakage. | Jon Trowbridge | 2001-09-20 | 1 | -1/+1 |
* | Use the default e-mail address if we have nothing else to go on. | Jon Trowbridge | 2001-09-20 | 6 | -167/+108 |
* | Freeing name[i] instead of namev[i] is a bad idea. (bug #10270) | Jon Trowbridge | 2001-09-20 | 1 | -1/+1 |
* | add caluri field data | JP Rosevear | 2001-09-19 | 4 | -0/+27 |
* | create a sexp and check if the cards match before adding them to the list | JP Rosevear | 2001-09-19 | 1 | -7/+21 |
* | use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as): | Larry Ewing | 2001-09-18 | 2 | -6/+6 |
* | We want to assume that a destination that comes from a card is | Jon Trowbridge | 2001-09-18 | 1 | -1/+1 |
* | Do the right thing if the card we are trying to send to has no valid | Jon Trowbridge | 2001-09-18 | 1 | -53/+56 |
* | fix syntax errors (which are broken, imo...) | Chris Toshok | 2001-09-17 | 1 | -2/+2 |
* | No loose name matches on family names. (#8802) | Jon Trowbridge | 2001-09-15 | 1 | -1/+2 |
* | Make "stop" do nothing but set the stopped flag, as in | Jon Trowbridge | 2001-09-15 | 7 | -208/+184 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 2 | -5/+5 |
* | use ldap_init. ldap_open is deprecated in openldap 2.x. | Chris Toshok | 2001-09-14 | 1 | -1/+1 |
* | Fix vcard importing | Iain Holmes | 2001-09-13 | 1 | -1/+3 |
* | free the values that are being leaked here. | Larry Ewing | 2001-09-13 | 1 | -4/+15 |
* | See e_book_listener_check_queue below. | Jon Trowbridge | 2001-09-09 | 4 | -91/+248 |
* | add -DEVOLUTION_IMAGESDIR. | Chris Toshok | 2001-09-07 | 2 | -16/+31 |
* | Check if the file is a VCard before importing | Iain Holmes | 2001-09-05 | 1 | -0/+4 |
* | I18n fixes (mainly making buttons on the right side less Anglocentric :-) | Chyla Zbigniew | 2001-09-03 | 1 | -47/+48 |
* | Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here since | Christopher James Lahey | 2001-09-02 | 13 | -299/+423 |
* | Use e_select_names_model_merge to combine the selected names with any | Jon Trowbridge | 2001-08-30 | 3 | -2/+41 |
* | This function can be re-entrant during the signal emission; Added extra | Jon Trowbridge | 2001-08-30 | 1 | -4/+14 |
* | Added ref/unref pair to make sure that our listener doesn't get finalized | Jon Trowbridge | 2001-08-28 | 1 | -2/+14 |
* | Removed some debugging spew that I left in by mistake. | Jon Trowbridge | 2001-08-28 | 1 | -2/+0 |
* | Do the right thing if the card we are trying to send to is a contact list. | Jon Trowbridge | 2001-08-28 | 1 | -23/+86 |
* | Put a freeze/thaw around our the set of operations that changes the | Jon Trowbridge | 2001-08-25 | 1 | -14/+18 |
* | In the GUI, the toggle is labelled "hide addresses", not "show addresses" | Jon Trowbridge | 2001-08-23 | 2 | -2/+25 |
* | make sure we don't get into a situation where priv->email == NULL. | Chris Toshok | 2001-08-23 | 1 | -12/+20 |
* | Wrap our addressbook table adapter in an ETableWithout, so that we can | Jon Trowbridge | 2001-08-21 | 1 | -0/+5 |
* | use DB_NOTFOUND const | JP Rosevear | 2001-08-21 | 1 | -2/+2 |
* | null out card_sexp so that we don't crash when copying | JP Rosevear | 2001-08-20 | 1 | -1/+2 |
* | unref our card_sexp. (create_card_handler): make sure to set the id of the | Chris Toshok | 2001-08-17 | 1 | -34/+120 |
* | use card_sexp. (pas_backend_file_book_view_free): same. | Chris Toshok | 2001-08-17 | 4 | -324/+449 |
* | Added a closing paren. | Jeffrey Stedfast | 2001-08-17 | 1 | -0/+1 |
* | implement using search_for_dn. | Chris Toshok | 2001-08-15 | 1 | -4/+13 |
* | Fix up to match the pas_book_new/get_vcard changes. | Dan Winship | 2001-08-14 | 1 | -37/+22 |
* | Oops, forgot to write this function. | Christopher James Lahey | 2001-08-14 | 1 | -0/+23 |
* | Call e_card_set_book here. | Christopher James Lahey | 2001-08-14 | 6 | -172/+177 |
* | don't g_strdup the stuff we're passing into e_list_append, since it does | Chris Toshok | 2001-08-14 | 1 | -8/+8 |
* | Changed get_card to be asyncronous. | Christopher James Lahey | 2001-08-14 | 10 | -239/+207 |
* | Hook up some magic to (basically) cardify an entry on focus-out. (What we | Jon Trowbridge | 2001-08-10 | 6 | -26/+441 |
* | [ Fixes ximian bugs #5080, #6021, #6704, #6705 ] | Chris Toshok | 2001-08-10 | 1 | -8/+35 |
* | escape *, \, (, and ), as per rfc2254. (func_contains): escape the string. | Chris Toshok | 2001-08-08 | 1 | -4/+47 |
* | use g_strcasecmp since ldap attribute names are not case sensitive. | Chris Toshok | 2001-08-08 | 1 | -1/+1 |
* | new EBookOp destructor (e_book_unqueue_op): use e_book_op_free | Radek Doulik | 2001-08-07 | 1 | -16/+22 |
* | set op->listener to NULL to catch possible use of freed op | Radek Doulik | 2001-08-05 | 2 | -1/+8 |
* | Made it so that if there's one less match than possible compares are | Christopher James Lahey | 2001-08-05 | 1 | -1/+1 |
* | Changed the criteria of whether the first part of each iteration matched | Christopher James Lahey | 2001-08-04 | 1 | -29/+25 |
* | Made the list of E_CARD_PHONE types in phone_correspondences more complete | Christopher James Lahey | 2001-08-03 | 3 | -51/+86 |
* | Add camel dependency. | Jon Trowbridge | 2001-08-03 | 3 | -129/+102 |
* | Removed thrash checking code here since thrashing shouldn't happen now | Christopher James Lahey | 2001-08-01 | 2 | -83/+78 |
* | Added #include <e-util/e-path.h>. | Christopher James Lahey | 2001-07-31 | 1 | -0/+2 |
* | Properly handle the case where our "cleaned" completion is the empty | Jon Trowbridge | 2001-07-31 | 1 | -19/+81 |
* | Removed some debugging chatter. | Jon Trowbridge | 2001-07-26 | 1 | -1/+0 |
* | change the way x-evolution-any-field is converted to an ldap query. it | Chris Toshok | 2001-07-26 | 1 | -14/+4 |
* | Properly dup the results of e_destination_get_email. | Jon Trowbridge | 2001-07-25 | 2 | -3/+3 |
* | Added fallbacks for the name in the case of an e-card, to avoid the | Jon Trowbridge | 2001-07-25 | 1 | -1/+13 |
* | Don't stop the idle_queue and unref from here, since this might be called | Dan Winship | 2001-07-25 | 1 | -11/+0 |
* | Re-fix for my 07-18 not-quite-fix. | Dan Winship | 2001-07-24 | 4 | -8/+63 |
* | Flush the listener's queue before unreffing it to ensure that it doesn't | Dan Winship | 2001-07-19 | 3 | -5/+8 |
* | prune the list of cards that match our query using the avoid list here, | Chris Toshok | 2001-07-19 | 1 | -17/+20 |
* | [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\" | Chris Toshok | 2001-07-18 | 1 | -6/+12 |
* | Hold a reference to our listener while the idle function is active. | Jon Trowbridge | 2001-07-18 | 3 | -10/+16 |
* | Removed old, broken code and annoying g_messages. | Jon Trowbridge | 2001-07-18 | 2 | -50/+9 |
* | Use other folders to import into | Iain Holmes | 2001-07-17 | 1 | -2/+9 |
* | Commented out some unused variables and labels. (e_destination_importv): | Christopher James Lahey | 2001-07-15 | 1 | -0/+7 |
* | add ldap cflags | JP Rosevear | 2001-07-13 | 1 | -0/+1 |
* | Oops. I introduced my own bug, accidently set `email' to a g_free'd | Jeffrey Stedfast | 2001-07-13 | 1 | -1/+1 |
* | Optimized the same way I optimized g_strsplit. If you use a GPtrArray | Jeffrey Stedfast | 2001-07-13 | 1 | -94/+63 |
* | Check the file even if the extension is NULL | Iain Holmes | 2001-07-13 | 1 | -6/+3 |
* | Crash fix because strcmp() hates NULL arguments. Bug #3777. | Jason Leach | 2001-07-12 | 1 | -1/+9 |
* | assign OID's to the schema entries, and add schema support for contact | Chris Toshok | 2001-07-11 | 1 | -24/+49 |
* | Set bf->priv->file_db before calling do_create. | Christopher James Lahey | 2001-07-10 | 1 | -1/+4 |
* | Check that str isn't the empty string before doing an insert. | Jon Trowbridge | 2001-07-09 | 1 | -11/+41 |
* | Detect the embedded EDestination XML, and convert it to a nice-looking | Jon Trowbridge | 2001-07-07 | 9 | -374/+774 |
* | Fix a memory leak here. | Christopher James Lahey | 2001-07-05 | 1 | -3/+9 |
* | Set info->avoid = NULL. This shouldn't make a difference, but it can't | Christopher James Lahey | 2001-07-05 | 1 | -0/+1 |
* | added $(BONOBO_CONF_LIBS) to get it to compile. | Damon Chaplin | 2001-07-03 | 1 | -0/+1 |
* | use ECARD_UID_LINK_PREFIX. | Chris Toshok | 2001-07-02 | 3 | -0/+52 |
* | Added related_contacts field. | Christopher James Lahey | 2001-07-02 | 2 | -6/+30 |
* | Fall back to use the name field if all else fails (which can happen with | Jon Trowbridge | 2001-07-02 | 1 | -0/+6 |
* | Fix for the "recipient not specified" bug --- we were not correctly | Jon Trowbridge | 2001-07-02 | 1 | -1/+7 |
* | Check args. Somewhere in the code (somewhere in the minicard stuff) this | Jon Trowbridge | 2001-07-01 | 1 | -0/+2 |
* | I was accidentally comparing characters and strings here, and didn't see | Jon Trowbridge | 2001-07-01 | 1 | -13/+21 |
* | Make the standard for considering two cards to be match stricter. | Jon Trowbridge | 2001-06-30 | 5 | -46/+361 |
* | s | Jose Maria Celorio | 2001-06-29 | 1 | -0/+1 |
* | add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES. | Chris Toshok | 2001-06-29 | 2 | -0/+81 |
* | Added category searching to the file backend. | Christopher James Lahey | 2001-06-27 | 1 | -0/+25 |
* | Add a huge steaming pile of code to handle the case of single-address | Jon Trowbridge | 2001-06-25 | 1 | -4/+7 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 33 | -62/+62 |
* | Renamed. (The old name, edit_contact_info_have_book_cb was a hold-over | Jon Trowbridge | 2001-06-22 | 1 | -0/+4 |
* | fix a refcounting memleak. | Chris Toshok | 2001-06-21 | 1 | -3/+6 |
* | fix memory leak. | Chris Toshok | 2001-06-21 | 1 | -1/+1 |
* | Changed attachData to accept a sequence of chars rather than a string. | Dave Camp | 2001-06-21 | 1 | -3/+7 |
* | rename ce_book_found_fields to this, remove the fetching of fields (the | Chris Toshok | 2001-06-20 | 4 | -6/+6 |
* | implement this properly, using base and (objectclass=*). | Chris Toshok | 2001-06-15 | 1 | -19/+9 |
* | Made e_card_simple_get_id return const char *. | Christopher James Lahey | 2001-06-11 | 4 | -4/+4 |
* | Made this handle the "id" property in searches. | Christopher James Lahey | 2001-06-11 | 2 | -4/+20 |
* | Rolled back the change 2 ago, dated 06/11/2001 01:51 in CVS, involving | Christopher James Lahey | 2001-06-11 | 3 | -101/+62 |
* | Made it so that all of these functions queue their ops before calling | Christopher James Lahey | 2001-06-11 | 1 | -16/+58 |
* | Added this function to put a response back into the queue. | Christopher James Lahey | 2001-06-11 | 3 | -62/+101 |
* | Added this function to let you do slightly more complicated searches. | Christopher James Lahey | 2001-06-11 | 2 | -5/+59 |
* | Null terminate the strv here. (e_card_locate_match): ref here instead of | Christopher James Lahey | 2001-06-09 | 2 | -26/+38 |
* | Copy dates as they come in. | Christopher James Lahey | 2001-06-06 | 2 | -28/+48 |
* | Added. Code for testing if two ECards appear to pertain to the same | Jon Trowbridge | 2001-06-05 | 3 | -0/+513 |
* | Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling | Ettore Perazzoli | 2001-06-03 | 1 | -3/+3 |
* | Add a bunch of missing `$(DB3_LDADD)'s. | Ettore Perazzoli | 2001-06-02 | 1 | -8/+9 |
* | Included information about db3. | Christopher James Lahey | 2001-06-01 | 2 | -93/+166 |
* | fix strings such that ones that happening at the beginning or during an | Chris Toshok | 2001-05-23 | 2 | -8/+15 |
* | ref the listener for the duration of this function, since emitting | Dan Winship | 2001-05-23 | 1 | -0/+6 |
* | Return the serialized EDestinations (rather than just a string w/ e-mail | Jon Trowbridge | 2001-05-18 | 4 | -16/+409 |
* | add prototype for addressbook_expand_uri. | Chris Toshok | 2001-05-14 | 2 | -0/+19 |
* | load pixmaps for MessageCopy and MessageForwardAttached. Thanks Wayne | Gediminas Paulauskas | 2001-05-12 | 1 | -2/+2 |
* | If the name is set and the full_name or file_as haven't been yet, set | Christopher James Lahey | 2001-05-12 | 1 | -0/+18 |
* | Reordered the includes here. (string_to_dbt): The sleepycat libdb | Christopher James Lahey | 2001-05-12 | 1 | -1/+3 |
* | only check schema support if we've connected. | Chris Toshok | 2001-05-12 | 1 | -4/+5 |
* | Importer changes | Iain Holmes | 2001-05-09 | 3 | -30/+59 |
* | Removed e-card-pairs.h since we're not using it. | Christopher James Lahey | 2001-05-08 | 6 | -83/+194 |
* | init change_id to NULL | JP Rosevear | 2001-05-04 | 1 | -1/+2 |
* | unref the book if the view is being destroyed | JP Rosevear | 2001-05-03 | 1 | -0/+3 |
* | if the view does not contain a search context, the result is by default | JP Rosevear | 2001-05-01 | 1 | -0/+4 |
* | Added. | Jon Trowbridge | 2001-04-17 | 2 | -4/+31 |
* | Added the function e_book_view_listener_stop to tell the book view | Christopher James Lahey | 2001-04-15 | 7 | -88/+84 |
* | Ref the cursor here when we receive it. | Christopher James Lahey | 2001-04-15 | 3 | -74/+17 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 2 | -0/+6 |
* | Update the Voice and Fax phone numbers too, finishing off bug #1667. | Jason Leach | 2001-04-13 | 1 | -2/+2 |
* | Update the built in VCard. | Christopher James Lahey | 2001-04-13 | 1 | -2/+2 |
* | put the business address into the pilot record as that is what we put into | JP Rosevear | 2001-04-13 | 3 | -70/+0 |
* | Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING. | Christopher James Lahey | 2001-04-11 | 1 | -1/+2 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 1 | -0/+1 |