From c0a255eb90769638d57ae4122932f75c46e4e531 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 11 Sep 2008 15:34:29 +0000 Subject: Merge revisions 36016:36303 from trunk. svn path=/branches/kill-bonobo/; revision=36307 --- addressbook/ChangeLog | 132 +++++++++++++++++++++ addressbook/addressbook.error.xml | 20 ++-- addressbook/conduit/address-conduit.c | 4 +- addressbook/gui/component/addressbook-component.h | 25 ++-- addressbook/gui/component/addressbook-config.c | 1 + addressbook/gui/component/addressbook-config.h | 29 +++-- addressbook/gui/component/addressbook-migrate.h | 22 ++-- addressbook/gui/component/addressbook-view.h | 25 ++-- addressbook/gui/component/addressbook.h | 21 ++++ addressbook/gui/component/autocompletion-config.c | 26 ++-- addressbook/gui/component/autocompletion-config.h | 26 ++-- addressbook/gui/component/component-factory.c | 26 ++-- .../gui/contact-editor/e-contact-editor-address.c | 27 +++-- .../gui/contact-editor/e-contact-editor-address.h | 29 +++-- .../gui/contact-editor/e-contact-editor-fullname.c | 27 +++-- .../gui/contact-editor/e-contact-editor-fullname.h | 29 +++-- .../gui/contact-editor/e-contact-editor-im.c | 27 +++-- .../gui/contact-editor/e-contact-editor-im.h | 29 +++-- addressbook/gui/contact-editor/e-contact-editor.h | 29 +++-- .../gui/contact-editor/e-contact-quick-add.h | 32 +++-- addressbook/gui/contact-editor/eab-editor.h | 28 +++-- addressbook/gui/contact-editor/test-editor.c | 27 +++-- .../contact-list-editor/e-contact-list-editor.c | 28 +++-- .../contact-list-editor/e-contact-list-editor.h | 28 +++-- .../gui/contact-list-editor/e-contact-list-model.c | 21 +++- .../gui/contact-list-editor/e-contact-list-model.h | 19 ++- addressbook/gui/merging/eab-contact-compare.c | 34 +++--- addressbook/gui/merging/eab-contact-compare.h | 34 +++--- addressbook/gui/merging/eab-contact-merging.c | 20 +++- addressbook/gui/merging/eab-contact-merging.h | 20 +++- addressbook/gui/widgets/e-addressbook-model.h | 21 +++- .../gui/widgets/e-addressbook-reflow-adapter.c | 17 ++- .../gui/widgets/e-addressbook-reflow-adapter.h | 21 +++- .../gui/widgets/e-addressbook-table-adapter.c | 21 +++- .../gui/widgets/e-addressbook-table-adapter.h | 21 +++- addressbook/gui/widgets/e-addressbook-view.c | 2 +- addressbook/gui/widgets/e-addressbook-view.h | 28 +++-- addressbook/gui/widgets/e-minicard-label.h | 29 +++-- addressbook/gui/widgets/e-minicard-view-widget.c | 27 +++-- addressbook/gui/widgets/e-minicard-view-widget.h | 29 +++-- addressbook/gui/widgets/e-minicard-view.c | 27 +++-- addressbook/gui/widgets/e-minicard-view.h | 28 +++-- addressbook/gui/widgets/e-minicard.h | 29 +++-- addressbook/gui/widgets/eab-config.c | 25 ++-- addressbook/gui/widgets/eab-config.h | 24 ++-- addressbook/gui/widgets/eab-contact-display.h | 28 ++--- addressbook/gui/widgets/eab-gui-util.c | 32 +++-- addressbook/gui/widgets/eab-gui-util.h | 28 +++-- addressbook/gui/widgets/eab-menu.c | 28 ++--- addressbook/gui/widgets/eab-menu.h | 29 ++--- addressbook/gui/widgets/eab-popup-control.c | 36 +++--- addressbook/gui/widgets/eab-popup-control.h | 33 +++--- addressbook/gui/widgets/eab-popup.c | 27 +++-- addressbook/gui/widgets/eab-popup.h | 28 +++-- addressbook/gui/widgets/eab-vcard-control.c | 2 +- addressbook/gui/widgets/eab-vcard-control.h | 20 ++++ .../gui/widgets/gal-view-factory-minicard.c | 20 +++- .../gui/widgets/gal-view-factory-minicard.h | 22 +++- addressbook/gui/widgets/gal-view-minicard.c | 22 +++- addressbook/gui/widgets/gal-view-minicard.h | 21 +++- .../importers/evolution-addressbook-importers.h | 19 +++ addressbook/importers/evolution-csv-importer.c | 27 +++-- addressbook/printing/Makefile.am | 4 + .../printing/e-contact-print-style-editor.c | 27 +++-- .../printing/e-contact-print-style-editor.h | 28 +++-- addressbook/printing/e-contact-print-types.h | 27 +++-- addressbook/printing/e-contact-print.c | 26 ++-- addressbook/printing/e-contact-print.h | 27 +++-- .../printing/test-contact-print-style-editor.c | 27 +++-- addressbook/printing/test-print.c | 27 +++-- .../evolution-addressbook-export-list-cards.c | 25 ++-- .../evolution-addressbook-export-list-folders.c | 26 ++-- addressbook/tools/evolution-addressbook-export.c | 2 +- addressbook/tools/evolution-addressbook-export.h | 24 ++-- addressbook/util/eab-book-util.c | 34 +++--- addressbook/util/eab-book-util.h | 34 +++--- 76 files changed, 1209 insertions(+), 745 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6e42ffec29..8381d07b44 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,135 @@ +2008-09-08 Milan Crha + + ** Part of fix for bug #361413 + + * gui/widgets/eab-gui-util.c: (eab_load_error_dialog): + Print detailed error also for LDAP backends. + +2008-09-06 Michael Meeks + + * gui/component/openldap-extract.h: License fixes. + +2008-09-04 Sankar P + +License Changes + + * gui/widgets/e-minicard-view.c: + * gui/widgets/eab-popup-control.c: + +2008-09-02 Sankar P + +License Changes + + * gui/component/addressbook-config.h: + * gui/component/addressbook.h: + * gui/component/autocompletion-config.c: + * gui/component/autocompletion-config.h: + * gui/component/component-factory.c: + * gui/contact-editor/e-contact-editor-address.c: + * gui/contact-editor/e-contact-editor-address.h: + * gui/contact-editor/e-contact-editor-fullname.c: + * gui/contact-editor/e-contact-editor-fullname.h: + * gui/contact-editor/e-contact-editor-im.c: + * gui/contact-editor/e-contact-editor-im.h: + * gui/contact-editor/e-contact-editor.h: + * gui/contact-editor/e-contact-quick-add.h: + * gui/contact-editor/test-editor.c: + * gui/contact-list-editor/e-contact-list-editor.c: + * gui/contact-list-editor/e-contact-list-editor.h: + * gui/contact-list-editor/e-contact-list-model.c: + * gui/merging/eab-contact-compare.c: + * gui/merging/eab-contact-merging.c: + * gui/merging/eab-contact-merging.h: + * gui/widgets/e-addressbook-reflow-adapter.c: + * gui/widgets/e-addressbook-table-adapter.c: + * gui/widgets/e-addressbook-view.h: + * gui/widgets/e-minicard-label.h: + * gui/widgets/e-minicard-view-widget.c: + * gui/widgets/e-minicard-view-widget.h: + * gui/widgets/e-minicard.h: + * gui/widgets/eab-config.c: + * gui/widgets/eab-contact-display.h: + * gui/widgets/eab-menu.c: + * gui/widgets/eab-popup.c: + * gui/widgets/gal-view-factory-minicard.c: + * gui/widgets/gal-view-minicard.h: + * importers/evolution-csv-importer.c: + * printing/e-contact-print-style-editor.c: + * printing/e-contact-print-style-editor.h: + * printing/e-contact-print-types.h: + * printing/e-contact-print.c: + * printing/e-contact-print.h: + * printing/test-contact-print-style-editor.c: + * printing/test-print.c: + * tools/evolution-addressbook-export-list-cards.c: + * util/eab-book-util.c: + * util/eab-book-util.h: + +2008-09-01 Milan Crha + + ** Fix for bug #448435 + + * gui/component/addressbook-config.c: (eabc_general_host): + Keep UI consistent, disable SSL method for 636 port. + +2008-09-01 Milan Crha + + ** Part of fix for bug #548827 + + * gui/widgets/eab-gui-util.c: (eab_error_dialog): + Check bounds of the string array before accessing elements. + * gui/widgets/e-addressbook-view.c: (delete_contacts_cb): + Show more detailed error message if available. + +2008-08-30 Matthew Barnes + + ** Fixes bug #548348 + + * printing/Makefile.am: + Add a libecontactprint_la_LIBADD stanza so we link to the + correct libemiscwidgets and libeutil. + +2008-08-27 Philip Withnall + + ** Fix for bug #534762 + + * addressbook.error.xml: + * conduit/address-conduit.c: + * gui/widgets/eab-gui-util.c: (eab_load_error_dialog), + (eab_search_result_dialog): + * gui/widgets/eab-vcard-control.c: (eab_vcard_control_new): + * tools/evolution-addressbook-export-list-folders.c: + (action_list_folders_init): + * tools/evolution-addressbook-export.c: Change "addressbook" to + "address book" in translatable strings. + +2008-08-27 Sankar P + +License Changes + + * gui/component/addressbook-component.h: + * gui/component/addressbook-migrate.h: + * gui/component/addressbook-view.h: + * gui/component/openldap-extract.h: + * gui/contact-editor/eab-editor.h: + * gui/contact-list-editor/e-contact-list-model.h: + * gui/merging/eab-contact-compare.h: + * gui/widgets/e-addressbook-model.h: + * gui/widgets/e-addressbook-reflow-adapter.h: + * gui/widgets/e-addressbook-table-adapter.h: + * gui/widgets/e-minicard-view.h: + * gui/widgets/eab-config.h: + * gui/widgets/eab-gui-util.h: + * gui/widgets/eab-menu.h: + * gui/widgets/eab-popup-control.h: + * gui/widgets/eab-popup.h: + * gui/widgets/eab-vcard-control.h: + * gui/widgets/gal-view-factory-minicard.h: + * gui/widgets/gal-view-minicard.c: + * importers/evolution-addressbook-importers.h: + * tools/evolution-addressbook-export-list-folders.c: + * tools/evolution-addressbook-export.h: + 2008-08-18 Matthew Barnes ** Fixes part of bug #508732 diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index bfea4ce405..9ca302cdd0 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -2,8 +2,8 @@ - <_primary>This addressbook could not be opened. - <_secondary>This addressbook server might be unreachable or the server name may be misspelled or your network connection could be down. + <_primary>This address book could not be opened. + <_secondary>This address book server might be unreachable or the server name may be misspelled or your network connection could be down. @@ -12,7 +12,7 @@ - <_primary>This addressbook server does not have any suggested search bases. + <_primary>This address book server does not have any suggested search bases. <_secondary>This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases. @@ -29,7 +29,7 @@ - <_primary>Could not remove addressbook. + <_primary>Could not remove address book. @@ -51,15 +51,15 @@ - <_title>Unable to open addressbook - <_primary>Error loading addressbook. - + <_title>Unable to open address book + <_primary>Error loading address book. + <_secondary>{0} <_primary>Unable to perform search. - + <_secondary>{0} @@ -73,7 +73,7 @@ <_primary>Cannot move contact. - <_secondary>You are attempting to move a contact from one addressbook to another but it cannot be removed from the source. Do you want to save a copy instead? + <_secondary>You are attempting to move a contact from one address book to another but it cannot be removed from the source. Do you want to save a copy instead?