aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Corrected the date.Chenthill Palanisamy2006-04-101-1/+1
| | | | svn path=/trunk/; revision=31799
* Fixes #163039Chenthill Palanisamy2006-04-104-54/+24
| | | | svn path=/trunk/; revision=31798
* Fixes #328808Chenthill Palanisamy2006-04-068-5/+91
| | | | svn path=/trunk/; revision=31779
* Fixes drag and drop of recurring appointmentsChenthill Palanisamy2006-04-061-4/+2
| | | | svn path=/trunk/; revision=31778
* Fixes the drag and drop of appointmentsChenthill Palanisamy2006-04-061-0/+5
| | | | svn path=/trunk/; revision=31777
* Fixes #162005Chenthill Palanisamy2006-04-062-2/+10
| | | | svn path=/trunk/; revision=31776
* Fixes bug #333704 Because the passing text is in UTF-8 encoding, it shouldSimon Zheng2006-04-052-5/+12
| | | | | | | | | | | 2006-04-05 Simon Zheng <simon.zheng@sun.com> Fixes bug #333704 * gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories): Because the passing text is in UTF-8 encoding, it should be traversed by utf-8 char order rather than one by one byte. svn path=/trunk/; revision=31767
* Fixes bug 335214Irene Huang2006-04-042-0/+9
| | | | | | | | | | | | 2006-04-04 Irene Huang <Irene.Huang@sun.com> Fixes bug 335214 * gui/e-cal-model.c: (e_cal_view_objects_added_cb): Call e_table_model_pre_change (E_TABLE_MODEL (model)); before deleting row. svn path=/trunk/; revision=31760
* Added retract support.Chenthill Palanisamy2006-04-035-10/+299
| | | | svn path=/trunk/; revision=31759
* Fixes #160357Chenthill Palanisamy2006-03-292-5/+23
| | | | svn path=/trunk/; revision=31756
* Fixes #160357Chenthill Palanisamy2006-03-295-2/+60
| | | | svn path=/trunk/; revision=31755
* Fixes #333877 Use gtk_tree_selection_get_selected_rows instead ofJeff Cai2006-03-282-4/+14
| | | | | | | | | | | | 2006-03-28 Jeff Cai <jeff.cai@sun.com> Fixes #333877 * gui/e-meeting-list-view.c: (row_activated_cb): Use gtk_tree_selection_get_selected_rows instead of gtk_tree_selection_get_selected to get selected rows from a multi-row selection. svn path=/trunk/; revision=31751
* Fix for 333693. need to see if source is NULL to avoid a CRITICAL warning.Harry Lu2006-03-282-1/+7
| | | | | | | | | | 2006-03-28 Harry Lu <harry.lu@sun.com> Fix for 333693. * gui/calendar-component.c: (update_task_selection): need to see if source is NULL to avoid a CRITICAL warning. svn path=/trunk/; revision=31748
* Fixes #329502Chenthill Palanisamy2006-03-233-2/+12
| | | | svn path=/trunk/; revision=31742
* Fixes #330842Chenthill Palanisamy2006-03-222-1/+13
| | | | svn path=/trunk/; revision=31739
* Fix for 333697 remove two useless widgets: sendoptions_frame andHarry Lu2006-03-222-6/+7
| | | | | | | | | | 2006-03-22 Harry Lu <harry.lu@sun.com> Fix for 333697 * gui/dialogs/task-page.c: (task_page_init), (sensitize_widgets): remove two useless widgets: sendoptions_frame and sendoptions_button. svn path=/trunk/; revision=31735
* Fix for 333706Harry Lu2006-03-222-1/+8
| | | | | | | | | | | 2006-03-07 Harry Lu <harry.lu@sun.com> Fix for 333706 * gui/dialogs/alarm-dialog.c: (alarm_to_dalarm_widgets): call set_text only when description.value is not NULL. svn path=/trunk/; revision=31733
* ** Fix for bug #268584Boby Wang2006-03-203-3/+12
| | | | | | | | | | | | | 2006-03-20 Boby Wang <boby.wang@sun.com> ** Fix for bug #268584 * gui/dialogs/cal-attachment-select-file.c: (run_selector): * gui/dialogs/cal-attachment.glade: set the accelerate key for "Suggest Suggest automatic display of attachment" svn path=/trunk/; revision=31722
* Fixes #334003Chenthill Palanisamy2006-03-132-2/+11
| | | | svn path=/trunk/; revision=31704
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-063-1/+8
| | | | | | | | **Fixes #321832 * gui/dialogs/event-editor.c: Pickup the right-icon for f/b. * gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon. svn path=/trunk/; revision=31667
* Fixes bug #332140Simon Zheng2006-03-063-9/+23
| | | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * gui/dialogs/comp-editor.c: (get_attachment_list): * gui/e-cal-popup.c: (temp_save_part): Transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31663
* Fixes #311482 As uri is encaped ASCII-encoded, it can't be recognized whenSimon Zheng2006-03-062-2/+9
| | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes #311482 * gui/dialogs/comp-editor.c: (set_attachment_list): As uri is encaped ASCII-encoded, it can't be recognized when setting mime part. Use filename instead of uri. svn path=/trunk/; revision=31657
* committed fix for bug #328988Srinivasa Ragavan2006-03-063-76/+60
| | | | svn path=/trunk/; revision=31654
* fixes #330448Chenthill Palanisamy2006-03-062-0/+13
| | | | svn path=/trunk/; revision=31652
* Fixes #329353Chenthill Palanisamy2006-03-062-1/+8
| | | | svn path=/trunk/; revision=31651
* Fixes #333234 Initialize calendar to ensure gconf_client is valid.Jeff Cai2006-03-042-0/+11
| | | | | | | | | | | 2006-03-04 Jeff Cai <jeff.cai@sun.com> Fixes #333234 * gui/calendar-config.c: (calendar_config_get_primary_tasks), (calendar_config_get_primary_memos): Initialize calendar to ensure gconf_client is valid. svn path=/trunk/; revision=31641
* Fixes #331089Chenthill Palanisamy2006-03-042-2/+14
| | | | svn path=/trunk/; revision=31639
* Fixes #324560 Request notification of changes to show_task_preview.Sam Yang2006-03-034-0/+38
| | | | | | | | | | | | | 2006-03-03 Sam Yang <sam.yang@sun.com> Fixes #324560 * gui/calendar-config.[ch]: (calendar_config_add_notification_preview_state): Request notification of changes to show_task_preview. * gui/e-tasks.c: (config_preview_state_changed_cb): Callback function. (setup_config): Send notification request and store connection ID. svn path=/trunk/; revision=31631
* Fixes #312423, #329749Chenthill Palanisamy2006-03-033-11/+29
| | | | svn path=/trunk/; revision=31630
* fixes #332726Chenthill Palanisamy2006-02-282-9/+6
| | | | svn path=/trunk/; revision=31610
* Fixes #330677Chenthill Palanisamy2006-02-242-8/+15
| | | | svn path=/trunk/; revision=31572
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-151-80/+97
| | | | svn path=/trunk/; revision=31528
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-151-0/+5
| | | | svn path=/trunk/; revision=31527
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+10
| | | | svn path=/trunk/; revision=31526
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+9
| | | | svn path=/trunk/; revision=31525
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+8
| | | | svn path=/trunk/; revision=31524
* Commiting the missed changelog.Srinivasa Ragavan2006-02-141-1/+2
| | | | svn path=/trunk/; revision=31514
* Fix for bug #330931 #331029Srinivasa Ragavan2006-02-142-1/+7
| | | | svn path=/trunk/; revision=31513
* sensitize should be initialized to TRUE since it is being ANDed to computeHarish Krishnaswamy2006-02-132-1/+8
| | | | | | | | | | | 2006-02-13 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/task-page.c: (sensitize_widgets): sensitize should be initialized to TRUE since it is being ANDed to compute sens. Fixes #330957 and #330958. svn path=/trunk/; revision=31500
* added mnemonicsKarsten Bräckelmann2006-02-132-14/+18
| | | | svn path=/trunk/; revision=31496
* mark strings for translationKarsten Bräckelmann2006-02-132-3/+8
| | | | svn path=/trunk/; revision=31492
* added translator comments for some occurrences of heavy sentenceAndre Klapper2006-02-123-11/+67
| | | | | | | | | | 2006-02-12 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recurrence-page.glade: * gui/dialogs/recurrence-page.c: added translator comments for some occurrences of heavy sentence splitting. Hopefully fixes bug 329695. svn path=/trunk/; revision=31488
* adding translator comments to "second" strings to distinguish ordinalAndre Klapper2006-02-124-1/+11
| | | | | | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recurrence-page.c: * gui/alarm-notify/util.c: * gui/misc.c: adding translator comments to "second" strings to distinguish ordinal numbers and time divisions. Fixes bug 328988. svn path=/trunk/; revision=31484
* a11y changes for bug #330723Karsten Bräckelmann2006-02-114-3/+11
| | | | svn path=/trunk/; revision=31477
* fix a11y string, bug #330712Karsten Bräckelmann2006-02-112-1/+7
| | | | svn path=/trunk/; revision=31475
* fixes #329570Chenthill Palanisamy2006-02-102-16/+15
| | | | svn path=/trunk/; revision=31471
* fixes #330521Chenthill Palanisamy2006-02-092-2/+8
| | | | svn path=/trunk/; revision=31463
* Pass the client along with the id for search to handle cases where theHarish Krishnaswamy2006-02-092-2/+9
| | | | | | | | | | | 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
* fixes #329768Chenthill Palanisamy2006-02-092-4/+8
| | | | svn path=/trunk/; revision=31458
* fixes #330465Chenthill Palanisamy2006-02-092-2/+8
| | | | svn path=/trunk/; revision=31457
* Construct the pathname to the xml file at run-time to avoid usingTor Lillqvist2006-02-092-1/+13
| | | | | | | | | | 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
* broken pipes are soo funKjartan Maraas2006-02-0822-210/+41
| | | | svn path=/trunk/; revision=31452
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-0855-680/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Committing Johnny's patch.Srinivasa Ragavan2006-02-082-1/+7
| | | | svn path=/trunk/; revision=31441
* Committed Ranjan's patch.Srinivasa Ragavan2006-02-082-1/+6
| | | | svn path=/trunk/; revision=31440
* Committing Johnny's patch.Srinivasa Ragavan2006-02-082-0/+9
| | | | svn path=/trunk/; revision=31439
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-072-0/+8
| | | | svn path=/trunk/; revision=31427
* Committing Ozwald's and Johnny's patch.Srinivasa Ragavan2006-02-063-0/+18
| | | | svn path=/trunk/; revision=31424
* fix typoKarsten Bräckelmann2006-02-062-1/+5
| | | | svn path=/trunk/; revision=31410
* Fix compilation against HEAD gtk and on Win32, where we use theTor Lillqvist2006-01-312-2/+11
| | | | | | | | | | | 2006-01-31 Tor Lillqvist <tml@novell.com> * gui/alarm-notify/alarm-queue.c (open_alarm_dialog, tray_icon_clicked_cb): Fix compilation against HEAD gtk and on Win32, where we use the GtkStatusIcon API and there is no tray_image variable. svn path=/trunk/; revision=31384
* show the alarm list dialog.Chenthill Palanisamy2006-01-312-0/+6
| | | | svn path=/trunk/; revision=31383
* Reverting Chakravarthi's commit on Jan 17 to fix miscellaneous problemsHarish Krishnaswamy2006-01-302-22/+11
| | | | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> * gui/e-week-view.c : Reverting Chakravarthi's commit on Jan 17 to fix miscellaneous problems manifesting in the week/month views. svn path=/trunk/; revision=31376
* Fixed a small build issue.Devashish Sharma2006-01-301-8/+8
| | | | svn path=/trunk/; revision=31365
* removed the unnecessary printfChenthill Palanisamy2006-01-301-1/+0
| | | | svn path=/trunk/; revision=31357
* Fixed the page layouts as per HIG spacing.Johnny Jacob2006-01-305-802/+923
| | | | | | | | | | | | | | 2006-01-30 Johnny Jacob <johnnyjacob@gmail.com> * gui/dialogs/event-page.c: (sensitize_widgets), (alarm_changed_cb): * gui/dialogs/event-page.glade: * gui/dialogs/task-page.c: (sensitize_widgets): * gui/dialogs/task-page.glade: Fixed the page layouts as per HIG spacing. svn path=/trunk/; revision=31356
* fixes #225816Chenthill Palanisamy2006-01-301-2/+177
| | | | svn path=/trunk/; revision=31355
* Fixes #328285 Added. Handle focus in and out events. (init_widgets):Johnny Jacob2006-01-302-0/+41
| | | | | | | | | | | | | | | | 2006-01-30 Johnny Jacob <johnnyjacob@gmail.com> Fixes #328285 * gui/dialogs/memo-page.c (widget_focus_out_cb), (widget_focus_out_cb) : Added. Handle focus in and out events. (init_widgets): Connect focus in and out signals for memo_content . Committed to HEAD on behalf of johnny since he does not have commit rights - partha svn path=/trunk/; revision=31354
* fixes #225816Chenthill Palanisamy2006-01-303-3/+63
| | | | svn path=/trunk/; revision=31353
* removed the local change committed by mistake.Chenthill Palanisamy2006-01-301-6/+0
| | | | svn path=/trunk/; revision=31351
* ** Fixes Bug #327347Rajeev ramanathan2006-01-302-1/+10
| | | | | | | | | | | | 2006-01-28 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes Bug #327347 * calendar/gui/dialogs/cal-prefs-dialog.glade: Changed W_eek starts mnemonic to Wee_k starts on and added a translation string to that. svn path=/trunk/; revision=31349
* fixes #327344Chenthill Palanisamy2006-01-303-1/+10
| | | | svn path=/trunk/; revision=31348
* ** Fixes Bug #327304Rajeev ramanathan2006-01-302-0/+9
| | | | | | | | | | | 2006-01-29 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes Bug #327304 * gui/calendar-commands.c :Next" and "Previous" buttons in toolbar for calendar and mail are made same. svn path=/trunk/; revision=31343
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-289-244/+356
| | | | svn path=/trunk/; revision=31332
* Changed the layout of the alarm dialog.Srinivasa Ragavan2006-01-285-142/+214
| | | | svn path=/trunk/; revision=31329
* Fixes #325831 Corrected a grammatical error in a message for savingTino Meinen2006-01-272-2/+8
| | | | | | | | | | 2006-01-23 Tino Meinen <a.t.meinen@chello.nl> Fixes #325831 * calendar.error.xml: Corrected a grammatical error in a message for saving changed appointments, and changed the corresponding message for tasks correspondingly svn path=/trunk/; revision=31317
* fixes #325762Chenthill Palanisamy2006-01-256-303/+258
| | | | svn path=/trunk/; revision=31308
* fixes #327879Chenthill Palanisamy2006-01-252-1/+10
| | | | svn path=/trunk/; revision=31300
* fixes #323700Chenthill Palanisamy2006-01-242-6/+29
| | | | svn path=/trunk/; revision=31293
* Committing patch from Jon Ander HernandezSrinivasa Ragavan2006-01-242-1/+9
| | | | svn path=/trunk/; revision=31291
* removed surrounding markup. Fixes bug 313120. Committing on behalf ofAndre Klapper2006-01-242-2/+13
| | | | | | | | | 2006-01-24 Andre Klapper <a9016009@gmx.de> * gui/dialogs/meeting-page.c: removed surrounding markup. Fixes bug 313120. Committing on behalf of Pablo Arroyo. svn path=/trunk/; revision=31289
* added translator comment to a string. Fixes bug 328006.Andre Klapper2006-01-242-0/+9
| | | | | | | | 2006-01-23 Andre Klapper <a9016009@gmx.de> * gui/e-day-view-time-item.c: added translator comment to a string. Fixes bug 328006. svn path=/trunk/; revision=31287
* added translator comments to workday abbreviations. Fixes bug 328007.Andre Klapper2006-01-242-0/+6
| | | | | | | | 2005-01-23 Andre Klapper <a9016009@gmx.de> * gui/print.c: added translator comments to workday abbreviations. Fixes bug 328007. svn path=/trunk/; revision=31284
* committing patch from pavithranSrinivasa Ragavan2006-01-233-0/+10
| | | | svn path=/trunk/; revision=31271
* Fixes #327958Irene Huang2006-01-232-3/+18
| | | | | | | | | | | | 2006-01-23 Irene Huang <Irene.Huang@sun.com> Fixes #327958 * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Check if ptr==NULL, for special occassion with SunOne accouts. svn path=/trunk/; revision=31269
* fixes #326478Chenthill Palanisamy2006-01-233-312/+154
| | | | svn path=/trunk/; revision=31268
* Removed wrong parameter to be able to compile again.Andre Klapper2006-01-202-1/+5
| | | | | | | | 2006-01-20 Andre Klapper <a9016009@gmx.de> * gui/dialogs/task-page.c (field_changed_cb): Removed wrong parameter to be able to compile again. svn path=/trunk/; revision=31255
* Edit button implementation for tasks.Chenthill Palanisamy2006-01-202-2/+39
| | | | svn path=/trunk/; revision=31254
* fixes #327487Chenthill Palanisamy2006-01-202-5/+19
| | | | svn path=/trunk/; revision=31252
* fixes #327293Chenthill Palanisamy2006-01-192-0/+19
| | | | svn path=/trunk/; revision=31236
* Committed Chax's fix for double click of events in week/month view. Partly ↵Srinivasa Ragavan2006-01-182-5/+27
| | | | | | fixes #207071 svn path=/trunk/; revision=31235
* Implements the edit buttonChenthill Palanisamy2006-01-174-3/+65
| | | | svn path=/trunk/; revision=31218
* remove shortcut keys (UI Hackfest - SeeHarish Krishnaswamy2006-01-164-5/+13
| | | | | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * gui/calendar-component.c: (impl__get_userCreatableItems): * gui/memos-component.c: (impl__get_userCreatableItems): * gui/tasks-component.c: (impl__get_userCreatableItems): remove shortcut keys (UI Hackfest - See http://go-evolution.org/Shortcut_Keys_Review). svn path=/trunk/; revision=31216
* fixes #324739Chenthill Palanisamy2006-01-164-50/+117
| | | | svn path=/trunk/; revision=31213
* fixes #325629Chenthill Palanisamy2006-01-162-13/+13
| | | | svn path=/trunk/; revision=31211
* changes in alarm-queue.c to fix two bugs 324889 and 324816. The code thatChenthill Palanisamy2006-01-162-38/+51
| | | | | | | | handles the toggle of a calendar to be (not to be) included for alarms on "Configure Alarms" (right click alarm-notify panel icon) is faulty and is modified. svn path=/trunk/; revision=31210
* added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.cChenthill Palanisamy2006-01-166-12/+427
| | | | | | | so that an option of "Reply" and "Reply All" on right click of a calendar item for calendars that do not have the static capability of saving schedules. svn path=/trunk/; revision=31192
* modified some code in alarm-queue.c that causes a crash while ↵Chenthill Palanisamy2006-01-162-41/+33
| | | | | | | | alarm-notification is quit using "Quit" option in right click of the panel icon for alarm. svn path=/trunk/; revision=31191
* fixes #213660Chenthill Palanisamy2006-01-137-4/+49
| | | | svn path=/trunk/; revision=31167
* fixes #320101Chenthill Palanisamy2006-01-132-28/+40
| | | | svn path=/trunk/; revision=31165
* fixes #311888Chenthill Palanisamy2006-01-132-0/+22
| | | | svn path=/trunk/; revision=31164
* edit menu implementationChenthill Palanisamy2006-01-136-10/+212
| | | | svn path=/trunk/; revision=31163
* fixes #313112Chenthill Palanisamy2006-01-132-4/+21
| | | | svn path=/trunk/; revision=31161
* fixes #259505Chenthill Palanisamy2006-01-131-0/+7
| | | | svn path=/trunk/; revision=31160
* fixes #271810Chenthill Palanisamy2006-01-134-0/+39
| | | | svn path=/trunk/; revision=31159
* ** Fixes bug #274234Srinivasa Ragavan2006-01-133-7/+36
| | | | | | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #274234 * gui/e-week-view-main-item.c: (e_week_view_main_item_draw_day): Bolds the date if drawing Today. * gui/gnome-cal.c (gnome_calendar_goto) (gnome_calendar_on_date_navigator_selection_changed): Call the parent views to update the selection. svn path=/trunk/; revision=31158
* fixes #271541Chenthill Palanisamy2006-01-133-0/+27
| | | | svn path=/trunk/; revision=31155
* fixes #326735Chenthill Palanisamy2006-01-132-0/+16
| | | | svn path=/trunk/; revision=31154
* Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and MemoSrinivasa Ragavan2006-01-122-3/+10
| | | | | | | | | | | 2006-01-12 Srinivasa Ragavan <sragavan@novell.com> * gui/GNOME_Evolution_Calendar.server.in.in: Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and Memo (C+F6 to C+5). svn path=/trunk/; revision=31151
* Re-define keyboard shortcuts for switching between views. UI Hackfest -Harish Krishnaswamy2006-01-122-9/+15
| | | | | | | | | | 2006-01-12 Harish Krishnaswamy <kharish@novell.com> * gui/gnome-cal.c: (gnome_calendar_class_init): Re-define keyboard shortcuts for switching between views. UI Hackfest - Refer http://go-evolution.org/Shortcut_Keys_Review svn path=/trunk/; revision=31147
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-1010-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-10 Simon Zheng <simon.zheng@sun.com> * gui/calendar-component.c: (calendar_component_peek): * gui/calendar-config.c: * gui/e-cal-model-tasks.c: * gui/e-cal-popup.c: * gui/e-cell-date-edit-text.c: * gui/e-meeting-store.c: * gui/memos-component.c: (memos_component_peek): * gui/print.c: * gui/tasks-component.c: (tasks_component_peek): Use e_util_mkdir_hier() instead of e_mkdir_hier(). Use e_util_strstrcase() instead of e_strstrcasea(). use e_strftime() in evolution-data-server/ libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-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. use e_utf8_strftime() 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=31116
* Bypass most of this file on Win32, as there are no 1.x installations onTor Lillqvist2006-01-092-3/+24
| | | | | | | | | | | 2006-01-08 Tor Lillqvist <tml@novell.com> * gui/migration.c: Bypass most of this file on Win32, as there are no 1.x installations on Win32 to migrate from. Use g_filename_to_uri() in a couple places instead of just prefixing file://. svn path=/trunk/; revision=31098
* Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2006-01-093-69/+76
| | | | | | | | | | * gui/dialogs/alarm-dialog.glade: Added code to hscroll the custom message of alarm. Fixes bug #325446 * gui/dialogs/task-page.glade: Added code to expand the description scrolled window when the parent window is dragged. Fixes bug #325502 svn path=/trunk/; revision=31097
* added translator comments to several strings. Fixes bug 325612.Andre Klapper2006-01-072-91/+20
| | | | | | | | 2005-01-06 Andre Klapper <a9016009@gmx.de> * gui/e-alarm-list.c: added translator comments to several strings. Fixes bug 325612. svn path=/trunk/; revision=31094
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-068-18/+29
| | | | | | | | | | | | | | | | | | | | | | 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
* changed "RSVP" to "reply". Fixes bug 261071.Andre Klapper2006-01-062-1/+4
| | | | | | | 2005-01-06 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: changed "RSVP" to "reply". Fixes bug 261071. svn path=/trunk/; revision=31085
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-062-1/+6
| | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * gui/itip-utils.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. svn path=/trunk/; revision=31073
* Reviewed/Committed by Harish <kharish@novell.com> : Fixed warnings.Johnny Jacob2006-01-062-16/+23
| | | | | | | | | | | 2006-01-06 Johnny Jacob <johnnyjacob@gmail.com> Reviewed/Committed by Harish <kharish@novell.com> * gui/dialog/event-page.c: (set_all_day), (sensitize_widgets) (time_sel_changed), (update_end_time_selector), (hour_minute_changed), (event_page_set_all_day_event), (alarm_changed_cb), (init_widgets) : Fixed warnings. svn path=/trunk/; revision=31072
* Change the keys which need to be pressed to alter the end time of theBoby Wang2006-01-062-2/+10
| | | | | | | | | | | | 2005-01-06 Boby Wang <boby.wang@sun.com> * gui/e-day-view.c: (e_day_view_on_text_item_event): Change the keys which need to be pressed to alter the end time of the event selected. Now: Ctrl+Shift+Up(or Down) Before: Ctrl+Alt+Shift+Up(or Down) conflict with switching the workspace in Gnome Desktop. svn path=/trunk/; revision=31071
* make the alarm dialog modal.Chenthill Palanisamy2006-01-052-0/+6
| | | | svn path=/trunk/; revision=31063
* fixes #216535Chenthill Palanisamy2006-01-052-5/+27
| | | | svn path=/trunk/; revision=31062
* fixes a build break.Chenthill Palanisamy2006-01-052-2/+10
| | | | svn path=/trunk/; revision=31061
* fixes #258786Chenthill Palanisamy2006-01-053-2/+21
| | | | svn path=/trunk/; revision=31060
* fixes #303193Chenthill Palanisamy2006-01-052-2/+12
| | | | svn path=/trunk/; revision=31059
* modified the alarm-notify.glade file and some code in alarm-notify-dialog.cChenthill Palanisamy2006-01-053-26/+95
| | | | | | | to include "hours" as an option for snooze time in alarm notification dialog. Fixes 317808 svn path=/trunk/; revision=31058
* reverting the patch.Chenthill Palanisamy2006-01-042-33/+15
| | | | svn path=/trunk/; revision=31051
* Remove stray cvs conflict indicator.Tor Lillqvist2006-01-041-1/+0
| | | | svn path=/trunk/; revision=31043
* Reinstate the run-time glade file pathname lookup change from 2005-11-26.Tor Lillqvist2006-01-042-1/+13
| | | | | | | | | | 2006-01-04 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-prefs-dialog.c: Reinstate the run-time glade file pathname lookup change from 2005-11-26. It had been overwritten on 2005-12-19. svn path=/trunk/; revision=31042
* ** Fix for bug #325416Srinivasa Ragavan2006-01-042-8/+42
| | | | | | | | | | | | | 2006-01-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #325416 * gui/e-day-view.c: (e_day_view_convert_event_coords), (tooltip_get_view_event), (tooltip_destroy), (e_day_view_on_text_item_event): Read the event num from the position of x,y. svn path=/trunk/; revision=31039
* ** Fix for bug #325414Srinivasa Ragavan2006-01-024-0/+42
| | | | | | | | | | | | | | | 2006-01-02 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #325414 * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added null check for the string before creating the tooltips and stopped showing it. * gui/e-day-view.c: (e_day_view_on_editing_stopped): * gui/e-week-view.c: (e_week_view_on_editing_stopped): Added code to hide tooltips window when start/stop hiding svn path=/trunk/; revision=31027
* The timezone should be set on the task we are trying to open - not on theHarish Krishnaswamy2006-01-022-1/+9
| | | | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * gui/e-tasks.c: (open_ecal): The timezone should be set on the task we are trying to open - not on the default. Fixes #325489. svn path=/trunk/; revision=31019
* Fixes #325468 (critical warning crasher).Harish Krishnaswamy2006-01-022-1/+6
| | | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/cal-prefs-dialog.c: (show_fb_config): Fixes #325468 (critical warning crasher). svn path=/trunk/; revision=31013
* s/don't/do not/ string changes. Fixes #325276.Harish Krishnaswamy2006-01-011-10/+10
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * s/don't/do not/ string changes. Fixes #325276. svn path=/trunk/; revision=31001
* removed a duplicated exclamation mark. Fixes bug 325123.Andre Klapper2005-12-311-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * icalendar-importer.c: removed a duplicated exclamation mark. Fixes bug 325123. 2005-12-30 Andre Klapper <a9016009@gmx.de> * gui/apps_evolution_calendar.schemas.in.in: harmonized "URL", "Url" and "url". Fixes bug 325125. 2005-12-30 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. 2005-12-20 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: Adding punctation to some error messages. Fixes bug 313144. 2005-12-20 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recur-comp.c: fixing string bug 308851 svn path=/trunk/; revision=30997
* removed a duplicated exclamation mark. Fixes bug 325123.Andre Klapper2005-12-301-1/+1
| | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * icalendar-importer.c: removed a duplicated exclamation mark. Fixes bug 325123. svn path=/trunk/; revision=30979
* harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-301-4/+4
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976
* changing "canceled" to "cancelled" to stay consistant to the rest. FixesAndre Klapper2005-12-301-1/+1
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. svn path=/trunk/; revision=30974
* Fix a build breaker. g_filename_to_uri takes 3 arguments.Harish Krishnaswamy2005-12-232-1/+7
| | | | | | | | | | 2005-12-23 Harish Krishnaswamy <kharish@novell.com> * conduits/calendar/calendar-conduit.c (calconduit_load_configuration): Fix a build breaker. g_filename_to_uri takes 3 arguments. svn path=/trunk/; revision=30942
* added translator comments for 'RSVP', partial fix for bug 261071Andre Klapper2005-12-222-0/+2
| | | | | | | | 2005-12-22 Andre Klapper <a9016009@gmx.de> * gui/e-itip-control.c, gui/e-meeting-list-view.c: added translator comments for 'RSVP', partial fix for bug 261071 svn path=/trunk/; revision=30931
* fixes #306150Chenthill Palanisamy2005-12-212-1/+7
| | | | svn path=/trunk/; revision=30922
* Changed the code in options and autopick call back in e-meeting-time-sel.cChenthill Palanisamy2005-12-212-12/+21
| | | | | | | so that the menus drop at appropriate positions as suggested in the report of the bug #248133 svn path=/trunk/; revision=30918
* committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-214-36/+51
| | | | | | | | | | | | | | 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
* Fixes #323984 Invoke task_page_set_show_timezone() to check whether toSam Yang2005-12-212-16/+13
| | | | | | | | | | | | | | 2005-12-21 Sam Yang <sam.yang@sun.com> Fixes #323984 * gui/dialogs/task-page.c: (task_page_fill_widgets): Invoke task_page_set_show_timezone() to check whether to show timezone widgets on task page. Just like what we did in init_widgets(). (init_widgets): Since we have called task_page_set_show_timezone() before, remove its duplicate code. Invoke task_page_set_show_categories() directly other than copy its code here. svn path=/trunk/; revision=30910
* fixes #324525Chenthill Palanisamy2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30905
* Adding punctation to some error messages. Fixes bug 313144.Andre Klapper2005-12-201-8/+8
| | | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * calendar.error.xml: Adding punctation to some error messages. Fixes bug 313144. svn path=/trunk/; revision=30898
* fixing string bug 308851Andre Klapper2005-12-201-4/+4
| | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recur-comp.c: fixing string bug 308851 svn path=/trunk/; revision=30897
* Fixes #323125, #323126Veerapuram Varadhan2005-12-203-10/+20
| | | | | | | | | | | | | * gui/cal-search-bar.c: Re-order the search-bar menu items and make "Summary contains", which is what most people use to search for an item (be it a calendar/task/memo), as default. (cal_search_bar_construct): Do not set "Category is" as default option in search-bar menu. * gui/cal-search-bar.h: Re-order the bit-values in accordance to re-ordered search-bar menu items. svn path=/trunk/; revision=30896
* applied an approved patch for fixing #323955. Also correct the date of ↵Chenthill Palanisamy2005-12-202-21/+16
| | | | | | previous commit. svn path=/trunk/; revision=30893
* fixes #324196.Chenthill Palanisamy2005-12-202-17/+26
| | | | svn path=/trunk/; revision=30889
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-1915-2105/+1322
| | | | svn path=/trunk/; revision=30876
* Fixes #324195Chenthill Palanisamy2005-12-192-0/+15
| | | | svn path=/trunk/; revision=30872
* Use GLib to construct filenames from URIs and vice versa.Tor Lillqvist2005-12-182-3/+6
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-preview.c: Use GLib to construct filenames from URIs and vice versa. svn path=/trunk/; revision=30831
* Use g_build_filename(), g_filename_from_uri(), g_usleep().Tor Lillqvist2005-12-172-10/+47
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/icalendar-importer.c: Use g_build_filename(), g_filename_from_uri(), g_usleep(). svn path=/trunk/; revision=30818
* : Use gstdio wrappers. Use g_filename_from_uri()Tor Lillqvist2005-12-172-5/+16
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use g_filename_from_uri() svn path=/trunk/; revision=30817
* gui/dialogs/cal-attachment.h Remove unused files from CVS.Tor Lillqvist2005-12-173-740/+2
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment.h * gui/dialogs/cal-attachment.c: Remove unused files from CVS. svn path=/trunk/; revision=30816
* gui/dialogs/cal-attachment-bar.h Remove unused files from CVS.Tor Lillqvist2005-12-173-1201/+3
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment-bar.h * gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS. svn path=/trunk/; revision=30815
* When building against GTK+ 2.9.0 or later, and always on Win32, use theTor Lillqvist2005-12-172-3/+102
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/alarm-notify/alarm-queue.c: When building against GTK+ 2.9.0 or later, and always on Win32, use the GtkStatusIcon API instead of EggTrayIcon. svn path=/trunk/; revision=30814
* Use gstdio wrappers. Use GDir API instead of dirent. UseTor Lillqvist2005-12-172-31/+39
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/migration.c: Use gstdio wrappers. Use GDir API instead of dirent. Use g_filename_{to,from}_uri(). Open files in binary mode. Use e_xml_parse_file() instead of xmlParseFile(). svn path=/trunk/; revision=30813
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-memo-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30812
* Use e_util_utf8_strcasecmp() to do proper casefolded comparison ofTor Lillqvist2005-12-172-19/+21
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-meeting-store.c: Use e_util_utf8_strcasecmp() to do proper casefolded comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30811
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c: Use gstdio wrappers. svn path=/trunk/; revision=30810
* Use gstdio wrappers.Tor Lillqvist2005-12-172-2/+5
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30809
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30808
* Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8)Tor Lillqvist2005-12-172-5/+9
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-tasks.c: Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30807
* Use gstdio wrappers.Tor Lillqvist2005-12-172-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-list-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30806
* Combine my last two entries.Tor Lillqvist2005-12-171-5/+3
| | | | svn path=/trunk/; revision=30805
* Use g_filename_to_uri() to construct a file: URI.Tor Lillqvist2005-12-172-2/+7
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-memo-preview.c (write_html): Use g_filename_to_uri() to construct a file: URI. svn path=/trunk/; revision=30804
* Use GLib to construct filenames from URIs and back.Tor Lillqvist2005-12-172-3/+15
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * conduits/calendar/calendar-conduit.c: Use GLib to construct filenames from URIs and back. svn path=/trunk/; revision=30803
* ** Fixes bug #324094Srinivasa Ragavan2005-12-172-2/+11
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #324094 * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added comments to few strings for translation. svn path=/trunk/; revision=30798
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Committing the missed e-week-view.c in my prev commit, where i did justSrinivasa Ragavan2005-12-161-3/+3
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Committing the missed e-week-view.c in my prev commit, where i did just the ChangeLog svn path=/trunk/; revision=30787
* Fixed a possible crash with the tooltip impl in calendarSrinivasa Ragavan2005-12-161-0/+7
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Fixed a possible crash with the tooltip impl in calendar svn path=/trunk/; revision=30786
* Commited fix to remove markup from translation and added few notes toSrinivasa Ragavan2005-12-152-1/+16
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Commited fix to remove markup from translation and added few notes to translaters, on what will be displayed. svn path=/trunk/; revision=30783
* fixes #324058Chenthill Palanisamy2005-12-152-18/+13
| | | | svn path=/trunk/; revision=30782
* Corrected the commit dateChenthill Palanisamy2005-12-151-1/+1
| | | | svn path=/trunk/; revision=30780
* fixes #321739Chenthill Palanisamy2005-12-154-7/+159
| | | | svn path=/trunk/; revision=30779
* Added code to make the tooltips strings translatable. Also picked up theSrinivasa Ragavan2005-12-152-24/+15
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added code to make the tooltips strings translatable. Also picked up the color from the theme for the tooltip instead of hardcoded colors. svn path=/trunk/; revision=30778
* Committed Johnny's patch for adding the FOR time implementationSrinivasa Ragavan2005-12-143-16/+180
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committed Johnny's patch for adding the FOR time implementation svn path=/trunk/; revision=30776
* Committed Johnny Patch to fix bug #324060Srinivas Ragavan2005-12-142-2/+22
| | | | | | | | 2005-12-14 Srinivas Ragavan <sragavan@novell.com> * Committed Johnny Patch to fix bug #324060 svn path=/trunk/; revision=30773
* ** Refixes the bug #320210Srinivasa Ragavan2005-12-142-1/+9
| | | | | | | | | | | | 2005-11-28 Srinivasa Ragavan <sragavan@novell.com> ** Refixes the bug #320210 * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES in "prompt-delete-appointment". It was missed out in the earlier patch. svn path=/trunk/; revision=30771
* Committing Johnny Jacob's patch for bug #320210Srinivasa Ragavan2005-12-142-1/+8
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committing Johnny Jacob's patch for bug #320210 svn path=/trunk/; revision=30770
* fixes the tool tip crash.Chenthill Palanisamy2005-12-099-69/+267
| | | | svn path=/trunk/; revision=30738
* Authenticate by reading the stored-password for tasks that has "auth"Veerapuram Varadhan2005-12-062-7/+57
| | | | | | | | | | | * conduits/todo/todo-conduit.c (start_calendar_server): Authenticate by reading the stored-password for tasks that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30729
* Authenticate by reading the stored-password for calendar that has "auth"Veerapuram Varadhan2005-12-062-15/+60
| | | | | | | | | | | * conduits/calendar/calendar-conduit.c (start_calendar_server): Authenticate by reading the stored-password for calendar that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30728
* gui/e-cal-config.c (ecph_class_init) Remove stray leftover debuggingTor Lillqvist2005-12-063-4/+10
| | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * gui/e-cal-config.c (ecph_class_init) * gui/memos-component.c (memos_component_init): Remove stray leftover debugging output. * gui/memos-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://". svn path=/trunk/; revision=30725
* fixes #322616Chenthill Palanisamy2005-11-292-3/+12
| | | | svn path=/trunk/; revision=30704
* fixes #317322Chenthill Palanisamy2005-11-292-47/+65
| | | | svn path=/trunk/; revision=30699
* fixes #314639Chenthill Palanisamy2005-11-282-0/+15
| | | | svn path=/trunk/; revision=30695
* fixes #318777Chenthill Palanisamy2005-11-282-5/+36
| | | | svn path=/trunk/; revision=30693
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-262-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/event-page.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.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=30680
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-2627-57/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.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=30679
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-5/+5
| | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/tasks-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30669
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-3/+7
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/calendar-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30668
* gui/e-itip-control.c Use g_ascii_strcasecmp() instead of strcasecmp() forTor Lillqvist2005-11-253-8/+14
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c * gui/itip-utils.c: Use g_ascii_strcasecmp() instead of strcasecmp() for portability. svn path=/trunk/; revision=30665
* Changes for alarm notification bubbleChenthill Palanisamy2005-11-249-122/+631
| | | | svn path=/trunk/; revision=30661
* Include e-time-utils.h from libedataserver instead of using evolution'sTor Lillqvist2005-11-242-1/+2
| | | | | | | | * gui/e-calendar-view.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30660
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-2418-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * gui/e-alarm-list.c * gui/e-cal-component-memo-preview.c * gui/e-cal-component-preview.c * gui/e-cal-model.c * gui/e-cell-date-edit-text.c * gui/e-date-time-list.c * gui/e-itip-control.c * gui/e-memos.c * gui/e-tasks.c * gui/itip-utils.c * gui/print.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/util.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/comp-editor-util.c * gui/dialogs/recurrence-page.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30659
* Added a function to get tooltip tooltip widgetSrinivasa Ragavan2005-11-238-9/+379
| | | | | | | | | | | | | | | | | | | | | | 2005-11-23 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c (tooltip_grab), (get_label), (e_calendar_view_get_tooltips): Added a function to get tooltip tooltip widget * gui/e-calendar-view.h: * gui/e-day-view.c (e_day_view_add_event), (e_day_view_reshape_long_event), (e_day_view_reshape_day_event), (e_day_view_on_text_item_event): Added tooltip for day/work week view. * gui/e-week-view.c (e_week_view_add_event), (tooltip_event_cb), (e_week_view_reshape_event_span), (e_week_view_on_text_item_event): Added tooltip for week/month view. * gui/e-week-view.h: * gui/misc.c (get_position_in_array), (calculate_time): Added a function for converting time to string. * gui/misc.h: svn path=/trunk/; revision=30648
* Fixes #321237 Add the categories' name The name of categories in newBoby Wang2005-11-222-0/+10
| | | | | | | | | 2005-11-22 Boby Wang <boby.wang@sun.com> Fixes #321237 * gui/dialogs/event-page.glade: Add the categories' name The name of categories in new appointment dialog was missed. svn path=/trunk/; revision=30643
* changes are made in alarm-notify.glade and alarm-notify-dialog.c to make sureChenthill Palanisamy2005-11-173-28/+45
| | | | | | | that the description part of the alarm dialog comes in a scroll window and thus fixing #314550 svn path=/trunk/; revision=30632
* show the details page in task editor.Chenthill Palanisamy2005-11-163-34/+14
| | | | svn path=/trunk/; revision=30628
* UI changes for task editor.Chenthill Palanisamy2005-11-1610-609/+1720
| | | | svn path=/trunk/; revision=30626
* struct _ECalModelMemosPrivate should not be zero sized.Irene Huang2005-11-162-0/+6
| | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/e-cal-model-memos.c: struct _ECalModelMemosPrivate should not be zero sized. svn path=/trunk/; revision=30623
* Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When newIrene Huang2005-11-162-2/+11
| | | | | | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/dialogs/cal-prefs-dialog.c: (cal_prefs_dialog_url_add_clicked): Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When new a dialog of confirm, set parent to PREFS_WINDOW (dialog_data->page) instead of using PREFS_WINDOW (dialog_data). svn path=/trunk/; revision=30622
* UI changes for the event editor.Chenthill Palanisamy2005-11-1515-952/+2778
| | | | svn path=/trunk/; revision=30613
* fixes #313538.Chenthill Palanisamy2005-11-102-10/+9
| | | | svn path=/trunk/; revision=30593
* fixes #321088.Chenthill Palanisamy2005-11-102-18/+26
| | | | svn path=/trunk/; revision=30592
* Committing for Nathan Owens <pianocomp81@yahoo.com>Veerapuram Varadhan2005-11-092-9/+151
| | | | | | | | | | Committing for Nathan Owens <pianocomp81@yahoo.com> * calendar/conduit/todo/todo-conduit.c (local_record_from_comp) (comp_from_remote_record) (post_sync) (add_category_if_possible): Category syncing in todo-conduits. svn path=/trunk/; revision=30587
* Fixes 273322Chenthill Palanisamy2005-11-092-2/+20
| | | | svn path=/trunk/; revision=30582
* Modified the previous entry to reflect the bug that is being fixed.Chenthill Palanisamy2005-11-081-0/+1
| | | | svn path=/trunk/; revision=30580
* Modified the code in alarm_notify_add_calendars() to generate the correct ↵Chenthill Palanisamy2005-11-082-2/+16
| | | | | | | | key for obtaining the password for an authenticated calendar. svn path=/trunk/; revision=30579
* Changed the code to load alarms from current day beginning if the last ↵Chenthill Palanisamy2005-11-083-11/+21
| | | | | | | | | notification time is beyond current day's beginning time in the function load_alarms_for_today() and removed a check in the function setup_timeout() svn path=/trunk/; revision=30578
* Sankar Committting for MubeenMubeen Jukaku2005-10-212-2/+10
| | | | | | | | | | | | 2005-10-21 Mubeen Jukaku <jmubeen@novell.com> Sankar Committting for Mubeen Fixes #310495 * gui/e-calendar-table.etspec: Do string case comparison for Summary and Categories field svn path=/trunk/; revision=30550
* Sankar committing for VirenViren.L2005-10-212-0/+40
| | | | | | | | | | | | | | 2005-10-21 Viren.L <lviren@novell.com> Sankar committing for Viren Fixes #272920 * gui/gnome-cal.c (setup_widgets): Connect signal to catch the scroll-event on the widget of date navigator and handle the GDK_SCROLL_UP,GDK_SCROLL_DOWN in the callback. svn path=/trunk/; revision=30548
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-1941-6/+8476
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* Corrected the date of commit.Chenthill Palanisamy2005-10-181-1/+17
| | | | svn path=/trunk/; revision=30529
* fixes #308802.Chenthill Palanisamy2005-10-188-31/+40
| | | | svn path=/trunk/; revision=30526
* Committing the patch to add menu items in attachment bar.Chenthill Palanisamy2005-10-186-17/+416
| | | | svn path=/trunk/; revision=30525
* Should not return a value, so, change all the g_return_val_if_fail toIrene Huang2005-10-172-2/+7
| | | | | | | | | 2005-10-17 Irene Huang <Irene.Huang@sun.com> * gui/e-tasks.c: (e_tasks_show_preview): Should not return a value, so, change all the g_return_val_if_fail to g_return_if_fail. svn path=/trunk/; revision=30510
* fixes #266144, #317575.Chenthill Palanisamy2005-10-117-85/+140
| | | | svn path=/trunk/; revision=30503
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-0719-87/+366
| | | | | | | | | 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
* Provides across calendars keyboard accelerators for popup menusSrinivasa Ragavan2005-10-035-15/+25
| | | | | | | | | | | | | | 2005-10-02 Srinivasa Ragavan <sragavan@novell.com> Provides across calendars keyboard accelerators for popup menus * gui/calendar-component.c (ecc_source_popups): * gui/e-calendar-view.c (ecv_main_items) (ecv_main_items): * gui/gnome-cal.c (gc_popups): * gui/tasks-component.c (etc_source_popups): Added Keybinding for popup menu. svn path=/trunk/; revision=30478
* fixes #315095.Chenthill Palanisamy2005-10-032-64/+86
| | | | svn path=/trunk/; revision=30477
* fixes 271480.Chenthill Palanisamy2005-10-032-0/+14
| | | | svn path=/trunk/; revision=30473
* fixes #264449.Chenthill Palanisamy2005-10-0313-41/+274
| | | | svn path=/trunk/; revision=30467
* fixes 257649.Chenthill Palanisamy2005-10-013-2/+30
| | | | svn path=/trunk/; revision=30464
* fixes #244981.Chenthill Palanisamy2005-10-012-0/+15
| | | | svn path=/trunk/; revision=30461
* fixes 316954.Chenthill Palanisamy2005-10-012-1/+7
| | | | svn path=/trunk/; revision=30460
* fixes #301391Chenthill Palanisamy2005-10-012-2/+16
| | | | svn path=/trunk/; revision=30458
* fixes #269685.Chenthill Palanisamy2005-10-012-5/+95
| | | | svn path=/trunk/; revision=30455
* Fixes #303702 Call e_cal_component_commit_sequence() after modifying theVeerapuram Varadhan2005-10-012-2/+24
| | | | | | | | | | | | Fixes #303702 * calendar/conduits/calendar/calendar-conduit.c: (process_multi_day): Call e_cal_component_commit_sequence() after modifying the properties of an ECalComponent and before fetching its icalcomponent. Reworked the patch from Dave Malcolm <dmalcolm@redhat.com> svn path=/trunk/; revision=30453
* fixes #258786.Chenthill Palanisamy2005-10-017-6/+26
| | | | svn path=/trunk/; revision=30451
* Fixes #314599.Chenthill Palanisamy2005-09-302-3/+10
| | | | svn path=/trunk/; revision=30450
* fixes #273781.Chenthill Palanisamy2005-09-302-1/+10
| | | | svn path=/trunk/; revision=30449
* Fixes #274188.Chenthill Palanisamy2005-09-302-1/+9
| | | | svn path=/trunk/; revision=30446
* Fixes #273847.Chenthill Palanisamy2005-09-304-2/+16
| | | | svn path=/trunk/; revision=30439
* Fixes #246480Chenthill Palanisamy2005-09-302-4/+20
| | | | svn path=/trunk/; revision=30436
* Fixes #270036Chenthill Palanisamy2005-09-302-1/+12
| | | | svn path=/trunk/; revision=30434
* Fixes #317014Chenthill Palanisamy2005-09-2910-18/+61
| | | | svn path=/trunk/; revision=30418
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-8/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/itip-bonobo-control.c (pstream_load, pstream_save): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30394
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-7/+8
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model.c (set_classification): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30393
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-2/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-calendar.c (set_transparency): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30392
* Fixes #261625Chenthill Palanisamy2005-09-192-7/+18
| | | | svn path=/trunk/; revision=30358
* Fixes 314922.Chenthill Palanisamy2005-09-022-1/+8
| | | | svn path=/trunk/; revision=30306
* Fixes 313705Chenthill Palanisamy2005-08-253-0/+14
| | | | svn path=/trunk/; revision=30247
* source-type is an enum not a pointer!Not Zed2005-08-2421-46/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * gui/e-cal-config.h: source-type is an enum not a pointer! * gui/tasks-component.c (selector_tree_drag_data_received): constify uid. * gui/itip-utils.c (comp_sentby): use the right list type for attendees. * gui/gnome-cal.c (config_categories_changed_cb): fix cast. (setup_widgets): fix casts. * gui/e-tasks.c: add missing e-categories.h include. (config_categories_changed_cb): fix cast. * gui/e-week-view.c (e_week_view_realize): remove unused. * gui/e-select-names-editable.c (e_select_names_editable_get_emails): remve unused. * gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set): remove/comment unused. * gui/e-meeting-store.c (freebusy_async): g* strikes again, use the right lock/unlock function for the g-spastic-mutex. (process_callbacks_main_thread): fix signature to match usage. (refresh_queue_add): cast off warning * gui/e-itip-control.c (cleanup_ecal): fix signature to match use * gui/e-day-view.c (process_component): remove unused vars. (e_day_view_realize): more. (e_day_view_on_event_double_click): cast (e_day_view_update_calendar_selection_time): define out unused * gui/e-calendar-table.c (e_calendar_table_init): more a11y related casts. * gui/e-calendar-view.c (on_edit_appointment): proper boolean conversion of a pointer. (transfer_selected_items): cast (on_unrecur_appointment): remove unused prop (e_calendar_view_open_event): proper boolean conversion of pointer. * gui/e-cal-popup.c (needs_to_accept): remove unused. * gui/e-cal-model.c (set_instance_times): remove unused. :include missing calendar-config. * gui/dialogs/meeting-page.c (clear_widgets): yawn, another gtklabel wawrning. (meeting_page_fill_component): constify attendees. * gui/dialogs/e-send-options-utils.c: remove unused global sod, add missing string.h * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct): remove unused. * gui/dialogs/comp-editor.c (response_cb): wtf, this can't use em_utils!!! #if 0 it out and add a build warning. (cab_popup_position): pointer cast. (set_attachment_list): remove unused. * gui/dialogs/calendar-setup.c (eccp_general_offline): change very incorrect N_ macro to _. (CalendarSourceDialog): Umm, source_type is an enum, not a pointer. (eccp_get_source_color): remove unused. svn path=/trunk/; revision=30217
* Remove unwanted include of header that also borks the build.Harish Krishnaswamy2005-08-192-1/+5
| | | | | | | | | 2005-08-19 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/comp-editor.h: Remove unwanted include of header that also borks the build. svn path=/trunk/; revision=30163
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-189-47/+81
| | | | svn path=/trunk/; revision=30157
* ** See bug #312668.Not Zed2005-08-184-419/+7
| | | | | | | | | | | 2005-08-16 Not Zed <NotZed@Ximian.com> ** See bug #312668. * gui/calendar-offline-handler.[ch]: removed. Not even used anyway, god knows how it works. svn path=/trunk/; revision=30153
* Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 Only saveCarsten Guenther2005-08-182-13/+23
| | | | | | | | | | | 2005-08-17 Carsten Guenther <carsten.guenther@scalix.com> Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 * gui/dialogs/comp-editor.c: (get_attachment_list): Only save attachment to file if file does not exist yet. svn path=/trunk/; revision=30149
* Fixes #311904Chenthill Palanisamy2005-08-172-15/+22
| | | | svn path=/trunk/; revision=30139