Commit Graph

25491 Commits

Author SHA1 Message Date
ff98640ae2 Freeing uri_text. See #329251.
svn path=/trunk/; revision=31468
2006-02-10 05:47:00 +00:00
d45a46cff4 vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=31467
2006-02-10 05:43:25 +00:00
b206090444 some trivial string changes for bug 327932
svn path=/trunk/; revision=31466
2006-02-10 03:23:27 +00:00
02f7d08e8a Factorize some code.
* e-msg-composer-hdrs.c: (e_msg_composer_hdrs_get_internal),
        (e_msg_composer_hdrs_get_to), (e_msg_composer_hdrs_get_cc),
        (e_msg_composer_hdrs_get_bcc): Factorize some code.

svn path=/trunk/; revision=31465
2006-02-09 17:35:43 +00:00
6469a2db0e Updated Spanish translation.
2006-02-09  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=31464
2006-02-09 15:28:45 +00:00
5fd52e4302 fixes #330521
svn path=/trunk/; revision=31463
2006-02-09 15:04:56 +00:00
c52ad9438e Pass the client along with the id for search to handle cases where the
2006-02-09  Harish Krishnaswamy  <kharish@novell.com>

* gui/e-cal-model.c: (e_cal_view_objects_added_cb):
Pass the client along with the id for search to handle
cases where the same backend source has multiple clients
in the view. Remove the FIXME.

svn path=/trunk/; revision=31462
2006-02-09 11:42:40 +00:00
2cde7b00f9 *** empty log message ***
svn path=/trunk/; revision=31461
2006-02-09 09:48:51 +00:00
c6aded804a Freeing font value string. See #309316.
svn path=/trunk/; revision=31460
2006-02-09 07:54:01 +00:00
695d5cfac8 Upstreaming Olaf Hering's patch to use signed chars.
2006-02-09  Harish Krishnaswamy  <kharish@novell.com>

* e-bconf-map.c: Upstreaming Olaf Hering's patch
to use signed chars.

svn path=/trunk/; revision=31459
2006-02-09 06:48:29 +00:00
9b54116727 fixes #329768
svn path=/trunk/; revision=31458
2006-02-09 06:30:37 +00:00
e0378bff33 fixes #330465
svn path=/trunk/; revision=31457
2006-02-09 04:57:51 +00:00
afb9d6b1ab Construct the pathname to the xml file at run-time to avoid using
2006-02-08  Tor Lillqvist  <tml@novell.com>

	* gui/dialogs/task-editor.c (task_editor_init): Construct the
	pathname to the xml file at run-time to avoid using compile-time
	paths on Windows.

svn path=/trunk/; revision=31456
2006-02-09 04:02:49 +00:00
60746e943c Translation updated by Tino Meinen.
2006-02-09  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=31455
2006-02-09 01:09:12 +00:00
65c0a5aee0 fix typo, correct phrasing
svn path=/trunk/; revision=31454
2006-02-08 17:55:47 +00:00
38e720f397 Updated Spanish translation.
2006-02-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=31453
2006-02-08 17:18:41 +00:00
d21d923423 broken pipes are soo fun
svn path=/trunk/; revision=31452
2006-02-08 13:06:24 +00:00
e081754bc2 Cleanups: - remove unused vars - remove extraneous semi-colons - add some
2006-01-09  Kjartan Maraas  <kmaraas@gnome.org>

	* gui/alarm-notify/alarm-notify-dialog.c:
	(add_alarm_to_notified_alarms_dialog):
	* gui/alarm-notify/alarm-queue.c: (remove_queued_alarm),
	(open_alarm_dialog), (menu_item_toggle_callback), (populate):
	* gui/alarm-notify/alarm.c: (pop_alarm), (alarm_remove):
	* gui/alarm-notify/config-data.c:
	(config_data_replace_string_list):
	* gui/cal-search-bar.c: (regen_query):
	* gui/calendar-view-factory.c:
	* gui/calendar-view.c:
	* gui/comp-editor-factory.c: (edit_existing),
	(resolve_pending_requests), (impl_editExisting), (impl_editNew):
	* gui/control-factory.c:
	* gui/dialogs/cal-attachment-select-file.c:
	(comp_editor_select_file_attachments):
	* gui/dialogs/calendar-setup.c: (eccp_get_source_type):
	* gui/dialogs/comp-editor.c: (comp_editor_class_init),
	(commit_all_fields), (delete_event_cb), (editor_key_press_event),
	(menu_file_save_cb), (menu_file_close_cb), (make_icon_from_comp),
	(comp_editor_focus), (needs_send_cb):
	* gui/dialogs/delete-comp.c: (delete_component_dialog):
	* gui/dialogs/e-delegate-dialog.c:
	* gui/dialogs/event-editor.c:
	* gui/dialogs/event-page.c: (event_page_fill_widgets),
	(popup_delete_cb), (list_key_press):
	* gui/dialogs/meeting-page.c: (remove_clicked_cb),
	(popup_delete_cb), (button_press_event), (list_key_press),
	(meeting_page_construct):
	* gui/dialogs/memo-editor.c: (init_widgets),
	(memo_editor_set_e_cal), (memo_editor_edit_comp),
	(memo_editor_send_comp):
	* gui/dialogs/memo-page.c:
	* gui/dialogs/recurrence-page.c: (fill_exception_widgets),
	(exception_add_cb):
	* gui/dialogs/schedule-page.c: (clear_widgets),
	(schedule_page_fill_component):
	* gui/dialogs/task-details-page.c:
	(task_details_page_fill_timezones), (complete_date_changed):
	* gui/dialogs/task-editor.c:
	* gui/dialogs/task-page.c: (task_page_fill_widgets),
	(popup_delete_cb), (list_key_press):
	* gui/e-alarm-list.c: (get_alarm_string):
	* gui/e-cal-component-memo-preview.c: (write_html):
	* gui/e-cal-component-preview.c: (write_html):
	* gui/e-cal-list-view-config.c:
	(e_cal_list_view_config_set_property),
	(e_cal_list_view_config_get_property),
	(e_cal_list_view_config_dispose):
	* gui/e-cal-list-view.c:
	* gui/e-cal-model-calendar.c: (ecmc_value_at):
	* gui/e-cal-model-memos.c: (ecmm_value_at):
	* gui/e-cal-model-tasks.c: (get_due_status), (ecmt_value_at),
	(ecmt_set_value_at), (ecmt_is_cell_editable),
	(ecmt_value_is_empty), (e_cal_model_tasks_mark_task_complete),
	(e_cal_model_tasks_update_due_tasks):
	* gui/e-cal-model.c: (get_classification),
	(ecm_get_color_for_component), (e_cal_model_set_default_client),
	(e_cal_view_objects_modified_cb), (e_cal_model_add_client),
	(e_cal_model_remove_client), (e_cal_model_set_instance_times):
	* gui/e-cal-popup.c: (ecalp_part_popup_saveas):
	* gui/e-calendar-table-config.c:
	(e_calendar_table_config_set_property),
	(e_calendar_table_config_get_property),
	(e_calendar_table_config_dispose):
	* gui/e-calendar-table.c: (e_calendar_table_class_init):
	* gui/e-calendar-table.h:
	* gui/e-calendar-view.c: (e_calendar_view_set_property),
	(e_calendar_view_get_property), (open_event_with_flags),
	(e_calendar_view_get_tooltips):
	* gui/e-cell-date-edit-config.c:
	(e_cell_date_edit_config_set_property),
	(e_cell_date_edit_config_get_property),
	(e_cell_date_edit_config_dispose):
	* gui/e-cell-date-edit-text.c:
	* gui/e-comp-editor-registry.c:
	* gui/e-date-edit-config.c: (e_date_edit_config_set_property),
	(e_date_edit_config_get_property), (e_date_edit_config_dispose):
	* gui/e-day-view-config.c: (e_day_view_config_set_property),
	(e_day_view_config_get_property), (e_day_view_config_dispose):
	* gui/e-day-view-main-item.c: (e_day_view_main_item_set_arg),
	(e_day_view_main_item_draw_day_event),
	(e_day_view_main_item_event):
	* gui/e-day-view-time-item.c: (e_day_view_time_item_set_arg),
	(e_day_view_time_item_get_column_width):
	* gui/e-day-view-top-item.c: (e_day_view_top_item_set_arg),
	(e_day_view_top_item_draw_long_event),
	(e_day_view_top_item_draw_triangle), (e_day_view_top_item_event):
	* gui/e-day-view.c: (process_component), (e_day_view_style_set),
	(e_day_view_recalc_cell_sizes), (e_day_view_foreach_event),
	(e_day_view_reshape_resize_long_event_rect_item),
	(e_day_view_update_long_event_resize), (e_day_view_update_resize),
	(e_day_view_reshape_long_event), (e_day_view_reshape_day_event),
	(e_day_view_change_duration_to_start_of_work_day),
	(tooltip_destroy), (e_day_view_on_text_item_event),
	(e_day_view_on_editing_stopped):
	* gui/e-itip-control.c: (e_itip_control_class_init),
	(find_cal_opened_cb), (find_server), (set_date_label),
	(ok_clicked_cb):
	* gui/e-meeting-attendee.c:
	* gui/e-meeting-list-view.c:
	(e_meeting_list_view_remove_attendee_from_name_selector):
	* gui/e-meeting-store.c: (role_to_text), (partstat_to_text),
	(e_meeting_store_set_value):
	* gui/e-meeting-time-sel-item.c:
	(e_meeting_time_selector_item_set_arg),
	(e_meeting_time_selector_item_paint_all_attendees_busy_periods):
	* gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct),
	(e_meeting_time_selector_recalc_date_format):
	* gui/e-memo-table-config.c: (e_memo_table_config_set_property),
	(e_memo_table_config_get_property), (e_memo_table_config_dispose):
	* gui/e-memo-table.c: (e_memo_table_class_init), (task_compare_cb):
	* gui/e-memos.c: (update_view), (backend_error_cb), (open_ecal):
	* gui/e-mini-calendar-config.c:
	(e_mini_calendar_config_set_property),
	(e_mini_calendar_config_get_property),
	(e_mini_calendar_config_dispose):
	* gui/e-pub-utils.c: (is_publish_time), (e_pub_publish):
	* gui/e-tasks.c: (process_completed_tasks), (backend_error_cb):
	* gui/e-timezone-entry.c: (e_timezone_entry_destroy):
	* gui/e-week-view-config.c: (e_week_view_config_set_property),
	(e_week_view_config_get_property), (e_week_view_config_dispose):
	* gui/e-week-view-event-item.c: (e_week_view_event_item_draw),
	(e_week_view_event_item_draw_icons):
	* gui/e-week-view-main-item.c: (e_week_view_main_item_set_arg):
	* gui/e-week-view-titles-item.c: (e_week_view_titles_item_set_arg),
	(e_week_view_titles_item_draw):
	* gui/e-week-view.c: (process_component), (tooltip_destroy),
	(tooltip_event_cb), (e_week_view_reshape_event_span),
	(e_week_view_on_text_item_event), (e_week_view_event_move),
	(e_week_view_on_editing_stopped), (e_week_view_do_key_press):
	* gui/gnome-cal.c: (dn_e_cal_view_objects_modified_cb),
	(dn_e_cal_view_done_cb), (table_selection_change_cb),
	(gnome_calendar_goto), (focus_current_view), (backend_error_cb),
	(gnome_calendar_set_selected_time_range),
	(gnome_calendar_get_current_time_range),
	(gnome_calendar_get_visible_time_range),
	(gnome_calendar_delete_selected_occurrence):
	* gui/goto.c: (goto_dialog):
	* gui/itip-utils.c: (comp_fb_normalize):
	* gui/memos-component.c: (create_new_memo),
	(impl_requestCreateItem):
	* gui/migration.c: (migrate_memos):
	* gui/print.c: (print_month_small), (print_day_details),
	(print_todo_details), (print_comp_item):
	* gui/tasks-component.c: (create_new_todo),
	(impl_requestCreateItem):
	* gui/weekday-picker.c: Cleanups:
	- remove unused vars
	- remove extraneous semi-colons
	- add some comments where assignments were done without using
	  the results later
	- remove break; statements after return foo;
	- add casts in some places to be more type correct
	- rename variables with name clashes
	- s/if/ifdef in some cases
	- mark some code static
	- remove some unused functions
	- use guint for 1-bit bitfields

svn path=/trunk/; revision=31451
2006-02-08 13:06:02 +00:00
0c7f32c388 Quiet cvs some more
svn path=/trunk/; revision=31450
2006-02-08 11:56:17 +00:00
32fc0641d2 Quiet cvs a bit
svn path=/trunk/; revision=31449
2006-02-08 11:53:02 +00:00
f6e0e26a6f s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bit
2006-01-09  Kjartan Maraas  <kmaraas@gnome.org>

	* em-account-editor.h: s/int/guint/g for 1-bit bitfield.
	* em-composer-utils.c: (em_utils_redirect_message): Remove cruft
	* em-folder-tree.c: (emft_drop_target): use guint for 1-bit bitfield
	and rename a variable with a name clash.
	* em-folder-utils.c: (em_folder_utils_rename_folder): Rename var to
	avoid name clashes.
	* em-folder-view.c: guint for 1-bit bitfields.
	* em-folder-view.h: Same as above.
	* em-format-html-print.h: Again.
	* em-format-html.c: (efh_text_html), (efh_multipart_related): Add comments
	* em-format.c: (emf_multipart_alternative): Add comment about using var that
	is passed in rather than a local variable.
	* em-inline-filter.c: (emif_scan): Remove unused var. Mark code static.
	* em-mailer-prefs.h: guint for 1-bit bitfields.
	* em-migrate.c: (em_migrate_folder): mark a struct static. remove unused var
	* em-subscribe-editor.c: guint for 1-bit bitfield
	* em-utils.c: remove unused function
	* em-vfolder-rule.c: mark array static
	* importers/mail-importer.c: (decode_status): Remove unused code. Use guint
	for 1-bit bitfield.
	* mail-autofilter.c: (rule_from_message): rename a variable
	* mail-component.c: guint for 1-bit bitfield
	* mail-folder-cache.c: (update_1folder): remove unused code
	* mail-mt.c: mark some structs static
	* message-list.c: (message_list_select_uid), (ml_value_to_string),
	(ml_tree_value_at), (find_next_undeleted), (build_tree),
	(build_flat): Remove unused code and fix some format specifiers.

svn path=/trunk/; revision=31448
2006-02-08 11:51:32 +00:00
ea9e711fe9 Remove unused code Move around some code to avoid unneccesary prototypes.
2006-01-27  Kjartan Maraas  <kmaraas@gnome.org>

	* filter-element.c: (filter_element_get_type): Remove unused code
	* rule-editor.c: (rule_editor_add_undo), (rule_editor_play_undo),
	(editor_response), (set_source): Move around some code to avoid
	unneccesary prototypes.

svn path=/trunk/; revision=31447
2006-02-08 11:44:27 +00:00
99d9556902 Use guint for 1-bit bitfield. Remove unused var Remove unused vars Rename
2006-02-08  Kjartan Maraas <kmaraas@gnome.org>

	* e-config.c: Use guint for 1-bit bitfield.
	* e-icon-factory.c: (load_icon): Remove unused var
	* e-import.c: (ep_init), (ep_finalise): Remove unused vars
	* e-plugin.c: (e_plugin_register_type): Rename a var
	* e-plugin.h: guint for 1-bit bitfield
	* e-popup.c: (ep_finalise): Add comment.
	* e-profile-event.c: Remove unused prototype
	* e-text-event-processor-emacs-like.c:
	(e_text_event_processor_emacs_like_event): Add comment about
	a compiler warning from the Intel compiler.

svn path=/trunk/; revision=31446
2006-02-08 11:43:02 +00:00
c523e43027 ** See bug 326348 check if its a valid accoune before creating folder
2006-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

	** See bug 326348
	* share-folder-common.c:(refresh_folder_tree)
	check if its a valid accoune before creating folder

svn path=/trunk/; revision=31445
2006-02-08 11:08:24 +00:00
8c60479e7c vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=31444
2006-02-08 10:53:22 +00:00
28bf6443a7 **Fixes #329586
2006-02-08  Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>

	**Fixes #329586

	* em-account-prefs.c:
	* em-account-prefs.h: Changed the ODD behavior of Default button by
	checking whether an account is default or not and disabling the button
	when default account is in focus.

	Committing to head on behalf of rajeev

svn path=/trunk/; revision=31443
2006-02-08 10:53:08 +00:00
62905631d6 Reordering construction of dialog to prevent critical warnings (#328325).
2006-02-08  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * em-account-prefs.c: (em_account_prefs_construct): Reordering
        construction of dialog to prevent critical warnings (#328325).

svn path=/trunk/; revision=31442
2006-02-08 10:06:30 +00:00
640ba8bb01 Committing Johnny's patch.
svn path=/trunk/; revision=31441
2006-02-08 04:40:50 +00:00
7bf045d23d Committed Ranjan's patch.
svn path=/trunk/; revision=31440
2006-02-08 04:35:58 +00:00
7eadc82334 Committing Johnny's patch.
svn path=/trunk/; revision=31439
2006-02-08 04:11:51 +00:00
22544da2de Translation updated by Ivar Smolin.
2006-02-07  Priit Laes  <amd@store20.com>

	* et.po: Translation updated by Ivar Smolin.

svn path=/trunk/; revision=31438
2006-02-07 20:22:20 +00:00
577e1208c8 *** empty log message ***
svn path=/trunk/; revision=31437
2006-02-07 19:22:50 +00:00
864c907cc0 Updated Spanish translation.
2006-02-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=31436
2006-02-07 19:05:44 +00:00
28139badf7 added GTK category. Fixes bug 328035.
2006-02-07  Andre Klapper  <a9016009@gmx.de>
	* data/evolution.desktop.in.in: added GTK category.
	Fixes bug 328035.

svn path=/trunk/; revision=31435
2006-02-07 13:45:02 +00:00
54daba7c7e changing year from 2005 to 2006.
2006-02-07  Andre Klapper  <a9016009@gmx.de>
	* e-shell-window-commands.c: changing year from 2005 to 2006.

svn path=/trunk/; revision=31434
2006-02-07 13:27:51 +00:00
a853e3d5a2 accept SVGs for stock icons. Fixes bug 304417.
2006-02-07  Benjamin Berg  <benjamin@sipsolutions.net>
	* e-gui-utils.c:
	* e-icon-factory.c:
	accept SVGs for stock icons. Fixes bug 304417.

svn path=/trunk/; revision=31433
2006-02-07 13:20:10 +00:00
8902c6e734 added a _GenericName value. Fixes bug 329744.
2006-02-07  Andre Klapper <a9016009@gmx.de>
	* data/evolution.desktop.in.in: added a _GenericName value.
	Fixes bug 329744.

svn path=/trunk/; revision=31432
2006-02-07 13:06:01 +00:00
e1277c6691 fixing a patch to again fix bug 325276.
2006-02-07  Andre Klapper <a9016009@gmx.de>
	* mail-composer.error.xml: fixing a patch to again fix bug 325276.

svn path=/trunk/; revision=31431
2006-02-07 12:36:57 +00:00
9784a3f5cf fixing one typo.
2006-02-07  Andre Klapper <a9016009@gmx.de>
	* mail.error.xml: fixing one typo.

svn path=/trunk/; revision=31430
2006-02-07 12:26:51 +00:00
1fb35d3696 Translation updated by Ivar Smolin.
2006-02-07  Priit Laes  <amd@store20.com>

	* et.po: Translation updated by Ivar Smolin.

svn path=/trunk/; revision=31429
2006-02-07 08:08:26 +00:00
449da2eb20 Updated Finnish translation
svn path=/trunk/; revision=31428
2006-02-07 05:34:49 +00:00
65e3e8f3e7 Committing Rajeev's patch.
svn path=/trunk/; revision=31427
2006-02-07 02:38:43 +00:00
518443a923 Updated Spanish translation.
2006-02-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=31426
2006-02-06 17:04:33 +00:00
450d94b769 Committed Rajeev's patch and my patch for mnemonics.
svn path=/trunk/; revision=31425
2006-02-06 11:10:44 +00:00
aa223e9dec Committing Ozwald's and Johnny's patch.
svn path=/trunk/; revision=31424
2006-02-06 10:37:50 +00:00
df4c3e5573 *** empty log message ***
svn path=/trunk/; revision=31423
2006-02-06 10:21:58 +00:00
b2965aede1 Updated Thai translation.
2006-02-06  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.

svn path=/trunk/; revision=31422
2006-02-06 10:11:47 +00:00
a3f8896226 Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
2006-02-06  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Vladimir Petkov <vpetkov@i-space.org>

svn path=/trunk/; revision=31421
2006-02-06 09:46:11 +00:00
d3c542f07d ** Fixes #326147 Modify e_source to reflect to the reverted changes.
** Fixes #326147
        * em-account-editor.c: (em_account-editor.c): Modify e_source to
        reflect to the reverted changes.

svn path=/trunk/; revision=31420
2006-02-06 09:16:47 +00:00
013339fe4a Updated evolution zh_CN translation.
svn path=/trunk/; revision=31419
2006-02-06 09:02:18 +00:00