aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-183-22/+41
* remove the option menu and browse button, and add a custom widgetChris Toshok2002-07-173-377/+97
* Forgot part of the patchPeter Williams2002-07-171-1/+2
* Install the SelectNames IDL and ancillary changes.Peter Williams2002-07-172-4/+10
* free the full_name (as well as given_name. oops.)Chris Toshok2002-07-132-31/+48
* Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, althoughDan Winship2002-07-132-1/+8
* e_book_get_book_view => e_book_get_completion_view, so the backends haveChris Toshok2002-07-112-3/+11
* actually remove the items from the pointer array too, so an error whileChris Toshok2002-07-112-17/+68
* Oops, missed this one.Peter Williams2002-07-113-2/+10
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-1114-15/+50
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-102-2/+8
* bleah, i hate this keyboard.Chris Toshok2002-07-101-1/+1
* add Book.getCompletionView.Chris Toshok2002-07-1010-110/+471
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-102-2/+9
* New arg @tooltip; pass it toEttore Perazzoli2002-07-022-2/+13
* don't unref selection_model (otherwise 3 clicks of "Show Supported Bases"Sean Atkinson2002-07-012-2/+6
* add pas-backend-summary.[ch].Chris Toshok2002-06-305-68/+1226
* reorder the adding of creatable items so the default is a new contact, notChris Toshok2002-06-262-3/+9
* remove source argument (get it from the dialog). (edit_source_clicked):Sean Atkinson2002-06-252-6/+25
* pass NULL to e_contact_list_save_as. modality sucks. fixes broken build.Chris Toshok2002-06-182-4/+2
* pass NULL to e_contact_list_save_as. modality sucks. fixes broken build.Chris Toshok2002-06-181-0/+9
* [ fixes bug #26130 ] pass ce->app as parent_window.Chris Toshok2002-06-165-8/+37
* use ldap_unbind_ext. (create_card_handler): don't leak the new vcard.Chris Toshok2002-06-162-6/+22
* up the max threshold to 3000 cards from 1000 cards.. seems to improveChris Toshok2002-06-162-4/+13
* Made "" compare as not equal to "" for addresses. (use_common_book_cb):Christopher James Lahey2002-06-152-4/+14
* Don't enable fields if the editor isn't editable and theChristopher James Lahey2002-06-142-0/+11
* [ fixes bug #17332 ] we shouldn't ever return NULL here. in error cases weChris Toshok2002-06-122-1/+8
* Made double clicking on read only folders not do anything.Christopher James Lahey2002-06-122-8/+14
* Made expand_uri a bit more robust and readable.Christopher James Lahey2002-06-113-18/+33
* Call e_minicard_selected in the GDK_BUTTON_RELEASE case here.Christopher James Lahey2002-06-062-0/+14
* Commented out this unused function.Christopher James Lahey2002-06-043-3/+16
* Set the title of our GalVIewCollection.Christopher James Lahey2002-06-042-0/+7
* Changed some spacing and expanding behavior to make this dialog behaveAnna Marie Dirks2002-05-302-73/+89
* put this back in, accidentally got snipped with the hacking going on inChris Toshok2002-05-252-0/+7
* [ part of #25047 ] remove the autocompletion config control from here, asChris Toshok2002-05-243-105/+8
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-249-72/+281
* fix parameter/local variable overloading.Chris Toshok2002-05-242-3/+8
* Fix typo in the ChangeLog.Ettore Perazzoli2002-05-221-1/+1
* Don't try to invoke e_book_get_uri() on NULL. Fixes #20069.Ettore Perazzoli2002-05-222-3/+8
* make sure we map status -> string correctly (add missing strings).Chris Toshok2002-05-214-2/+20
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-212-2/+9
* New, quit handler for the EvolutionShellComponent. (add_creatable_item):Ettore Perazzoli2002-05-177-20/+133
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-162-1/+6
* Removed an incorrect comment here.Christopher James Lahey2002-05-142-2/+5
* Enable the dropdown widgets even if the contact is not editable so thatChristopher James Lahey2002-05-142-1/+8
* Added SimpleCard interface.Christopher James Lahey2002-05-116-12/+455
* Added "first_email" property.Christopher James Lahey2002-05-102-0/+26
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-102-1/+7
* link against the libtool version of libversitJP Rosevear2002-05-082-1/+6
* oops, add the NULL back at the end of possible_types.Chris Toshok2002-05-082-1/+7
* bleah, need to pass the GtkWindow here so we can pop up the a modalChris Toshok2002-05-082-22/+48
* s/ldap_config/addressbook_config/ so this compiles again.Dan Winship2002-05-072-1/+6
* doh, remove >>>>>'sChris Toshok2002-05-041-1/+0
* finally remove the #if 0's and use the oaf query stuff to get backendsChris Toshok2002-05-042-2/+7
* Call evolution_config_control_changed when the EFolderList changes.Christopher James Lahey2002-05-042-0/+16
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-048-36/+167
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-032-0/+34
* Changed some of these to bind to the ContactListEditor verbs since they'reChristopher James Lahey2002-05-032-3/+9
* fixJP Rosevear2002-05-012-4/+7
* Added this function so that there would be less duplication of cardsChristopher James Lahey2002-05-014-61/+119
* Changed this to set a subject when sending a contact. This makes theChristopher James Lahey2002-05-012-1/+64
* ugh, missed one.Jeffrey Stedfast2002-04-271-1/+0
* oops, should have done a search to make sure I had gotten all of the libibexesJeffrey Stedfast2002-04-271-6/+0
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-273-2/+4
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-272-1/+2
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-272-1/+4
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-262-4/+10
* Updated this for the new e_table_memory_store_insert function prototype.Christopher James Lahey2002-04-252-20/+13
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-255-17/+112
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-244-68/+99
* Updated this dialog to match the redesign.Christopher James Lahey2002-04-242-205/+264
* Make unused menu items disappear instead of graying out.Christopher James Lahey2002-04-242-1/+34
* Removed e_addressbook_reflow_adapter_right_click andChristopher James Lahey2002-04-248-691/+474
* Removed an unused variable here.Christopher James Lahey2002-04-233-2/+25
* Allow GDK_ACTION_COPY also, since the composer for example does not acceptJeffrey Stedfast2002-04-232-2/+8
* change order of scope option menu to match how it's stored.Chris Toshok2002-04-192-2/+7
* change ldap config control text so it fits in the config dialog.Chris Toshok2002-04-193-23/+105
* add LDAP_CFLAGS to INCLUDESChris Toshok2002-04-192-0/+5
* no more source->type.Chris Toshok2002-04-192-1/+6
* fill in source->ssl. (addressbook_source_dialog_set_source): set upChris Toshok2002-04-195-47/+74
* fix memory leaks.Chris Toshok2002-04-1913-1848/+7606
* Append /addressbook.db to the end of the default URI if it starts withDan Winship2002-04-193-3/+19
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-184-49/+65
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-128-44/+196
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-103-64/+23
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6
* add config_item:typeJP Rosevear2002-04-072-0/+10
* link to the static libversitJP Rosevear2002-04-052-1/+5
* Update for evolution_shell_client_user_select_folder API change.Dan Winship2002-04-052-16/+18
* Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries.Ettore Perazzoli2002-04-043-3/+13
* Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD andDan Winship2002-04-024-7/+17
* ignore .pureChris Toshok2002-04-022-0/+2
* parent_class should be static. (From Max Horn <max@quendi.de>)Dan Winship2002-04-012-1/+6
* Add priority for the config page. Renamed to "Directory Servers".Ettore Perazzoli2002-03-302-2/+9
* don't free req->vcard. it's freed in pas_book_free_request.Chris Toshok2002-03-282-19/+12
* make sure to call ldap_value_free (values);, and ldap_msgfree (resp).Chris Toshok2002-03-282-12/+40
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-204-10/+19
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-192-23/+16
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-164-31/+44
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-163-2/+8
* Add an icon for the LDAP sources configuration control.Ettore Perazzoli2002-03-142-0/+8
* Remove verb "AddressbookConfig". (config_cb): Removed.Ettore Perazzoli2002-03-137-52/+171
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-122-1/+11
* add TLSNotAvailable to BookLister_CallStatus.Chris Toshok2002-03-105-16/+86
* since I've gone ahead and made the file backend (by way ofChris Toshok2002-03-104-22/+53
* track union/struct change. (pas_book_queue_remove_card): same.Chris Toshok2002-03-085-713/+1136
* Update for evolution_storage_new() change.Dan Winship2002-03-082-1/+7
* don't set "editable" here, as the way things work the backend isn't ableChris Toshok2002-03-052-1/+7
* [fixes bug #20871] add the status-message label.Chris Toshok2002-03-053-1/+43
* don't ref the view here, since it keeps the view alive until the search isChris Toshok2002-03-012-4/+12
* i2002-02-26 Chris Toshok <toshok@ximian.com>Chris Toshok2002-03-012-2/+7
* [fixes bug #20690] the data arg is not GList** anymore, it'sChris Toshok2002-03-012-52/+86
* only handle the ESB_ADVANCED case here now. the actual query work is doneChris Toshok2002-02-252-2/+29
* make the right auth page start up open.Chris Toshok2002-02-253-1/+15
* [ Fixes bugs 20740, 16680, and god knows what else :) ] double theChris Toshok2002-02-234-49/+206
* Define $(iconsdir).Ettore Perazzoli2002-02-223-7/+48
* track change to signature, and (for now) just change all the returnChris Toshok2002-02-218-17/+59
* if the load_uri fails, notify the listener that the repository is offline.Chris Toshok2002-02-192-1/+24
* escape commas in the dn, since they're used by ldap to specify the node'sChris Toshok2002-02-192-7/+29
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-142-0/+7
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-143-24/+65
* Attach to the emvw instead of the emv here.Christopher James Lahey2002-02-146-39/+92
* Finishing commit that failed in the middle:Christopher James Lahey2002-02-1410-87/+357
* New functions that take a file:// url ending in the directory name andChristopher James Lahey2002-02-145-38/+211
* Attach the GalViewMinicard to the EMinicardView here.Christopher James Lahey2002-02-134-15/+103
* Added an argument to get the model.Christopher James Lahey2002-02-135-27/+105
* remove "New" from user creatable menu itemsJP Rosevear2002-02-082-2/+7
* Missed one.Chris Lahey2002-02-072-4/+7
* Bumped the required version of gal.Christopher James Lahey2002-02-072-155/+281
* tidyJP Rosevear2002-02-053-21/+178
* if the shown address in the mailing address or there is no mailingJP Rosevear2002-02-044-6/+134
* New function to find out if a destination was one which was auto-maticallyJeffrey Stedfast2002-02-023-273/+319
* Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-025-1638/+100
* compute the change db filename based on our contact db filename.Chris Toshok2002-01-312-6/+25
* Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-292-1/+7
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-286-34/+16
* Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-262-1/+11
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-262-10/+28
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-2511-117/+445
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-257-129/+95
* Pass a NULL @icon toEttore Perazzoli2002-01-242-2/+12
* #include <locale.h>.Ettore Perazzoli2002-01-242-0/+6
* [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-232-24/+32
* Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-216-10/+190
* Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-182-1/+7
* From addressbook/ChangeLog:Christopher James Lahey2002-01-187-35/+152
* Sort country list. Country list moves from fulladdr.glade toChristopher James Lahey2002-01-183-236/+293
* Fixes #17725Zbigniew Chyla2002-01-182-4/+16
* move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-176-280/+256
* remove misleading title and fix spacingJP Rosevear2002-01-162-43/+5
* Handle setting the search bar to "Advanced..." when the alphabet buttonsChristopher James Lahey2002-01-114-20/+80
* Commit the ChangeLog for the fixes I just accidently committed:Christopher James Lahey2002-01-111-0/+9
* ChangeLog change.Chris Lahey2002-01-113-2/+4
* Use toggle buttons here.Christopher James Lahey2002-01-113-8/+54
* Choose the first filled in address field here. Fixes Ximian bug #2222.Christopher James Lahey2002-01-102-3/+30
* Add a test for getting arbitrary fields.Joe Shaw2002-01-104-2/+57
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-2811-203/+291
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-281-0/+85
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-202-0/+10
* Add cut/copy/paste to right-click menu.Jon Trowbridge2001-12-203-2/+85
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-196-15/+151
* [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]Chris Toshok2001-12-182-1/+75
* Merging changes:Christopher James Lahey2001-12-182-19/+11
* Added 'cache_complete' flag to ESelectNamesCompletionPrivate.Jon Trowbridge2001-12-172-1/+20
* don't free the hash table keys, we didn't allocate them and free theJP Rosevear2001-12-162-13/+23
* Make sure to copy the custom fields so they are not overwrittenJP Rosevear2001-12-142-0/+10
* Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (BugJon Trowbridge2001-12-142-1/+7
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-082-2/+4
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-085-421/+433
* move search_for_dn's contents here, and add an "existing_objectclasses"Chris Toshok2001-12-072-40/+115
* we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-075-7/+42
* Merging changes:Christopher James Lahey2001-12-064-28/+42
* Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-043-6/+14
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-043-3/+15
* Merging changes:Christopher James Lahey2001-12-012-3/+51
* Merged changes:Christopher James Lahey2001-12-012-0/+34
* Merging fixes:Christopher James Lahey2001-12-012-37/+79
* s/gnome_font_get_width_string/gnome_font_get_width_utf8/Chyla Zbigniew2001-11-173-24/+34
* check against LDAP_SUCCESS as the return value, not -1.Chris Toshok2001-11-152-7/+16
* [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filledChris Toshok2001-11-132-8/+19
* Release callback's reference to EContactListEditor. (list_modified_cb):Jon Trowbridge2001-11-132-9/+33
* If our call to e_categories_new returns NULL, put up an error dialog andJon Trowbridge2001-11-132-0/+14
* [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.cChris Toshok2001-11-104-16/+25
* [ Fixes Ximian bug #14646 ] new function. if the default_book failed toChris Toshok2001-11-103-1/+44
* Explicitly destroy entries. Part of the fix for the lingering completionJon Trowbridge2001-11-092-0/+22
* Use ordering of the pilot's phone label list to find fields we sync inJP Rosevear2001-11-052-61/+64
* [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb):Chris Toshok2001-11-045-2/+85
* Check for NULL dates before converting them to strings. Fixes Ximian bugChristopher James Lahey2001-11-032-10/+20
* Leak select-names related data structures until the memory managementJon Trowbridge2001-11-032-1/+13
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-314-0/+14
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-314-14/+31
* Force the select names dialog to be destroyed. This is a hack to fix bugJon Trowbridge2001-10-312-0/+14
* Oops.JP Rosevear2001-10-311-1/+2
* make sure to translate the character sets of the namesJP Rosevear2001-10-312-4/+6
* send a null bonobo arg to prevent explosionJP Rosevear2001-10-302-1/+11
* correct include typoJP Rosevear2001-10-302-1/+5
* Require gal 0.15.99.8Joe Shaw2001-10-303-5/+3
* 2001-10-29 Jon Trowbridge <trow@ximian.com.Jon Trowbridge2001-10-303-2/+22
* Removed conflict spew.Jon Trowbridge2001-10-301-1/+0
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-304-21/+61
* new function, a "Do you want to save changes?" dialog.Chris Toshok2001-10-305-0/+96
* overload this function for modifying objectclasses too, so we can makeChris Toshok2001-10-302-5/+29
* Comment out spew.Jon Trowbridge2001-10-307-8/+22
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-307-72/+93
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-302-3/+15
* add prototype for pas_book_factory_dump_active_backends.Chris Toshok2001-10-303-1/+35
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-302-0/+14
* fix bug that allowed for phone's not to be in priority order and the itemJP Rosevear2001-10-303-53/+43
* a card also needs to have its phone nums in priority order to beJP Rosevear2001-10-302-1/+30
* move the syncable checking code to a different functionJP Rosevear2001-10-292-86/+116
* Use the actual ECardName in the ECard instead of parsing the full_nameChristopher James Lahey2001-10-292-14/+13
* New function to set the ECardName on this card and fix the file_as ifChristopher James Lahey2001-10-293-0/+19
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-298-6/+92
* tidyJP Rosevear2001-10-294-2/+12
* Expose this function. (e_card_date_to_string): ...and this one. FixesJon Trowbridge2001-10-283-4/+14
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-283-1/+18
* [ bug #12979 ] new function. (anniversary_ber): new function.Chris Toshok2001-10-282-19/+172
* free up all the book_data list stuff.Chris Toshok2001-10-284-90/+170
* change to EBookCallback signature, and unref the book.Chris Toshok2001-10-282-5/+27
* change to EBookCallback signature, and unref the book. (add_card_idle_cb):Chris Toshok2001-10-284-10/+64
* Don't leak stuff. (Bug #13709)Jon Trowbridge2001-10-282-10/+20
* Fix the address of the FSF in the licensing comments.Ettore Perazzoli2001-10-281-3/+4
* Set book_uri when cardification occurs.Christopher James Lahey2001-10-282-13/+32
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-282-2/+8
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-282-2/+10
* oops, left a collision marker inJon Trowbridge2001-10-281-1/+0
* That should be a bonobo_object_unref, not a gtk_object_unref.Jon Trowbridge2001-10-282-2/+24
* Fixing the license text.Ettore Perazzoli2001-10-289-49/+62
* copy phone labels and show phone as well, clear correct entry text andJP Rosevear2001-10-282-20/+16
* Fixing the license text.Ettore Perazzoli2001-10-2863-63/+0
* touch the record on lookup (check_for_slow_setting): write touched only ifJP Rosevear2001-10-272-5/+16
* Added paranoid reentrancy guards. (pas_book_queue_request): Changed ourJon Trowbridge2001-10-272-5/+25
* add prototypes for addressbook_config_database, andChris Toshok2001-10-273-0/+60
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-273-16/+70
* remove the merges as valid sync typesJP Rosevear2001-10-274-6/+28
* Oops... forgot to commit before.Jon Trowbridge2001-10-271-0/+2
* Cancel any pending queries.Jon Trowbridge2001-10-272-0/+15
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2763-126/+126
* Don't assert, but check if ce->app != NULL, since this function canJon Trowbridge2001-10-272-6/+9
* Remove bad dialog ref-counting crap.Jon Trowbridge2001-10-273-7/+21
* make debug info more accurateJP Rosevear2001-10-272-10/+13
* prevent double unref (cursor_cb): correct typo (card_removed): remove theJP Rosevear2001-10-272-11/+22
* new memberJP Rosevear2001-10-263-31/+132
* Added has_cursor argument. Setting the argument to TRUE if the minicardChristopher James Lahey2001-10-263-16/+51
* Initialize gnome-vfs.Jon Trowbridge2001-10-254-12/+134
* Removed key_press handler here since delete and backspace are now handledChristopher James Lahey2001-10-242-27/+6
* Fix command paths when we specify our pixmaps, so we don't get a lot ofJon Trowbridge2001-10-243-5/+16
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-242-39/+75
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-232-0/+7
* Put up an error dialog if there's an error while saving. If the personChristopher James Lahey2001-10-222-1/+26