aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
Commit message (Expand)AuthorAgeFilesLines
* Added fallbacks for the name in the case of an e-card, to avoid theJon Trowbridge2001-07-251-1/+13
* Don't stop the idle_queue and unref from here, since this might be calledDan Winship2001-07-251-11/+0
* Re-fix for my 07-18 not-quite-fix.Dan Winship2001-07-244-8/+63
* Flush the listener's queue before unreffing it to ensure that it doesn'tDan Winship2001-07-193-5/+8
* prune the list of cards that match our query using the avoid list here,Chris Toshok2001-07-191-17/+20
* [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\"Chris Toshok2001-07-181-6/+12
* Hold a reference to our listener while the idle function is active.Jon Trowbridge2001-07-183-10/+16
* Removed old, broken code and annoying g_messages.Jon Trowbridge2001-07-182-50/+9
* Use other folders to import intoIain Holmes2001-07-171-2/+9
* Commented out some unused variables and labels. (e_destination_importv):Christopher James Lahey2001-07-151-0/+7
* add ldap cflagsJP Rosevear2001-07-131-0/+1
* 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 the file even if the extension is NULLIain Holmes2001-07-131-6/+3
* Crash fix because strcmp() hates NULL arguments. Bug #3777.Jason Leach2001-07-121-1/+9
* assign OID's to the schema entries, and add schema support for contactChris Toshok2001-07-111-24/+49
* Set bf->priv->file_db before calling do_create.Christopher James Lahey2001-07-101-1/+4
* 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-079-374/+774
* Fix a memory leak here.Christopher James Lahey2001-07-051-3/+9
* Set info->avoid = NULL. This shouldn't make a difference, but it can'tChristopher James Lahey2001-07-051-0/+1
* added $(BONOBO_CONF_LIBS) to get it to compile.Damon Chaplin2001-07-031-0/+1
* use ECARD_UID_LINK_PREFIX.Chris Toshok2001-07-023-0/+52
* Added related_contacts field.Christopher James Lahey2001-07-022-6/+30
* 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
* Check args. Somewhere in the code (somewhere in the minicard stuff) thisJon Trowbridge2001-07-011-0/+2
* 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-305-46/+361
* sJose Maria Celorio2001-06-291-0/+1
* add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES.Chris Toshok2001-06-292-0/+81
* Added category searching to the file backend.Christopher James Lahey2001-06-271-0/+25
* Add a huge steaming pile of code to handle the case of single-addressJon Trowbridge2001-06-251-4/+7
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2333-62/+62
* Renamed. (The old name, edit_contact_info_have_book_cb was a hold-overJon Trowbridge2001-06-221-0/+4
* fix a refcounting memleak.Chris Toshok2001-06-211-3/+6
* fix memory leak.Chris Toshok2001-06-211-1/+1
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-3/+7
* rename ce_book_found_fields to this, remove the fetching of fields (theChris Toshok2001-06-204-6/+6
* implement this properly, using base and (objectclass=*).Chris Toshok2001-06-151-19/+9
* Made e_card_simple_get_id return const char *.Christopher James Lahey2001-06-114-4/+4
* Made this handle the "id" property in searches.Christopher James Lahey2001-06-112-4/+20
* Rolled back the change 2 ago, dated 06/11/2001 01:51 in CVS, involvingChristopher James Lahey2001-06-113-101/+62
* Made it so that all of these functions queue their ops before callingChristopher James Lahey2001-06-111-16/+58
* Added this function to put a response back into the queue.Christopher James Lahey2001-06-113-62/+101
* Added this function to let you do slightly more complicated searches.Christopher James Lahey2001-06-112-5/+59
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-092-26/+38
* Copy dates as they come in.Christopher James Lahey2001-06-062-28/+48
* Added. Code for testing if two ECards appear to pertain to the sameJon Trowbridge2001-06-053-0/+513
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-031-3/+3
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-021-8/+9
* Included information about db3.Christopher James Lahey2001-06-012-93/+166
* fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-232-8/+15
* ref the listener for the duration of this function, since emittingDan Winship2001-05-231-0/+6
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-184-16/+409
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-142-0/+19
* load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2
* If the name is set and the full_name or file_as haven't been yet, setChristopher James Lahey2001-05-121-0/+18
* Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-121-1/+3
* only check schema support if we've connected.Chris Toshok2001-05-121-4/+5
* Importer changesIain Holmes2001-05-093-30/+59
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-086-83/+194
* init change_id to NULLJP Rosevear2001-05-041-1/+2
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+3
* if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-011-0/+4
* Added.Jon Trowbridge2001-04-172-4/+31
* Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-157-88/+84
* Ref the cursor here when we receive it.Christopher James Lahey2001-04-153-74/+17
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-142-0/+6
* Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-131-2/+2
* Update the built in VCard.Christopher James Lahey2001-04-131-2/+2
* put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-133-70/+0
* Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING.Christopher James Lahey2001-04-111-1/+2
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-0/+1
* make sure to notify new clients to the writable status of an already openChris Toshok2001-04-091-2/+6
* Unref and unregister the factory on exitIain Holmes2001-04-031-0/+2
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-312-0/+10
* Tell new clients that are added whether they're writable.Christopher James Lahey2001-03-301-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-3021-48/+76
* Fixed some crashes.Christopher James Lahey2001-03-291-0/+14
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-5/+1
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-231-0/+1
* Start feeding query matches back to the caller before the entire search isJon Trowbridge2001-03-181-9/+22
* Tag all queued ops. (e_book_cancel_op): Added. Search for a pending opJon Trowbridge2001-03-183-43/+105
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-189-16/+129
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-1610-194/+754
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-29/+0
* Moved where we call pas_book_respond_get_book_view.Christopher James Lahey2001-03-141-6/+6
* add E_STRING_PROP for categories.Chris Toshok2001-03-134-1/+10
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-132-4/+4
* Added. A simplified, cancellable query mechanism that lets you avoidJon Trowbridge2001-03-113-0/+171
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-12/+15
* Added. Just encapsulates openingJon Trowbridge2001-03-072-2/+33
* Fix a reference counting bug.Jon Trowbridge2001-03-062-3/+12
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-42/+18
* doh, track renaming of objectclass from evolvePerson to evolutionPerson.Chris Toshok2001-03-031-14/+14
* rename evolveperson.schema to this, and add remaining attributes.Chris Toshok2001-03-032-28/+87
* add objectclasses for "person", "organizationalPerson", and "top" as well,Chris Toshok2001-03-021-38/+79
* add new entries for phone enums, and fill in the ecard_field with (bogusChris Toshok2001-03-025-33/+113
* implement properly, we support everything.Chris Toshok2001-03-021-1/+11
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-025-384/+361
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-221-5/+10
* new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields):Chris Toshok2001-02-2112-81/+185
* Moved the register_factory() code to here, since it was the only thingFederico Mena Quintero2001-02-211-14/+29
* new function.Chris Toshok2001-02-203-1/+66
* Removed entry to nonexistant program.Jon Trowbridge2001-02-201-12/+1
* When creating the entry, open up an ebook (corresponding to the localJon Trowbridge2001-02-203-1/+398
* add sequence<string> typedef, and add getSupportedFields method.Chris Toshok2001-02-186-0/+67
* Ignore generated .oaf filesDan Winship2001-02-151-0/+1
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-151-0/+2
* Translations.Kjartan Maraas2001-02-131-2/+2
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-132-36/+39
* flesh out this check. #ifdef the entire thing OPENLDAP2, as it only worksChris Toshok2001-02-081-2/+46
* only set the DEBUG_LEVEL if we're OPENLDAP2.Chris Toshok2001-02-081-0/+2
* return TRUE if equal, FALSE otherwise. (business_compare): same.Chris Toshok2001-02-071-40/+82
* doh, didn't mean to commit this.Chris Toshok2001-02-071-3/+5
* new file. this will eventually form the suggested additions to an existingChris Toshok2001-02-071-0/+109
* don't need the = NULL's since we g_new0. (check_for_evolve_person): newChris Toshok2001-02-071-58/+194
* err, allocate 2 char*s when i assign 2 char*s.Chris Toshok2001-02-061-1/+1
* switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.Chris Toshok2001-02-061-18/+132
* Make the Note field be quoted printable.Christopher James Lahey2001-02-051-2/+6
* add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-261-10/+12
* Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-261-3/+15
* esexp api change fixes.Not Zed2001-01-252-11/+11
* make sure to add the lengths here (include the \0? anyone?).Chris Toshok2001-01-251-2/+5
* always free the delivery elements and correct embarrassingly stupid memoryJP Rosevear2001-01-191-0/+3
* Made it return a gboolean; it was completely ignoring the return valueFederico Mena Quintero2001-01-192-5/+5
* add evolution-gnomecard-importer.Larry Ewing2001-01-181-0/+1
* add the doc/devel/importer/Makefile as a target.Larry Ewing2001-01-181-2/+4
* Forgot...Iain Holmes2001-01-181-1/+2
* Support the new interfacesIain Holmes2001-01-183-26/+16
* s/Helix Code/Ximian/ for the initial contact card.Jason Leach2001-01-171-5/+5
* Fix make distIain Holmes2001-01-121-0/+3
* Try againIain Holmes2001-01-121-1/+1
* get a book view from somewhere so we can give status messages - choose theChris Toshok2001-01-121-23/+89
* GnomeCard importerIain Holmes2001-01-124-1/+293
* register our status_message signal. (status_message): new function, emitChris Toshok2001-01-101-74/+85
* if we're setting the full name regenerate ecard->name.Chris Toshok2001-01-101-0/+3
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-059-9/+172
* Need to e_sexp_unref the the sexp, not gtk_object_unref it.JP Rosevear2001-01-051-1/+1
* g_strdup things we g_free.Michael Meeks2001-01-031-1/+1
* Ref the cards that get put in the change list (next_changed_item): utilJP Rosevear2000-12-221-14/+4
* always use LDAP_NAME_ERROR (in the openldap1 case it's #defined toChris Toshok2000-12-191-19/+47
* Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, useChristopher James Lahey2000-12-141-0/+4
* When setting the "name" argument, copy the incoming name. This fixes aChristopher James Lahey2000-12-101-1/+1
* Fixed some formatting.Christopher James Lahey2000-12-091-4/+4
* Create an empty vcard with the appropriate id for deleted cardsJP Rosevear2000-12-051-3/+6
* return NULL if we can't create a view.Michael Meeks2000-12-053-3/+3
* Remove "complete" fieldJP Rosevear2000-11-281-15/+17
* Set view.change_context to NULL in pas_backend_file_process_get_book_view.Christopher James Lahey2000-11-232-4/+7
* Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t...Ross Golder2000-11-231-1/+1
* Initialize destination struct with '0's.JP Rosevear2000-11-161-1/+1
* Changed the mime type from "text/vcard" to "text/x-vcard".Christopher James Lahey2000-11-131-1/+1
* Add idl-generated files.Matt Bissiri2000-11-123-17/+21
* Link in composer bonobo code.Christopher James Lahey2000-11-123-32/+179
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-1123-337/+341
* Require gal 0.2.99.1.Christopher James Lahey2000-11-101-0/+4
* Add changed_hash, change list and complete boolJP Rosevear2000-11-104-18/+122
* Build e-dbhash.[hc]JP Rosevear2000-11-084-65/+124
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-016-1/+269
* Fixed marking of strings for translation. Use "_(" instead of "_ (". AddKjartan Maraas2000-10-311-35/+35
* Fixed these to include EXTRA_GNOME_CFLAGS.Christopher James Lahey2000-10-281-1/+2
* i2000-10-25 Chris Toshok <toshok@helixcode.com>Chris Toshok2000-10-261-16/+49
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-242-3/+3
* Change how the extension field acts when converting delivery addresses toChristopher James Lahey2000-10-191-3/+3
* Added the function e_card_delivery_address_to_label.Christopher James Lahey2000-10-192-0/+12
* Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-191-0/+4
* Make sure that card->name and card->full_name are always valid.Matt Bissiri2000-09-271-17/+18
* Look for ename in /e-util/ename instead of /addressbook/enameJeffrey Stedfast2000-09-262-7/+7
* lots of changes. flesh out the remove/modify/create functions. add anotherChris Toshok2000-09-231-111/+454
* add E_CARD_SIMPLE_FIELD_FAMILY_NAME to the enum.Chris Toshok2000-09-232-0/+8
* Fixed some warnings. Fixed a bug where quoted printable fields wereChristopher James Lahey2000-09-221-2/+0
* Added a function to set the status message associated with a given view.Christopher James Lahey2000-09-227-22/+109
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-229-104/+185
* Oh my god! Chris Lahey killed Kenny! You bastard!Christopher James Lahey2000-09-212-36/+82
* Make this work when a field is spread across multiple lines.Christopher James Lahey2000-09-211-20/+50
* Added a wants_html field to cards. Uses "x-mozilla-html".Christopher James Lahey2000-09-212-0/+45
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-183-4/+10
* split all the ldap operations into 2 halves, a handler, and destructor,Chris Toshok2000-09-161-148/+460
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-114-274/+160
* Install load-gnomecard-addressbook and load-pine-addressbook.Christopher James Lahey2000-08-311-1/+3
* Remove USING_OAF checksDan Winship2000-08-306-149/+11
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-1/+2
* Fix this to not mess up if the person passes a VCard with a carriageChristopher James Lahey2000-08-231-0/+1
* Started adding a time zone field to ECard.Christopher James Lahey2000-08-231-0/+2
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ...Peter Williams2000-08-141-0/+4
* Fixed a typo that cause the wrong field to be searched.Christopher James Lahey2000-08-131-1/+1
* Added addressbook/gui/search/Makefile.Christopher James Lahey2000-08-131-2/+2
* Added load-gnomecard-addressbook.Christopher James Lahey2000-08-121-0/+1
* Ref our book view listener.Christopher James Lahey2000-08-121-0/+37
* Fixed any search to not crash on missing phone numbers or email addresses.Christopher James Lahey2000-08-111-2/+2
* use x-evolution-any-field.Chris Toshok2000-08-092-123/+148
* Fixed a warning.Christopher James Lahey2000-08-053-2/+4
* Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-294-33/+144
* Make sure the LDAP backend files get distributed even if OpenLDAPEttore Perazzoli2000-07-281-1/+7
* Changed the URI to load to.Christopher James Lahey2000-07-271-1/+8
* more work on addressbook syncerSeth Alves2000-07-271-1/+1
* wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-271-51/+60
* add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-271-5/+12
* add enum for e-card pilot status.Chris Toshok2000-07-263-1/+39
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-0/+6
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-261-0/+9
* Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to readChristopher James Lahey2000-07-251-13/+30
* add pilot_id.Chris Toshok2000-07-252-2/+16
* Remove the idle handler when we're destroyed.Christopher James Lahey2000-07-241-0/+3
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-1/+2
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-102-0/+22
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-0414-815/+136
* remove spew. (pas_backend_ldap_ensure_connected): duh, don't access aChris Toshok2000-06-271-21/+18
* Added "sequence_complete" signal.Christopher James Lahey2000-05-3010-8/+81
* Switched printing and gui.Christopher James Lahey2000-05-247-15/+15
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-191-13/+19
* Fixed the code to write out and read in arbitrary fields.Christopher James Lahey2000-05-181-18/+41
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-185-244/+292
* Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.Christopher James Lahey2000-05-172-0/+2
* convert to use ECardSimple. (poll_ldap): same.Chris Toshok2000-05-171-38/+18
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-175-15/+123
* Fixed a large memory leak.Christopher James Lahey2000-05-161-0/+1
* Fixed another memory leak.Christopher James Lahey2000-05-161-2/+1
* Fixed some memory leaks.Christopher James Lahey2000-05-163-75/+52
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-145-7/+165
* Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-111-5/+6
* Removed dist-hook section.Christopher James Lahey2000-05-102-1/+4
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-101-26/+161
* Enabled a couple more fieldsChristopher James Lahey2000-05-091-2/+3
* Added a default card to all new file backends.Christopher James Lahey2000-05-091-18/+63
* Fixed some indentation.Christopher James Lahey2000-05-091-1/+1
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-091-5/+16
* Fixed this up a bit. Syncing should work better now.Christopher James Lahey2000-05-081-0/+2
* Fixed an off by 2 error.Christopher James Lahey2000-05-081-1/+4
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-082-22/+2
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-073-68/+87
* Mostly finished ECardSimple.Christopher James Lahey2000-05-072-34/+326
* if a port isn't specified in the uri default to 389.Chris Toshok2000-05-071-0/+3
* ignore .pure directoryChris Toshok2000-05-051-0/+1
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-053-0/+830
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* Fix builddir != srcdir build once again.Ettore Perazzoli2000-05-031-0/+1
* Add back in the CORBA_Object_release.Christopher James Lahey2000-05-022-2/+18
* Made uri slightly better managed.Christopher James Lahey2000-05-024-14/+13
* fix a typo in the for loop.Larry Ewing2000-05-021-1/+1
* include a header to make it compile...Michael Meeks2000-05-011-0/+1
* Added new status values for the IDL stuff.Federico Mena Quintero2000-05-019-91/+434
* create the book listener here, since it's destroyed in unload_uri.Chris Toshok2000-05-011-12/+12
* Added load-pine-addressbook.Christopher James Lahey2000-05-011-0/+1
* From addressbook/ChangeLogChristopher James Lahey2000-05-013-2/+175
* Added ename includes and libs.Christopher James Lahey2000-04-303-2/+35
* add support for a rootdn in the uri.Chris Toshok2000-04-301-3/+7
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-303-72/+168