| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make sure to notify new clients to the writable status of an already open | Chris Toshok | 2001-04-09 | 1 | -2/+6 |
* | Unref and unregister the factory on exit | Iain Holmes | 2001-04-03 | 1 | -0/+2 |
* | Call e_select_names_model_clean after adding address. This should deal | Jon Trowbridge | 2001-03-31 | 2 | -0/+10 |
* | Tell new clients that are added whether they're writable. | Christopher James Lahey | 2001-03-30 | 1 | -0/+8 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 1 | -0/+12 |
* | Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> with | Kjartan Maraas | 2001-03-30 | 21 | -48/+76 |
* | Fixed some crashes. | Christopher James Lahey | 2001-03-29 | 1 | -0/+14 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -5/+1 |
* | Fix some warnings, Allow the importers to import into any folder. Update | Iain Holmes | 2001-03-23 | 1 | -0/+1 |
* | Start feeding query matches back to the caller before the entire search is | Jon Trowbridge | 2001-03-18 | 1 | -9/+22 |
* | Tag all queued ops. (e_book_cancel_op): Added. Search for a pending op | Jon Trowbridge | 2001-03-18 | 3 | -43/+105 |
* | new function. (impl_BookListener_report_writable): new function. | Chris Toshok | 2001-03-18 | 9 | -16/+129 |
* | Added addressbook querying and "cardification" functions, which are turned | Jon Trowbridge | 2001-03-16 | 10 | -194/+754 |
* | Removed .oafinfo files -- they are obsolete. Moved pixmaps from | Gediminas Paulauskas | 2001-03-15 | 1 | -29/+0 |
* | Moved where we call pas_book_respond_get_book_view. | Christopher James Lahey | 2001-03-14 | 1 | -6/+6 |
* | add E_STRING_PROP for categories. | Chris Toshok | 2001-03-13 | 4 | -1/+10 |
* | All my changes to get the folder creation working, and the magic Netscape | Iain Holmes | 2001-03-13 | 2 | -4/+4 |
* | Added. A simplified, cancellable query mechanism that lets you avoid | Jon Trowbridge | 2001-03-11 | 3 | -0/+171 |
* | Switched to use e_contact_quick_add_free_form. Removed debugging code, | Jon Trowbridge | 2001-03-09 | 1 | -12/+15 |
* | Added. Just encapsulates opening | Jon Trowbridge | 2001-03-07 | 2 | -2/+33 |
* | Fix a reference counting bug. | Jon Trowbridge | 2001-03-06 | 2 | -3/+12 |
* | Cleaned up the formatting in this file a bit. | Christopher James Lahey | 2001-03-04 | 1 | -42/+18 |
* | doh, track renaming of objectclass from evolvePerson to evolutionPerson. | Chris Toshok | 2001-03-03 | 1 | -14/+14 |
* | rename evolveperson.schema to this, and add remaining attributes. | Chris Toshok | 2001-03-03 | 2 | -28/+87 |
* | add objectclasses for "person", "organizationalPerson", and "top" as well, | Chris Toshok | 2001-03-02 | 1 | -38/+79 |
* | add new entries for phone enums, and fill in the ecard_field with (bogus | Chris Toshok | 2001-03-02 | 5 | -33/+113 |
* | implement properly, we support everything. | Chris Toshok | 2001-03-02 | 1 | -1/+11 |
* | Change for new EDestination/ESelectNamesModel API. | Jon Trowbridge | 2001-03-02 | 5 | -384/+361 |
* | Made this pay attention to the return value of e_sexp_parse. | Christopher James Lahey | 2001-02-22 | 1 | -5/+10 |
* | new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields): | Chris Toshok | 2001-02-21 | 12 | -81/+185 |
* | Moved the register_factory() code to here, since it was the only thing | Federico Mena Quintero | 2001-02-21 | 1 | -14/+29 |
* | new function. | Chris Toshok | 2001-02-20 | 3 | -1/+66 |
* | Removed entry to nonexistant program. | Jon Trowbridge | 2001-02-20 | 1 | -12/+1 |
* | When creating the entry, open up an ebook (corresponding to the local | Jon Trowbridge | 2001-02-20 | 3 | -1/+398 |
* | add sequence<string> typedef, and add getSupportedFields method. | Chris Toshok | 2001-02-18 | 6 | -0/+67 |
* | Ignore generated .oaf files | Dan Winship | 2001-02-15 | 1 | -0/+1 |
* | Undefine E_STRING_PROP and E_LIST_PROP here. | Christopher James Lahey | 2001-02-15 | 1 | -0/+2 |
* | Translations. | Kjartan Maraas | 2001-02-13 | 1 | -2/+2 |
* | Marked strings for translation in this newly created file. Hook up the | Kjartan Maraas | 2001-02-13 | 2 | -36/+39 |
* | flesh out this check. #ifdef the entire thing OPENLDAP2, as it only works | Chris Toshok | 2001-02-08 | 1 | -2/+46 |
* | only set the DEBUG_LEVEL if we're OPENLDAP2. | Chris Toshok | 2001-02-08 | 1 | -0/+2 |
* | return TRUE if equal, FALSE otherwise. (business_compare): same. | Chris Toshok | 2001-02-07 | 1 | -40/+82 |
* | doh, didn't mean to commit this. | Chris Toshok | 2001-02-07 | 1 | -3/+5 |
* | new file. this will eventually form the suggested additions to an existing | Chris Toshok | 2001-02-07 | 1 | -0/+109 |
* | don't need the = NULL's since we g_new0. (check_for_evolve_person): new | Chris Toshok | 2001-02-07 | 1 | -58/+194 |
* | err, allocate 2 char*s when i assign 2 char*s. | Chris Toshok | 2001-02-06 | 1 | -1/+1 |
* | switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated. | Chris Toshok | 2001-02-06 | 1 | -18/+132 |
* | Make the Note field be quoted printable. | Christopher James Lahey | 2001-02-05 | 1 | -2/+6 |
* | add comment about the else block here. (prop_info): add home_address, | Chris Toshok | 2001-01-26 | 1 | -10/+12 |
* | Made this only add the initial VCard if it finds a file "create-initial" | Christopher James Lahey | 2001-01-26 | 1 | -3/+15 |
* | esexp api change fixes. | Not Zed | 2001-01-25 | 2 | -11/+11 |
* | make sure to add the lengths here (include the \0? anyone?). | Chris Toshok | 2001-01-25 | 1 | -2/+5 |
* | always free the delivery elements and correct embarrassingly stupid memory | JP Rosevear | 2001-01-19 | 1 | -0/+3 |
* | Made it return a gboolean; it was completely ignoring the return value | Federico Mena Quintero | 2001-01-19 | 2 | -5/+5 |
* | add evolution-gnomecard-importer. | Larry Ewing | 2001-01-18 | 1 | -0/+1 |
* | add the doc/devel/importer/Makefile as a target. | Larry Ewing | 2001-01-18 | 1 | -2/+4 |
* | Forgot... | Iain Holmes | 2001-01-18 | 1 | -1/+2 |
* | Support the new interfaces | Iain Holmes | 2001-01-18 | 3 | -26/+16 |
* | s/Helix Code/Ximian/ for the initial contact card. | Jason Leach | 2001-01-17 | 1 | -5/+5 |
* | Fix make dist | Iain Holmes | 2001-01-12 | 1 | -0/+3 |
* | Try again | Iain Holmes | 2001-01-12 | 1 | -1/+1 |
* | get a book view from somewhere so we can give status messages - choose the | Chris Toshok | 2001-01-12 | 1 | -23/+89 |
* | GnomeCard importer | Iain Holmes | 2001-01-12 | 4 | -1/+293 |
* | register our status_message signal. (status_message): new function, emit | Chris Toshok | 2001-01-10 | 1 | -74/+85 |
* | if we're setting the full name regenerate ecard->name. | Chris Toshok | 2001-01-10 | 1 | -0/+3 |
* | new function. (impl_BookListener_respond_authentication_result): new | Chris Toshok | 2001-01-05 | 9 | -9/+172 |
* | Need to e_sexp_unref the the sexp, not gtk_object_unref it. | JP Rosevear | 2001-01-05 | 1 | -1/+1 |
* | g_strdup things we g_free. | Michael Meeks | 2001-01-03 | 1 | -1/+1 |
* | Ref the cards that get put in the change list (next_changed_item): util | JP Rosevear | 2000-12-22 | 1 | -14/+4 |
* | always use LDAP_NAME_ERROR (in the openldap1 case it's #defined to | Chris Toshok | 2000-12-19 | 1 | -19/+47 |
* | Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, use | Christopher James Lahey | 2000-12-14 | 1 | -0/+4 |
* | When setting the "name" argument, copy the incoming name. This fixes a | Christopher James Lahey | 2000-12-10 | 1 | -1/+1 |
* | Fixed some formatting. | Christopher James Lahey | 2000-12-09 | 1 | -4/+4 |
* | Create an empty vcard with the appropriate id for deleted cards | JP Rosevear | 2000-12-05 | 1 | -3/+6 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 3 | -3/+3 |
* | Remove "complete" field | JP Rosevear | 2000-11-28 | 1 | -15/+17 |
* | Set view.change_context to NULL in pas_backend_file_process_get_book_view. | Christopher James Lahey | 2000-11-23 | 2 | -4/+7 |
* | Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t... | Ross Golder | 2000-11-23 | 1 | -1/+1 |
* | Initialize destination struct with '0's. | JP Rosevear | 2000-11-16 | 1 | -1/+1 |
* | Changed the mime type from "text/vcard" to "text/x-vcard". | Christopher James Lahey | 2000-11-13 | 1 | -1/+1 |
* | Add idl-generated files. | Matt Bissiri | 2000-11-12 | 3 | -17/+21 |
* | Link in composer bonobo code. | Christopher James Lahey | 2000-11-12 | 3 | -32/+179 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 23 | -337/+341 |
* | Require gal 0.2.99.1. | Christopher James Lahey | 2000-11-10 | 1 | -0/+4 |
* | Add changed_hash, change list and complete bool | JP Rosevear | 2000-11-10 | 4 | -18/+122 |
* | Build e-dbhash.[hc] | JP Rosevear | 2000-11-08 | 4 | -65/+124 |
* | Let the warning make sense (compute_pid): remove | JP Rosevear | 2000-11-01 | 6 | -1/+269 |
* | Fixed marking of strings for translation. Use "_(" instead of "_ (". Add | Kjartan Maraas | 2000-10-31 | 1 | -35/+35 |
* | Fixed these to include EXTRA_GNOME_CFLAGS. | Christopher James Lahey | 2000-10-28 | 1 | -1/+2 |
* | i2000-10-25 Chris Toshok <toshok@helixcode.com> | Chris Toshok | 2000-10-26 | 1 | -16/+49 |
* | AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It | Dan Winship | 2000-10-24 | 2 | -3/+3 |
* | Change how the extension field acts when converting delivery addresses to | Christopher James Lahey | 2000-10-19 | 1 | -3/+3 |
* | Added the function e_card_delivery_address_to_label. | Christopher James Lahey | 2000-10-19 | 2 | -0/+12 |
* | Change NAME_OR_ORG to return the email address if both name and | Christopher James Lahey | 2000-10-19 | 1 | -0/+4 |
* | Make sure that card->name and card->full_name are always valid. | Matt Bissiri | 2000-09-27 | 1 | -17/+18 |
* | Look for ename in /e-util/ename instead of /addressbook/ename | Jeffrey Stedfast | 2000-09-26 | 2 | -7/+7 |
* | lots of changes. flesh out the remove/modify/create functions. add another | Chris Toshok | 2000-09-23 | 1 | -111/+454 |
* | add E_CARD_SIMPLE_FIELD_FAMILY_NAME to the enum. | Chris Toshok | 2000-09-23 | 2 | -0/+8 |
* | Fixed some warnings. Fixed a bug where quoted printable fields were | Christopher James Lahey | 2000-09-22 | 1 | -2/+0 |
* | Added a function to set the status message associated with a given view. | Christopher James Lahey | 2000-09-22 | 7 | -22/+109 |
* | Added evolution-addressbook-ldap.xml. | Christopher James Lahey | 2000-09-22 | 9 | -104/+185 |
* | Oh my god! Chris Lahey killed Kenny! You bastard! | Christopher James Lahey | 2000-09-21 | 2 | -36/+82 |
* | Make this work when a field is spread across multiple lines. | Christopher James Lahey | 2000-09-21 | 1 | -20/+50 |
* | Added a wants_html field to cards. Uses "x-mozilla-html". | Christopher James Lahey | 2000-09-21 | 2 | -0/+45 |