/graphics/kallery/

13-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Hooked up print preview button.Christopher James Lahey2001-09-226-4/+121
* I'm slowly losing my mind.Jon Trowbridge2001-09-201-1/+0
* Yikes... fixing accidental breakage.Jon Trowbridge2001-09-201-1/+1
* Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-207-167/+136
* don't add to the complete list of cards if the card is a listJP Rosevear2001-09-202-5/+33
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-202-1/+10
* Freeing name[i] instead of namev[i] is a bad idea. (bug #10270)Jon Trowbridge2001-09-202-1/+4
* Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-192-151/+137
* add caluri field dataJP Rosevear2001-09-197-13/+232
* create a sexp and check if the cards match before adding them to the listJP Rosevear2001-09-192-7/+28
* remove conflict droppingsLarry Ewing2001-09-181-1/+0
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-182-2/+8
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-184-12/+22
* don't malloc a match we will never use.Larry Ewing2001-09-182-1/+4
* free the dup'd capabilities.Larry Ewing2001-09-182-0/+7
* We want to assume that a destination that comes from a card isJon Trowbridge2001-09-182-1/+7
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-182-9/+14
* Do the right thing if the card we are trying to send to has no validJon Trowbridge2001-09-182-53/+60
* Code implicitly assumed that event->button.button is 1, 2, or 3, causingJon Trowbridge2001-09-182-17/+26
* use enable_widget instead of gtk_widget_set_sensitive.Chris Toshok2001-09-174-53/+109
* fix syntax errors (which are broken, imo...)Chris Toshok2001-09-172-2/+7
* reorder the LDAP scopes so that they match the order of the option menusChris Toshok2001-09-173-4/+82
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-153-1/+10
* We can't use NULL as the first arg for e_addressbook_show_contact_editorJon Trowbridge2001-09-152-2/+7
* Make "stop" do nothing but set the stopped flag, as inJon Trowbridge2001-09-1510-209/+255
* Set CLEANFILES directly instead of using `+='.Ettore Perazzoli2001-09-152-1/+4
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-153-5/+16
* use ldap_init. ldap_open is deprecated in openldap 2.x.Chris Toshok2001-09-142-1/+6
* Fix vcard importingIain Holmes2001-09-132-1/+8
* free the values that are being leaked here.Larry Ewing2001-09-132-4/+20
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-132-1/+6
* Added. Treat right-clicks on a contact list as a special case.Jon Trowbridge2001-09-102-4/+111
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-098-81/+153
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-095-92/+248
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-091-0/+97
* (make_contact_editor_cb): show the right contact editor (the list editorChris Toshok2001-09-092-3/+15
* do the EDestination xml magic on email addresses we put in the popup.Chris Toshok2001-09-092-1/+18
* For every category: - set .translate to FALSEChyla Zbigniew2001-09-082-2/+14
* Fixed two bugs: - missing coversion of contact name to GTK+ locale, -Chyla Zbigniew2001-09-082-15/+49
* Removed unused factory variable.Christopher James Lahey2001-09-082-2/+5
* new function, notify the bonobo listener. (remove_ldap_folder): trackChris Toshok2001-09-073-18/+64
* change /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.Chris Toshok2001-09-072-1/+6
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-077-39/+89
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-23/+28
* Check if the file is a VCard before importingIain Holmes2001-09-052-0/+9
* This file is no longer needed.Chyla Zbigniew2001-09-031-355/+0
* I18n fixes (mainly making buttons on the right side less Anglocentric :-)Chyla Zbigniew2001-09-039-157/+249
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-0222-308/+484
* s/_/U_/Chyla Zbigniew2001-09-015-4/+23
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-307-3/+97
* Paranoia. Check that name != qa->name. (quick_add_set_email): Check thatJon Trowbridge2001-08-302-10/+39
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-302-3/+12
* This function can be re-entrant during the signal emission; Added extraJon Trowbridge2001-08-302-4/+22
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-283-5/+13
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-282-2/+68
* Added ref/unref pair to make sure that our listener doesn't get finalizedJon Trowbridge2001-08-282-2/+19
* Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-283-5/+6
* Do the right thing if the card we are trying to send to is a contact list.Jon Trowbridge2001-08-282-23/+91
* Display localized status string (added missing _()).Chyla Zbigniew2001-08-272-1/+6
* Put a freeze/thaw around our the set of operations that changes theJon Trowbridge2001-08-252-14/+30
* add BUTTON_PRESS_MASK so double clicks still work.Chris Toshok2001-08-242-0/+6
* switch "full_name" to "x-evolution-any-field" in all the queries where weChris Toshok2001-08-232-3/+10
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-234-4/+43
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-235-19/+87
* make sure we don't get into a situation where priv->email == NULL.Chris Toshok2001-08-232-12/+25
* if we're dragging, drag_button_down won't be true in the BUTTON_RELEASEChris Toshok2001-08-212-21/+9
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-214-7/+106
* fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2.Chris Toshok2001-08-214-17/+71
* use DB_NOTFOUND constJP Rosevear2001-08-212-2/+7
* null out card_sexp so that we don't crash when copyingJP Rosevear2001-08-202-1/+8
* fix warnings, get compiling againJP Rosevear2001-08-205-25/+38
* Used Delete icon in menu.Damon Chaplin2001-08-202-1/+2
* use bigger Save icon for toolbar.Damon Chaplin2001-08-202-0/+4
* use 'Save As' icon rather than 'Save' as it seems more appropriate. AlsoDamon Chaplin2001-08-202-1/+7
* Added display_name and description to the type.Ettore Perazzoli2001-08-202-1/+7
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-202-1/+13
* Forgot to mention that this commit fixes Ximian bug #4670.Chris Lahey2001-08-201-1/+2
* Set the folder bar message here.Christopher James Lahey2001-08-207-4/+167