| Commit message (Expand) | Author | Age | Files | Lines |
* | add new entries for phone enums, and fill in the ecard_field with (bogus | Chris Toshok | 2001-03-02 | 5 | -33/+113 |
* | implement properly, we support everything. | Chris Toshok | 2001-03-02 | 1 | -1/+11 |
* | Change for new EDestination/ESelectNamesModel API. | Jon Trowbridge | 2001-03-02 | 5 | -384/+361 |
* | Made this pay attention to the return value of e_sexp_parse. | Christopher James Lahey | 2001-02-22 | 1 | -5/+10 |
* | new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields): | Chris Toshok | 2001-02-21 | 12 | -81/+185 |
* | Moved the register_factory() code to here, since it was the only thing | Federico Mena Quintero | 2001-02-21 | 1 | -14/+29 |
* | new function. | Chris Toshok | 2001-02-20 | 3 | -1/+66 |
* | Removed entry to nonexistant program. | Jon Trowbridge | 2001-02-20 | 1 | -12/+1 |
* | When creating the entry, open up an ebook (corresponding to the local | Jon Trowbridge | 2001-02-20 | 3 | -1/+398 |
* | add sequence<string> typedef, and add getSupportedFields method. | Chris Toshok | 2001-02-18 | 6 | -0/+67 |
* | Ignore generated .oaf files | Dan Winship | 2001-02-15 | 1 | -0/+1 |
* | Undefine E_STRING_PROP and E_LIST_PROP here. | Christopher James Lahey | 2001-02-15 | 1 | -0/+2 |
* | Translations. | Kjartan Maraas | 2001-02-13 | 1 | -2/+2 |
* | Marked strings for translation in this newly created file. Hook up the | Kjartan Maraas | 2001-02-13 | 2 | -36/+39 |
* | flesh out this check. #ifdef the entire thing OPENLDAP2, as it only works | Chris Toshok | 2001-02-08 | 1 | -2/+46 |
* | only set the DEBUG_LEVEL if we're OPENLDAP2. | Chris Toshok | 2001-02-08 | 1 | -0/+2 |
* | return TRUE if equal, FALSE otherwise. (business_compare): same. | Chris Toshok | 2001-02-07 | 1 | -40/+82 |
* | doh, didn't mean to commit this. | Chris Toshok | 2001-02-07 | 1 | -3/+5 |
* | new file. this will eventually form the suggested additions to an existing | Chris Toshok | 2001-02-07 | 1 | -0/+109 |
* | don't need the = NULL's since we g_new0. (check_for_evolve_person): new | Chris Toshok | 2001-02-07 | 1 | -58/+194 |
* | err, allocate 2 char*s when i assign 2 char*s. | Chris Toshok | 2001-02-06 | 1 | -1/+1 |
* | switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated. | Chris Toshok | 2001-02-06 | 1 | -18/+132 |
* | Make the Note field be quoted printable. | Christopher James Lahey | 2001-02-05 | 1 | -2/+6 |
* | add comment about the else block here. (prop_info): add home_address, | Chris Toshok | 2001-01-26 | 1 | -10/+12 |
* | Made this only add the initial VCard if it finds a file "create-initial" | Christopher James Lahey | 2001-01-26 | 1 | -3/+15 |
* | esexp api change fixes. | Not Zed | 2001-01-25 | 2 | -11/+11 |
* | make sure to add the lengths here (include the \0? anyone?). | Chris Toshok | 2001-01-25 | 1 | -2/+5 |
* | always free the delivery elements and correct embarrassingly stupid memory | JP Rosevear | 2001-01-19 | 1 | -0/+3 |
* | Made it return a gboolean; it was completely ignoring the return value | Federico Mena Quintero | 2001-01-19 | 2 | -5/+5 |
* | add evolution-gnomecard-importer. | Larry Ewing | 2001-01-18 | 1 | -0/+1 |
* | add the doc/devel/importer/Makefile as a target. | Larry Ewing | 2001-01-18 | 1 | -2/+4 |
* | Forgot... | Iain Holmes | 2001-01-18 | 1 | -1/+2 |
* | Support the new interfaces | Iain Holmes | 2001-01-18 | 3 | -26/+16 |
* | s/Helix Code/Ximian/ for the initial contact card. | Jason Leach | 2001-01-17 | 1 | -5/+5 |
* | Fix make dist | Iain Holmes | 2001-01-12 | 1 | -0/+3 |
* | Try again | Iain Holmes | 2001-01-12 | 1 | -1/+1 |
* | get a book view from somewhere so we can give status messages - choose the | Chris Toshok | 2001-01-12 | 1 | -23/+89 |
* | GnomeCard importer | Iain Holmes | 2001-01-12 | 4 | -1/+293 |
* | register our status_message signal. (status_message): new function, emit | Chris Toshok | 2001-01-10 | 1 | -74/+85 |
* | if we're setting the full name regenerate ecard->name. | Chris Toshok | 2001-01-10 | 1 | -0/+3 |
* | new function. (impl_BookListener_respond_authentication_result): new | Chris Toshok | 2001-01-05 | 9 | -9/+172 |
* | Need to e_sexp_unref the the sexp, not gtk_object_unref it. | JP Rosevear | 2001-01-05 | 1 | -1/+1 |
* | g_strdup things we g_free. | Michael Meeks | 2001-01-03 | 1 | -1/+1 |
* | Ref the cards that get put in the change list (next_changed_item): util | JP Rosevear | 2000-12-22 | 1 | -14/+4 |
* | always use LDAP_NAME_ERROR (in the openldap1 case it's #defined to | Chris Toshok | 2000-12-19 | 1 | -19/+47 |
* | Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, use | Christopher James Lahey | 2000-12-14 | 1 | -0/+4 |
* | When setting the "name" argument, copy the incoming name. This fixes a | Christopher James Lahey | 2000-12-10 | 1 | -1/+1 |
* | Fixed some formatting. | Christopher James Lahey | 2000-12-09 | 1 | -4/+4 |
* | Create an empty vcard with the appropriate id for deleted cards | JP Rosevear | 2000-12-05 | 1 | -3/+6 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 3 | -3/+3 |
* | Remove "complete" field | JP Rosevear | 2000-11-28 | 1 | -15/+17 |
* | Set view.change_context to NULL in pas_backend_file_process_get_book_view. | Christopher James Lahey | 2000-11-23 | 2 | -4/+7 |
* | Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t... | Ross Golder | 2000-11-23 | 1 | -1/+1 |
* | Initialize destination struct with '0's. | JP Rosevear | 2000-11-16 | 1 | -1/+1 |
* | Changed the mime type from "text/vcard" to "text/x-vcard". | Christopher James Lahey | 2000-11-13 | 1 | -1/+1 |
* | Add idl-generated files. | Matt Bissiri | 2000-11-12 | 3 | -17/+21 |
* | Link in composer bonobo code. | Christopher James Lahey | 2000-11-12 | 3 | -32/+179 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 23 | -337/+341 |
* | Require gal 0.2.99.1. | Christopher James Lahey | 2000-11-10 | 1 | -0/+4 |
* | Add changed_hash, change list and complete bool | JP Rosevear | 2000-11-10 | 4 | -18/+122 |
* | Build e-dbhash.[hc] | JP Rosevear | 2000-11-08 | 4 | -65/+124 |
* | Let the warning make sense (compute_pid): remove | JP Rosevear | 2000-11-01 | 6 | -1/+269 |
* | Fixed marking of strings for translation. Use "_(" instead of "_ (". Add | Kjartan Maraas | 2000-10-31 | 1 | -35/+35 |
* | Fixed these to include EXTRA_GNOME_CFLAGS. | Christopher James Lahey | 2000-10-28 | 1 | -1/+2 |
* | i2000-10-25 Chris Toshok <toshok@helixcode.com> | Chris Toshok | 2000-10-26 | 1 | -16/+49 |
* | AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It | Dan Winship | 2000-10-24 | 2 | -3/+3 |
* | Change how the extension field acts when converting delivery addresses to | Christopher James Lahey | 2000-10-19 | 1 | -3/+3 |
* | Added the function e_card_delivery_address_to_label. | Christopher James Lahey | 2000-10-19 | 2 | -0/+12 |
* | Change NAME_OR_ORG to return the email address if both name and | Christopher James Lahey | 2000-10-19 | 1 | -0/+4 |
* | Make sure that card->name and card->full_name are always valid. | Matt Bissiri | 2000-09-27 | 1 | -17/+18 |
* | Look for ename in /e-util/ename instead of /addressbook/ename | Jeffrey Stedfast | 2000-09-26 | 2 | -7/+7 |
* | lots of changes. flesh out the remove/modify/create functions. add another | Chris Toshok | 2000-09-23 | 1 | -111/+454 |
* | add E_CARD_SIMPLE_FIELD_FAMILY_NAME to the enum. | Chris Toshok | 2000-09-23 | 2 | -0/+8 |
* | Fixed some warnings. Fixed a bug where quoted printable fields were | Christopher James Lahey | 2000-09-22 | 1 | -2/+0 |
* | Added a function to set the status message associated with a given view. | Christopher James Lahey | 2000-09-22 | 7 | -22/+109 |
* | Added evolution-addressbook-ldap.xml. | Christopher James Lahey | 2000-09-22 | 9 | -104/+185 |
* | Oh my god! Chris Lahey killed Kenny! You bastard! | Christopher James Lahey | 2000-09-21 | 2 | -36/+82 |
* | Make this work when a field is spread across multiple lines. | Christopher James Lahey | 2000-09-21 | 1 | -20/+50 |
* | Added a wants_html field to cards. Uses "x-mozilla-html". | Christopher James Lahey | 2000-09-21 | 2 | -0/+45 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 3 | -4/+10 |
* | split all the ldap operations into 2 halves, a handler, and destructor, | Chris Toshok | 2000-09-16 | 1 | -148/+460 |
* | Removed a bunch of redundant code. Made it so that when you set an address | Christopher James Lahey | 2000-09-11 | 4 | -274/+160 |
* | Install load-gnomecard-addressbook and load-pine-addressbook. | Christopher James Lahey | 2000-08-31 | 1 | -1/+3 |
* | Remove USING_OAF checks | Dan Winship | 2000-08-30 | 6 | -149/+11 |
* | Unicode in addressbook basically works, including simple searching | Lauris Kaplinski | 2000-08-24 | 1 | -1/+2 |
* | Fix this to not mess up if the person passes a VCard with a carriage | Christopher James Lahey | 2000-08-23 | 1 | -0/+1 |
* | Started adding a time zone field to ECard. | Christopher James Lahey | 2000-08-23 | 1 | -0/+2 |
* | Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ... | Peter Williams | 2000-08-14 | 1 | -0/+4 |
* | Fixed a typo that cause the wrong field to be searched. | Christopher James Lahey | 2000-08-13 | 1 | -1/+1 |
* | Added addressbook/gui/search/Makefile. | Christopher James Lahey | 2000-08-13 | 1 | -2/+2 |
* | Added load-gnomecard-addressbook. | Christopher James Lahey | 2000-08-12 | 1 | -0/+1 |
* | Ref our book view listener. | Christopher James Lahey | 2000-08-12 | 1 | -0/+37 |
* | Fixed any search to not crash on missing phone numbers or email addresses. | Christopher James Lahey | 2000-08-11 | 1 | -2/+2 |
* | use x-evolution-any-field. | Chris Toshok | 2000-08-09 | 2 | -123/+148 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-05 | 3 | -2/+4 |
* | Added load-gnomecard-addressbook compilation. | Christopher James Lahey | 2000-07-29 | 4 | -33/+144 |
* | Make sure the LDAP backend files get distributed even if OpenLDAP | Ettore Perazzoli | 2000-07-28 | 1 | -1/+7 |
* | Changed the URI to load to. | Christopher James Lahey | 2000-07-27 | 1 | -1/+8 |
* | more work on addressbook syncer | Seth Alves | 2000-07-27 | 1 | -1/+1 |
* | wait to free the view until we've taken care of freeing its internals. | Chris Toshok | 2000-07-27 | 1 | -51/+60 |
* | add support for user settable scope. (pas_backend_ldap_search): same. | Chris Toshok | 2000-07-27 | 1 | -5/+12 |
* | add enum for e-card pilot status. | Chris Toshok | 2000-07-26 | 3 | -1/+39 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 1 | -0/+6 |
* | build static versions of some util libraries for the conduit to link with | Seth Alves | 2000-07-26 | 1 | -0/+9 |
* | Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to read | Christopher James Lahey | 2000-07-25 | 1 | -13/+30 |
* | add pilot_id. | Chris Toshok | 2000-07-25 | 2 | -2/+16 |
* | Remove the idle handler when we're destroyed. | Christopher James Lahey | 2000-07-24 | 1 | -0/+3 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2000-07-13 | 1 | -1/+2 |
* | Added a field that gives the name if it exists and the company name | Christopher James Lahey | 2000-07-10 | 2 | -0/+22 |
* | Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c, | Christopher James Lahey | 2000-07-04 | 14 | -815/+136 |
* | remove spew. (pas_backend_ldap_ensure_connected): duh, don't access a | Chris Toshok | 2000-06-27 | 1 | -21/+18 |
* | Added "sequence_complete" signal. | Christopher James Lahey | 2000-05-30 | 10 | -8/+81 |
* | Switched printing and gui. | Christopher James Lahey | 2000-05-24 | 7 | -15/+15 |
* | Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a | Christopher James Lahey | 2000-05-19 | 1 | -13/+19 |
* | Fixed the code to write out and read in arbitrary fields. | Christopher James Lahey | 2000-05-18 | 1 | -18/+41 |
* | Implemented "MAILER" field. Added arbitrary field support. | Christopher James Lahey | 2000-05-18 | 5 | -244/+292 |
* | Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet. | Christopher James Lahey | 2000-05-17 | 2 | -0/+2 |
* | convert to use ECardSimple. (poll_ldap): same. | Chris Toshok | 2000-05-17 | 1 | -38/+18 |
* | add typedefs for the can_write functions, and add parameters to | Chris Toshok | 2000-05-17 | 5 | -15/+123 |
* | Fixed a large memory leak. | Christopher James Lahey | 2000-05-16 | 1 | -0/+1 |
* | Fixed another memory leak. | Christopher James Lahey | 2000-05-16 | 1 | -2/+1 |
* | Fixed some memory leaks. | Christopher James Lahey | 2000-05-16 | 3 | -75/+52 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 5 | -7/+165 |
* | Send a proper response when you can't find the ldap URI. | Christopher James Lahey | 2000-05-11 | 1 | -5/+6 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 2 | -1/+4 |
* | Make File As change if name or company are changed pretty much anywhere. | Christopher James Lahey | 2000-05-10 | 1 | -26/+161 |
* | Enabled a couple more fields | Christopher James Lahey | 2000-05-09 | 1 | -2/+3 |
* | Added a default card to all new file backends. | Christopher James Lahey | 2000-05-09 | 1 | -18/+63 |
* | Fixed some indentation. | Christopher James Lahey | 2000-05-09 | 1 | -1/+1 |
* | Fixed the string duplication problem. Fixed the business/home address | Christopher James Lahey | 2000-05-09 | 1 | -5/+16 |
* | Fixed this up a bit. Syncing should work better now. | Christopher James Lahey | 2000-05-08 | 1 | -0/+2 |
* | Fixed an off by 2 error. | Christopher James Lahey | 2000-05-08 | 1 | -1/+4 |
* | Removed some code that was notifying too many clients at the wrong times. | Christopher James Lahey | 2000-05-08 | 2 | -22/+2 |
* | Made a NULL callback just mean to not call back. | Christopher James Lahey | 2000-05-07 | 3 | -68/+87 |
* | Mostly finished ECardSimple. | Christopher James Lahey | 2000-05-07 | 2 | -34/+326 |
* | if a port isn't specified in the uri default to 389. | Chris Toshok | 2000-05-07 | 1 | -0/+3 |
* | ignore .pure directory | Chris Toshok | 2000-05-05 | 1 | -0/+1 |
* | Added e-card-simple.c and e-card-simple.h. | Christopher James Lahey | 2000-05-05 | 3 | -0/+830 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -0/+1 |
* | Fix builddir != srcdir build once again. | Ettore Perazzoli | 2000-05-03 | 1 | -0/+1 |
* | Add back in the CORBA_Object_release. | Christopher James Lahey | 2000-05-02 | 2 | -2/+18 |
* | Made uri slightly better managed. | Christopher James Lahey | 2000-05-02 | 4 | -14/+13 |
* | fix a typo in the for loop. | Larry Ewing | 2000-05-02 | 1 | -1/+1 |
* | include a header to make it compile... | Michael Meeks | 2000-05-01 | 1 | -0/+1 |
* | Added new status values for the IDL stuff. | Federico Mena Quintero | 2000-05-01 | 9 | -91/+434 |
* | create the book listener here, since it's destroyed in unload_uri. | Chris Toshok | 2000-05-01 | 1 | -12/+12 |
* | Added load-pine-addressbook. | Christopher James Lahey | 2000-05-01 | 1 | -0/+1 |
* | From addressbook/ChangeLog | Christopher James Lahey | 2000-05-01 | 3 | -2/+175 |
* | Added ename includes and libs. | Christopher James Lahey | 2000-04-30 | 3 | -2/+35 |
* | add support for a rootdn in the uri. | Chris Toshok | 2000-04-30 | 1 | -3/+7 |
* | Added e_card_phone_new e_card_delivery_address_new, | Christopher James Lahey | 2000-04-30 | 3 | -72/+168 |
* | fix the `USING_OAF' changes so that they work for when we are not using | Larry Ewing | 2000-04-29 | 1 | -1/+2 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 6 | -55/+114 |
* | Added addressbook/ename/Makefile. | Christopher James Lahey | 2000-04-28 | 3 | -41/+205 |
* | Added an address label field. | Christopher James Lahey | 2000-04-27 | 3 | -18/+88 |
* | Prefixed the ADDR_ flags. | Christopher James Lahey | 2000-04-26 | 2 | -18/+18 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 1 | -2/+2 |
* | The Joy of Broken Makefiles Part #2. | Ettore Perazzoli | 2000-04-26 | 1 | -17/+5 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 34 | -98/+87 |
* | ssshhhh | Seth Alves | 2000-04-21 | 1 | -0/+3 |
* | Updated - Federico | Federico Mena Quintero | 2000-04-17 | 1 | -4/+0 |
* | No longer needed - Federico | Federico Mena Quintero | 2000-04-17 | 1 | -55/+0 |
* | Added orginizational unit, nickname, and internet free-busy fields. | Christopher James Lahey | 2000-04-17 | 4 | -2/+100 |
* | Added orginization and role fields. | Christopher James Lahey | 2000-04-16 | 4 | -9/+84 |
* | Added a note field. | Christopher James Lahey | 2000-04-15 | 4 | -24/+33 |
* | Fix compilation with builddir != srcdir (again). | Ettore Perazzoli | 2000-04-15 | 3 | -10/+11 |
* | don't ldap_simple_bind_s if the ldap_open failed, and fix warnings. | Chris Toshok | 2000-04-15 | 1 | -44/+52 |
* | Give correct warnings. | Christopher James Lahey | 2000-04-13 | 2 | -6/+6 |
* | add the title attribute. | Chris Toshok | 2000-04-13 | 1 | -0/+1 |
* | save out the title to the vcard. | Chris Toshok | 2000-04-13 | 1 | -1/+4 |
* | add title field foo to the test. | Chris Toshok | 2000-04-13 | 3 | -2/+36 |
* | make sure to g_source_remove the idle id. | Chris Toshok | 2000-04-13 | 1 | -0/+2 |
* | new function that polls ldap for more search responses. | Chris Toshok | 2000-04-13 | 1 | -73/+99 |
* | rework this function to use a table mapping search field names to vcard | Chris Toshok | 2000-04-13 | 2 | -65/+132 |
* | delay the setting of the ldap variable until we've ensured we were | Chris Toshok | 2000-04-12 | 1 | -11/+31 |
* | add LDAP_LIBS here. | Chris Toshok | 2000-04-12 | 2 | -85/+498 |
* | free the esexp_result. (entry_compare): we want comparison functions to | Chris Toshok | 2000-04-12 | 1 | -1/+3 |
* | new function for searching all email addresses of a contact. | Chris Toshok | 2000-04-12 | 1 | -5/+83 |
* | new function, taking code from func_contains to get string properties. | Chris Toshok | 2000-04-11 | 1 | -12/+89 |
* | remove spew. (pas_backend_file_process_create_card): move the sync to the | Chris Toshok | 2000-04-11 | 1 | -14/+14 |
* | Changed some incorrect gtk_object_refs and gtk_object_unrefs into | Christopher James Lahey | 2000-04-11 | 3 | -5/+5 |
* | change the empty search string ("") to the valid (contains "full_name" | Chris Toshok | 2000-04-11 | 2 | -78/+210 |
* | use view != NULL instead of checking db_error when we call | Chris Toshok | 2000-04-11 | 1 | -1/+1 |
* | Fixed a bug where I was sending the wrong information to some callbacks. | Christopher James Lahey | 2000-04-10 | 6 | -16/+69 |
* | Made the contact editor load from an ECard. | Christopher James Lahey | 2000-04-09 | 2 | -4/+26 |
* | Fixed a small typo. | Christopher James Lahey | 2000-04-09 | 1 | -1/+1 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 5 | -24/+121 |
* | wombat is built someplace else now | Chris Toshok | 2000-04-07 | 1 | -17/+0 |
* | correctly (well, untested) implement. (view_destroy): new function. | Chris Toshok | 2000-04-07 | 1 | -27/+73 |
* | Changed this to backend to an ebook. | Christopher James Lahey | 2000-04-05 | 7 | -42/+43 |
* | Fixed an incorrect function. | Christopher James Lahey | 2000-04-05 | 13 | -66/+791 |
* | A bit of clean up. | Christopher James Lahey | 2000-04-03 | 21 | -322/+1502 |
* | Get first card (with R_FIRST) on first seq(). | Matthew Loper | 2000-03-31 | 1 | -2/+2 |
* | new-file new file | Chris Toshok | 2000-03-31 | 2 | -0/+551 |
* | Fixed management of the corba-cursor object by calling | Christopher James Lahey | 2000-03-30 | 1 | -20/+29 |
* | + * addressbook/backend/ebook/test-client.c (get_cursor_cb): Added | Matthew Loper | 2000-03-30 | 4 | -15/+99 |
* | + * addressbook/backend/pas/pas-book-factory.c | Matthew Loper | 2000-03-30 | 5 | -11/+10 |
* | use g_new0 to allocate the BonoboObjectServant. | Chris Toshok | 2000-03-29 | 1 | -1/+1 |
* | remove unnecessary strdup/free. | Chris Toshok | 2000-03-29 | 1 | -10/+6 |
* | Removed an infinite loop. | Christopher James Lahey | 2000-03-29 | 4 | -3/+93 |
* | Fixed memory allocation. | Christopher James Lahey | 2000-03-29 | 4 | -21/+23 |
* | create id's for entries using the following format: ("pas-id-%08lX%08X", | Chris Toshok | 2000-03-29 | 1 | -1/+6 |
* | implement function. (get_nth): implement function. (cursor_destroy): free | Chris Toshok | 2000-03-28 | 1 | -9/+54 |
* | remove unneeded g_strdup; | Chris Toshok | 2000-03-28 | 1 | -2/+0 |
* | Fixed some warnings. | Christopher James Lahey | 2000-03-28 | 19 | -64/+911 |
* | include config.h | Seth Alves | 2000-03-27 | 1 | -1/+2 |
* | HAVE_DB_185_h => HAVE_DB_185_H | Chris Toshok | 2000-03-27 | 1 | -1/+1 |
* | if HAVE_DB_185_H is defined, include it. | Chris Toshok | 2000-03-27 | 1 | -0/+4 |
* | (string_to_dbt): new function. | Chris Toshok | 2000-03-27 | 1 | -17/+76 |
* | ChangeLog | Chris Toshok | 2000-03-27 | 1 | -25/+72 |
* | Load an ECard instead of a VCard and then get the VCard from that ECard. | Christopher James Lahey | 2000-03-26 | 2 | -2/+6 |
* | create a card and then look it up. | Chris Toshok | 2000-03-26 | 1 | -1/+31 |
* | add initial work on file pas backend, using db(3). | Chris Toshok | 2000-03-26 | 1 | -4/+88 |
* | Set the card id properly when retrieving a card. | Christopher James Lahey | 2000-03-26 | 3 | -2/+21 |
* | pass GList* as second parameter to g_list_remove_link, not the data | Chris Toshok | 2000-03-26 | 1 | -1/+2 |
* | Removed the address->description field. | Christopher James Lahey | 2000-03-26 | 4 | -244/+398 |
* | Added parsing and testing for name, full name, birthday, telephone, email, | Christopher James Lahey | 2000-03-24 | 5 | -136/+454 |
* | Updated .cvsignore files | Chris Lahey | 2000-03-23 | 4 | -0/+29 |
* | Added the addressbook/backend directory. | Christopher James Lahey | 2000-03-23 | 12 | -44/+132 |
* | dear internet, | Nat Friedman | 2000-03-23 | 1 | -0/+68 |
* | The ECard tester. | Nat Friedman | 2000-03-23 | 1 | -0/+71 |
* | Added this for Chris | Nat Friedman | 2000-03-22 | 1 | -0/+1 |
* | Updated to reflect new Bonobo names. | Nat Friedman | 2000-03-21 | 11 | -60/+66 |
* | More work. | Nat Friedman | 2000-01-25 | 21 | -570/+4677 |
* | A precommit so Federico can see. | Nat Friedman | 2000-01-18 | 16 | -0/+1791 |