Matthew Barnes
e669c5006c
Don't include e-contact-print-envelope.h.
...
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
2007-04-23 17:05:03 +00:00
Matthew Barnes
4a044a636e
Clean up printing in Evolution (bug #426816 )
...
svn path=/trunk/; revision=33440
2007-04-20 06:57:55 +00:00
Matthew Barnes
64977cb1bc
Massive code cleanup (bug #429422 )
...
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
Andre Klapper
dc37765871
change "E-Mail" to "Email". Fixes bug #404233 .
...
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
2007-04-10 03:03:51 +00:00
simon.zheng
2bbcbc6e9d
** Fix for bug #426487
...
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
2007-04-09 02:47:12 +00:00
simon.zheng
96e5dc161f
** Fix for bug #426829 .
...
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
2007-04-09 02:35:11 +00:00
Matthew Barnes
c8d411ce2b
Don't mix declarations and code ( #405495 ).
...
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
2007-03-27 11:28:14 +00:00
Matthew Barnes
cba3097cad
** Fixes bug #419524
...
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
2007-03-20 17:23:58 +00:00
Matthew Barnes
27cf0a5283
** Fixes bug #360240
...
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
2007-03-16 21:13:06 +00:00
Tor Lillqvist
eac3743895
Bypass the body of these functions on non-G_OS_UNIX for now as they use
...
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
2007-03-01 14:37:05 +00:00
Srinivasa Ragavan
522e3a2d20
** Fix for bug #232065
...
svn path=/trunk/; revision=33248
2007-02-26 05:57:02 +00:00
Srinivasa Ragavan
9862306af9
Print migration updates from Ebby Wiselyn.
...
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
Chenthill Palanisamy
9be6776a1c
Removed the obsolete function e_contact_print_preview.
...
svn path=/trunk/; revision=33184
2007-02-08 11:11:42 +00:00
Srinivasa Ragavan
2a1d77a838
** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22
...
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
2007-01-22 16:41:31 +00:00
Matthew Barnes
f2db40b45d
Fixes bug #357970
...
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
2006-12-04 15:40:21 +00:00
Francisco Javier F. Serrador
9c9596defa
Fixes #358249 Fixes #358249
...
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
2006-11-11 00:23:17 +00:00
Devashish Sharma
85de4c714e
Changed the parameter passed to gal_view_minicard_attach.
...
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
2006-10-16 14:38:51 +00:00
Francisco Javier F. Serrador
c40dcb6678
addressbook/importers/evolution-ldif-importer.c
...
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
2006-10-15 14:23:02 +00:00
Kjartan Maraas
e86a94310a
Remove duplicate include. Fix some compiler warnings. Cast away a compiler
...
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
2006-10-01 11:55:39 +00:00
Srinivasa Ragavan
c1294ffa5d
** Fix for bug #357811
...
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
2006-09-28 08:53:41 +00:00
Matthew Barnes
300f448794
Fixes bug #351332
...
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
2006-09-18 17:16:25 +00:00
Ushveen Kaur
4032613d5f
** Fixes bug #352353
...
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
2006-09-12 11:35:34 +00:00
Devashish Sharma
e9dc216b62
Reverting last commit, head and stable are not branched so cannot commit string chnages.
...
svn path=/trunk/; revision=32747
2006-09-07 06:49:04 +00:00
Devashish Sharma
8493d0e8d9
Changed the comment "Do you want to overwrite it" to "Do you want to overwrite the file"
...
svn path=/trunk/; revision=32746
2006-09-07 06:35:24 +00:00
Srinivasa Ragavan
b8bb5bc3cd
Fixes a lot of search issues.
...
svn path=/trunk/; revision=32606
2006-08-21 05:58:31 +00:00
Sushma Rai
fa8b494f31
Added a callback to handle contact deletion error and corresponding error
...
strings. Fixes #260403 .
svn path=/trunk/; revision=32483
2006-08-07 08:24:35 +00:00
Devashish Sharma
1a524f005e
Assign proper search item ids in addressbook search.
...
svn path=/trunk/; revision=32427
2006-07-27 12:08:44 +00:00
Sushma Rai
2d711c0baa
Commented out reference to undefined function eab_search_dialog_new().
...
See #347910 .
svn path=/trunk/; revision=32408
2006-07-24 14:11:25 +00:00
Devashish Sharma
cd009b33d7
Added support for gadu gadu im in contact entry.
...
svn path=/trunk/; revision=32407
2006-07-24 13:06:20 +00:00
Devashish Sharma
8dc17e7cbc
Fix for Bug 343816
...
svn path=/trunk/; revision=32346
2006-07-19 10:40:43 +00:00
Ross Burton
cbf5c9c970
[addressbook]
...
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
2006-07-19 07:15:31 +00:00
Hiroyuki Ikezoe
b551414de0
Fixing memory leaks.
...
2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net >
Fixing memory leaks.
svn path=/trunk/; revision=32269
2006-07-10 10:56:07 +00:00
Harish Krishnaswamy
a1d6678af2
Enhanced search functionality. patch submitted by Johnny Jacob Reviewed
...
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
2006-06-30 09:46:32 +00:00
simon.zheng
31517cc2cf
Convert filename from glib encoding to utf8 encoding. Fixes Bug #339151
...
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
2006-06-29 09:59:03 +00:00
Devashish Sharma
5137c45371
Fix for Bug#33691
...
svn path=/trunk/; revision=32197
2006-06-27 09:26:46 +00:00
Hiroyuki Ikezoe
df3a4f7620
** Fixes bug #344227 gdk_pixbuf_loader_close should be called before
...
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
2006-06-14 11:51:46 +00:00
Hiroyuki Ikezoe
14794b3d26
** Fixes bug #342646 Plugged memory leak. Ditto.
...
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
2006-06-13 19:27:28 +00:00
Chris Heath
56c45fcfab
Fix memory leak. Fixes bug #335423 .
...
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
2006-06-09 02:21:03 +00:00
Devashish Sharma
791d198c22
gui/widgets/eab-contact-display.c : Name of some fields differ
...
when seen in preview pane and contact editor (Video Chat in contact
editor and Video Conferencing in preview pane).
svn path=/trunk/; revision=32028
2006-05-25 10:15:51 +00:00
Srinivasa Ragavan
24368cf92d
Added code to save/attach files/mails/events to/from remote shares
...
svn path=/trunk/; revision=32023
2006-05-25 06:04:48 +00:00
Srinivasa Ragavan
57b27c587e
Committing patch for bug #317512 .
...
svn path=/trunk/; revision=31895
2006-04-26 05:32:01 +00:00
Devashish Sharma
79f2cd110f
Fix for bug 268458.
...
svn path=/trunk/; revision=31645
2006-03-05 10:36:21 +00:00
Devashish Sharma
dd19a253c8
eab_view_discard_menus : Dont assert if view->view_instance is NULL.
...
svn path=/trunk/; revision=31559
2006-02-22 07:41:12 +00:00
Devashish Sharma
431b8f3228
Fix for Bug #329315
...
svn path=/trunk/; revision=31393
2006-02-01 07:12:33 +00:00
Harish Krishnaswamy
b552b6e7e1
Remove inclusion of unused header.
...
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
2006-01-30 13:56:43 +00:00
Devashish Sharma
087f1bd3e1
Search types for addressbook
...
svn path=/trunk/; revision=31360
2006-01-30 10:05:01 +00:00
Devashish Sharma
c572343c49
Added save advanced search for addressbook.
...
svn path=/trunk/; revision=31359
2006-01-30 10:03:21 +00:00
Kjartan Maraas
6a557ef8fd
reviewed by: Harish Krishnaswamy <kharish@novell.com>
...
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
2006-01-27 15:41:52 +00:00
Devashish Sharma
c31d93ccb2
Added menu items for addressbook operations.
...
svn path=/trunk/; revision=31307
2006-01-25 10:24:35 +00:00
Devashish Sharma
ee87fbf14f
Added source selector to contact quick-add dialog.
...
svn path=/trunk/; revision=31278
2006-01-23 11:55:07 +00:00