aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Collapse)AuthorAgeFilesLines
* Reverted automake 1.6 breakage. Fixes bug 444747. Patch by Patch by DanielNickolay V. Shmyrev2007-06-062-3/+10
| | | | | | | | | | | | 2007-06-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * Makefile.am: Reverted automake 1.6 breakage. Fixes bug 444747. Patch by Patch by Daniel Gryniewicz <dang@nemesis.fprintf.net>. svn path=/trunk/; revision=33661
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-032-6/+11
| | | | svn path=/trunk/; revision=33647
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-034-16/+22
| | | | svn path=/trunk/; revision=33646
* Removal of version information from installed filesSrinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33639
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-0315-101/+140
| | | | svn path=/trunk/; revision=33630
* Fix for bug #333858Srinivasa Ragavan2007-05-303-2/+21
| | | | svn path=/trunk/; revision=33605
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-263-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (ensure_sources): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (create_memo_sources): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * plugins/hula-account-setup/camel-hula-listener.c (remove_esource), (modify_esource): * plugins/groupwise-account-setup/camel-gw-listener.c (remove_esource), (modify_esource): Don't assume the relative URI is non-NULL (#427232). * plugins/exchange-operations/exchange-config-listener.c (exchange_add_autocompletion_folders): Don't assume the absolute URI is non-NULL (#427232). svn path=/trunk/; revision=33577
* Fix for bug #417797 and #424055Srinivasa Ragavan2007-05-143-4/+21
| | | | svn path=/trunk/; revision=33525
* Fix for bug #404239 #358250Srinivasa Ragavan2007-05-144-3/+17
| | | | svn path=/trunk/; revision=33524
* ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* Add Tango icons to preference window.Srinivasa Ragavan2007-05-112-2/+7
| | | | svn path=/trunk/; revision=33510
* *tools/evolution-addressbook-export-list-cards.c: Fixes 394932.Wang Xin2007-05-082-2/+9
| | | | | | | | | | 2007-05-08 Wang Xin <jedy.wang@sun.com> *tools/evolution-addressbook-export-list-cards.c: Fixes 394932. svn path=/trunk/; revision=33493
* Don't include e-contact-print-envelope.h.Matthew Barnes2007-04-244-3/+7
| | | | | | | | | | | | 2007-04-23 Matthew Barnes <mbarnes@redhat.com> * gui/contact-editor/e-contact-editor.c: * gui/widgets/e-addresbook-reflow-adapter.c: * gui/widgets/e-addresbook-view.c: Don't include e-contact-print-envelope.h. svn path=/trunk/; revision=33449
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-2011-911/+496
| | | | svn path=/trunk/; revision=33440
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-2011-78/+147
| | | | svn path=/trunk/; revision=33432
* Committing Contact Merging patch from Ebby WiselynSrinivasa Ragavan2007-04-183-6/+309
| | | | svn path=/trunk/; revision=33428
* ** Fix for bug #426743. Corrected typo "asychronous".Elizabeth Greene2007-04-102-1/+7
| | | | | | | | | | | 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fix for bug #426743. * addressbook/tools/evolution-addressbook-export.c: Corrected typo "asychronous". svn path=/trunk/; revision=33415
* change "E-Mail" to "Email". Fixes bug #404233.Andre Klapper2007-04-102-2/+7
| | | | | | | | | | 2006-04-10 Andre Klapper <a9016009@gmx.de> * gui/widgets/eab-contact-display.c: change "E-Mail" to "Email". Fixes bug #404233. svn path=/trunk/; revision=33411
* ** Fix for bug #426487simon.zheng2007-04-092-7/+15
| | | | | | | | | | | | | | 2007-04-09 simon.zheng <simon.zheng@sun.com> ** Fix for bug #426487 * gui/widgets/eab-contact-display.c: (accum_time_attribute): strftime() supplied by OS is subject to locale encoding, i.e. ja_JP.PCK. Using g_date_strftime() instead, which works on a UTF-8 format string and store a UTF-8 result. svn path=/trunk/; revision=33400
* ** Fix for bug #426829.simon.zheng2007-04-093-3/+13
| | | | | | | | | | | | | | 2007-04-09 simon.zheng <simon.zheng@sun.com> ** Fix for bug #426829. * gui/contact-editor/eab-editor.c: (eab_editor_confirm_delete): * gui/widgets/eab-contact-display.c: (render_contact): To avoid printing a NULL char point, add statements to check the return result of et_email_location() and e_contact_get(). svn path=/trunk/; revision=33398
* Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai.Matthew Barnes2007-04-052-1/+10
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * gui/component/addressbook-config.c (addressbook_config_edit_source): Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai. svn path=/trunk/; revision=33386
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-278-45/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * a11y/e-table/gal-a11y-e-cell-text.c: * a11y/e-table/gal-a11y-e-cell-vbox.c: * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * addressbook/gui/widgets/gal-view-minicard.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-tasks.c: * calendar/gui/gnome-cal.c: * composer/e-msg-composer.c: * mail/em-folder-browser.c: * mail/em-format.c: * mail/em-popup.c: * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/import-ics-attachments/icsimporter.c: * widgets/misc/e-filter-bar.c: * widgets/misc/e-multi-config-dialog.c: * widgets/table/e-cell-checkbox.c: * widgets/table/e-table-header-item.c: Don't mix declarations and code (#405495). svn path=/trunk/; revision=33324
* ** Fixes bug #419524Matthew Barnes2007-03-2124-23/+29
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* ** Fixes bug #360240Matthew Barnes2007-03-173-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
* Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-013-0/+16
| | | | | | | | | | | | | 2007-03-01 Tor Lillqvist <tml@novell.com> * gui/widgets/e-addressbook-view.c (e_contact_print_button): * printing/e-contact-print.c (e_contact_print_response): Bypass the body of these functions on non-G_OS_UNIX for now as they use gtk_print_unix_dialog_get_settings(). Gtk printing on Win32 needs work. svn path=/trunk/; revision=33270
* ** Fix for bug #232065Srinivasa Ragavan2007-02-262-1/+50
| | | | svn path=/trunk/; revision=33248
* Fix critical warnings from typos in the glade file. Closes bug #397893.Kjartan Maraas2007-02-122-3/+9
| | | | | | | | | | 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-editor/contact-editor.glade: Fix critical warnings from typos in the glade file. Closes bug #397893. Patch from Wang Xin. svn path=/trunk/; revision=33207
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-124-40/+84
| | | | svn path=/trunk/; revision=33201
* ** Fix for bug #332908Srinivasa Ragavan2007-02-092-19/+30
| | | | svn path=/trunk/; revision=33188
* ** Fixes bug #400726Matthew Barnes2007-02-092-0/+7
| | | | | | | | | | | | | | 2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
* Removed the obsolete function e_contact_print_preview.Chenthill Palanisamy2007-02-082-2/+0
| | | | svn path=/trunk/; revision=33184
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-235-415/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. svn path=/trunk/; revision=33134
* Fix for 389664 - Adding pilot-link 0.12 compatibility.Veerapuram Varadhan2007-01-082-6/+102
| | | | | | * Fix for 389664 - Adding pilot-link 0.12 compatibility. svn path=/trunk/; revision=33125
* Fixes bug #357970Matthew Barnes2006-12-044-3/+12
| | | | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * gui/contact-editor/e-contact-editor.c: * gui/widgets/e-minicard.c: * gui/widgets/eab-contact-display.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33044
* Fixes #358249 Fixes #358249Francisco Javier F. Serrador2006-11-113-2/+7
| | | | | | | | | 2006-11-11 Francisco Javier F. Serrador <serrador@openshine.com> * gui/widgets/e-minicard.c: Fixes #358249 * gui/widgets/eab-contact-display.c: Fixes #358249 svn path=/trunk/; revision=32967
* Changed the parameter passed to gal_view_minicard_attach.Devashish Sharma2006-10-164-5/+27
| | | | | | | | | | | | | | | | | | 2005-10-16 Devashish Sharma <sdevashish@novell.com> * gui/widgets/e-addressbook-view.c (display_view): Changed the parameter passed to gal_view_minicard_attach. * gui/widgets/gal-view-minicard.c (column_width_changed): Sets the horizontal scroll amount for the addresss card view to the current page size. * gui/widgets/gal-view-minicard.h: Changed function prototype for gal_view_minicard_attach. Passing EABView instead of EMinicardViewWidget. Fixes Bug#218273 svn path=/trunk/; revision=32896
* ** Fixes bug#332908Ushveen Kaur2006-10-163-9/+20
| | | | | | | | | | | | 2006-10-16 Ushveen Kaur <kushveen@novell.com> ** Fixes bug#332908 * addressbook.error.xml : * gui/contact-editor/e-contact-editor.c : Prompt-resize dialog options changed. Three options given now, "Resize", "Use as it is" and "Do not save". svn path=/trunk/; revision=32889
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-153-3/+3
| | | | | | | | | | | | | | | | 2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com> * addressbook/gui/widgets/eab-contact-display.c: addressbook/importers/evolution-ldif-importer.c addressbook/importers/evolution-vcard-importer.c calendar/importers/icalendar-importer.c plugins/groupwise-features/properties.glade plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml plugins/save-attachments/org-gnome-save-attachments.xml shell/shell.error.xml : Make some string improvements to allow better use of gettext compendia. svn path=/trunk/; revision=32879
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-018-16/+34
| | | | | | | | | | | | | | | | | | | | | 2006-10-01 Kjartan Maraas <kmaraas@gnome.org> * gui/component/addressbook-component.c: Remove duplicate include. * gui/contact-editor/e-contact-editor.c: (extract_simple_field): Fix some compiler warnings. * gui/contact-editor/e-contact-quick-add.c: (build_quick_add_dialog): Cast away a compiler warning. * gui/widgets/e-addressbook-view.c: (generate_viewoption_menu): #if 0 out an unused array, fix 0 vs NULL initialization in some other arrays and remove an unused GSList. * gui/widgets/e-minicard.c: (add_email_field): Make a var const. * gui/widgets/eab-gui-util.c: (eab_contact_save), (eab_contact_list_save): Add some casts to fix compiler warnings and #if 0 out an unused function. * util/eab-book-util.c: (escape), (eab_contact_list_from_string): Some GString fixes. All of this from bug #332101. svn path=/trunk/; revision=32841
* ** Fixes bug #261062Srinivasa Ragavan2006-09-292-0/+10
| | | | svn path=/trunk/; revision=32827
* ** Fix for bug #357811Srinivasa Ragavan2006-09-282-2/+8
| | | | | | | | | | | 2006-09-28 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #357811 * gui/widgets/e-addressbook-view.c: (search_activated): Fix for search on any type to work. svn path=/trunk/; revision=32818
* Fixes bug #351332Matthew Barnes2006-09-192-0/+8
| | | | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> Fixes bug #351332 * gui/widgets/e-minicard.c: Fix implicit function declarations. svn path=/trunk/; revision=32788
* ** Fixes bug #352353Ushveen Kaur2006-09-122-0/+8
| | | | | | | | | | | 2006-09-12 Ushveen Kaur <kushveen@novell.com> ** Fixes bug #352353 * gui/widgets/eab-gui-utils.c (file_exists): Translator comment is added. svn path=/trunk/; revision=32760
* Reverting last commit, head and stable are not branched so cannot commit ↵Devashish Sharma2006-09-071-1/+1
| | | | | | string chnages. svn path=/trunk/; revision=32747
* Changed the comment "Do you want to overwrite it" to "Do you want to ↵Devashish Sharma2006-09-071-1/+1
| | | | | | overwrite the file" svn path=/trunk/; revision=32746
* Get rid of this to lose this old directoryKjartan Maraas2006-08-241-7/+0
| | | | svn path=/trunk/; revision=32649
* Fixes a lot of search issues.Srinivasa Ragavan2006-08-212-16/+90
| | | | svn path=/trunk/; revision=32606
* Clean out this oneKjartan Maraas2006-08-181-15/+0
| | | | svn path=/trunk/; revision=32577
* Plug a leak.Kjartan Maraas2006-08-172-0/+6
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * gui/component/addressbook-component.c: (impl_requestCreateItem): Plug a leak. svn path=/trunk/; revision=32562
* Fixes bug #261239Srinivasa Ragavan2006-08-172-924/+1638
| | | | svn path=/trunk/; revision=32561
* Added a callback to handle contact deletion error and corresponding errorSushma Rai2006-08-073-4/+37
| | | | | | strings. Fixes #260403. svn path=/trunk/; revision=32483
* Assign proper search item ids: Fix from JohnnySrinivasa Ragavan2006-08-021-0/+5
| | | | svn path=/trunk/; revision=32461
* Assign proper search item ids in addressbook search.Devashish Sharma2006-07-271-5/+4
| | | | svn path=/trunk/; revision=32427
* Commented out reference to undefined function eab_search_dialog_new().Sushma Rai2006-07-242-1/+6
| | | | | | See #347910. svn path=/trunk/; revision=32408
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-244-0/+12
| | | | svn path=/trunk/; revision=32407
* Assign credits to Mikhail Zabulev.Harish Krishnaswamy2006-07-221-1/+1
| | | | | | | | 2006-07-22 Harish Krishnaswamy <kharish@novell.com> Assign credits to Mikhail Zabulev. svn path=/trunk/; revision=32384
* Reviewed by Harish Krishnaswamy <kharish@novell.com>Yuri Pankov2006-07-222-0/+9
| | | | | | | | | | | 2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> Reviewed by Harish Krishnaswamy <kharish@novell.com> * printing/Makefile.am: Add missing .la files Fixes #334206. svn path=/trunk/; revision=32383
* ** Fixes bug #347381Boby Wang2006-07-222-0/+11
| | | | | | | | | | | | 2006-07-20 Boby Wang <boby.wang@sun.com> ** Fixes bug #347381 * gui/contact-editor/e-contact-editor.c: (image_clicked): Set the image chooser dialog to modal dialog, then we can focus back to the chooser dialog by <ALT + TAB> svn path=/trunk/; revision=32376
* Autocompletion in contact list email entry.Devashish Sharma2006-07-212-11/+83
| | | | svn path=/trunk/; revision=32368
* Fix for Bug 343816Devashish Sharma2006-07-193-16/+182
| | | | svn path=/trunk/; revision=32346
* [addressbook]Ross Burton2006-07-194-15/+27
| | | | | | | | | | | | | | | | | | | 2006-07-18 Ross Burton <ross@openedhand.com> * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-list-editor/e-contact-list-editor.c: * addressbook/gui/widgets/eab-contact-display.c: Fix for EContactPhoto changes. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, finished by myself. (#347870). [plugins/bbdb] 2006-07-18 Ross Burton <ross@openedhand.com> * gaimbuddies.c: Fix for EContactPhoto change. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, rest by me. (#347870) svn path=/trunk/; revision=32343
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-196-58/+67
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/fullname.glade: * addressbook/gui/contact-editor/fulladdr.glade: * addressbook/gui/contact-editor/im.glade: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/calendar-setup.glade: * calendar/gui/dialogs/new-calendar.glade: * calendar/gui/dialogs/new-task-list.glade: * calendar/gui/dialogs/url-editor-dialog.glade: * mail/message-tags.glade: * plugins/exchange-operations/exchange-change-password.glade: * plugins/groupwise-features/properties.glade: * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: * widgets/menus/gal-view-new-dialog.glade: * widgets/misc/e-attachment.glade: * widgets/misc/gal-categories.glade: remove "*" from translation. Fixes bug #331147. svn path=/trunk/; revision=32340
* Fix for bug 332909Srinivasa Ragavan2006-07-143-48/+66
| | | | svn path=/trunk/; revision=32308
* Fixing memory leaks.Hiroyuki Ikezoe2006-07-102-0/+2
| | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixing memory leaks. svn path=/trunk/; revision=32269
* Fix for #332963 Set the mnemonic character for "No image"Aishwarya K2006-07-082-1/+6
| | | | | | | | | 2006-07-08 Aishwarya K <aishkalyan@gmail.com> Fix for #332963 * e-contact-editor.c: Set the mnemonic character for "No image" svn path=/trunk/; revision=32262
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-303-34/+35
| | | | | | | | | 2006-06-30 Harish Krishnaswamy <kharish@novell.com> Enhanced search functionality. patch submitted by Johnny Jacob Reviewed and committed by Harish. svn path=/trunk/; revision=32207
* Convert filename from glib encoding to utf8 encoding. Fixes Bug #339151simon.zheng2006-06-292-2/+10
| | | | | | | | | | 2006-06-29 simon.zheng <simon.zheng@sun.com> * gui/widgets/eab-gui-util.c: (file_exists): Convert filename from glib encoding to utf8 encoding. Fixes Bug #339151 svn path=/trunk/; revision=32204
* Fix for Bug#33691Devashish Sharma2006-06-272-2/+9
| | | | svn path=/trunk/; revision=32197
* Fix for Bug #317511Devashish Sharma2006-06-162-2/+12
| | | | svn path=/trunk/; revision=32158
* Fix for Bug #337085 and 337086.Devashish Sharma2006-06-152-10/+11
| | | | svn path=/trunk/; revision=32146
* ** Fixes bug #344227 gdk_pixbuf_loader_close should be called beforeHiroyuki Ikezoe2006-06-142-2/+9
| | | | | | | | | | | 2006-06-14 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #344227 * gui/widgets/eab-contact-display.c: (eab_contact_display_render_compact): gdk_pixbuf_loader_close should be called before gdk_pixbuf_loader_get_pixbuf. svn path=/trunk/; revision=32140
* ** Fixes bug #342646 Plugged memory leak. Ditto.Hiroyuki Ikezoe2006-06-143-1/+11
| | | | | | | | | | 2006-06-13 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #342646 * gui/widgets/e-addressbook-view.c: Plugged memory leak. * gui/widgets/e-minicard-view.c: Ditto. svn path=/trunk/; revision=32129
* created patch to make _F,_m,_S mnemonics in contact-quick add dialog work.Oswald Rodrigues2006-06-142-0/+9
| | | | | | | | | | 2006-06-13 Oswald Rodrigues <ozzy_rodrigues@yahoo.com> * gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog): created patch to make _F,_m,_S mnemonics in contact-quick add dialog work. Fixes bug #332347. svn path=/trunk/; revision=32128
* Fix for #336453simon.zheng2006-06-122-1/+10
| | | | | | | | | | | 2006-06-12 simon.zheng <simon.zheng@sun.com> Fix for #336453 * gui/component/addressbook-config.c: (addressbook_ldap_init): Add SunLDAP library support - a variant of Netscape LDAP. svn path=/trunk/; revision=32116
* Fix for Bug #342903 and 206320Devashish Sharma2006-06-122-2/+35
| | | | svn path=/trunk/; revision=32112
* *** empty log message ***Devashish Sharma2006-06-121-0/+4
| | | | svn path=/trunk/; revision=32108
* Fix for Bug #341465Devashish Sharma2006-06-121-1/+1
| | | | svn path=/trunk/; revision=32107
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-093-1/+9
| | | | | | | | | | | | | 2006-06-09 Chris Heath <chris@heathens.co.nz> * addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form): * addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact): * e-util/e-plugin.c (ep_construct): * mail/message-list.c (message_list_finalise): * plugins/itip-view.c (itip_view_destroy): Fix memory leak. Fixes bug #335423. svn path=/trunk/; revision=32101
* gui/contact-editor/e-contact-quick-add.c : Right click add toDevashish Sharma2006-05-252-2/+7
| | | | | | contacts doesnt work on email addresses in received mails. svn path=/trunk/; revision=32029
* gui/widgets/eab-contact-display.c : Name of some fields differDevashish Sharma2006-05-252-3/+9
| | | | | | | when seen in preview pane and contact editor (Video Chat in contact editor and Video Conferencing in preview pane). svn path=/trunk/; revision=32028
* contacts added to a contact-list cant be added again.Devashish Sharma2006-05-252-5/+41
| | | | svn path=/trunk/; revision=32025
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-252-7/+19
| | | | svn path=/trunk/; revision=32023
* Fix for gnome bug #341931, farsiweb #562 Mark a few messages forRoozbeh Pournader2006-05-172-4/+10
| | | | | | | | | | 2006-05-17 Roozbeh Pournader <roozbeh@farsiweb.info> Fix for gnome bug #341931, farsiweb #562 * gui/contact-editor/e-contact-editor.c: Mark a few messages for translation. svn path=/trunk/; revision=31993
* Fix for Bug 341521 Change the label name of categories button.simon.zheng2006-05-122-1/+7
| | | | | | | | | | 2006-05-12 simon.zheng <simon.zheng@sun.com> Fix for Bug 341521 * gui/contact-editor/contact-editor.glade: Change the label name of categories button. svn path=/trunk/; revision=31978
* ** Fix for bug # 336470Boby Wang2006-04-272-0/+13
| | | | | | | | | | | 2006-04-27 Boby Wang <boby.wang@sun.com> ** Fix for bug # 336470 * gui/contact-editor/fullname.glade: Add labelled-by relationship to gtkcombo. svn path=/trunk/; revision=31910
* Committing atch from PR Suman to add icons missing in menu items.Srinivasa Ragavan2006-04-262-2/+11
| | | | svn path=/trunk/; revision=31900
* Committing patch for bug #317512.Srinivasa Ragavan2006-04-264-4/+250
| | | | svn path=/trunk/; revision=31895
* Fix for bug #337604 Should destory the print dialog window after clickingSimon Zheng2006-04-212-0/+8
| | | | | | | | | | | 2006-04-21 Simon Zheng <simon.zheng@sun.com> Fix for bug #337604 * printing/e-contact-print.c: (e_contact_print_response): Should destory the print dialog window after clicking Print Preview button. svn path=/trunk/; revision=31852
* Fix for Bug 333869.Devashish Sharma2006-04-213-80/+16
| | | | svn path=/trunk/; revision=31850
* Fix for Bug 336713Devashish Sharma2006-04-212-4/+10
| | | | svn path=/trunk/; revision=31847
* Fix for bug #336454 we should return false if it is not a del event toLi Yuan2006-04-072-3/+12
| | | | | | | | | | | | 2006-03-29 Li Yuan <li.yuan@sun.com> Fix for bug #336454 * gui/component/addressbook-view.c: (source_selector_key_press_event_callback): we should return false if it is not a del event to make gtktreeview deal the rest of keys. svn path=/trunk/; revision=31781
* Fix for Bug 331020.Devashish Sharma2006-03-102-3/+8
| | | | svn path=/trunk/; revision=31681
* Fix for Bug 331023Devashish Sharma2006-03-101-2/+2
| | | | svn path=/trunk/; revision=31680
* Fix for Bug #333855Devashish Sharma2006-03-102-47/+59
| | | | svn path=/trunk/; revision=31678
* Fix for Bug 332915.Devashish Sharma2006-03-062-1/+6
| | | | svn path=/trunk/; revision=31666
* Fix for Bug 332136.Devashish Sharma2006-03-064-17/+12
| | | | svn path=/trunk/; revision=31656
* Static image preview in contact-editor image selector.Devashish Sharma2006-03-051-6/+7
| | | | svn path=/trunk/; revision=31646
* Fix for bug 268458.Devashish Sharma2006-03-052-1/+5
| | | | svn path=/trunk/; revision=31645
* Fix for Bug 332811Devashish Sharma2006-02-282-1/+6
| | | | svn path=/trunk/; revision=31605
* Fix for Bug #332498: Orphaned category editor crashes evo.Devashish Sharma2006-02-282-3/+22
| | | | svn path=/trunk/; revision=31600
* Fix for bug #322689Devashish Sharma2006-02-272-1/+7
| | | | svn path=/trunk/; revision=31588
* Fix for Bug #332123.Devashish Sharma2006-02-232-0/+7
| | | | svn path=/trunk/; revision=31567
* New->Contact should create contact on selected addressbook.Devashish Sharma2006-02-232-1/+31
| | | | svn path=/trunk/; revision=31566
* Fix for 331993.Simon Zheng2006-02-222-3/+9
| | | | | | | | | | 2006-02-22 Simon Zheng <simon.zheng@sun.com> Fix for 331993. * printing/medbook.ecps: Add "Regular" to the font name. svn path=/trunk/; revision=31563
* eab_view_discard_menus : Dont assert if view->view_instance is NULL.Devashish Sharma2006-02-221-1/+0
| | | | svn path=/trunk/; revision=31559
* Use pango for all text handling when printing addressbooksDevashish Sharma2006-02-143-262/+160
| | | | svn path=/trunk/; revision=31517
* 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>,Andre Klapper2006-02-132-6/+12
| | | | | | | | | | Andre Klapper <a9016009@gmx.de> * addressbook/ldap-config.glade: * mail/em-account-editor.c: Fix the Security options to finally be descriptive, rather than obscuring. Fixes the UI part of bug #321797. svn path=/trunk/; revision=31507
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-064-8/+19
| | | | svn path=/trunk/; revision=31413
* fixing typos. fixes #304996 partially.Andre Klapper2006-02-062-1/+6
| | | | | | | | | 2006-02-05 Andre Klapper <a9016009@gmx.de> * gui/component/ldap-config.glade: * shell.error.xml: fixing typos. fixes #304996 partially. svn path=/trunk/; revision=31409
* File selector shows preview of the image when choosing picture of aDevashish Sharma2006-02-012-0/+33
| | | | | | | | | 2006-02-01 Devashish Sharma <sdevashish@novell.com> * gui/contact-editor/e-contact-editor.c: File selector shows preview of the image when choosing picture of a contact. svn path=/trunk/; revision=31395
* Fix for Bug #329315Devashish Sharma2006-02-012-1/+7
| | | | svn path=/trunk/; revision=31393
* Link with libefilterbar, too.Tor Lillqvist2006-01-312-0/+6
| | | | | | | | | 2006-01-30 Tor Lillqvist <tml@novell.com> * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Link with libefilterbar, too. svn path=/trunk/; revision=31381
* Remove unused files from source tree.Harish Krishnaswamy2006-01-304-420/+0
| | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> Remove unused files from source tree. svn path=/trunk/; revision=31378
* Remove inclusion of unused header.Harish Krishnaswamy2006-01-303-2/+6
| | | | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> * gui/component/addressbook-view.c: * gui/widgets/e-addressbook-view.c: Remove inclusion of unused header. svn path=/trunk/; revision=31375
* Removed reference to "search" directory. Fixes the build issue.Sushma Rai2006-01-302-1/+5
| | | | svn path=/trunk/; revision=31369
* *** empty log message ***Devashish Sharma2006-01-301-0/+7
| | | | svn path=/trunk/; revision=31361
* Search types for addressbookDevashish Sharma2006-01-301-0/+174
| | | | svn path=/trunk/; revision=31360
* Added save advanced search for addressbook.Devashish Sharma2006-01-304-31/+53
| | | | svn path=/trunk/; revision=31359
* removes an unused variable.Devashish Sharma2006-01-302-1/+4
| | | | svn path=/trunk/; revision=31346
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-2720-134/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-27 Kjartan Maraas <kmaraas@gnome.org> reviewed by: Harish Krishnaswamy <kharish@novell.com> * gui/component/addressbook-component.c: (impl_requestCreateItem): Remove unused bits. * gui/component/addressbook-config.c: (eabc_general_type), (eabc_general_offline): Same here. * gui/component/addressbook-migrate.c: Remove unused static function. * gui/component/addressbook-view.c: (selector_tree_drag_motion): Remove unused static function and init uninitialized var. * gui/contact-editor/e-contact-editor-address.c: (fill_in_countries): Return early if setlocale() fails. * gui/contact-editor/e-contact-editor.c: (file_as_get_style), (extract_email), (extract_phone), (sensitize_phone_types), (extract_im), (sensitize_im_types), (init_simple): Mark some arrays static, remove unused variables, fix gcc warnings * gui/contact-list-editor/e-contact-list-editor.c: (fill_in_info): Remove unused var. * gui/merging/eab-contact-compare.c: (eab_contact_compare_name): Remove unused static function and unused vars. * gui/search/e-addressbook-search-dialog.c: (eab_search_dialog_dispose): Remove unused vars. * gui/widgets/e-addressbook-model.c: (get_view): Add comment. * gui/widgets/e-addressbook-view.c: (eab_view_class_init), (eab_view_delete_selection): Remove unused var * gui/widgets/e-addressbook-view.h: Remove extra semi-colon. * gui/widgets/e-minicard-label.c: (e_minicard_label_unrealize): Remove unused var. * gui/widgets/e-minicard.c: (e_minicard_unrealize), (e_minicard_event), (add_field), (remodel), (e_minicard_reflow): Remove unused vars. s/if/ifdef in some places, use passed in parameter instead of redeclaring the thing locally. * gui/widgets/eab-contact-display.c: (accum_address), (eab_contact_display_render_compact): s/if/ifdef. * gui/widgets/eab-gui-util.c: (eab_select_source): Comment out unused var. * gui/widgets/eab-popup-control.c: (eab_popup_control_cleanup): s/if/ifdef * printing/e-contact-print-style-editor.c: (e_contact_print_style_editor_class_init), (e_contact_print_style_editor_set_arg), (e_contact_print_style_editor_get_arg): Remove unused vars. * util/eab-book-util.c: s/if/ifdef svn path=/trunk/; revision=31327
* Fix for bug #237297.Devashish Sharma2006-01-252-9/+41
| | | | svn path=/trunk/; revision=31310
* Added menu items for addressbook operations.Devashish Sharma2006-01-255-92/+279
| | | | svn path=/trunk/; revision=31307
* ** Fixes #327203Simon Zheng2006-01-253-4/+12
| | | | | | | | | | | | | | | | 2006-01-25 Simon Zheng <simon.zheng@sun.com> ** Fixes #327203 * gui/contact-editor/e-contact-editor.c (app_delete_event_cb): Checking the validity of contact editor should be done after extracting all fields. This's done in save_contact(). * gui/contact-editor/eab-editor.c (eab_editor_prompt_to_save_changes): To avoid repeating free memory, delete eab_editor_close(). In fact, eab_editor_save_contact() has done it before. svn path=/trunk/; revision=31299
* Made some changes to evolution csv importer for fixing some bugs.Devashish Sharma2006-01-232-5/+114
| | | | svn path=/trunk/; revision=31279
* Added source selector to contact quick-add dialog.Devashish Sharma2006-01-233-770/+65
| | | | svn path=/trunk/; revision=31278
* Checking for the property user and username. Fixes #327819.Sushma Rai2006-01-232-3/+14
| | | | svn path=/trunk/; revision=31274
* i2006-01-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-162-1/+8
| | | | | | | | | * gui/component/addressbook-component.c: (impl__get_userCreatableItems): remove shortcut keys (UI Hackfest - See http://go-evolution.org/Shortcut_Keys_Review). svn path=/trunk/; revision=31215
* Small change to csv importer.Devashish Sharma2006-01-161-8/+4
| | | | svn path=/trunk/; revision=31207
* *** empty log message ***Devashish Sharma2006-01-161-8/+8
| | | | svn path=/trunk/; revision=31206
* CSV and TAB file importer for addressbook.Devashish Sharma2006-01-161-0/+749
| | | | svn path=/trunk/; revision=31198
* Added support for CSV and TAB file import.Devashish Sharma2006-01-164-0/+12
| | | | svn path=/trunk/; revision=31197
* *** empty log message ***Devashish Sharma2006-01-161-3/+29
| | | | svn path=/trunk/; revision=31195
* Setting the default response for categories dialog.Devashish Sharma2006-01-161-0/+17
| | | | | | | Setting the default response for contact full nams dialog. Fixing the default focus in contact editor dialog. svn path=/trunk/; revision=31194
* ** Fixes bug #326268Srinivasa Ragavan2006-01-142-1/+8
| | | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326268 * gui/widgets/e-addressbook-view.c: Adds mnemonics to Advanced Search menu item in contacts view. svn path=/trunk/; revision=31174
* Changes Contacts View accel from Control+F2 to Control+2.Srinivasa Ragavan2006-01-122-1/+7
| | | | | | | | | | 2006-01-12 Srinivasa Ragavan <sragavan@novell.com> * gui/component/GNOME_Evolution_Addressbook.server.in.in: Changes Contacts View accel from Control+F2 to Control+2. svn path=/trunk/; revision=31150
* use e_filename_make_safe() inSimon Zheng2006-01-102-0/+7
| | | | | | | | | | 2006-01-10 Simon Zheng <simon.zheng@sun.com> * gui/widgets/eab-gui-util.c:use e_filename_make_safe() in evolution-data-server/libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.c. svn path=/trunk/; revision=31115
* changing old evo1.4 path to current path. Fixes bug 307513. Committing onAli Akcaagac / Andre Klapper2006-01-092-1/+6
| | | | | | | | | 2006-01-09 Ali Akcaagac / Andre Klapper <a9016009@gmx.de> * tools/evolution-addressbook-clean.in: changing old evo1.4 path to current path. Fixes bug 307513. Committing on behalf of Ali Akcaagac. svn path=/trunk/; revision=31104
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-062-1/+6
| | | | | | | | | | | | | | | | | | | | | | 2006-01-06 Andre Klapper <a9016009@gmx.de> * addressbook/gui/widgets/eab-gui-util.c: * calendar/calendar.error.xml: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/e-cal-component-preview.c: * calendar/gui/e-cal-model-tasks.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/mail-session.c: * plugins/itip-formatter/itip-formatter.c: * plugins/itip-formatter/itip-view.c: changing "cancelled" (British English) to "canceled" (American English). Fixes bug 325334. svn path=/trunk/; revision=31088
* add a not NULL-pointer check before using lud->scope.Shi Pu2006-01-052-11/+18
| | | | | | | | | 2006-01-04 Shi Pu <shi.pu@sun.com> * gui/component/addressbook-config.c (eabc_details_search): add a not NULL-pointer check before using lud->scope. svn path=/trunk/; revision=31056
* String Fixes (Bug #325122)Harish Krishnaswamy2006-01-011-1/+1
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * String Fixes (Bug #325122) svn path=/trunk/; revision=31006
* Modified the categories to option menu format in advanced searchSrinivasa Ragavan2005-12-222-1/+73
| | | | | | | | | 2005-12-22 Srinivasa Ragavan <sragavan@novell.com> * gui/search/addresstypes.xml: Modified the categories to option menu format in advanced search svn path=/trunk/; revision=30929
* committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-212-17/+25
| | | | | | | | | | | | | | ChangeLog addressbook/ChangeLog addressbook/gui/component/addressbook-component.c calendar/ChangeLog calendar/gui/calendar-component.c calendar/gui/memos-component.c calendar/gui/tasks-component.c mail/ChangeLog mail/Evolution-Mail.idl mail/mail-component.c shell/ChangeLog shell/Evolution-Component.idl shell/Evolution-Shell.idl shell/Evolution.idl shell/Makefile.am shell/e-shell-window.c shell/e-shell-window.h shell/e-shell.c svn path=/trunk/; revision=30915
* Include libedataserver/e-xml-utils.h, too.Tor Lillqvist2005-12-181-10/+9
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-migrate.c: Include libedataserver/e-xml-utils.h, too. svn path=/trunk/; revision=30830
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convertTor Lillqvist2005-12-172-2/+4
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-folders.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30802
* Use gstdio wrappers. No fork() on Windows, but the fork-to-backgroundTor Lillqvist2005-12-172-2/+17
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-cards.c: Use gstdio wrappers. No fork() on Windows, but the fork-to-background functionality doesn't seem essential? svn path=/trunk/; revision=30801
* gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file()Tor Lillqvist2005-12-173-8/+26
| | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/widgets/gal-view-minicard.c * printing/e-contact-print.c: Use libedataserver's e_xml_parse_file() and e_xml_save_file() instead of calling libxml functions directly, as they don't understand the GLib file name encoding (UTF-8) on Win32. svn path=/trunk/; revision=30800
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convertTor Lillqvist2005-12-172-9/+28
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/evolution-vcard-importer.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30799
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API toTor Lillqvist2005-12-172-24/+40
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-migrate.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30797
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
* Commited my right email address in ChangeLogSrinivasa Ragavan2005-12-151-1/+1
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Commited my right email address in ChangeLog svn path=/trunk/; revision=30784
* Added a visual cue to search bar to indicate search filter active.Srinivasa Ragavan2005-12-152-0/+11
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Added a visual cue to search bar to indicate search filter active. svn path=/trunk/; revision=30781
* Proceeding with the import activity only if the book is writable.Sushma Rai2005-12-143-0/+22
| | | | | | Fixes #266003. svn path=/trunk/; revision=30772
* Not inserting new line at the end and also placing the cursor at theSushma Rai2005-12-102-4/+16
| | | | | | beginning of the widget. Fixes #300300. svn path=/trunk/; revision=30745
* Authenticate by reading the store-password for calendars that has "auth"Veerapuram Varadhan2005-12-062-2/+68
| | | | | | | | | | * conduits/addressbook-conduit.c: (pre_sync): Authenticate by reading the store-password for calendars that has "auth" property set. * conduits/addressbook-conduit.c: (addressbook_authenticate): Implement authentication using e-passwords. svn path=/trunk/; revision=30730
* gui/contact-editor/e-contact-editor.cTor Lillqvist2005-11-2610-16/+110
| | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/contact-editor/e-contact-editor.c * gui/contact-editor/e-contact-editor-address.c * gui/contact-editor/e-contact-editor-fullname.c * gui/contact-editor/e-contact-editor-im.c * gui/contact-list-editor/e-contact-list-editor.c * gui/merging/eab-contact-merging.c * gui/widgets/e-addressbook-view.c * printing/e-contact-print.c * printing/e-contact-print-style-editor.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30678
* Include e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a callTor Lillqvist2005-11-262-1/+12
| | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-view.c (control_activate): Include e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a call to a function) on Windows. Construct the path of the xml file at run-time to enable install-anywhere on Windows. svn path=/trunk/; revision=30677
* Include openldap-extract.h on Windows. Include e-util-private.h to getTor Lillqvist2005-11-262-10/+71
| | | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-config.c: Include openldap-extract.h on Windows. Include e-util-private.h to get redefinition of EVOLUTION_GLADEDIR (as a call to a function) on Windows. (query_for_supported_bases, eabc_general_name, eabc_general_host, eabc_general_auth, eabc_details_search, eabc_details_limit, addressbook_config_edit_source): Construct the path of the glade file at run-time to enable install-anywhere on Windows. svn path=/trunk/; revision=30675
* New file. Contains various things lifted from OpenLDAP for use on WindowsTor Lillqvist2005-11-263-1/+1436
| | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/openldap-extract.h: New file. Contains various things lifted from OpenLDAP for use on Windows where we use Microsoft's LDAP implementation. The same file is also in e-d-s/backends/ldap. * gui/component/Makefile.am: Distribute openldap-extract.h. svn path=/trunk/; revision=30674
* Use g_filename_from_uri() instead of just stripping off the "file://"Tor Lillqvist2005-11-252-2/+12
| | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * importers/evolution-ldif-importer.c (ldif_import): Use g_filename_from_uri() instead of just stripping off the "file://" prefix for Win32 portability. Use gstdio wrappers for better non-ASCII filename support on Windows. svn path=/trunk/; revision=30673
* Use g_filename_from_uri() instead of just stripping off the "file://"Tor Lillqvist2005-11-252-1/+6
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Use g_filename_from_uri() instead of just stripping off the "file://" prefix for Win32 portability. svn path=/trunk/; revision=30671
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-1/+7
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30667
* Groupwise address book, new warning message if the user's frequent contactsSushma Rai2005-11-242-0/+10
| | | | | | folder is not createdi. svn path=/trunk/; revision=30653
* Added keyboard accelerators for contacts.Srinivasa Ragavan2005-11-163-18/+24
| | | | | | | | | | 2005-10-04 Srinivasa Ragavan <sragavan@novell.com> * gui/component/addressbook-view.c (abv_source_popups): * gui/widgets/e-addressbook-view.c (eabv_popup_items): Added keyboard accelerators for contacts. svn path=/trunk/; revision=30619
* Add a config argument to get the actual page size and set it to style.Evan Yan2005-11-112-4/+26
| | | | | | | | | | | | | | 2005-11-11 Evan Yan <evan.yan@sun.com> * pinting/e-contact-print.c (e_contact_build_style): Add a config argument to get the actual page size and set it to style. (e_contact_print_response): modify the call to e_contact_build_style accordingly. e_contact_print_preview): modify the call to e_contact_build_style accordingly. Fixes # 316280 svn path=/trunk/; revision=30597
* Setting the focus to the corresponding entry field after changing dropdownSushma Rai2005-10-262-11/+36
| | | | | | menus for phone, email and im in contact editor. Fixes #229972. svn path=/trunk/; revision=30566
* Marked subject line for translation. Fixes #317753.Sushma Rai2005-10-222-4/+9
| | | | svn path=/trunk/; revision=30556
* Making the LDAP search filter configurable. Fixes #311884.Sushma Rai2005-10-223-17/+393
| | | | svn path=/trunk/; revision=30553
* dded case insensitive compare support etable, and using it for OrganizationSushma Rai2005-10-042-1/+8
| | | | | | | filed. Fixes #207110. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30489
* Using "collate" compare type for "File As". Fixes #271594, and #273870.Sushma Rai2005-10-042-1/+7
| | | | | | Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30488
* Set the sorting column so that the contacts are alphabetically sorted inSushma Rai2005-10-041-0/+6
| | | | | | | contact list editor. Fixes #265353. Patch submitted by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30486
* Test program change, missed in previous commit.Sushma Rai2005-10-031-1/+1
| | | | svn path=/trunk/; revision=30472
* Fix for issues related to printing contacts. Fixes #248624, #274285,Sushma Rai2005-10-034-18/+87
| | | | | | #209354, #202201. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30469
* Not allowing partial comparisons while finding duplicate entries.Sushma Rai2005-09-302-1/+8
| | | | | | Fixes #315034. Patch submitted by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30443
* This now takes care to escape any auth mechanism in the uri.Sarfraaz Ahmed2005-09-302-8/+13
| | | | | | | | | 2005-09-30 Sarfraaz Ahmed <asarfraaz@novell.com> * gui/component/addressbook.c (remove_parameters_from_uri) : This now takes care to escape any auth mechanism in the uri. svn path=/trunk/; revision=30438
* Handling the attributed specified in the schema, and also mozilla schemaSushma Rai2005-09-302-27/+133
| | | | | | specific attributes. Fixes #316373 svn path=/trunk/; revision=30431
* Fix for the crash when adding duplicate contacts without e-mail ids bySushma Rai2005-09-283-10/+30
| | | | | | | dragging them into contact list editor. Patch submitted by "Devashish <sdevashish@novell.com>" svn path=/trunk/; revision=30411
* Allowing to delete address book folder using Del/Delete key.Sushma Rai2005-09-282-0/+57
| | | | | | Fixes #233424. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30402
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to theTor Lillqvist2005-09-282-1/+8
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/component/addressbook.c (get_remember_password): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to the literal "true", just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30391
* Clearing the contacts preview pane after every search. Fixes #269655.Sushma Rai2005-09-261-0/+3
| | | | svn path=/trunk/; revision=30374
* Spec file change to selecte multiple entries in the contact list editor.Sushma Rai2005-09-142-1/+6
| | | | | | Fix for #235038. svn path=/trunk/; revision=30346
* Proper ordering of column and field names in ETableSpecification.Sushma Rai2005-08-262-38/+45
| | | | | | Fixes #313124. svn path=/trunk/; revision=30254
* de-constify uri, and fix its creation logic. (load_source_cb): cast forNot Zed2005-08-2410-25/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * gui/component/addressbook.c (addressbook_authenticate): de-constify uri, and fix its creation logic. (load_source_cb): cast for warning. * gui/widgets/e-addressbook-view.c: more missing a11y include. * gui/widgets/e-minicard-view.c: another missing a11y include. * gui/widgets/e-minicard.c: include missing a11y include. (e_minicard_activate_editor): fix cast. * gui/widgets/eab-popup-control.c (eab_popup_control_display_contact): remove unused. * gui/widgets/eab-gui-util.c (eab_contact_save): fix conditional build. (eab_send_to_contact_and_email_num_list): fix boolean conversion. * gui/widgets/eab-contact-display.c (eab_contact_display_init): cast. * gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): constify file_as. * gui/contact-editor/e-contact-editor.c (init_im_record_location): fix warnings for conditional building. (fill_in_simple_field): do proper boolean conversion. (extract_simple_field): do proper boolean conversion. (response): constify categories, and dont bother initialising it. (image_clicked): remove warnings for conditional build. (e_contact_editor_is_valid): constify text. (e_contact_editor_create_web): cast. svn path=/trunk/; revision=30216
* Using e_contact_get() for E_CONTACT_IS_LIST. See #314152.Sushma Rai2005-08-222-4/+15
| | | | | | Patch submitted by "ross@burtonini.com (Ross Burton)". svn path=/trunk/; revision=30197
* Commiting Devashish patch for #241219. 2005-08-19 Devashish SharmaSrinivasa Ragavan2005-08-222-10/+25
| | | | | | | | | 2005-08-22 Srinivasa Ragavan <sragavan@novell.com> * Commiting Devashish patch for #241219. 2005-08-19 Devashish Sharma <sdevashish@novell.com> svn path=/trunk/; revision=30195
* Fixes the crash while exporting contacts in csv format. Fixes #269870Sushma Rai2005-08-222-7/+20
| | | | svn path=/trunk/; revision=30194
* Allow selecting and removing multiple entries from contact list editor.Sushma Rai2005-08-222-3/+28
| | | | | | | | Fixes #235038. Patch submitted by "sean.gao@sun.com (Sean Gao)" and patch corrected by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30187
* Fixed the problem of comparison and never returning true, inSushma Rai2005-08-222-3/+10
| | | | | | match_email_hostname(). svn path=/trunk/; revision=30186
* corrected the date in changelog.Sushma Rai2005-08-201-4/+4
| | | | svn path=/trunk/; revision=30167
* Not checking for the duplicate contacts matching emial ids of a list.Sushma Rai2005-08-172-34/+49
| | | | | | skip email comparison in case of contact lists. Fixes #312554. svn path=/trunk/; revision=30146
* While adding new contact, during the duplicate contact check, not comparingSushma Rai2005-08-172-1/+10
| | | | | | the email id of new contact with the email ids of contact lists. svn path=/trunk/; revision=30145
* Handling GTK_RESPONSE_DELETE_EVENT response.Sushma Rai2005-08-172-1/+11
| | | | svn path=/trunk/; revision=30144
* Added scroll bar to duplicate detected dialog.Sushma Rai2005-08-172-138/+158
| | | | svn path=/trunk/; revision=30143
* Add eab-popup.c back which apparently was accidentally removed.Tor Lillqvist2005-08-172-1/+7
| | | | | | | | | 2005-08-17 Tor Lillqvist <tml@novell.com> * gui/widgets/Makefile.am (libeabwidgets_la_SOURCES): Add eab-popup.c back which apparently was accidentally removed. svn path=/trunk/; revision=30138
* Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h.Christian Kellner2005-08-172-3/+12
| | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * gui/widgets/Makefile.am: Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h. Fixes bug: #313585. svn path=/trunk/; revision=30133
* Proper Checking for naming context value. Now pops up the errorSushma Rai2005-08-132-1/+6
| | | | | | | when user tries to find supported search bases in ldap address book configuration dialog, in case he has not set naming context. svn path=/trunk/; revision=30102
* defined prototype for sensitize_ok(), fixes the compile time warnings.Sushma Rai2005-08-101-0/+1
| | | | svn path=/trunk/; revision=30078
* Fix for #258257, got missed while I committed the changelog for it.Sushma Rai2005-08-101-0/+10
| | | | svn path=/trunk/; revision=30072
* Use privsolib instead of privlib (no difference on Unix, on Win32Tor Lillqvist2005-08-102-1/+10
| | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (no difference on Unix, on Win32 privsolib means lib). Use NO_UNDEFINED. Link with libeabutil.la. svn path=/trunk/; revision=30059
* Vulnerability patch submitted by "Sitic Vulnerability Advisory <sitic@pts.se>"Sushma Rai2005-08-052-3/+9
| | | | svn path=/trunk/; revision=30002
* Fix for the crash while importing ldif file with more than fifty entries.Sushma Rai2005-08-052-1/+8
| | | | svn path=/trunk/; revision=29998
* Add missing forward referencesJules Colding2005-08-032-0/+8
| | | | svn path=/trunk/; revision=29971
* Not removing the contacts, if move fails because of destination address bookSushma Rai2005-08-032-9/+31
| | | | | | | load/write error, and also if the move operation was cancelled on finding a duplicate contact. Fixes #311133, #273716. svn path=/trunk/; revision=29967
* Made the error dialog for load-error nonmodal, since it block the UI alongSrinivasa Ragavan2005-08-033-6/+22
| | | | | | | | | | | | | | 2005-08-01 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Made the error dialog for load-error nonmodal, since it block the UI along with popup menu. * gui/component/addressbook-view.c (load_uri_for_selection) (primary_source_selection_changed_callback) (addressbook_view_init): Checks whether the book is already selected. If so it doesnt reselect it on a r-click. Fixes the bug #309247 svn path=/trunk/; revision=29966
* Marked string for translation and removed trailing space. Fixes bugFrank Arnold2005-08-032-2/+7
| | | | | | | | | 2005-08-03 Frank Arnold <farnold@cvs.gnome.org> * addressbook.error.xml: Marked string for translation and removed trailing space. Fixes bug #254923 again. svn path=/trunk/; revision=29962
* Patch by "Devashish Sharma <sdevashish@novell.com> ", fixes #258257.Sushma Rai2005-08-021-2/+9
| | | | svn path=/trunk/; revision=29952
* Fixes the bug #309416Srinivasa Ragavan2005-07-292-1/+6
| | | | | | | | | 2005-07-29 Srinivasa Ragavan <sragavan@novell.com> * gui/contact-editor/eab-editor.c: (eab_editor_prompt_to_save_changes) (eab_editor_request_close_all) Fixes the bug #309416 svn path=/trunk/; revision=29932
* Fixes the bug #269870. Commiting Michael Meeks patch.Srinivasa Ragavan2005-07-292-1/+11
| | | | | | | | | 2005-07-29 Srinivasa Ragavan <sragavan@novell.com> * tools/evolution-addressbook-export-list-cards.c: (output_n_cards_file) Fixes the bug #269870. Commiting Michael Meeks patch. svn path=/trunk/; revision=29928
* Fixed in a genereic way, the resizing of contact photosSrinivasa Ragavan2005-07-292-32/+47
| | | | | | | | | 2005-07-29 Srinivasa Ragavan <sragavan@novell.com> * gui/contact-editor/e-contact-editor.c: (extract_simple_field) (image_selected) Fixed in a genereic way, the resizing of contact photos svn path=/trunk/; revision=29922
* fix make distcheck issues. remove duplicate inclusion of headerHarish Krishnaswamy2005-07-273-2/+7
| | | | | | | | | | 2005-07-26 Harish Krishnaswamy <kharish@novell.com> * gui/component/Makefile.am: fix make distcheck issues. * gui/component/addressbook-config.c: remove duplicate inclusion of header svn path=/trunk/; revision=29890
* Added a string for resize popup Added code to check the size of image andSrinivasa Ragavan2005-07-253-1/+44
| | | | | | | | | | 2005-07-25 Srinivasa Ragavan <sragavam@novell.com> * addressbook.error.xml: Added a string for resize popup * gui/contact-editor/e-contact-editor.c: (image_selected) Added code to check the size of image and prompt for resize. svn path=/trunk/; revision=29885
* Patch by "Arunprakash <arunp@novell.com>" to change the string marked forSushma Rai2005-07-252-8/+13
| | | | | | translation. Related to his previous patch for #235830. svn path=/trunk/; revision=29877
* Using autocompletion stock icon instead of contacts icon, forSushma Rai2005-07-222-1/+7
| | | | | | autocompletion. Fixes #257329. svn path=/trunk/; revision=29849
* Showing the file_as name in the contact editor dialog title. Patch bySushma Rai2005-07-222-6/+37
| | | | | | "Arunprakash <arunp@novell.com>". Fixes #235830. svn path=/trunk/; revision=29848
* Not prompting the delete confirmation dialog for cut contact operation.Sushma Rai2005-07-214-6/+18
| | | | | | Fixes #311090 svn path=/trunk/; revision=29833
* Patch by Arunprakash to add missed error messages and marking themSushma Rai2005-07-192-2/+10
| | | | | | for translation. Fixes #310343. svn path=/trunk/; revision=29795
* Unrefing the query.Sushma Rai2005-07-153-3/+13
| | | | svn path=/trunk/; revision=29774
* Fix for address book import problems.Sushma Rai2005-07-133-5/+17
| | | | svn path=/trunk/; revision=29750
* Merge back eplugin-import-branch.Michael Zucci2005-07-1210-432/+366
| | | | svn path=/trunk/; revision=29725
* // uris. Also, opens a contact in the editor if the contact-uid in the urlVeerapuram Varadhan2005-07-114-0/+151
| | | | | | | * Implementation to handle contacts:// uris. * Also, opens a contact in the editor if the contact-uid in the url is valid. svn path=/trunk/; revision=29719
* Corrected the changelog entry.Sushma Rai2005-07-111-1/+1
| | | | svn path=/trunk/; revision=29711
* Including the file path in the error string. Fixes #309624.Sushma Rai2005-07-082-4/+12
| | | | svn path=/trunk/; revision=29683
* Enable autocompletion on personal addressbook when creating it (MandrivaFrédéric Crozat2005-07-073-0/+11
| | | | | | | | | * gui/component/addressbook-component.c: (ensure_sources): * gui/component/addressbook-migrate.c: (create_groups): Enable autocompletion on personal addressbook when creating it (Mandriva bug #16427). svn path=/trunk/; revision=29674
* added comments about the hookpointsVivek Jain2005-07-063-0/+22
| | | | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * gui/component/addressbook-view.c: (popup_event_callback) * gui/widget/e-addressbook-view.c :(do_popup_menu) added comments about the hookpoints svn path=/trunk/; revision=29659
* Fixed for bug 309245. Fixes the bug 206774, 242154. Fixes the bug 206774,Srinivasa Ragavan2005-07-065-3/+34
| | | | | | | | | | | | 2005-07-06 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/eab-gui-util.c: (contact_added_cb): Fixed for bug 309245. * /gui/widgets/e-addressbook-view.c: Fixes the bug 206774, 242154. * gui/widgets/eab-popup.c: (eab_popup_target_new_select) Fixes the bug 206774, 242154. * gui/widgets/eab-popup.h: Fixes the bug 206774, 242154. svn path=/trunk/; revision=29641
* The previous commit breaks the build by introducing a circular dependancy.Harish Krishnaswamy2005-06-252-1/+6
| | | | | | | | | | 2005-06-25 Harish Krishnaswamy <kharish@novell.com> * gui/contact-list-editor/Makefile.am: The previous commit breaks the build by introducing a circular dependancy. Revert the changes. svn path=/trunk/; revision=29586
* Setting TYPE=OTHER default parameter to email attribute. Fixes #240756.Sushma Rai2005-06-252-0/+13
| | | | svn path=/trunk/; revision=29585
* Fixed some symbol resolution errors with groupwise-features plugin.Sushma Rai2005-06-252-0/+6
| | | | svn path=/trunk/; revision=29584
* Added widgets in INCLUDES.Kaushal Kumar2005-06-2319-31/+32
| | | | | | | | | | | | 2005-06-23 Kaushal Kumar <kakumar@novell.com> * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574
* gui/component/Makefile.am gui/contact-editor/Makefile.amTor Lillqvist2005-06-198-38/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/component/Makefile.am * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * gui/merging/Makefile.am * gui/search/Makefile.am * gui/widgets/Makefile.am: Prune unnecessary and nonexistent directories from the -I options. Prune pathname macros not used in the sources in that directory from the -D options. * gui/component/Makefile.am * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * util/Makefile.am: Use NO_UNDEFINED. Link with all necessary libraries. * gui/component/Makefile.am: Use Win32-specific hack to work around MSYS feature in the gconftool invocation. * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am: Use bootstrap library libevolution-addressbook on Win32. * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * util/Makefile.am: Use privsolib_LTLIBRARIES instead of privlib_LTLIBRARIES (see ../ChangeLog). svn path=/trunk/; revision=29546
* gui/component/GNOME_Evolution_Addressbook.server.in.inTor Lillqvist2005-06-184-3/+10
| | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/component/GNOME_Evolution_Addressbook.server.in.in * importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in * importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in: Use SOEXT. svn path=/trunk/; revision=29534
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1735-49/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside evolution. Thanks to JP Rosevear for performing the cvs surgery. The files have been moved in the following order. evolution/e-util <- gal/gal/util evolution/a11y <- gal/gal/a11y evolution/a11y/e-table <- gal/gal/a11y/e-table evolution/a11y/e-text <- gal/gal/a11y/e-text evolution/widgets/table <- gal/gal/e-table evolution/widgets/text <- gal/gal/e-text evolution/widgets/misc <- gal/gal/widgets evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps evolution/widgets/menus <- gal/gal/menus Following is the summary of changes done to fix the build:- - New files added to cvs repository, - a11y/e-table/Makefile.am - a11y/e-text/Makefile.am - widgets/table/Makefile.am - widgets/text/Makefile.am - widgets/misc/pixmaps/Makefile.am - iconv-detect.h - iconv-detect.c - Updated configure.in. - Updated all the relevant Makefile.am files. - Updated the include paths to replace all gal references. - Updated the marshal list to suit gal files requirements. svn path=/trunk/; revision=29522
* Replaced wombat master category list with e-categories from libedataserver.Sushma Rai2005-06-102-32/+17
| | | | svn path=/trunk/; revision=29483
* moved e-error to e-utilNot Zed2005-05-162-2/+2
| | | | | | | | 2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util svn path=/trunk/; revision=29362
* moved e-error to e-utilNot Zed2005-05-1610-180/+115
| | | | | | | | | | 2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util * Makefile.am: renamed error xml file & u18n stuff. svn path=/trunk/; revision=29361
* shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.hSrinivasa Ragavan2005-05-162-0/+5
| | | | | | | | | | | | | | | | | | | | | 2005-05-16 Srinivasa Ragavan <sragavan@novell.com> shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h shell/e-shell-window.c shell/e-sidebar.h shell/e-sidebar.c addressbook/ChangeLog addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in calendar/ChangeLog calendar/gui/GNOME_Evolution_Calendar.server.in.in mail/ChangeLog mail/GNOME_Evolution_Mail.server.in.in Added support for tooltips for component switching buttons. svn path=/trunk/; revision=29358
* Fixed wrong xalign of Zip/Postal Code. This was very ugly in languagesUlrich Neumann2005-05-122-3/+9
| | | | | | | | | | 2005-05-04 Ulrich Neumann <uli@myuli.com> * gui/contact-editor/contact-editor.glade: Fixed wrong xalign of Zip/Postal Code. This was very ugly in languages like german, dutch etc. svn path=/trunk/; revision=29326
* Fixed the bug 209416. It shows a different view for contact listsSrinivasa Ragavan2005-05-112-7/+31
| | | | | | | | 2005-05-11 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets//e-minicard.c: (add_field), (remodel): Fixed the bug 209416. It shows a different view for contact lists svn path=/trunk/; revision=29325
* Misses header file with previous commit.Sushma Rai2005-05-091-1/+1
| | | | svn path=/trunk/; revision=29319
* Removed the plural form "contact(s)" from translatable error message.Sushma Rai2005-05-093-3/+40
| | | | | | Fixes #261969. svn path=/trunk/; revision=29318
* Forming contact deletion confirmation message based on contact(s) orSushma Rai2005-05-093-11/+50
| | | | | | contact list(s) being deleted. Fixes #222599 svn path=/trunk/; revision=29317
* Fixes #301459 Corrected the spelling for addresses and address.Chenthill Palanisamy2005-05-062-1/+7
| | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * gui/contact-list-editor/contact-list-editor.glade: Corrected the spelling for addresses and address. svn path=/trunk/; revision=29292
* Changed string 'login' Rephrased photo string Rephrased photo stringSrinivasa Ragavan2005-05-061-2/+2
| | | | | | | | | | | 2005-05-06 Srinivasa Ragavan <sragavan@novell.com> * addressbook/gui/component/ldap-config.glade: Changed string 'login' * mail/evolution-mail.schemas.in.in: Rephrased photo string * mail/mail-config.glade: Rephrased photo string * ui/evolution-mail-message.xml: Changed 'From' to 'from' svn path=/trunk/; revision=29288
* Changelog already addedChenthill Palanisamy2005-05-062-2/+2
| | | | svn path=/trunk/; revision=29287
* Fixes #272464Chenthill Palanisamy2005-05-063-4/+11
| | | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272464 * addressbook-errors.xml: * addressbook-errors.xml.h: Changed the primary and secondary to make it more clear. svn path=/trunk/; revision=29285
* Fix some leaksRoss Burton2005-04-283-1/+19
| | | | svn path=/trunk/; revision=29237
* Add focus_in_event function.Mengjie Yu2005-04-222-1/+41
| | | | | | | | | | | | | 2005-04-21 Mengjie Yu <meng-jie.yu@sun.com> * gui/widgets/e-minicard-view-widget.c: (e_minicard_view_widget_class_init), (e_minicard_view_widget_real_focus_in_event): Add focus_in_event function. Fixes #300968 (gnome bugzilla bugID) svn path=/trunk/; revision=29225
* We should incarnate the reflow item if it doesn't exist.Yu Mengjie2005-04-212-0/+21
| | | | | | | | | | | 2005-04-17 Yu Mengjie <meng-jie.yu@sun.com> * gui/widgets/e-minicard.c: (e_minicard_event): We should incarnate the reflow item if it doesn't exist. Fixes #300970 (gnome bugzilla bugID) svn path=/trunk/; revision=29221
* get the uri from Ebook instead of Esource. e_source_get_uri returns NULLSivaiah Nallagatla2005-04-082-7/+16
| | | | | | | | | | | | | | | 2005-04-04 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook.c (load_source_auth_cb) (addressbook_authenticate) : get the uri from Ebook instead of Esource. e_source_get_uri returns NULL when it does not have a reference to source group with it which happens when the source list from which this source was taken is destroyed but Ebook has reference to that source. e_book_get_uri returns the same uri and it will be always present Fixes #73330 svn path=/trunk/; revision=29190
* use eab_merging_book_add_contact instead of e_book_async_add_contact toSivaiah Nallagatla2005-04-082-2/+10
| | | | | | | | | | | | 2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-gui-util.c (do_copy) : use eab_merging_book_add_contact instead of e_book_async_add_contact to take care of duplicate checking Fixes #74255 svn path=/trunk/; revision=29187
* remove the edit function.Li Yuan2005-03-242-7/+8
| | | | | | | | | | | 2005-03-16 Li Yuan <li.yuan@sun.com> * gui/widgets/gal-view-minicard.c: (gal_view_minicard_class_init): remove the edit function. Fixes #40762 svn path=/trunk/; revision=29095