aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names
Commit message (Expand)AuthorAgeFilesLines
* Remove addressbook-storage.[ch] and new-addressbook.[ch].Hans Petter Jansson2003-12-012-3/+24
* turn on deprecated gtk and libgnomeui stuffJP Rosevear2003-11-261-1/+0
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-2/+1
* make sure the marshal header is in the source listJP Rosevear2003-11-071-1/+1
* Shush.JP Rosevear2003-11-071-2/+2
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-077-10/+7
* Update factory ID.Ettore Perazzoli2003-11-042-3/+3
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-311-6/+3
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2216-792/+355
* use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise LikewiseDan Winship2003-07-241-12/+1
* Fix lots of leaks, update for correct use of g_object_get. Some miscLarry Ewing2003-06-141-2/+5
* ** For #42691.Not Zed2003-06-111-2/+2
* strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same.Chris Toshok2003-05-142-31/+75
* [ fixes bug #41245 ] fix spacing/border widths as per HIG.Chris Toshok2003-05-122-151/+154
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-091-1/+1
* [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-241-20/+29
* [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-201-9/+15
* Add missing -DPREFIXRodney Dawes2003-04-191-0/+1
* [ fixes #21499 ]Rodney Dawes2003-04-191-1/+1
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-091-5/+9
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-081-0/+160
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-081-141/+35
* Clean up server names.Dan Winship2003-04-081-4/+4
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-031-0/+3
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-033-179/+122
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-315-61/+63
* [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode theChris Toshok2003-03-271-6/+13
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-232-7/+7
* up the column count by one for the underline.Chris Toshok2003-03-191-1/+5
* use alternating-row-colors="false"Chris Toshok2003-03-193-61/+24
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-182-5/+28
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-131-2/+2
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-121-0/+12
* fix compiler warnings about deprecated functions.Chris Toshok2003-03-125-77/+41
* Fixes #37881JP Rosevear2003-03-051-1/+1
* reflect prior column additionJP Rosevear2003-03-053-2/+3
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-041-1/+3
* (e_select_names_init): Instead of using gtk_widget_unparent(),Ettore Perazzoli2003-03-041-2/+2
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-281-0/+2
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-0/+4
* if we can complete solely from our cached cards, callChris Toshok2003-02-181-0/+8
* indent properly.Chris Toshok2003-02-171-12/+12
* gone. (match_initials): gone. (book_query_sexp): remove the primaryChris Toshok2003-02-101-47/+17
* lots of changes here. should be a big performance gain. god i hope this isChris Toshok2003-02-101-228/+104
* Use different tmp file names so these rules can be executed in parallelEttore Perazzoli2003-02-071-5/+6
* Remove cruft. (serverdir, gladedir, etspecdir): Remove definitionsDan Winship2003-02-064-10/+2
* Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-241-2/+0
* Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-231-3/+3
* Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-151-1/+1
* #include gtklabel.h, fixes an unresolved symbol.Chris Toshok2003-01-101-0/+1
* call e_select_names_bonobo_construct on the newly created object.Chris Toshok2003-01-101-0/+2
* comment out the factory oaf_server, and change the location of theChris Toshok2003-01-102-6/+14
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-2/+0
* [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-024-15/+47
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-193-8/+7
* oops, use strcmp, not !strcmp here.Chris Toshok2002-12-181-1/+1
* #include <string.h>.Ettore Perazzoli2002-12-072-4/+2
* Use collate for sorting rather than the normal string sort. This fixes bugJeffrey Stedfast2002-12-061-1/+1
* [ roll forward from 1.2 branch, partial fix for #31763 ] add the FindChris Toshok2002-11-291-393/+422
* remove redundant setting of y2.Chris Toshok2002-11-271-1/+0
* use new schema for completion/uris. (uris_listener): same.Chris Toshok2002-11-273-77/+73
* ignore server.inChris Toshok2002-11-261-0/+1
* Pass type to bonobo_ctonrol_set_property, and also NULL terminate theNot Zed2002-11-212-2/+2
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.Ettore Perazzoli2002-11-202-5/+7
* show the custom table.Chris Toshok2002-11-191-0/+1
* oops, missed some "oaf"'s.Chris Toshok2002-11-181-1/+1
* Added rule to generate GNOME_Evolution_Addressbook.server.in fromEttore Perazzoli2002-11-162-493/+434
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-132-4/+4
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-122-12/+13
* parent class is GObjectClass.Chris Toshok2002-11-099-68/+140
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-081-3/+3
* more porting work.Chris Toshok2002-11-0815-319/+312
* Port to GObject/gnome2.Chris Toshok2002-11-0620-524/+372
* Set /Addressbook/select_names_uri in the configdb to the selected folder.Dan Winship2002-10-231-17/+19
* [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.Kjartan Maraas2002-10-103-21/+16
* free adapter->priv.Chris Toshok2002-10-021-30/+29
* Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public".Dan Winship2002-09-261-1/+1
* free adapter->priv.Chris Toshok2002-09-261-4/+5
* oops, add cached_folder_list to struct _ESelectNamesManager.Chris Toshok2002-09-231-0/+2
* [ Fixes #30481 ] initialize the select names dialog with the defaultChris Toshok2002-09-231-7/+22
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-231-25/+47
* [ Fixes #30483 ] argh, contains => beginswith.Chris Toshok2002-09-211-1/+1
* institute an arbitrary minimum limit on the number of characters before weChris Toshok2002-09-121-0/+6
* [ Fixes #29904 ] we need to activate either a contact list editor orChris Toshok2002-09-051-3/+10
* unref the "without", adapter, and model, then chain up the GnomeDialogMike Kestner2002-09-041-0/+5
* stop the EBookViews before unreffing.Mike Kestner2002-08-291-2/+8
* [ oops, merged the .h and .glade file back to the HEAD from the 1-0Chris Toshok2002-08-281-0/+16
* [ fixes #28897 ] set book_data to NULL after clearing/freeing the list.Chris Toshok2002-08-281-0/+1
* add the listener_id slot.Chris Toshok2002-08-202-11/+10
* take and pass the CallStatus to our listener.Chris Toshok2002-08-201-2/+2
* add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"Dan Winship2002-08-201-0/+19
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-131-1/+1
* no more search_entry.Chris Toshok2002-08-022-13/+9
* remove folders and folders_by_uri, and the 2 listeners.Chris Toshok2002-08-022-17/+0
* remove the option menu and browse button, and add a custom widgetChris Toshok2002-07-172-377/+67
* Forgot part of the patchPeter Williams2002-07-171-1/+2
* Install the SelectNames IDL and ancillary changes.Peter Williams2002-07-171-4/+5
* Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, althoughDan Winship2002-07-131-1/+1
* e_book_get_book_view => e_book_get_completion_view, so the backends haveChris Toshok2002-07-111-3/+4
* Commented out this unused function.Christopher James Lahey2002-06-042-3/+5
* Changed some spacing and expanding behavior to make this dialog behaveAnna Marie Dirks2002-05-301-73/+83
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-244-48/+126
* Added SimpleCard interface.Christopher James Lahey2002-05-115-12/+440
* Added "first_email" property.Christopher James Lahey2002-05-101-0/+21
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-031-0/+28
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-261-4/+3
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-253-16/+98
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-243-68/+90
* Updated this dialog to match the redesign.Christopher James Lahey2002-04-241-205/+259
* Removed an unused variable here.Christopher James Lahey2002-04-231-1/+0
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-17/+19
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-121-2/+2
* parent_class should be static. (From Max Horn <max@quendi.de>)Dan Winship2002-04-011-1/+1
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-3/+2
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-121-1/+4
* [fixes bug #20871] add the status-message label.Chris Toshok2002-03-052-1/+28
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-141-0/+2
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-141-7/+24
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-4/+2
* remove misleading title and fix spacingJP Rosevear2002-01-161-43/+0
* ChangeLog change.Chris Lahey2002-01-111-1/+0
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-2811-203/+291
* [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]Chris Toshok2001-12-181-1/+62
* Added 'cache_complete' flag to ESelectNamesCompletionPrivate.Jon Trowbridge2001-12-171-1/+9
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-081-2/+0
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-084-421/+422
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-0/+2
* Explicitly destroy entries. Part of the fix for the lingering completionJon Trowbridge2001-11-091-0/+16
* Leak select-names related data structures until the memory managementJon Trowbridge2001-11-031-1/+7
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-311-0/+1
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-313-13/+13
* Force the select names dialog to be destroyed. This is a hack to fix bugJon Trowbridge2001-10-311-0/+7
* send a null bonobo arg to prevent explosionJP Rosevear2001-10-301-1/+6
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-303-21/+51
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-301-3/+8
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-301-0/+6
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-281-0/+7
* free up all the book_data list stuff.Chris Toshok2001-10-283-90/+134
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-2/+2
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-281-1/+4
* Fixing the license text.Ettore Perazzoli2001-10-2810-10/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2710-20/+20
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-241-39/+58
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+1
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-211-33/+23
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-211-1/+1
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-211-8/+18
* Fix memory leak.Jon Trowbridge2001-10-211-1/+4
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+1
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-201-0/+1
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-201-1/+5
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-191-0/+15
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-1/+1
* make sure to also add "ldap-contacts" folders to the option menu.Chris Toshok2001-10-181-1/+2
* Added linebreaks to our "this shouldn't happen" dialog message. (BugJon Trowbridge2001-10-151-5/+6
* Check to see if the uri we are setting is the same as the current uri. IfJon Trowbridge2001-10-121-0/+9
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-122-0/+2
* Don't need this any more.Dan Winship2001-10-121-16/+0
* If our select names dialog is still around, destroy it. Otherwise, theJon Trowbridge2001-10-111-2/+0
* db isn't a BonoboObject, so don't bonobo_object_unref it!Jon Trowbridge2001-10-061-1/+10
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-062-2/+2
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-061-10/+9
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-041-95/+37
* Made the max length of the textification be 2047 characters. Fixes XimianChristopher James Lahey2001-10-021-0/+7
* add completion_book.Chris Toshok2001-09-272-3/+45
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-12/+20
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-201-1/+5
* Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-191-151/+125
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-181-2/+2
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-181-6/+3
* don't malloc a match we will never use.Larry Ewing2001-09-181-1/+1
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-181-9/+9
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-0/+5
* We can't use NULL as the first arg for e_addressbook_show_contact_editorJon Trowbridge2001-09-151-2/+2
* Set CLEANFILES directly instead of using `+='.Ettore Perazzoli2001-09-151-1/+1
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-131-1/+1
* Added. Treat right-clicks on a contact list as a special case.Jon Trowbridge2001-09-101-3/+104
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-098-81/+153
* (make_contact_editor_cb): show the right contact editor (the list editorChris Toshok2001-09-091-3/+10
* do the EDestination xml magic on email addresses we put in the popup.Chris Toshok2001-09-091-1/+12
* Fixed two bugs: - missing coversion of contact name to GTK+ locale, -Chyla Zbigniew2001-09-081-15/+39
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-022-2/+2
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-303-1/+39
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-301-3/+8
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-4/+4
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-281-2/+63
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-212-7/+76
* Set the folder bar message here.Christopher James Lahey2001-08-201-1/+1
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-182-35/+57
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-181-18/+25
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-3/+3
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-162-47/+25
* svn path=/trunk/; revision=11916Kjartan Maraas2001-08-122-5/+1
* did a little packing-magic to get the two tables at bottom of this dialogAnna Marie Dirks2001-08-112-27/+57
* redesigned this dialog to fix bug #6815.Anna Marie Dirks2001-08-102-194/+294
* If the last character we inserted was a "magic comma", remember itsJon Trowbridge2001-08-102-0/+16
* Hook up some magic to (basically) cardify an entry on focus-out. (What weJon Trowbridge2001-08-105-6/+171
* Make the OK button the keyboard default instead of Cancel. Bug #4942.Jason Leach2001-08-081-0/+1
* Check for storage != NULL here. This shouldn't come up unless addressbookChristopher James Lahey2001-08-041-13/+16
* Fixed warnings here.Christopher James Lahey2001-08-031-7/+0
* Add camel dependency.Jon Trowbridge2001-08-033-12/+69
* Properly handle the case where our "cleaned" completion is the emptyJon Trowbridge2001-07-311-1/+8
* Fixing a small, stupid mistake; use e_select_names_model_get_textificationJon Trowbridge2001-07-261-2/+9
* Removed some debugging chatter.Jon Trowbridge2001-07-264-21/+90
* Properly dup the results of e_destination_get_email.Jon Trowbridge2001-07-251-0/+5
* Check if evolution_shell_client_get_local_storage returnsJon Trowbridge2001-07-251-0/+12
* Hold a reference to our listener while the idle function is active.Jon Trowbridge2001-07-183-9/+31
* Added addSectionWithLimit to the SelectNames interface.Jon Trowbridge2001-07-178-37/+218
* Commented out some unused variables and labels. (e_destination_importv):Christopher James Lahey2001-07-151-0/+4
* Added some comments for clarity and fixed a pretty noticable bug with howJason Leach2001-07-111-0/+5
* Check that str isn't the empty string before doing an insert.Jon Trowbridge2001-07-091-3/+3
* CVS is unhappy this evening. My commit keeps dying in the middle.Jon Trowbridge2001-07-075-44/+44
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-031-2/+2
* Added related_contacts field.Christopher James Lahey2001-07-022-27/+56
* Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-302-17/+12
* Added a search field to the query here. (e_select_names_init): Update theChristopher James Lahey2001-06-303-105/+136
* Change the uri here to have addressbook.db at the end.Christopher James Lahey2001-06-302-3/+6
* Change the query when the "Update List" button is pushed.Christopher James Lahey2001-06-303-19/+59
* Oops. Can't use the wombat version of the master categories list yet.Christopher James Lahey2001-06-271-2/+2
* Added a categories combo here. It's not used yet.Christopher James Lahey2001-06-273-6/+53
* correct path to libecontacteditor.a. (minicard_widget_test_LDADD): same.Chris Toshok2001-06-252-3/+3
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2311-18/+18
* Renamed. (The old name, edit_contact_info_have_book_cb was a hold-overJon Trowbridge2001-06-221-2/+2
* track change to e_addressbook_show_contact_editor signature.Chris Toshok2001-06-202-15/+11
* Add a workaround for an EText bug. (e_select_names_completion_begin): FixDan Winship2001-06-121-3/+7
* Removed unused email variable.Christopher James Lahey2001-06-091-1/+0
* Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-061-3/+29
* Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1
* (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-061-0/+36
* Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-062-156/+146
* add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-012-11/+21
* Removed an unused variable.Christopher James Lahey2001-05-213-3/+3
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-191-6/+56
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-185-24/+176
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-1/+0
* Added.Jon Trowbridge2001-04-174-12/+81
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-131-6/+14
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-313-1/+35
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+4
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3014-32/+59
* Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-292-6/+7
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-251-8/+33
* Brutally refactored to boost performance in large-addressbook situations.Jon Trowbridge2001-03-181-109/+238
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-29/+0
* add is_read_only param.Chris Toshok2001-03-131-1/+2
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-093-37/+48
* Fix glitch with inserting comma-delimited stuff when length > 1.Jon Trowbridge2001-03-071-0/+2
* Fix a reference counting bug.Jon Trowbridge2001-03-065-1/+400