aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-222-6/+10
* update_view_type is gone, since the menu item is gone.Chris Toshok2001-05-223-52/+12
* Removed an unused variable.Christopher James Lahey2001-05-215-3/+19
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-192-6/+63
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-1810-40/+638
* no more ContactFind command.Chris Toshok2001-05-182-47/+5
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-188-8/+300
* initialize the model and adapter. (button_press): set on the model.Chris Toshok2001-05-163-5/+28
* Fixed up the lifetime of the drag_data_get signal a bit.Christopher James Lahey2001-05-162-23/+10
* MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-1616-1131/+1372
* Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102
* load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2
* spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-122-1/+11
* correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-122-2/+9
* example.Chris Toshok2001-05-122-3/+7
* use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-129-52/+169
* If the name is set and the full_name or file_as haven't been yet, setChristopher James Lahey2001-05-122-0/+23
* Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-124-1/+20
* only check schema support if we've connected.Chris Toshok2001-05-122-4/+10
* don't leak the ECard or ECardSimple.Chris Toshok2001-05-113-18/+31
* Importer changesIain Holmes2001-05-094-30/+69
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-0821-656/+1379
* flesh out the function more. It should work now, but there's no way toChris Toshok2001-05-082-4/+79
* Use a different error message in the ldap support/no ldap support/fileChris Toshok2001-05-082-22/+43
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-084-11/+14
* un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request.Chris Toshok2001-05-052-12/+86
* init change_id to NULLJP Rosevear2001-05-042-1/+7
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+2
* unref the book if the view is being destroyedJP Rosevear2001-05-033-0/+23
* if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-012-0/+10
* Remove call to unicode_init.Dan Winship2001-04-262-3/+5
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-243-101/+32
* Added save_source_data here.Christopher James Lahey2001-04-222-0/+7
* Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-223-12/+46
* Added.Jon Trowbridge2001-04-178-18/+138
* Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-158-88/+117
* Ref the cursor here when we receive it.Christopher James Lahey2001-04-154-74/+39
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-143-0/+9
* Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-132-6/+21
* Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-132-2/+7
* Update the built in VCard.Christopher James Lahey2001-04-132-2/+7
* put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-135-78/+24
* Don't add more than five phone numbers and set the remaining blank entriesJP Rosevear2001-04-122-3/+10
* Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING.Christopher James Lahey2001-04-115-14/+34
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-118-26/+51
* stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same.Chris Toshok2001-04-102-2/+68
* on BUTTON_PRESS: if it's button 1, store the button x, y, and setChris Toshok2001-04-106-0/+202
* add #include <sys/types.h> since gnome-print.h uses time_t withoutChris Toshok2001-04-092-0/+7
* make sure to notify new clients to the writable status of an already openChris Toshok2001-04-092-2/+12
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-059-43/+44
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-0515-1/+70
* Fixed a crash here.Christopher James Lahey2001-04-042-1/+8
* Removed junk imagesGediminas Paulauskas2001-04-0416-0/+0
* Made this table model more consistent in the number of columns it has.Christopher James Lahey2001-04-032-5/+14
* Unref and unregister the factory on exitIain Holmes2001-04-032-0/+7
* Blessed by Ettore.Gediminas Paulauskas2001-04-024-34/+24
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-316-1/+58
* Tell new clients that are added whether they're writable.Christopher James Lahey2001-03-302-0/+13
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-305-1/+32
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3097-215/+324
* Fixed some crashes.Christopher James Lahey2001-03-292-0/+18
* Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-293-6/+18
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-252-8/+42
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-2311-20/+696
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-232-0/+6
* Added new icons.Miguel de Icaza2001-03-212-1/+7
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-202-3/+16
* Brutally refactored to boost performance in large-addressbook situations.Jon Trowbridge2001-03-182-111/+243
* Start feeding query matches back to the caller before the entire search isJon Trowbridge2001-03-182-9/+29
* Tag all queued ops. (e_book_cancel_op): Added. Search for a pending opJon Trowbridge2001-03-184-43/+129
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-1821-31/+334
* Making warnings fatal is actually a pretty bad idea for anything otherJon Trowbridge2001-03-161-0/+2
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-1616-219/+1004
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-3/+9
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-153-177/+0
* Fix a warning here.Christopher James Lahey2001-03-142-1/+6
* Change to ld order from Greg Williams.Christopher James Lahey2001-03-142-1/+6
* Moved where we call pas_book_respond_get_book_view.Christopher James Lahey2001-03-142-6/+12
* add E_STRING_PROP for categories.Chris Toshok2001-03-135-1/+23
* add is_read_only param.Chris Toshok2001-03-1322-69/+418
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-133-4/+10
* PISOCK_INCLUDEDIR has become PISOCK_CFLAGS in gnome-pilot.m4 and removeJP Rosevear2001-03-134-378/+8
* Added. A simplified, cancellable query mechanism that lets you avoidJon Trowbridge2001-03-114-0/+180
* Maybe I shouldn't have smoked all of that crack before I startedJon Trowbridge2001-03-091-1/+0
* Some dead code mades its way into my commit. Sorry.Jon Trowbridge2001-03-091-4/+2
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-0915-166/+990
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-082-1/+7
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-2/+2
* Fix glitch with inserting comma-delimited stuff when length > 1.Jon Trowbridge2001-03-072-0/+8
* Added. Just encapsulates openingJon Trowbridge2001-03-073-2/+40
* Added the third argument to e_contact_editor_new. (Cheated and send NULLBenjamin Kahn2001-03-073-2/+10
* Fix a reference counting bug.Jon Trowbridge2001-03-0614-6/+1084
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-048-81/+100
* doh, track renaming of objectclass from evolvePerson to evolutionPerson.Chris Toshok2001-03-032-14/+19
* rename evolveperson.schema to this, and add remaining attributes.Chris Toshok2001-03-033-28/+95
* install conduit iconsJP Rosevear2001-03-033-7/+16
* track change to e_contact_editor_new.Chris Toshok2001-03-022-1/+7
* add objectclasses for "person", "organizationalPerson", and "top" as well,Chris Toshok2001-03-022-38/+91
* new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-0213-230/+753
* add new entries for phone enums, and fill in the ecard_field with (bogusChris Toshok2001-03-026-33/+140
* implement properly, we support everything.Chris Toshok2001-03-022-1/+17
* Oops, we do need to be able to write to "text" after all (for things likeJon Trowbridge2001-03-024-5/+33
* I am an idiot.Jon Trowbridge2001-03-022-12/+27
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-0218-1100/+2301
* Used ESelectionModelSimple and the changes to EReflow and EReflowSorted toChristopher James Lahey2001-03-016-67/+199
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-223-7/+22
* new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields):Chris Toshok2001-02-2113-81/+245
* Moved the register_factory() code to here, since it was the only thingFederico Mena Quintero2001-02-212-14/+38
* new function.Chris Toshok2001-02-204-1/+76
* Oops, forgotten bits from last commitJP Rosevear2001-02-201-1/+1
* Remove PISOCK_LIBDIRJP Rosevear2001-02-202-1/+5
* 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-209-20/+608
* add sequence<string> typedef, and add getSupportedFields method.Chris Toshok2001-02-187-0/+91
* Ignore generated .oaf filesDan Winship2001-02-153-0/+3
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-1510-32/+105
* Translations.Kjartan Maraas2001-02-132-2/+3
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-1310-49/+74
* Removed an ancient #include <libgnorba/gnorba.h>Jason Leach2001-02-122-1/+5
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-1133-313/+40
* flesh out this check. #ifdef the entire thing OPENLDAP2, as it only worksChris Toshok2001-02-082-2/+53
* Added N_("* Click here to add a contact *").Christopher James Lahey2001-02-082-0/+6
* only set the DEBUG_LEVEL if we're OPENLDAP2.Chris Toshok2001-02-082-0/+7
* return TRUE if equal, FALSE otherwise. (business_compare): same.Chris Toshok2001-02-072-40/+95
* Added -DEVOLUTION_DATADIR=\""$(datadir)"\".Christopher James Lahey2001-02-073-2/+12
* doh, didn't mean to commit this.Chris Toshok2001-02-072-3/+10
* new file. this will eventually form the suggested additions to an existingChris Toshok2001-02-072-0/+116
* don't need the = NULL's since we g_new0. (check_for_evolve_person): newChris Toshok2001-02-072-58/+215
* err, allocate 2 char*s when i assign 2 char*s.Chris Toshok2001-02-062-2/+6
* switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.Chris Toshok2001-02-062-18/+144
* Save the help_text in the closure.Christopher James Lahey2001-02-062-2/+17
* Added gal-view-factory-minicard.c, gal-view-factory-minicard.h,Christopher James Lahey2001-02-067-8/+380
* Make the Note field be quoted printable.Christopher James Lahey2001-02-053-4/+20
* Call e_select_names_set_default when appropriate.Christopher James Lahey2001-02-054-38/+126
* #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter andChris Toshok2001-01-302-15/+87
* Added Slovak messagesStano Visnovsky2001-01-301-0/+2
* Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13
* add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-262-10/+19
* Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-264-5/+49
* Setup the view collection properly and handle the "display_view" signal.Christopher James Lahey2001-01-262-2/+24
* Actually make the icon for the "print" menu item work (I was missing aEttore Perazzoli2001-01-252-1/+6
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-252-0/+9
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-252-0/+35
* esexp api change fixes.Not Zed2001-01-253-11/+19
* make sure to add the lengths here (include the \0? anyone?).Chris Toshok2001-01-252-2/+12
* (Fix #1225: advanced search cancel/close)Jason Leach2001-01-242-32/+48
* properly ref the ecard. still need to kill some memory leaks.JP Rosevear2001-01-232-0/+6
* remove vfs dependencyJP Rosevear2001-01-233-11/+15
* Remove deleted records from the pilot map so we don't have dupes in theJP Rosevear2001-01-232-1/+7
* Updated sl translationsAndraz Tori2001-01-221-0/+2
* Update for e_popup_menu_run prototype change.Dan Winship2001-01-203-2/+8
* (Adding a boolean "entry_changed" BonoboPropertyBag arg)Jason Leach2001-01-192-1/+34
* always free the delivery elements and correct embarrassingly stupid memoryJP Rosevear2001-01-193-16/+29
* Made it return a gboolean; it was completely ignoring the return valueFederico Mena Quintero2001-01-193-5/+11
* add evolution-gnomecard-importer.Larry Ewing2001-01-182-0/+3
* add the doc/devel/importer/Makefile as a target.Larry Ewing2001-01-182-2/+10
* 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-172-5/+10
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-171-1/+1
* '2001-01-15 JP Rosevear <jpr@ximian.com>JP Rosevear2001-01-162-8/+20
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-153-0/+6
* remove old config messageJP Rosevear2001-01-151-2/+3
* pass -module and -avoid-version to conduit linkerJP Rosevear2001-01-142-0/+6
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-132-1/+6
* added i18n for etable.Miguel de Icaza2001-01-122-0/+37
* 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-122-23/+100
* GnomeCard importerIain Holmes2001-01-124-1/+293
* More Makefile organization to compileMiguel de Icaza2001-01-102-12/+15
* Order LDADD flags correctly so it compiles.Miguel de Icaza2001-01-102-4/+8
* connect with the EAddressbookView's status_message signal.Chris Toshok2001-01-104-2/+106
* register our status_message signal. (status_message): new function, emitChris Toshok2001-01-109-81/+277
* if we're setting the full name regenerate ecard->name.Chris Toshok2001-01-102-0/+8
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-0514-9/+313
* Added this function.Christopher James Lahey2001-01-057-21/+259
* Remove non-existent fileJP Rosevear2001-01-0514-1478/+24
* Oops, this shouldn't have gone in yetJP Rosevear2001-01-052-0/+4
* Need to e_sexp_unref the the sexp, not gtk_object_unref it.JP Rosevear2001-01-056-5/+8
* check capabilities is valid before doing a strstr.Michael Meeks2001-01-042-5/+10
* g_strdup things we g_free.Michael Meeks2001-01-032-1/+6
* Make sure this won't crash if the given contact is removed from theChristopher James Lahey2001-01-034-33/+134
* copy the dialog's source, destroy the dialog after we're done, and makeChris Toshok2000-12-317-171/+67
* new function, calling our new config ui code. (control_activate): noChris Toshok2000-12-3012-882/+1186
* add addressbook-config.[ch].Chris Toshok2000-12-294-0/+595
* Set draw background to FALSE.Miguel de Icaza2000-12-255-11/+14
* Added Ms. and Miss to the prefix drop down box. Patch submitted by MartinChristopher James Lahey2000-12-235-0/+14
* Ref the cards that get put in the change list (next_changed_item): utilJP Rosevear2000-12-223-64/+144
* Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-212-3/+8
* Use my own wrapper functions instead of trying to *directly* access theJP Rosevear2000-12-212-3/+17
* Remove pointless commentJP Rosevear2000-12-202-40/+71
* Convert cal component strings to pilot character setJP Rosevear2000-12-202-18/+17
* Made it so that if you select multiple contacts, the right click menu toChristopher James Lahey2000-12-202-9/+59
* always use LDAP_NAME_ERROR (in the openldap1 case it's #defined toChris Toshok2000-12-192-19/+62
* Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, useChristopher James Lahey2000-12-142-0/+10
* update cut and paste description error.Michael Meeks2000-12-143-3/+8
* NUL-terminate the returned vcard so we don't sometimes end up withDan Winship2000-12-142-6/+12
* Make the -> in the select names dialog into a GNOME stock arrow pixmap.Iain Holmes2000-12-132-4/+15
* Connect to the "cursor_change" signal on the ETable here instead of theChristopher James Lahey2000-12-102-3/+13
* When setting the "name" argument, copy the incoming name. This fixes aChristopher James Lahey2000-12-102-1/+6
* Made editing the name using the full name button set the file as entryChristopher James Lahey2000-12-103-38/+43
* Made it so that the editor->name is set after the entry is changed. ThisChristopher James Lahey2000-12-093-4/+12
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-092-1/+7
* Fixed some formatting.Christopher James Lahey2000-12-095-10/+16
* Pass "" rather than NULL to e_card_new. (local_record_from_ecard): MakeJP Rosevear2000-12-082-13/+23
* Got rid of code referencing the ETableScrolled proxy functions.Christopher James Lahey2000-12-082-2/+9
* Moved the gal view menu stuff from here to EAddressbookView.Christopher James Lahey2000-12-074-9/+51
* Another conduit build fixJP Rosevear2000-12-062-0/+5
* Create an empty vcard with the appropriate id for deleted cardsJP Rosevear2000-12-053-38/+33
* Update the calls to `evolution_storage_new()' according to the newEttore Perazzoli2000-12-052-1/+7
* return NULL if we can't create a view.Michael Meeks2000-12-0515-159/+36
* ugh, it helps when you save the ChangeLog before commiting it :)Jeffrey Stedfast2000-12-011-1/+1
* removed #ifdef ENABLE_NLS/#endif on Miguel's request.Gediminas Paulauskas2000-11-301-2/+0
* Return a struct rather than a pointer to a struct (compare):JP Rosevear2000-11-292-37/+26
* Remove "complete" fieldJP Rosevear2000-11-285-75/+111
* Set view.change_context to NULL in pas_backend_file_process_get_book_view.Christopher James Lahey2000-11-233-4/+15
* Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t...Ross Golder2000-11-231-1/+1
* Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that itMatt Bissiri2000-11-192-1/+9
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-1/+1
* Initialize destination struct with '0's.JP Rosevear2000-11-162-1/+6
* #!/usr/bin/perl -pi.bakMichael Meeks2000-11-166-12/+12
* Changed the mime type from "text/vcard" to "text/x-vcard".Christopher James Lahey2000-11-132-1/+6
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-138-102/+58
* Add idl-generated files.Matt Bissiri2000-11-124-17/+28
* Link in composer bonobo code.Christopher James Lahey2000-11-129-55/+303
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-117-6/+13
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-1129-361/+367
* Require gal 0.2.99.1.Christopher James Lahey2000-11-104-8/+36
* Add changed_hash, change list and complete boolJP Rosevear2000-11-108-93/+335
* Build e-dbhash.[hc]JP Rosevear2000-11-085-65/+141
* Switched from EAddressbookSearch to ESearchBar.Christopher James Lahey2000-11-076-445/+66
* Fix the addressbook crash that happened when the ESelectNames controlEttore Perazzoli2000-11-072-1/+7
* Add menus items to the envelope printing stuff.Christopher James Lahey2000-11-0611-10/+432
* Block signals from the toggle button. (date_changed_cb): MergedFederico Mena Quintero2000-11-052-0/+8
* Updated Spanish translationHector Garcia2000-11-031-0/+2
* Removed these unnecessary .cvsignores.Christopher James Lahey2000-11-038-71/+403
* The big api rename ...Michael Meeks2000-11-025-9/+9
* Add "highlighted" flag to evolution_storage_new_folderDan Winship2000-11-022-2/+10
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-013-0/+8
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-018-215/+365
* Mark two strings correctlyKjartan Maraas2000-10-311-2/+2
* Fixed marking of strings for translation. Use "_(" instead of "_ (". AddKjartan Maraas2000-10-314-36/+49
* Fixed these to include EXTRA_GNOME_CFLAGS.Christopher James Lahey2000-10-285-3/+15
* unsigned charness.Michael Meeks2000-10-272-4/+10
* i2000-10-25 Chris Toshok <toshok@helixcode.com>Chris Toshok2000-10-262-16/+62
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-245-5/+13
* Use new libeconduit calls and abstractionJP Rosevear2000-10-243-27/+16
* Use e_pilot_map_read (post_sync): Use e_pilot_map_writeJP Rosevear2000-10-243-126/+23