| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle creating the new contact in the current folder if it's a contacts | Christopher James Lahey | 2001-09-25 | 2 | -5/+36 |
* | add evolutionperson.schema (EXTRA_DIST): add LDAP_SCHEMA to the dist (but | Chris Toshok | 2001-09-25 | 2 | -1/+15 |
* | sync the note the to pilot and make sure to blank fields when appropriate | JP Rosevear | 2001-09-24 | 2 | -25/+31 |
* | when creating the cards, don't display any of the subname fields (surname, | Chris Toshok | 2001-09-23 | 2 | -1/+7 |
* | add getters for the additional name fields. (field_data): move FAMILY_NAME | Chris Toshok | 2001-09-23 | 3 | -2/+41 |
* | Hooked up print preview button. | Christopher James Lahey | 2001-09-22 | 6 | -4/+121 |
* | 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 | 7 | -167/+136 |
* | don't add to the complete list of cards if the card is a list | JP Rosevear | 2001-09-20 | 2 | -5/+33 |
* | Change the "this should never happen" message into a request for people to | Jon Trowbridge | 2001-09-20 | 2 | -1/+10 |
* | Freeing name[i] instead of namev[i] is a bad idea. (bug #10270) | Jon Trowbridge | 2001-09-20 | 2 | -1/+4 |
* | Properly handle our GnomeUIInfo labels so that they won't be leaked if | Jon Trowbridge | 2001-09-19 | 2 | -151/+137 |
* | add caluri field data | JP Rosevear | 2001-09-19 | 7 | -13/+232 |
* | create a sexp and check if the cards match before adding them to the list | JP Rosevear | 2001-09-19 | 2 | -7/+28 |
* | remove conflict droppings | Larry Ewing | 2001-09-18 | 1 | -1/+0 |
* | unref the destination regardless of whether we get an email addresss. | Larry Ewing | 2001-09-18 | 2 | -2/+8 |
* | use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as): | Larry Ewing | 2001-09-18 | 4 | -12/+22 |
* | don't malloc a match we will never use. | Larry Ewing | 2001-09-18 | 2 | -1/+4 |
* | free the dup'd capabilities. | Larry Ewing | 2001-09-18 | 2 | -0/+7 |
* | We want to assume that a destination that comes from a card is | Jon Trowbridge | 2001-09-18 | 2 | -1/+7 |
* | Fixed a stupid bug was causing completion to fail for contacts who have | Jon Trowbridge | 2001-09-18 | 2 | -9/+14 |
* | Do the right thing if the card we are trying to send to has no valid | Jon Trowbridge | 2001-09-18 | 2 | -53/+60 |
* | Code implicitly assumed that event->button.button is 1, 2, or 3, causing | Jon Trowbridge | 2001-09-18 | 2 | -17/+26 |
* | use enable_widget instead of gtk_widget_set_sensitive. | Chris Toshok | 2001-09-17 | 4 | -53/+109 |
* | fix syntax errors (which are broken, imo...) | Chris Toshok | 2001-09-17 | 2 | -2/+7 |
* | reorder the LDAP scopes so that they match the order of the option menus | Chris Toshok | 2001-09-17 | 3 | -4/+82 |
* | No loose name matches on family names. (#8802) | Jon Trowbridge | 2001-09-15 | 3 | -1/+10 |
* | We can't use NULL as the first arg for e_addressbook_show_contact_editor | Jon Trowbridge | 2001-09-15 | 2 | -2/+7 |
* | Make "stop" do nothing but set the stopped flag, as in | Jon Trowbridge | 2001-09-15 | 10 | -209/+255 |
* | Set CLEANFILES directly instead of using `+='. | Ettore Perazzoli | 2001-09-15 | 2 | -1/+4 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 3 | -5/+16 |
* | use ldap_init. ldap_open is deprecated in openldap 2.x. | Chris Toshok | 2001-09-14 | 2 | -1/+6 |
* | Fix vcard importing | Iain Holmes | 2001-09-13 | 2 | -1/+8 |
* | free the values that are being leaked here. | Larry Ewing | 2001-09-13 | 2 | -4/+20 |
* | printf arguments were reversed by mistake. Fixed bug #9693. | Jon Trowbridge | 2001-09-13 | 2 | -1/+6 |
* | Added. Treat right-clicks on a contact list as a special case. | Jon Trowbridge | 2001-09-10 | 2 | -4/+111 |
* | (Apologies if you are seeing this multiple times. CVS is being annoying.) | Jon Trowbridge | 2001-09-09 | 8 | -81/+153 |
* | See e_book_listener_check_queue below. | Jon Trowbridge | 2001-09-09 | 5 | -92/+248 |
* | See e_book_listener_check_queue below. | Jon Trowbridge | 2001-09-09 | 1 | -0/+97 |
* | (make_contact_editor_cb): show the right contact editor (the list editor | Chris Toshok | 2001-09-09 | 2 | -3/+15 |
* | do the EDestination xml magic on email addresses we put in the popup. | Chris Toshok | 2001-09-09 | 2 | -1/+18 |
* | For every category: - set .translate to FALSE | Chyla Zbigniew | 2001-09-08 | 2 | -2/+14 |
* | Fixed two bugs: - missing coversion of contact name to GTK+ locale, - | Chyla Zbigniew | 2001-09-08 | 2 | -15/+49 |
* | Removed unused factory variable. | Christopher James Lahey | 2001-09-08 | 2 | -2/+5 |
* | new function, notify the bonobo listener. (remove_ldap_folder): track | Chris Toshok | 2001-09-07 | 3 | -18/+64 |
* | change /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose. | Chris Toshok | 2001-09-07 | 2 | -1/+6 |
* | add -DEVOLUTION_IMAGESDIR. | Chris Toshok | 2001-09-07 | 7 | -39/+89 |
* | [Fix #958, ShellComponents should not be created by factories, for | Ettore Perazzoli | 2001-09-06 | 3 | -23/+28 |
* | Check if the file is a VCard before importing | Iain Holmes | 2001-09-05 | 2 | -0/+9 |
* | This file is no longer needed. | Chyla Zbigniew | 2001-09-03 | 1 | -355/+0 |
* | I18n fixes (mainly making buttons on the right side less Anglocentric :-) | Chyla Zbigniew | 2001-09-03 | 9 | -157/+249 |
* | Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here since | Christopher James Lahey | 2001-09-02 | 22 | -308/+484 |
* | s/_/U_/ | Chyla Zbigniew | 2001-09-01 | 5 | -4/+23 |
* | Use e_select_names_model_merge to combine the selected names with any | Jon Trowbridge | 2001-08-30 | 7 | -3/+97 |
* | Paranoia. Check that name != qa->name. (quick_add_set_email): Check that | Jon Trowbridge | 2001-08-30 | 2 | -10/+39 |
* | Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195) | Jon Trowbridge | 2001-08-30 | 2 | -3/+12 |
* | This function can be re-entrant during the signal emission; Added extra | Jon Trowbridge | 2001-08-30 | 2 | -4/+22 |
* | Studlycapsize all the IDs that are not. Likewise. Updated accordingly. | Ettore Perazzoli | 2001-08-28 | 3 | -5/+13 |
* | Added. Generated queries against file_as. (match_file_as): Added. Match | Jon Trowbridge | 2001-08-28 | 2 | -2/+68 |
* | Added ref/unref pair to make sure that our listener doesn't get finalized | Jon Trowbridge | 2001-08-28 | 2 | -2/+19 |
* | Removed some debugging spew that I left in by mistake. | Jon Trowbridge | 2001-08-28 | 3 | -5/+6 |
* | Do the right thing if the card we are trying to send to is a contact list. | Jon Trowbridge | 2001-08-28 | 2 | -23/+91 |
* | Display localized status string (added missing _()). | Chyla Zbigniew | 2001-08-27 | 2 | -1/+6 |
* | Put a freeze/thaw around our the set of operations that changes the | Jon Trowbridge | 2001-08-25 | 2 | -14/+30 |
* | add BUTTON_PRESS_MASK so double clicks still work. | Chris Toshok | 2001-08-24 | 2 | -0/+6 |
* | switch "full_name" to "x-evolution-any-field" in all the queries where we | Chris Toshok | 2001-08-23 | 2 | -3/+10 |
* | In the GUI, the toggle is labelled "hide addresses", not "show addresses" | Jon Trowbridge | 2001-08-23 | 4 | -4/+43 |
* | emit an event from our event source (contact_editor_cb): emit a destroy | jacob berkman | 2001-08-23 | 5 | -19/+87 |
* | make sure we don't get into a situation where priv->email == NULL. | Chris Toshok | 2001-08-23 | 2 | -12/+25 |
* | if we're dragging, drag_button_down won't be true in the BUTTON_RELEASE | Chris Toshok | 2001-08-21 | 2 | -21/+9 |
* | Wrap our addressbook table adapter in an ETableWithout, so that we can | Jon Trowbridge | 2001-08-21 | 4 | -7/+106 |
* | fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2. | Chris Toshok | 2001-08-21 | 4 | -17/+71 |
* | use DB_NOTFOUND const | JP Rosevear | 2001-08-21 | 2 | -2/+7 |
* | null out card_sexp so that we don't crash when copying | JP Rosevear | 2001-08-20 | 2 | -1/+8 |
* | fix warnings, get compiling again | JP Rosevear | 2001-08-20 | 5 | -25/+38 |
* | Used Delete icon in menu. | Damon Chaplin | 2001-08-20 | 2 | -1/+2 |
* | use bigger Save icon for toolbar. | Damon Chaplin | 2001-08-20 | 2 | -0/+4 |
* | use 'Save As' icon rather than 'Save' as it seems more appropriate. Also | Damon Chaplin | 2001-08-20 | 2 | -1/+7 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 2 | -1/+7 |
* | use new Cut/Copy/Paste/Save/Search icons. | Damon Chaplin | 2001-08-20 | 2 | -1/+13 |
* | Forgot to mention that this commit fixes Ximian bug #4670. | Chris Lahey | 2001-08-20 | 1 | -1/+2 |
* | Set the folder bar message here. | Christopher James Lahey | 2001-08-20 | 7 | -4/+167 |
* | Added full country list. Fixes Ximian bug #5123. | Christopher James Lahey | 2001-08-19 | 2 | -1/+236 |
* | Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise. | Ettore Perazzoli | 2001-08-19 | 3 | -0/+8 |
* | add prototype for addressbook_get_other_contact_storage. | Chris Toshok | 2001-08-18 | 3 | -5/+22 |
* | connect to the "changed" signal on "entry-web" to update command state. | Chris Toshok | 2001-08-18 | 2 | -0/+11 |
* | call e_card_set_id on the list's card so we can continue to use this | Chris Toshok | 2001-08-18 | 3 | -0/+29 |
* | call e_sexp_encode_string on the search string the user types in so it | Chris Toshok | 2001-08-18 | 2 | -6/+16 |
* | changed to new print icon. | Damon Chaplin | 2001-08-18 | 2 | -0/+5 |
* | rename physical_uri to uri, since it includes the addressbook.db for file: | Chris Toshok | 2001-08-18 | 3 | -35/+79 |
* | If we get the "sequence_complete" signal when we aren't searching, it | Jon Trowbridge | 2001-08-18 | 2 | -18/+39 |
* | Changed the messages here in the right click menus. | Christopher James Lahey | 2001-08-18 | 3 | -4/+11 |
* | unref our card_sexp. (create_card_handler): make sure to set the id of the | Chris Toshok | 2001-08-17 | 2 | -34/+134 |
* | use card_sexp. (pas_backend_file_book_view_free): same. | Chris Toshok | 2001-08-17 | 5 | -324/+461 |
* | Added code so the user can create a new contact or contact list from | Christopher James Lahey | 2001-08-17 | 2 | -1/+42 |
* | Added a closing paren. | Jeffrey Stedfast | 2001-08-17 | 2 | -0/+5 |
* | Renamed from _begin to match changes in gal 0.10.99.3. | Jon Trowbridge | 2001-08-17 | 2 | -3/+7 |
* | Check that name != NULL before we start messing with it. (Fixes bug #7329) | Jon Trowbridge | 2001-08-16 | 2 | -9/+17 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 4 | -74/+82 |
* | set title of initial dialog to Addressbook Sources (bug #6704). | Chris Toshok | 2001-08-16 | 2 | -0/+6 |
* | don't let people add subdirs in the ldap server storage - everything is | Chris Toshok | 2001-08-16 | 2 | -0/+9 |
* | implement using search_for_dn. | Chris Toshok | 2001-08-15 | 2 | -4/+19 |
* | Tell the search bar to translate the subitem texts. | Federico Mena Quintero | 2001-08-15 | 2 | -0/+7 |
* | Add "Any Category" option for category searches. | Jon Trowbridge | 2001-08-14 | 2 | -8/+26 |
* | Fix up to match the pas_book_new/get_vcard changes. | Dan Winship | 2001-08-14 | 2 | -37/+27 |
* | Got rid of an extraneous _ here. | Christopher James Lahey | 2001-08-14 | 3 | -2/+10 |
* | Oops, forgot to write this function. | Christopher James Lahey | 2001-08-14 | 2 | -0/+28 |
* | Added focus targets here. Fixes part of Ximian bug #5843. | Christopher James Lahey | 2001-08-14 | 2 | -52/+67 |
* | Grab focus here. Fixes Ximian bug #2265. | Christopher James Lahey | 2001-08-14 | 2 | -0/+7 |
* | Fixed two const warnings here. | Christopher James Lahey | 2001-08-14 | 4 | -3/+18 |
* | As usual, I forgot to mention that that last commit fixes Ximian bug #6490. | Chris Lahey | 2001-08-14 | 1 | -1/+1 |
* | Call e_card_set_book here. | Christopher James Lahey | 2001-08-14 | 7 | -172/+192 |
* | don't g_strdup the stuff we're passing into e_list_append, since it does | Chris Toshok | 2001-08-14 | 1 | -0/+12 |
* | don't g_strdup the stuff we're passing into e_list_append, since it does | Chris Toshok | 2001-08-14 | 1 | -8/+8 |
* | don't access source->auth if source == NULL (bug #7086). | Chris Toshok | 2001-08-14 | 2 | -1/+7 |
* | Changed get_card to be asyncronous. | Christopher James Lahey | 2001-08-14 | 11 | -239/+218 |
* | svn path=/trunk/; revision=11916 | Kjartan Maraas | 2001-08-12 | 3 | -5/+2 |
* | Added bugzilla number | Kjartan Maraas | 2001-08-11 | 1 | -0/+1 |
* | Add headers to make it stand on itw own. Marked some strings for | Kjartan Maraas | 2001-08-11 | 3 | -2/+8 |
* | Marked some strings for translation. Same here. | Kjartan Maraas | 2001-08-11 | 3 | -5/+10 |
* | Remove single- or double-quotes from names before sticking them into the | Jon Trowbridge | 2001-08-11 | 2 | -5/+21 |
* | Properly handle "Category is" queries by checking the search bar | Jon Trowbridge | 2001-08-11 | 2 | -6/+46 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 2 | -8/+12 |
* | did a little packing-magic to get the two tables at bottom of this dialog | Anna Marie Dirks | 2001-08-11 | 3 | -27/+66 |
* | redesigned this dialog to fix bug #6815. | Anna Marie Dirks | 2001-08-10 | 3 | -194/+302 |
* | remove passwd_cb. | Chris Toshok | 2001-08-10 | 2 | -8/+4 |
* | If the last character we inserted was a "magic comma", remember its | Jon Trowbridge | 2001-08-10 | 3 | -0/+29 |
* | Hook up some magic to (basically) cardify an entry on focus-out. (What we | Jon Trowbridge | 2001-08-10 | 12 | -32/+681 |
* | [ Fixes ximian bugs #5080, #6021, #6704, #6705 ] | Chris Toshok | 2001-08-10 | 8 | -884/+1116 |
* | Upped the minimum width on all addressbook columns to 75. Fixes Ximian bug | Christopher James Lahey | 2001-08-09 | 2 | -39/+44 |
* | mark the dialog as changed so the save button is immediately available. | Chris Toshok | 2001-08-09 | 3 | -2/+48 |
* | better to assume that we can write to the local addressbook than that we | Chris Toshok | 2001-08-09 | 2 | -1/+7 |
* | call e_pixmap_update so we can use the same save/save-as pixmaps as the | Chris Toshok | 2001-08-09 | 2 | -0/+16 |
* | new function, used by the context menu. | Chris Toshok | 2001-08-09 | 2 | -3/+45 |
* | escape *, \, (, and ), as per rfc2254. (func_contains): escape the string. | Chris Toshok | 2001-08-08 | 2 | -4/+56 |
* | Fixes Clahey bug #2200 :-) | Nat Friedman | 2001-08-08 | 4 | -0/+25 |
* | ifdef this HAVE_LDAP. | Chris Toshok | 2001-08-08 | 2 | -0/+7 |
* | set the title of the window to "Advanced Search". | Chris Toshok | 2001-08-08 | 2 | -1/+7 |
* | pass view->view instead of the EBook. (addressbook_search_menu_items): | Chris Toshok | 2001-08-08 | 4 | -122/+74 |
* | [ Fixes bug #5066 ] new function, remove the source. (register_storage): | Chris Toshok | 2001-08-08 | 2 | -0/+22 |
* | use g_strcasecmp since ldap attribute names are not case sensitive. | Chris Toshok | 2001-08-08 | 2 | -1/+6 |
* | make sure we update the changed state if a successful drop happens. | Chris Toshok | 2001-08-08 | 2 | -0/+14 |
* | Make the OK button the keyboard default instead of Cancel. Bug #4942. | Jason Leach | 2001-08-08 | 2 | -0/+7 |
* | new EBookOp destructor (e_book_unqueue_op): use e_book_op_free | Radek Doulik | 2001-08-07 | 2 | -16/+34 |
* | set op->listener to NULL to catch possible use of freed op | Radek Doulik | 2001-08-05 | 3 | -1/+20 |
* | Made it so that if there's one less match than possible compares are | Christopher James Lahey | 2001-08-05 | 2 | -1/+7 |
* | Once again forgot to mark which bug this fixes. Ximian bug #3699. | Chris Lahey | 2001-08-04 | 1 | -1/+1 |
* | Check for storage != NULL here. This shouldn't come up unless addressbook | Christopher James Lahey | 2001-08-04 | 2 | -13/+24 |
* | Added annotation that my last commit fixes Ximian bug #4674. | Chris Lahey | 2001-08-04 | 1 | -1/+2 |
* | Changed the criteria of whether the first part of each iteration matched | Christopher James Lahey | 2001-08-04 | 2 | -29/+32 |
* | Update for EvolutionStorage API changes. (addressbook_storage_add_source): | Jason Leach | 2001-08-04 | 2 | -2/+8 |
* | Noted that the last commit fixes Ximian bug #2202 | Chris Lahey | 2001-08-04 | 1 | -1/+2 |
* | Made this change the query based on which letter is clicked. | Christopher James Lahey | 2001-08-04 | 2 | -2/+76 |
* | Fixed warnings here. | Christopher James Lahey | 2001-08-03 | 3 | -10/+11 |
* | Made the list of E_CARD_PHONE types in phone_correspondences more complete | Christopher James Lahey | 2001-08-03 | 4 | -51/+105 |
* | Add camel dependency. | Jon Trowbridge | 2001-08-03 | 10 | -142/+224 |
* | Removed some extra padding and pack the addressbook view into a frame with | Jason Leach | 2001-08-03 | 2 | -16/+24 |
* | Update the updated Save, Save As, and Print icons for menus and the | Jason Leach | 2001-08-03 | 2 | -2/+20 |
* | ChangeLog fix. Should have been: | Christopher James Lahey | 2001-08-02 | 1 | -1/+2 |
* | Added ContactsSaveAsVCard, ContactsSendContactToOther, and | Christopher James Lahey | 2001-08-02 | 4 | -29/+114 |
* | Removed this file from this unused directory. | Christopher James Lahey | 2001-08-01 | 2 | -8/+5 |
* | Added file-exists.glade. | Christopher James Lahey | 2001-08-01 | 4 | -1/+158 |
* | Removed thrash checking code here since thrashing shouldn't happen now | Christopher James Lahey | 2001-08-01 | 3 | -83/+88 |
* | Added #include <e-util/e-path.h>. | Christopher James Lahey | 2001-07-31 | 3 | -3/+18 |
* | Properly handle the case where our "cleaned" completion is the empty | Jon Trowbridge | 2001-07-31 | 3 | -20/+102 |
* | Fix a return value bug, to make it so if it fails to load an | Jason Leach | 2001-07-31 | 2 | -26/+34 |
* | Fix support for gtkhtml when compiled with gconf support | Frédéric Crozat | 2001-07-30 | 2 | -0/+13 |
* | Tidy ldadds | JP Rosevear | 2001-07-28 | 2 | -4/+8 |
* | Fixing a small, stupid mistake; use e_select_names_model_get_textification | Jon Trowbridge | 2001-07-26 | 2 | -2/+13 |
* | Removed some debugging chatter. | Jon Trowbridge | 2001-07-26 | 6 | -22/+116 |
* | change the way x-evolution-any-field is converted to an ldap query. it | Chris Toshok | 2001-07-26 | 2 | -14/+12 |
* | Properly dup the results of e_destination_get_email. | Jon Trowbridge | 2001-07-25 | 4 | -3/+20 |
* | Added checks for all of the args of the exposed functions, so that we | Jon Trowbridge | 2001-07-25 | 2 | -0/+23 |
* | "_Add Anyway" to "Add Anyway". | Jason Leach | 2001-07-25 | 2 | -1/+6 |
* | Added fallbacks for the name in the case of an e-card, to avoid the | Jon Trowbridge | 2001-07-25 | 2 | -1/+19 |
* | need the EDestination magic here too for when we modify an already shown | Chris Toshok | 2001-07-25 | 4 | -5/+52 |
* | call widget_changed. (phone_entry_changed): same. (email_entry_changed): | Chris Toshok | 2001-07-25 | 2 | -25/+100 |
* | Check if evolution_shell_client_get_local_storage returns | Jon Trowbridge | 2001-07-25 | 2 | -0/+20 |
* | Don't stop the idle_queue and unref from here, since this might be called | Dan Winship | 2001-07-25 | 2 | -11/+15 |
* | Re-fix for my 07-18 not-quite-fix. | Dan Winship | 2001-07-24 | 5 | -8/+84 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 2 | -12/+26 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 2 | -1/+7 |
* | [ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ] | Chris Toshok | 2001-07-19 | 2 | -15/+75 |
* | Flush the listener's queue before unreffing it to ensure that it doesn't | Dan Winship | 2001-07-19 | 4 | -5/+22 |
* | prune the list of cards that match our query using the avoid list here, | Chris Toshok | 2001-07-19 | 2 | -17/+29 |
* | [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\" | Chris Toshok | 2001-07-18 | 2 | -6/+25 |
* | Hold a reference to our listener while the idle function is active. | Jon Trowbridge | 2001-07-18 | 7 | -19/+68 |
* | Removed old, broken code and annoying g_messages. | Jon Trowbridge | 2001-07-18 | 3 | -50/+22 |
* | Patch from Taylor Hayward <thayward@gjpc.com>. Added accelerators to a few | Christopher James Lahey | 2001-07-17 | 5 | -57/+61 |
* | Added addSectionWithLimit to the SelectNames interface. | Jon Trowbridge | 2001-07-17 | 9 | -37/+254 |
* | [ Fix bug #4705 - LDAP storage gets saved with corrupted binddn] | Chris Toshok | 2001-07-17 | 4 | -5/+29 |
* | Use other folders to import into | Iain Holmes | 2001-07-17 | 2 | -2/+15 |
* | Commented out some unused variables and labels. (e_destination_importv): | Christopher James Lahey | 2001-07-15 | 3 | -0/+22 |
* | Added a call to e_table_view_to_model_row here. | Christopher James Lahey | 2001-07-15 | 2 | -3/+16 |
* | Changed Company to Organization here. | Christopher James Lahey | 2001-07-13 | 2 | -2/+7 |
* | add ldap cflags | JP Rosevear | 2001-07-13 | 2 | -0/+5 |
* | Oops. I introduced my own bug, accidently set `email' to a g_free'd | Jeffrey Stedfast | 2001-07-13 | 2 | -1/+7 |
* | Optimized the same way I optimized g_strsplit. If you use a GPtrArray | Jeffrey Stedfast | 2001-07-13 | 2 | -97/+76 |
* | Check the file even if the extension is NULL | Iain Holmes | 2001-07-13 | 2 | -6/+9 |
* | add accelerators, taylor's patch | JP Rosevear | 2001-07-12 | 2 | -3/+8 |
* | Crash fix because strcmp() hates NULL arguments. Bug #3777. | Jason Leach | 2001-07-12 | 2 | -1/+14 |
* | Added some comments for clarity and fixed a pretty noticable bug with how | Jason Leach | 2001-07-11 | 2 | -0/+12 |
* | assign OID's to the schema entries, and add schema support for contact | Chris Toshok | 2001-07-11 | 2 | -24/+54 |
* | Set bf->priv->file_db before calling do_create. | Christopher James Lahey | 2001-07-10 | 3 | -2/+15 |
* | Check that str isn't the empty string before doing an insert. | Jon Trowbridge | 2001-07-09 | 3 | -14/+58 |
* | Marked a string for translation. Also add the neccesary includes to make | Kjartan Maraas | 2001-07-09 | 2 | -1/+5 |
* | Marked a string for translation. | Kjartan Maraas | 2001-07-09 | 2 | -1/+6 |
* | CVS is unhappy this evening. My commit keeps dying in the middle. | Jon Trowbridge | 2001-07-07 | 9 | -145/+106 |
* | Detect the embedded EDestination XML, and convert it to a nice-looking | Jon Trowbridge | 2001-07-07 | 10 | -374/+922 |
* | Removed. [It was just bogus testing code for the right-click menu | Ettore Perazzoli | 2001-07-06 | 2 | -15/+10 |
* | Added some accelerators, padding, and a "memebers" frame; also fixed | Anna Marie Dirks | 2001-07-06 | 1 | -0/+5 |
* | 2001-07-05 Anna Marie Dirks <anna@ximian.com: | Anna Dirks | 2001-07-06 | 1 | -218/+186 |
* | Fix a memory leak here. | Christopher James Lahey | 2001-07-05 | 2 | -3/+14 |
* | Set info->avoid = NULL. This shouldn't make a difference, but it can't | Christopher James Lahey | 2001-07-05 | 2 | -0/+7 |
* | Upped the required version of gal. | Christopher James Lahey | 2001-07-05 | 2 | -2/+14 |
* | added $(BONOBO_CONF_LIBS) to get it to compile. | Damon Chaplin | 2001-07-03 | 2 | -0/+6 |
* | Added $(BONOBO_CONF_LIBS). | Christopher James Lahey | 2001-07-03 | 4 | -12/+14 |
* | srcdir != builddir compile fix. | Peter Williams | 2001-07-02 | 5 | -0/+15 |
* | Turned off wombatification of the categories master list here. | Christopher James Lahey | 2001-07-02 | 2 | -0/+15 |
* | use ECARD_UID_LINK_PREFIX. | Chris Toshok | 2001-07-02 | 6 | -3/+73 |
* | Added related_contacts field. | Christopher James Lahey | 2001-07-02 | 9 | -140/+284 |
* | Fall back to use the name field if all else fails (which can happen with | Jon Trowbridge | 2001-07-02 | 2 | -0/+10 |
* | Fix for the "recipient not specified" bug --- we were not correctly | Jon Trowbridge | 2001-07-02 | 2 | -1/+13 |
* | Check args. Somewhere in the code (somewhere in the minicard stuff) this | Jon Trowbridge | 2001-07-01 | 2 | -0/+7 |
* | I was accidentally comparing characters and strings here, and didn't see | Jon Trowbridge | 2001-07-01 | 2 | -13/+29 |
* | Marked strings for translation. | Chyla Zbigniew | 2001-06-30 | 2 | -3/+8 |
* | Make the standard for considering two cards to be match stricter. | Jon Trowbridge | 2001-06-30 | 9 | -64/+429 |
* | Added a search field to the query here. (e_select_names_init): Update the | Christopher James Lahey | 2001-06-30 | 4 | -105/+148 |
* | Change the uri here to have addressbook.db at the end. | Christopher James Lahey | 2001-06-30 | 3 | -3/+15 |
* | Change the query when the "Update List" button is pushed. | Christopher James Lahey | 2001-06-30 | 4 | -19/+70 |
* | add EVOLUTION_IMAGESDIR define. | Chris Toshok | 2001-06-29 | 4 | -1/+52 |
* | s | Jose Maria Celorio | 2001-06-29 | 1 | -0/+1 |
* | pop up list editor for lists, contact editor otherwise. | Chris Toshok | 2001-06-29 | 5 | -10/+48 |
* | remove ancient e-table include, and add include for contact-editor so we | Chris Toshok | 2001-06-29 | 4 | -18/+52 |
* | add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES. | Chris Toshok | 2001-06-29 | 3 | -0/+94 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 2 | -1/+8 |
* | track storage change - we're only using 1 array now. | Chris Toshok | 2001-06-28 | 6 | -76/+365 |
* | Oops. Can't use the wombat version of the master categories list yet. | Christopher James Lahey | 2001-06-27 | 2 | -2/+8 |
* | memmove counts were off in this function. (remove_card, modify_card): | Christopher James Lahey | 2001-06-27 | 2 | -5/+16 |
* | Added a categories combo here. It's not used yet. | Christopher James Lahey | 2001-06-27 | 4 | -6/+61 |
* | Added category searching to the advanced search dialog here. | Christopher James Lahey | 2001-06-27 | 2 | -0/+27 |
* | Added category searching to the file backend. | Christopher James Lahey | 2001-06-27 | 3 | -0/+39 |
* | Capitalized fields. Added X-EVOLUTION-RELATED-CONTACTS field. | Chris Lahey | 2001-06-27 | 1 | -2/+3 |
* | libwombat: | Peter Williams | 2001-06-27 | 2 | -0/+5 |
* | Added a note about the use of this file. | Chris Lahey | 2001-06-26 | 1 | -0/+5 |
* | Added this file for fields we need to add to ECard. | Chris Lahey | 2001-06-26 | 1 | -0/+3 |
* | change layout slightly, the icon no longer pushes everything to the left, | Chris Toshok | 2001-06-26 | 6 | -112/+327 |
* | Add a huge steaming pile of code to handle the case of single-address | Jon Trowbridge | 2001-06-25 | 4 | -31/+723 |
* | correct path to libecontacteditor.a. (minicard_widget_test_LDADD): same. | Chris Toshok | 2001-06-25 | 37 | -7238/+1315 |