aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-destination.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'EOG_0_109_1'.EOG_0_109_1nobody2001-12-141-1659/+0
* Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-041-3/+4
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-3/+5
* Set book_uri when cardification occurs.Christopher James Lahey2001-10-281-12/+25
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Filter out empty destinations. (also Bug #13036)Jon Trowbridge2001-10-211-5/+16
* On second thought, that should be a less-than-or-equal... :)Jon Trowbridge2001-10-121-1/+1
* Added. Heuristic for whether or not we want to revert to an earlierJon Trowbridge2001-10-121-6/+38
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-271-1/+1
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-10/+15
* Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-201-15/+29
* We want to assume that a destination that comes from a card isJon Trowbridge2001-09-181-1/+1
* free the values that are being leaked here.Larry Ewing2001-09-131-4/+15
* See e_book_listener_check_queue below.Jon Trowbridge2001-09-091-37/+193
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-301-0/+38
* Put a freeze/thaw around our the set of operations that changes theJon Trowbridge2001-08-251-14/+18
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-231-1/+23
* make sure we don't get into a situation where priv->email == NULL.Chris Toshok2001-08-231-12/+20
* Call e_card_set_book here.Christopher James Lahey2001-08-141-28/+89
* Hook up some magic to (basically) cardify an entry on focus-out. (What weJon Trowbridge2001-08-101-26/+347
* Add camel dependency.Jon Trowbridge2001-08-031-128/+83
* Properly handle the case where our "cleaned" completion is the emptyJon Trowbridge2001-07-311-19/+81
* Properly dup the results of e_destination_get_email.Jon Trowbridge2001-07-251-2/+2
* Added fallbacks for the name in the case of an e-card, to avoid theJon Trowbridge2001-07-251-1/+13
* Hold a reference to our listener while the idle function is active.Jon Trowbridge2001-07-181-1/+1
* Removed old, broken code and annoying g_messages.Jon Trowbridge2001-07-181-48/+1
* Commented out some unused variables and labels. (e_destination_importv):Christopher James Lahey2001-07-151-0/+7
* Oops. I introduced my own bug, accidently set `email' to a g_free'dJeffrey Stedfast2001-07-131-1/+1
* Optimized the same way I optimized g_strsplit. If you use a GPtrArrayJeffrey Stedfast2001-07-131-94/+63
* Check that str isn't the empty string before doing an insert.Jon Trowbridge2001-07-091-11/+41
* Detect the embedded EDestination XML, and convert it to a nice-lookingJon Trowbridge2001-07-071-352/+522
* use ECARD_UID_LINK_PREFIX.Chris Toshok2001-07-021-0/+49
* Fall back to use the name field if all else fails (which can happen withJon Trowbridge2001-07-021-0/+6
* Fix for the "recipient not specified" bug --- we were not correctlyJon Trowbridge2001-07-021-1/+7
* I was accidentally comparing characters and strings here, and didn't seeJon Trowbridge2001-07-011-13/+21
* Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-301-9/+167
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-181-4/+242
* Added.Jon Trowbridge2001-04-171-4/+29
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-311-0/+8
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-0/+12
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-1/+2
* Fix a reference counting bug.Jon Trowbridge2001-03-061-0/+8
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-021-0/+284