aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* show the etable. (addressbook_add_server_druid): show_all before returningChris Toshok2002-11-252-1/+9
* [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as wellChris Toshok2002-11-258-984/+1230
* [ roll forward Sean.Gao@sun.com's fix for #16870 from the 1.2 branch ]Chris Toshok2002-11-232-1/+8
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-231-1/+1
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-232-2/+9
* roll forward the scope fix.Chris Toshok2002-11-212-1/+5
* roll forward the fix for the contact editor.Chris Toshok2002-11-212-0/+10
* Pass type to bonobo_ctonrol_set_property, and also NULL terminate theNot Zed2002-11-213-2/+11
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.Ettore Perazzoli2002-11-203-5/+13
* show the custom table.Chris Toshok2002-11-192-0/+6
* remove the cast to (int) - column_width is a double.Chris Toshok2002-11-194-11/+28
* oops, missed some "oaf"'s.Chris Toshok2002-11-182-1/+6
* sink the popup. (e_contact_editor_build_email_ui): same.Chris Toshok2002-11-173-0/+18
* ignore .server.inChris Toshok2002-11-171-0/+1
* Added rule to generate GNOME_Evolution_Addressbook.server.in fromEttore Perazzoli2002-11-166-508/+467
* Use bonobo_main_quitRodney Dawes2002-11-162-1/+5
* clean this up a tad.Chris Toshok2002-11-156-133/+38
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-137-23/+43
* guard against multiple invocations.Chris Toshok2002-11-126-38/+63
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-1219-609/+578
* change around a little, still ifdefed though.Chris Toshok2002-11-126-204/+98
* guard against multiple invocations.Chris Toshok2002-11-1015-229/+334
* guard against multiple invocations. (remove_book_view): same.Chris Toshok2002-11-096-19/+59
* oops, missed these casts.Chris Toshok2002-11-094-10/+17
* port work.Chris Toshok2002-11-0916-347/+480
* parent class is GObjectClass.Chris Toshok2002-11-0910-68/+171
* add camel back in. (contact_print_style_editor_test_LDADD): same.Chris Toshok2002-11-091-3/+2
* add printing back in.Chris Toshok2002-11-091-4/+2
* convert to glade-2Chris Toshok2002-11-085-297/+309
* port work.Chris Toshok2002-11-089-278/+245
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-083-4/+13
* more porting work.Chris Toshok2002-11-0813-3744/+3753
* add lots of libs back in since they're building now.Chris Toshok2002-11-0810-138/+153
* more porting work.Chris Toshok2002-11-0816-319/+338
* tests are linking now, and link in libcamel.la.Chris Toshok2002-11-084-77/+56
* add prototypes for e_utf8_casefold_collate{_len}Chris Toshok2002-11-083-0/+34
* port this to gnome2/gnomeprint2.Chris Toshok2002-11-078-2142/+2189
* gobjectify this.Chris Toshok2002-11-0729-6104/+6604
* use g_type_class_peek_parent.Chris Toshok2002-11-0711-30/+58
* call g_build_filename, not g_build_path.Chris Toshok2002-11-062-1/+6
* fix the gnome-xml headers.Chris Toshok2002-11-063-3/+8
* fix the gnome-xml headers.Chris Toshok2002-11-0612-267/+339
* fix some #include's.Chris Toshok2002-11-061-2/+0
* only build the backend and gui dirs for now. printing and conduits areChris Toshok2002-11-064-8/+17
* ignore the new .server file.Chris Toshok2002-11-0615-209/+245
* ignore the marshal generated stuff.Chris Toshok2002-11-068-188/+233
* ignore the marshal generated stuff.Chris Toshok2002-11-0612-237/+298
* Port to GObject/gnome2.Chris Toshok2002-11-0628-923/+1110
* Port to GObject/gnome2.Chris Toshok2002-11-0621-524/+410
* ignore the generated marshaller files.Chris Toshok2002-11-067-51/+83
* copy a memleak fix from pas-backend-ad.Dan Winship2002-11-052-0/+6
* g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build.Chris Toshok2002-11-0514-742/+139
* port to gnome 2.Chris Toshok2002-11-0522-715/+886
* don't call bonobo_activation_init directly.Chris Toshok2002-11-059-65/+53
* just include glib.h instead of the gtk stuff.Chris Toshok2002-11-0331-1205/+1531
* never set the charset on an item without also encoding it. Mime messagesLarry Ewing2002-10-282-6/+8
* Disconnect from the book's backend_died signal.Dan Winship2002-10-272-1/+10
* install evolutionperson.schema to $(datadir)/evolution.Chris Toshok2002-10-262-0/+9
* [ fixes #29144 ] use e_table_memory_storage_change instead ofChris Toshok2002-10-252-3/+8
* Set /Addressbook/select_names_uri in the configdb to the selected folder.Dan Winship2002-10-232-17/+31
* fix the sense of a strcmpDan Winship2002-10-222-1/+6
* [ fix for #23764 ] handle multiple letters associated with a singleChris Toshok2002-10-222-11/+34
* [ fixes #29067 ] we need to create a card_sexp even when doing summaryChris Toshok2002-10-222-7/+14
* [ fixes #32144 ] convert the name to the gtk locale before saving.Chris Toshok2002-10-222-3/+16
* [ probable fix for #25477, and memory leak fix ] if the dialog isn't inChris Toshok2002-10-213-0/+18
* Return right away rather than crashing if card->email is NULL.Dan Winship2002-10-162-0/+12
* [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.Kjartan Maraas2002-10-1014-146/+129
* [ Fix #28392 ] #if 0 out the gal_view submenu, since it's not spec'ed toChris Toshok2002-10-052-0/+9
* free adapter->priv.Chris Toshok2002-10-021-30/+29
* [ Fixes #31321 ] add VERSION:2.1 to exported vCards.Chris Toshok2002-10-012-0/+8
* [ Fixes #31434 ] always retrieve the card from the db. use the summaryChris Toshok2002-10-012-0/+17
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-012-2/+6
* update for Composer_setHeaders change.Dan Winship2002-09-302-2/+7
* [ fixes #27521 ] always unref the contact editor when we get theChris Toshok2002-09-282-3/+10
* set the timeout to 30 seconds. (query_ldap_root_dse): same, and alsoChris Toshok2002-09-282-23/+43
* Change folder type to "contacts/ldap". (addressbook_storage_add_source):Dan Winship2002-09-272-3/+12
* Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public".Dan Winship2002-09-265-4/+27
* free adapter->priv.Chris Toshok2002-09-264-4/+30
* add libeutil to the link and link with libcamel instead ofJP Rosevear2002-09-242-1/+7
* oops, add cached_folder_list to struct _ESelectNamesManager.Chris Toshok2002-09-232-0/+7
* [ Fixes #30481 ] initialize the select names dialog with the defaultChris Toshok2002-09-232-7/+29
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-232-25/+64
* [ Fixes #30483 ] argh, contains => beginswith.Chris Toshok2002-09-212-1/+7
* don't add the user creatable item for ldap-contact folders atm, since itChris Toshok2002-09-182-9/+7
* Fix a typo.Kjartan Maraas2002-09-182-1/+5
* [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name toChris Toshok2002-09-134-23/+61
* return g_strdup("true"), not "true".Dan Winship2002-09-132-1/+6
* institute an arbitrary minimum limit on the number of characters before weChris Toshok2002-09-122-0/+13
* [ fixes the other half of #17336 ] parse the name when we're asked to setChris Toshok2002-09-122-6/+16
* [ fixes part of #17336 ] get the window title from the .glade file, andChris Toshok2002-09-123-0/+32
* [ fixes #30208 ] if the user clicked cancel in the password dialog, letChris Toshok2002-09-122-56/+112
* Changed the description of the Directory Servers page of the settingsAnna Dirks2002-09-062-1/+8
* [ Fixes #29904 ] we need to activate either a contact list editor orChris Toshok2002-09-052-3/+18
* Pass FALSE to evolution_storage_new: the Other Contacts storage doesn'tDan Winship2002-09-052-1/+8
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-052-1/+7
* unref the "without", adapter, and model, then chain up the GnomeDialogMike Kestner2002-09-042-0/+11
* Use ldap-settings.png instead of evolution-contacts.png.Ettore Perazzoli2002-09-042-1/+6
* [ fixes #29699 ] call _set_source with a NULL source to fill in dialogChris Toshok2002-09-042-0/+11
* (delete_contact_cb): Fix typoEttore Perazzoli2002-09-042-1/+7
* add QueryRefused, for when the backend refuses to perform a query. (partDan Winship2002-08-315-0/+19
* [ fixes #27923] up the version to 4_0 (4000).Chris Toshok2002-08-302-4/+42
* call evolution_shell_component_add_user_creatable_item twice here, onceChris Toshok2002-08-302-0/+16
* [ fixes #20347 ] hook up the backend_died signal. (backend_died): newChris Toshok2002-08-296-2/+101
* use strcasecmp here, since all the other helpers use case insensitiveChris Toshok2002-08-293-2/+10
* return NULL if the list is empty. (pas_backend_ldap_connect): always tryChris Toshok2002-08-292-17/+25
* [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined.Chris Toshok2002-08-296-1/+39
* spew the filter we're using for the search.Chris Toshok2002-08-292-0/+7
* stop the EBookViews before unreffing.Mike Kestner2002-08-292-2/+13
* Add an evolution:shell_component_launch_order and renameDan Winship2002-08-292-1/+9
* [ oops, merged the .h and .glade file back to the HEAD from the 1-0Chris Toshok2002-08-282-0/+25
* [ fixes #19286 ] confirm deletion of contacts when using the menubar orChris Toshok2002-08-282-2/+10
* [ fixes #28897 ] set book_data to NULL after clearing/freeing the list.Chris Toshok2002-08-282-0/+8
* [ fixes #20348 ] deprecate "categories" in favor of "category". evolutionChris Toshok2002-08-284-3/+107
* [ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails.Chris Toshok2002-08-282-2/+8
* [ fixes #26907 ] use beginswith for email.Chris Toshok2002-08-282-2/+8
* change prototype for complete_sequence to match sequence_complete.Chris Toshok2002-08-272-3/+9
* [ fixes #29446 ] searching_modify_func can be NULL (since we don't requireChris Toshok2002-08-272-1/+10
* [ Fixes (almost certainly) #24649, #25494, #27351, and other LDAP searchChris Toshok2002-08-272-74/+156
* stop the view before unref, in case the listener has pending events.Mike Kestner2002-08-272-0/+6
* not sure what i was thinking here... the EBook isn't valid if we couldn'tChris Toshok2002-08-212-7/+9
* add the listener_id slot.Chris Toshok2002-08-203-11/+23
* take and pass the CallStatus to our listener.Chris Toshok2002-08-2019-31/+262
* add "cache-completions" here, since file completion results are blanketChris Toshok2002-08-203-3/+41
* add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"Dan Winship2002-08-202-0/+29
* fix c&p error that was losing the ssl setting.Chris Toshok2002-08-172-1/+7
* Import into the default book not the local oneIain Holmes2002-08-163-1/+19
* new function to save a little typing. (find_book_view): same.Chris Toshok2002-08-162-96/+175
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-164-19/+52
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-1312-104/+124
* initialize summary->upgraded to quiet valgrind.Chris Toshok2002-08-092-0/+6
* Use "\r" rather than including literal CRs in the string, which confusesDan Winship2002-08-073-54/+35
* [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling aChris Toshok2002-08-022-2/+10
* no more search_entry.Chris Toshok2002-08-023-13/+21
* remove folders and folders_by_uri, and the 2 listeners.Chris Toshok2002-08-023-17/+11
* (create_component): UseEttore Perazzoli2002-08-022-1/+6
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-012-4/+10
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-012-0/+7
* [ roll in the following change from the 1.0 branch.] change the CALURI andChris Toshok2002-08-013-27/+52
* (activate_factories_for_uri): Don'tEttore Perazzoli2002-07-312-2/+7
* don't save empty strings. (pas_backend_summary_save): print out the errnoChris Toshok2002-07-282-2/+9
* Don't set up the ContactNew andEttore Perazzoli2002-07-272-48/+9
* Change libversit.la -> libversit.a for danw's changes.Peter Williams2002-07-252-1/+6
* s/libversit_lt/libversit/Dan Winship2002-07-242-1/+6
* Split pas-backend-file and pas-backend-ldap out of libpas and build themDan Winship2002-07-232-11/+24
* 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