| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=30503
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=30477
|
|
|
|
| |
svn path=/trunk/; revision=30473
|
|
|
|
| |
svn path=/trunk/; revision=30467
|
|
|
|
| |
svn path=/trunk/; revision=30464
|
|
|
|
| |
svn path=/trunk/; revision=30461
|
|
|
|
| |
svn path=/trunk/; revision=30460
|
|
|
|
| |
svn path=/trunk/; revision=30458
|
|
|
|
| |
svn path=/trunk/; revision=30455
|
|
|
|
| |
svn path=/trunk/; revision=30451
|
|
|
|
| |
svn path=/trunk/; revision=30450
|
|
|
|
| |
svn path=/trunk/; revision=30449
|
|
|
|
| |
svn path=/trunk/; revision=30446
|
|
|
|
| |
svn path=/trunk/; revision=30439
|
|
|
|
| |
svn path=/trunk/; revision=30436
|
|
|
|
| |
svn path=/trunk/; revision=30434
|
|
|
|
| |
svn path=/trunk/; revision=30418
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=30358
|
|
|
|
| |
svn path=/trunk/; revision=30306
|
|
|
|
| |
svn path=/trunk/; revision=30247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=30157
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=30139
|
|
|
|
| |
svn path=/trunk/; revision=30101
|
|
|
|
| |
svn path=/trunk/; revision=30100
|
|
|
|
| |
svn path=/trunk/; revision=30097
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-11 Carsten Guenther <carsten.guenther@scalix.com>
* gui/dialogs/comp-editor.c: (get_attachment_list),
(attachment_bar_icon_clicked_cb): Use g_build_path
instead of g_strconcat to build the pathname to the
attachment file.
(set_attachment_list): Fixed how mime filename gets
extracted from attachments pathname.
svn path=/trunk/; revision=30089
|
|
|
|
| |
svn path=/trunk/; revision=30058
|
|
|
|
| |
svn path=/trunk/; revision=30057
|
|
|
|
| |
svn path=/trunk/; revision=30055
|
|
|
|
| |
svn path=/trunk/; revision=30054
|
|
|
|
|
|
| |
"Sitic Vulnerability Advisory <sitic@pts.se>"
svn path=/trunk/; revision=30006
|
|
|
|
| |
svn path=/trunk/; revision=30000
|
|
|
|
| |
svn path=/trunk/; revision=29994
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-03 Harry Lu <harry.lu@sun.com>
Fix for #312447.
* gui/gnome-cal.c: (notify_selected_time_changed): new function
to emit "selected_time_changed" signal for all views.
(gnome_calendar_goto_date): call notify_selected_time_changed
after date changing.
svn path=/trunk/; revision=29986
|
|
|
|
| |
svn path=/trunk/; revision=29968
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-03 P. S. Chakravarthi <pchakravarthi@novell.com>
Fixes #306017
* gui/e-calendar-view.c: (e_calendar_view_delete_selected_occurrence):
Obtain the default zone information from cal-view and eventually use it to
determine the correct rid for an all-day event.
svn path=/trunk/; revision=29961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-01 Shakti Sen <shprasad@novell.com>
* gui/tasks-control.c (tasks_control_sensitize_commands): Added support
for the Target selection for 'Tasks'.
* gui/e-calendar-table.c (e_calendar_table_open_selected): Resolved
one undefined symbol.
* gui/e-tasks.c: Renamed the function name from 'e_tasks_get_tasks_menu' to 'e_tasks_get_tasks_menu'
* gui/e-tasks.h: Added the declaration for 'e_tasks_get_tasks_menu'.
Thus fixes few warning messages.
* gui/e-cal-menu.c (e_cal_menu_target_new_select): Set the mask for
E_CAL_MENU_SELECT_ASSIGNABLE.
Fixes bug #231968.
svn path=/trunk/; revision=29957
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-29 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-day-view.c: (e_day_view_update_event_label),
(e_day_view_update_long_event_label):
* gui/e-week-view.c: (e_week_view_reshape_event_span):
Commenting the code for marking the summary of unaccepted
meetings as bold, since pango crashes for some meetings.
svn path=/trunk/; revision=29926
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-27 Mengjie Yu <meng-jie.yu@sun.com>
* gui/e-cal-model-calendar.c:
Add reserved field for an empty structure.
* gui/e-cal-model-tasks.c:
Add reserved field for an empty structure.
Fixes #310198
svn path=/trunk/; revision=29899
|
|
|
|
|
|
|
|
|
|
| |
2005-07-25 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-popup.c:
(e_cal_popup_target_new_select): send the comp_data->client
to itip_get_comp_attendee.
svn path=/trunk/; revision=29886
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-25 Viren.l <lviren@novel.com>
Fixes:248126
* gui/tasks-control.c (tasks_control_assign_cmd)
(tasks_control_forward_cmd): Added 2 Bonobo UI verbs for Assign Task and Forward as iCalendar
and the definitions to commands.
* gui/e-calendar-table.[ch] (e_calendar_table_open_task)
(e_calendar_table_get_selected_comp): renamed static functions open_task and get_selected_comp
and made them public.
svn path=/trunk/; revision=29881
|
|
|
|
| |
svn path=/trunk/; revision=29873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-popup.[ch]: (needs_to_accept),
(e_cal_popup_target_new_select): Added a mask
to check if the meeting needs to be accepted.
* gui/e-calendar-view.c: Increased the index of the
labels.
* gui/e-day-view.c: (set_text_as_bold):
* gui/e-week-view.c: (set_text_as_bold): Show as bold
even if the attendee property is not found, since it might
be a mailing list. The attendee will be added once he accepts
meeting.
svn path=/trunk/; revision=29869
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-22 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #309991
* gui/e-cal-model.c: (ensure_dates_are_in_default_zone),
(e_cal_view_objects_added_cb):
* gui/gnome-cal.c: (ensure_dates_are_in_default_zone),
(dn_e_cal_view_objects_added_cb): If the start date and end
date are in UTC convert them to default zone while displaying.
svn path=/trunk/; revision=29850
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-21 Shakti Sen <shprasad@novell.com>
* gui/e-tasks.c (e_tasks_init): Creating the tasks-menu.
* gui/tasks-control.c (tasks_control_activate,
tasks_control_deactivate): Activated/deactivated the menu.
In brief, added support for 'Tasks' menu creation.
Fixes bug #310985.
svn path=/trunk/; revision=29841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-21 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #309602
* gui/e-day-view.c: (set_text_as_bold),
(e_day_view_update_event_label),
(e_day_view_update_long_event_label),
(e_day_view_ensure_rows_visible):
* gui/e-week-view.c: (set_text_as_bold),
(e_week_view_update_event_cb): Check if the backend
allows to adding the unaccepted appointments to calendar
and show its summary as bold text.
svn path=/trunk/; revision=29838
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-21 Harish Krishnaswamy <kharish@novell.com>
* gui/gnome-cal.c (gnome_calendar_class_init),
(adjust_e_cal_view_sexp), (display_view),
(gnome_calendar_change_view):
* gui/gnome-cal.h:
Fixes #245331. Keybindings for switching b/w
calendar views.
svn path=/trunk/; revision=29832
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-20 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #310340
* gui/e-calendar-view.c
(e_calendar_view_delete_selected_occurrence): Check if the
backend supports having master object for recurrences and set
the recurrence id accordingly.
svn path=/trunk/; revision=29816
|
|
|
|
|
|
|
|
|
| |
2005-07-20 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c: (get_attachment_list) (comp_editor_get_mime_attach_list)
made it use e_attachment_bar_get_parts instead of the old api
svn path=/trunk/; revision=29814
|
|
|
|
|
|
|
|
|
|
| |
2005-07-20 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #309680
* gui/e-calendar-view.c (on_unrecur_appointment): Remove
the recurrence id only from e_cal_comp.
svn path=/trunk/; revision=29807
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-08 Kjartan Maraas <kmaraas@gnome.org>
* gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar):
Free the uri to the source in a few cases.
* gui/calendar-config.c: (calendar_config_get_icaltimezone):
Free the timezone location.
svn path=/trunk/; revision=29756
|
|
|
|
| |
svn path=/trunk/; revision=29743
|
|
|
|
|
|
|
|
|
|
| |
2005-07-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c: (get_attachment_list) (attachment_guess_mime_type)
(comp_editor_close) (comp_editor_get_mime_attach_list) Fixed some compiler
warning and checked some negative cases
svn path=/trunk/; revision=29733
|
|
|
|
| |
svn path=/trunk/; revision=29725
|
|
|
|
|
|
| |
* Added support for opening a calendar-item in the editor when its ESource id and ECalComponent id/rid are passed in the invocation URI.
svn path=/trunk/; revision=29722
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c:(get_attachment_list) (attachment_bar_changed_cb)
(attachment_bar_icon_clicked_cb) (cab_popups_free) (setup_widgets)
(set_attachment_list) (comp_editor_get_mime_attach_list)
Fixed huge memory leak, and come compile warnings. Also fixed
a crash, when double click on attachments.
svn path=/trunk/; revision=29715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* gui/itip-utils.[ch]: Added a structure.
* gui/dialogs/Makefile.am: Removed cal-attachment*
* gui/dialogs/comp-editor.[ch]: (attach_message) (drop_action)
(send_timezone) (save_comp) (response_cb) (delete_event_cb)
(attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb)
(setup_widgets) (set_icon_from_comp) (fill_widgets) (real_edit_comp)
Removed the attachment bar specific to calendar and made a merged
one at widgets/misc/e-attachment*
svn path=/trunk/; revision=29709
|
|
|
|
| |
svn path=/trunk/; revision=29703
|
|
|
|
| |
svn path=/trunk/; revision=29660
|
|
|
|
|
|
| |
Fixes #237844
svn path=/trunk/; revision=29647
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-05 Srinivasa Ragavan <sragavan@novell.com>
* gui/e-cal-popup.c: Created new target type
* gui/e-cal-popup.h: Added #define for the new target type
* gui/dialogs/cal-attachment-bar.c: (cab_popup) Poped e-cal instead of
em_*. Removed mailer code from calendar
* gui/dialogs/comp-editor.c: (drag_data_received) Poped e-cal instead of
em_*. Removed mailer code from calendar.
svn path=/trunk/; revision=29630
|
|
|
|
|
|
| |
Check the new item flags while creating the scheduling page.
svn path=/trunk/; revision=29625
|
|
|
|
|
|
|
|
|
|
| |
2005-07-04 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/meeting-page.c: (meeting_page_construct) Added
vertical scrollbar policy of list view to always so that it does
not extend the view when there are more contacts.
svn path=/trunk/; revision=29623
|
|
|
|
|
|
| |
does not contain email ids.
svn path=/trunk/; revision=29619
|
|
|
|
|
|
| |
from EDS
svn path=/trunk/; revision=29618
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-01 Praveen Kumar <kpraveen@novell.com>
* gui/e-cal-config.h : Added the source type field in
_ECalConfigTargetSource
* gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar) : Set
the source type as calendar
(calendar_setup_edit_task_list) : Set the source type as tasks.
svn path=/trunk/; revision=29609
|
|
|
|
| |
svn path=/trunk/; revision=29602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-06-27 Tor Lillqvist <tml@novell.com>
* */Makefile.am: Prune unnecessary and nonexistent directories
from the -I options. Prune pathname macros not used in the sources
in that directory from the -D options. Use NO_UNDEFINED. Link with
all necessary libraries. On Win32 link with bootstrap libraries
where necessary.
* common/Makefile.am: As this is a noinst library, no use for
LDFLAGS or LIBADD.
* gui/Makefile.am: Use Win32-specific hack to work around MSYS
feature in the gconftool invokation.
* gui/calendar-commands.c: Remove superfluous inclusion of <pwd.h>.
* gui/e-cal-list-view.c
* gui/e-day-view.c: Remove superfluous inclusion of <gdk/gdkx.h>.
* gui/gnome-cal.c: Remove superfluous inclusion of <sys/wait.h>.
* importers/icalendar-importer.c: Use g_usleep() instead of sleep().
svn path=/trunk/; revision=29592
|
|
|
|
| |
svn path=/trunk/; revision=29588
|
|
|
|
| |
svn path=/trunk/; revision=29575
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-06-23 Kaushal Kumar <kakumar@novell.com>
* e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
addressbook/gui/search/Makefile.am,
plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.
Updated the include paths to use misc instead of widgets/misc.
svn path=/trunk/; revision=29574
|
|
|
|
| |
svn path=/trunk/; revision=29566
|
|
|
|
| |
svn path=/trunk/; revision=29564
|
|
|
|
| |
svn path=/trunk/; revision=29552
|
|
|
|
|
|
|
|
|
| |
2005-06-18 Tor Lillqvist <tml@novell.com>
* gui/GNOME_Evolution_Calendar.server.in.in
* importers/GNOME_Evolution_Calendar_Importer.server.in.in: Use SOEXT.
svn path=/trunk/; revision=29535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-06-17 Kaushal Kumar <kakumar@novell.com>
* Retired GAL from Head. The relevant files have moved inside
evolution. Thanks to JP Rosevear for performing the cvs surgery. The
files have been moved in the following order.
evolution/e-util <- gal/gal/util
evolution/a11y <- gal/gal/a11y
evolution/a11y/e-table <- gal/gal/a11y/e-table
evolution/a11y/e-text <- gal/gal/a11y/e-text
evolution/widgets/table <- gal/gal/e-table
evolution/widgets/text <- gal/gal/e-text
evolution/widgets/misc <- gal/gal/widgets
evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
evolution/widgets/menus <- gal/gal/menus
Following is the summary of changes done to fix the build:-
- New files added to cvs repository,
- a11y/e-table/Makefile.am
- a11y/e-text/Makefile.am
- widgets/table/Makefile.am
- widgets/text/Makefile.am
- widgets/misc/pixmaps/Makefile.am
- iconv-detect.h
- iconv-detect.c
- Updated configure.in.
- Updated all the relevant Makefile.am files.
- Updated the include paths to replace all gal references.
- Updated the marshal list to suit gal files requirements.
svn path=/trunk/; revision=29522
|
|
|
|
|
|
|
|
|
|
| |
2005-06-13 Jedy Wang <jedy.wang@sun.com>
We need compare backend for long events too.
* gui/e-day-view.c: (e_day_view_find_event_from_uid):
svn path=/trunk/; revision=29494
|
|
|
|
|
|
| |
necessary
svn path=/trunk/; revision=29474
|
|
|
|
| |
svn path=/trunk/; revision=29463
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-30 Thouis R. Jones <thouis@csail.mit.edu>
Fixes #272301
* gui/apps_evolution_calendar.schemas.in.in:
* gui/calendar-config-keys.h:
* gui/calendar-config.c: (calendar_config_get_marcus_bains,
calendar_config_add_notification_marcus_bains):
* gui/calendar-config.h:
* gui/e-day-view-config.c: (set_marcus_bains,
marcus_bains_changed_cb, e_day_view_config_set_view):
* gui/e-day-view-main-item.c: (e_day_view_main_item_draw):
* gui/e-day-view-time-item.c: (e_day_view_time_item_draw):
* gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors,
e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains,
e_day_view_update_marcus_bains):
* gui/e-day-view.h:
* gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets,
gnome_calendar_destroy): Added Marcus Bains Line to main item
view and time bar.
svn path=/trunk/; revision=29426
|
|
|
|
|
|
|
|
|
| |
2005-05-30 Harry Lu <harry.lu@sun.com>
* gui/itip-utils.c: (itip_send_comp): check whether backend could
handle sending resuests/updates, and if so, just return.
svn path=/trunk/; revision=29424
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #272114
* gui/dialogs/calendar-setup.c: (eccp_commit),
(calendar_setup_edit_calendar): Check if the color is
present in the source before setting it.
svn path=/trunk/; revision=29407
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-24 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h,
gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h,
gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD
remote URL to the attachment window. It downloads asynchronously and
attaches.
svn path=/trunk/; revision=29405
|
|
|
|
| |
svn path=/trunk/; revision=29374
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-16 Srinivasa Ragavan <sragavan@novell.com>
* composer/e-message-composer.c
* calendar/gui/dialogs/comp-editor.c
* ui/evolutoin-message-composer.xml
Removed the expander for the attachment bar and made visible
always.
svn path=/trunk/; revision=29373
|
|
|
|
|
|
|
|
|
|
| |
2005-05-16 Chenthill Palanisamy <pchenthill@novell.com>
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb): Removed the debug
messages.
svn path=/trunk/; revision=29372
|
|
|
|
|
|
|
|
| |
2005-05-16 Not Zed <NotZed@Ximian.com>
* moved e-error to e-util/
svn path=/trunk/; revision=29363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-16 Srinivasa Ragavan <sragavan@novell.com>
shell/ChangeLog
shell/e-component-registry.c
shell/e-component-registry.h
shell/e-shell-window.c
shell/e-sidebar.h
shell/e-sidebar.c
addressbook/ChangeLog
addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
calendar/ChangeLog
calendar/gui/GNOME_Evolution_Calendar.server.in.in
mail/ChangeLog
mail/GNOME_Evolution_Mail.server.in.in
Added support for tooltips for component switching buttons.
svn path=/trunk/; revision=29358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-13 Thouis R. Jones <thouis@csail.mit.edu>
Fixes #272301
* gui/apps_evolution_calendar.schemas.in.in:
* gui/calendar-config-keys.h:
* gui/calendar-config.c: (calendar_config_get_marcus_bains,
calendar_config_add_notification_marcus_bains):
* gui/calendar-config.h:
* gui/e-day-view-config.c: (set_marcus_bains,
marcus_bains_changed_cb, e_day_view_config_set_view):
* gui/e-day-view-main-item.c: (e_day_view_main_item_draw):
* gui/e-day-view-time-item.c: (e_day_view_time_item_draw):
* gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors,
e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains,
e_day_view_update_marcus_bains):
* gui/e-day-view.h:
* gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets,
gnome_calendar_destroy): Added Marcus Bains Line to main item
view and time bar.
svn path=/trunk/; revision=29351
|
|
|
|
| |
svn path=/trunk/; revision=29347
|
|
|
|
|
|
|
|
|
|
| |
fixes #229794
* gui/dialogs/recurrence-page.c: (make_weekly_special):
Allow deselection of the current day while scheduling
recurrences based on weeek days.
svn path=/trunk/; revision=29337
|
|
|
|
| |
svn path=/trunk/; revision=29333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-12 Vivek Jain <jvivek@novell.com>
Fixes #271523
* gui/dialogs/calendar-setup.c:
(CalendarSourceDialog): included an ECalSourceType member in
the structure
(calendar_setup_edit_calendar): set source_type as EVENT
(calendar_setup_edit_task_list): set source_type as TODO
(eccp_general_offline): Change the label according to the type
svn path=/trunk/; revision=29332
|
|
|
|
|
|
|
|
| |
2005-05-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/task-component.c (selector_tree_drag_motion): Fixes the bug 269416
It makes the DnD to move tasks instead copying.
svn path=/trunk/; revision=29331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-09 Rodrigo Moya <rodrigo@novell.com>
Fixes #301350
* gui/alarm-notify/alarm-queue.c (alarm_queue_init): install a timeout
handler to check, every 30 minutes, for not losing the midnight refresh.
(check_midnight_refresh): check the midnight refresh and if we missed it,
reload alarms.
(queue_midnight_refresh): made the midnight value be global.
svn path=/trunk/; revision=29321
|
|
|
|
|
|
|
|
|
| |
2005-05-11 Philip Van Hoof <pvanhoof@gnome.org>
* gui/alarm-notify/*: Made the alarm-notify dialog
multi-alarm aware
svn path=/trunk/; revision=29315
|
|
|
|
|
|
|
|
|
| |
2005-05-09 Rodrigo Moya <rodrigo@novell.com>
* gui/migration.c (migrate_ical_folder_to_source): cover the case when
there is no calendar.ics/tasks.ics file in the folder to migrate.
svn path=/trunk/; revision=29313
|
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Vivek Jain <jvivek@novell.com>
**Fixes #261079
* gui/e-alarm-list.c:(get_alarm_string)
Added translator comments.
svn path=/trunk/; revision=29311
|
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
* gui/apps_evolution_calendar.schemas.in.in: Fixing a
grammar mistake.
See 301459
svn path=/trunk/; revision=29295
|
|
|
|
| |
svn path=/trunk/; revision=29293
|
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Vivek Jain <jvivek@novell.com>
**Fixes #272566
* gui/dialogs/event-page.glade:
removed unwanted space in button label
svn path=/trunk/; revision=29279
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (e_cal_view_objects_added_cb): uncomment code that
shouldn't be.
svn path=/trunk/; revision=29278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Rodrigo Moya <rodrigo@novell.com>
Fixes #271679
* gui/dialogs/comp-editor.c (save_comp):
* gui/e-week-view.c (e_week_view_on_editing_stopped,
e_week_view_change_event_time): set correct start/end times for
individual instances and remove all rules and exceptions.
(e_week_view_reshape_event_span): show recurrence icons for
detached instances also.
* gui/e-day-view.c (e_day_view_finish_resize,
e_day_view_finish_long_event_resize, e_day_view_on_editing_stopped,
e_day_view_on_top_canvas_drag_data_received,
e_day_view_on_main_canvas_drag_data_received,
e_day_view_change_event_time): set the correct start/end times when
modifying individual instances and remove all rules and exceptions.
(e_day_view_on_top_canvas_motion, e_day_view_on_main_canvas_motion):
disable D&D for recurring events.
(e_day_view_reshape_long_event, e_day_view_reshape_day_event):
check for detached instances and show recurrence icons for them also.
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons):
* gui/e-day-view-top-item.c (e_day_view_top_item_draw_long_event):
* gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event):
check for detached instances and show recurrence icons for them also.
* gui/e-cal-model.c (set_instance_times): don't use the RECURRENCE-ID
to get the datetime.
* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
exceptions need to be date only.
(e_calendar_view_copy_clipboard): remove RECURRENCE-IDs from components
we copy to the clipboard.
(e_calendar_view_cut_clipboard): when cutting instances, remove only
the selected instances.
(on_unrecur_appointment): use MOD_ALL to modify the master object and
remove recurrence-id from detached event.
* gui/dialogs/recur-comp.c (recur_component_dialog): re-enabled.
svn path=/trunk/; revision=29276
|
|
|
|
|
|
|
|
|
| |
2005-05-05 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/event-page.c:
* gui/dialogs/task-page.c: removed GAL's e-categories.h include.
svn path=/trunk/; revision=29271
|
|
|
|
|
|
|
|
|
| |
2005-05-01 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #274406
* gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the additional unref present.
svn path=/trunk/; revision=29256
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-13 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #274476
* gui/e-calendar-view.c: (e_calendar_view_open_event): Send the
right value boolean variable meeting to e_calendar_view_edit_appointment
method.
svn path=/trunk/; revision=29211
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-05 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-model.c: (cal_opened_cb): If the status
is busy call open method again, do not remove the
client.
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb): IF the status is busy
and the load_state is not loaded call open method.
svn path=/trunk/; revision=29181
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-04 Rodrigo Moya <rodrigo@novell.com>
Fixes #68423
* gui/migration.c (migrate_ical):
* gui/e-tasks,c (e_tasks_expunge):
* gui/gnome-cal.c (gnome_calendar_purge): fixed huge (in some cases)
memory leaks.
svn path=/trunk/; revision=29151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-01 Rodrigo Moya <rodrigo@novell.com>
Fixes #41740
* gui/calendar-errors.xml:
* gui/calendar-errors.xml.h: added editor error.
* gui/alarm-notify/alarm-queue.c (edit_component): display error messages
when we can't load the component in the editor.
* gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la.
svn path=/trunk/; revision=29148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73879
* gui/dialogs/comp-editor.[ch]:
(comp_editor_sensitize_attachment_bar): Added a function
to sensitize/desensitize the attachment bar.
(comp_editor_notify_client_changed): When client changes
sensitize the attachment bar.
* gui/dialogs/event-editor.c: (event_editor_construct):
* gui/dialogs/task-editor.c: (task_editor_construct): Sensitize
the attachment bar.
svn path=/trunk/; revision=29146
|
|
|
|
|
|
|
|
|
|
| |
2005-03-29 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73969
* gui/e-calendar-view.c: (delete_event): Remove the
recurrence id property if its present.
svn path=/trunk/; revision=29128
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-30 Li Yuan <li.yuan@sun.com>
Fixes #73914
* gui/dialogs/cal-prefs-dialog.glade:
add a11y name to Publishing Table.
svn path=/trunk/; revision=29123
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #44719
* gui/alarm-queue.c (display_notification): make the alarm dialog sticky
when not using the system tray.
svn path=/trunk/; revision=29116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 JP Rosevear <jpr@novell.com>
Fixes #69272
* gui/comp-util.c (cal_comp_event_new_with_defaults): ensure we
always return a valid comp
* gui/comp-util.c (cal_comp_task_new_with_defaults): ditto; fix
obvious pasto that would cause a leak
svn path=/trunk/; revision=29107
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73320
* gui/e-meeting-list-view.c: (attendee_edited_cb): Check if
we are editing the same row and if so do not remove the attendee.
svn path=/trunk/; revision=29098
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73508
* gui/dialogs/meeting-page.c: (meeting_page_fill_widgets): Set the
organizers status as NEEDS ACTION, checking for the static capability.
svn path=/trunk/; revision=29096
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Li Yuan <li.yuan@sun.com>
* gui/calendar-view.c: (calendar_view_class_init):
remove the edit function.
Fixes # 40762
svn path=/trunk/; revision=29094
|
|
|
|
|
|
|
|
|
| |
2005-03-22 Chenthill Palanisamy <pchenthill@novell.com>
* gui/calendar-component.c: (popup_event_cb): Popup all the
menu items when clicked on the source.
svn path=/trunk/; revision=29090
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73031
* gui/dialogs/event-editor.c: (event_editor_finalize):
* gui/dialogs/task-editor.c: (task_editor_finalize): Added
a check for the presence of the object before unreffing it.
svn path=/trunk/; revision=29076
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (default_client_cal_opened_cb): if its busy, try
again
(client_cal_opened_cb): ditto
svn path=/trunk/; revision=29074
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/e-day-view.c (e_day_view_on_main_canvas_drag_data_received):
abort sequence
(e_day_view_on_top_canvas_motion): prevent drag of recurring events
(e_day_view_on_main_canvas_motion): ditto
* gui/e-calendar-view.c (on_unrecur_appointment): clear recur id
svn path=/trunk/; revision=29073
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/tasks-component.c (ensure_sources): ensure the color and
primary config are set on the personal source
* gui/calendar-component.c (ensure_sources): ditto
svn path=/trunk/; revision=29072
|
|
|
|
|
|
|
|
|
| |
2005-03-21 Li Yuan <li.yuan@sun.com>
* gui/print.c: (print_comp_item):
Fixes #44579
svn path=/trunk/; revision=29068
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-17 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #68525, 68580
* gui/gnome-cal.c (update_query), (gnome_calendar_init):
Added a boolean variable to avoid crash when a race condition
occurs.
svn path=/trunk/; revision=29062
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Rodrigo Moya <rodrigo@novell.com>
Fixes 72983
* gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES
flag on the model.
svn path=/trunk/; revision=29041
|
|
|
|
|
|
|
|
|
| |
2005-03-15 JP Rosevear <jpr@novell.com>
* gui/itip-utils.c (itip_send_comp): when publishing, the to_list
will always be null so don't error out then
svn path=/trunk/; revision=29026
|
|
|
|
| |
svn path=/trunk/; revision=29019
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-13 JP Rosevear <jpr@novell.com>
Fixes #73563
* gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in
the snooze case the tray (and via callbacks then) the dialog is
destroyed
svn path=/trunk/; revision=29011
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72979
* gui/e-cal-list-view.c (find_meeting),
(e_cal_list_view_on_table_double_click): Check whether its a
meeting and send appropriate boolean variable.
svn path=/trunk/; revision=29006
|
|
|
|
|
|
| |
right palce. Fixes #73501
svn path=/trunk/; revision=29000
|
|
|
|
|
|
|
|
|
|
| |
2005-03-09 Not Zed <NotZed@Ximian.com>
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons):
* gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent
after using it.
svn path=/trunk/; revision=28998
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73141
* gui/dialogs/comp-editor.c:
(comp_editor_notify_client_changed):Assign the updated client
to priv->client and unref the old one.
svn path=/trunk/; revision=28979
|
|
|
|
|
|
|
|
|
| |
2005-03-06 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recur-comp.c (recur_component_dialog): disable dialog for
asking user which instance(s) to modify.
svn path=/trunk/; revision=28971
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-04 Rodrigo Moya <rodrigo@novell.com>
Fixes #72835
* gui/alarm-notify/alarm-notify-dialog.[ch] (alarm_notify_dialog):
changed to return the dialog we create, and to run in the background.
(dialog_response_cb): response callback for the dialog.
* gui/alarm-notify/alarm-queue.c (alarm_queue_done): don't g_assert,
just check for midnight_refresh pointer, and clear it up if not NULL.
Also, traverse all clients with g_hash_table_foreach_remove.
(free_client_alarms_cb, alarm_queue_remove_client, load_alarms): added
missing cleanup code.
(queue_midnight_refresh): don't g_assert, just check for midnigh_refresh
pointer and clear it up if not NULL.
(open_alarm_dialog): store the dialog returned by alarm_notify_dialog().
(tray_icon_destroyed_cb): destroy the dialog if still around.
svn path=/trunk/; revision=28956
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Harish Krishnaswamy <kharish@novell.com>
Fixes #69556
* gui/dialogs/cal-attachment-bar.c:
(cal_attachment_bar_attach_mime_part): Add missing call to
attach_mime_part.
svn path=/trunk/; revision=28923
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #72928
* gui/alarm-notify/notify-main.c (main): don't call alarm_queue_done...
* gui/alarm-notify/alarm-notify.c (alarm_notify_finalize): ...do it at
the same level than alarm_queue_init.
svn path=/trunk/; revision=28922
|
|
|
|
|
|
|
|
|
| |
2005-02-28 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (gnome_calendar_goto_today): revert fix for
70000, its a ui change
svn path=/trunk/; revision=28919
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb),
(setup_widgets): Connect the signal to "event", and open the attachment
only if its a double click from the cal attachment bar.
svn path=/trunk/; revision=28916
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72958
* gui/dialogs/comp-editor.c: (save_comp): If the backend
returns success, if the delay delivery is set, do not
show them in the view, since it will not be created in the
server.
svn path=/trunk/; revision=28914
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/calendar-component.c (ensure_sources) :
Make sure the base uri is same as the one
migration code uses. Avoids two "On This Computer"
groups when both migration and this code runs.
svn path=/trunk/; revision=28890
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* configure.in: Make mailer depend on libedataserverui.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* Makefile.am (eutilinclude_HEADERS)
(libeutil_la_SOURCES): Remove e-passwords from here, it now
lives in libedataserverui.
* e-passwords.[ch]: Removed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component/addressbook-view.c:
* gui/component/addressbook.c: Include
<libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* common/authentication.c:
* gui/e-pub-utils.c:
* gui/alarm-notify/alarm-notify.c:
* gui/alarm-notify/notify-main.c:
* gui/dialogs/url-editor-dialog.c:
Include <libedataserverui/e-passwords.h>.
* gui/itip-utils.c: Remove e-passwords.h include, it's not
needed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* mail-session.c:
* mail-config.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component.c:
* lib/e-cert-db.c:
* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* e-shell-window-commands.c:
* e-shell.c:
* main.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* send-options.c: Include <libedataserverui/e-passwords.h>.
svn path=/trunk/; revision=28871
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 JP Rosevear <jpr@novell.com>
Fixes #70000
* gui/gnome-cal.c (gnome_calendar_goto_today): set the view type
to day view
svn path=/trunk/; revision=28870
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72006
* gui/dialogs/comp-editor.c: (real_edit_comp):
* gui/dialogs/event-editor.c: (show_meeting):
* gui/dialogs/task-editor.c: (show_assignment): Reset
the changed state, to suppress the promt_to_changes
dialog when the fields are not changed.
svn path=/trunk/; revision=28868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 JP Rosevear <jpr@novell.com>
Fixes #63866, #67714, #62089, #47747, #61495
* gui/e-select-names-renderer.h: update signal
* gui/e-select-names-renderer.c
(e_select_names_renderer_editing_done): emit the cancelled signal
properly and don't update if it was cancelled
(e_select_names_renderer_focus_out_event): if the cell loses focus
the editing is done
(e_select_names_renderer_start_editing): listen for focus out
event, and only set the address if appropriate
(e_select_names_renderer_get_property): handle name/email props
(e_select_names_renderer_set_property): ditto
(e_select_names_renderer_finalize): free name/email
(e_select_names_renderer_class_init): install name/email props;
cell_edited returns lists now
* gui/e-select-names-editable.h: update protos
* gui/e-select-names-editable.c: don't really override any of the
gtkentry editable cell routines since we directly inherit from
ENameSelectorEntry
(e_select_names_editable_get_emails): get all the email addresses
(e_select_names_editable_get_names): get all the names
(e_select_names_editable_set_address): set the destination
correctly for editing
* gui/e-meeting-list-view.c (attendee_edited_cb): handle a blank
entry by removing it and don't allow an entry that already exists
to be entered
(attendee_editing_canceled_cb): if the item editing is cancelled
and it has no name or email address, remove it
(process_section): if the contact has multiple addresses (ie a
mailing list), expand the entries
* gui/e-calendar-marshal.list: add new marshaller
svn path=/trunk/; revision=28851
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/calendar-component.c (ensure_sources) :
Make sure all the default source groups and sources
are present by adding missing ones. Also update the
base uri of "On This Computer" group to take care
of change in user home dir.
(calendar_component_init) : call ensure_sources
* gui/tasks-component.c (ensure_sources)
(tasks_component_init) : ditto
Takes care of #67411 & #67724 for
calendar and tasks components.
svn path=/trunk/; revision=28840
|
|
|
|
|
|
|
|
|
| |
2005-02-18 Rodrigo Moya <rodrigo@novell.com>
* gui/alarm-notify/alarm-notify.c (cal_opened_cb): if opening
the calendar failed, disconnect signals and unref it.
svn path=/trunk/; revision=28810
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-18 Chenthill Palanisamy <pchenthill@novell.com>
* _EventPagePrivate: added a boolean variable is_meeting.
* _TaskPagePrivate: added a boolean variable is_assignment.
* gui/dialogs/task-page.h:
* gui/dialogs/event-page.h: Added a function to set
the is_meeting boolean variable.
* gui/dialogs/event-editor.c: (show_meeting):
* gui/dialogs/task-editor.c: (show_assignment): Called
the function to set the boolean variable.
* gui/dialogs/event-page.c: (event_page_init),
(event_page_set_meeting), (source_changed_cb):
* gui/dialogs/task-page.c: (task_page_init),
(task_page_set_assignment), (source_changed_cb):
If the source is changed and only if its a group
event show the send options frame.
* gui/gnome-cal.c: (client_cal_opened_cb): Do not
popup the offline error dialog for tasks.
svn path=/trunk/; revision=28809
|
|
|
|
|
|
|
|
|
| |
2005-02-15 Rodrigo Moya <rodrigo@novell.com>
* gui/migration.c (migrate_ical_folder_to_source): check return value
from e_cal_new, to display a better warning message.
svn path=/trunk/; revision=28800
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-11 Rodrigo Moya <rodrigo@novell.com>
Fixes #72038
* gui/itip-utils.c (itip_send_comp): when we get no recipients, don't
send the message and return an error.
svn path=/trunk/; revision=28798
|
|
|
|
|
|
|
|
|
|
| |
2005-02-10 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-model.c: (e_cal_view_objects_added_cb): Remove
the component from the view, if its already present before
adding it.
svn path=/trunk/; revision=28763
|
|
|
|
|
|
|
| |
attendees. This allows the sender to be added to the attendees list
by default while creating new meetings.
svn path=/trunk/; revision=28756
|
|
|
|
|
|
|
|
| |
2005-02-08 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (set_instance_times): set instance times correctly.
svn path=/trunk/; revision=28747
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-07 JP Rosevear <jpr@novell.com>
Fixes #61075
* gui/apps_evolution_calendar.schemas.in.in: add long descriptions
and clean up short items
svn path=/trunk/; revision=28741
|
|
|
|
| |
svn path=/trunk/; revision=28719
|
|
|
|
|
|
|
|
|
|
|
| |
* calendar-errors.xml:
* calendar-errors.xml.h:
* gui/e-tasks.c: (client_cal_opened_cb):
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb): add messages for
calendar/tasks not marked for offline usage.
svn path=/trunk/; revision=28718
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/dialogs/comp-editor.c (attach_message), (drop_action),
(drop_popup_copy), (drop_popup_move), (drop_popup_cancel),
(drop_popup_free), (drag_data_received), (drag_motion),
(comp_editor_class_init), (comp_editor_init), (real_edit_comp):
fix the dnd woes on calendar attachments.
* gui/dialogs/cal-attachment-bar.c
* (add_from_file): reuse mail composer's error message.
svn path=/trunk/; revision=28716
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/dialogs/comp-editor.c (attach_message), (drop_action),
(drop_popup_copy), (drop_popup_move), (drop_popup_cancel),
(drop_popup_free), (drag_data_received), (drag_motion),
(comp_editor_class_init), (comp_editor_init), (real_edit_comp):
fix the dnd woes on calendar attachments.
* gui/dialogs/cal-attachment-bar.c
* (add_from_file): reuse mail composer's error message.
svn path=/trunk/; revision=28715
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Harry Lu <harry.lu@sun.com>
Add a11y name for attachment button and bars.
* gui/dialogs/cal-attachment-bar.c: (cal_attachment_bar_new):
* gui/dialogs/comp-editor.c: (setup_widgets):
svn path=/trunk/; revision=28714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Rodney Dawes <dobey@novell.com>
* gui/dialogs/comp-editor.[ch]: Add a string to CompEditorPrivate to
store the name of the help section we need to refer for derived dialogs
(response_cb): Handle the GTK_RESPONSE_HELP response and show help
(setup_widgets): Add a button to the dialog for Help
(comp_editor_init): Default to the "usage-calendar" help section
(comp_editor_finalize): Free the help_section variable
(comp_editor_show_help): Add a new method to actually open the help
(comp_editor_set_help_section): Add a method for derivatives to set the
help section they want to open
* gui/dialogs/event-editor.c (event_editor_init): Set the help section
we want to open for the event editor to "usage-calendar-apts"
* gui/dialogs/task-editor.c (task_editor_init): Set the help section
we want to open for the event editor to "usage-calendar-todo"
svn path=/trunk/; revision=28710
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (update_view): clear the component preview when we
update the view.
* gui/e-cal-model.c (set_instance_times): use the correct timezone.
Removed commented code.
svn path=/trunk/; revision=28708
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Rodrigo Moya <rodrigo@novell.com>
Fixes #71265
* gui/e-week-view.c (e_week_view_remove_event_cb):
* gui/e-day-view.c (e_day_view_remove_event_cb): if we remove the
event we were editing, update internal pointers.
svn path=/trunk/; revision=28707
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Yong Sun <yong.sun@sun.com>
Fix for #56901
* gui/print.c: (bound_text): When the width>maxwidth, the
pointer 'p' should also be backwarded, same as 'o'.
svn path=/trunk/; revision=28700
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-03 Li Yuan <li.yuan@sun.com>
* gui/dialogs/task-details-page.c: (get_widgets):
add a11y name to url.
* gui/dialogs/task-details-page.glade:
add a11y name to date completed.
* gui/dialogs/task-page.glade:
add a11y names to due date and start date.
svn path=/trunk/; revision=28687
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-03 Vivek Jain <jvivek@novell.com>
* calendar-errors.xml : added a warning message for invalid server
version
* gui/gnome-cal.c (default_client_cal_opened_cb)
(client_cal_opened_cb): added a case to check the
call status and display warning
svn path=/trunk/; revision=28686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Rodney Dawes <dobey@novell.com>
* gui/dialogs/alarm-dialog.c (alarm_dialog_run): Set the border width
for the internal dialog containers to be HIG compliant
* gui/dialogs/alarm-dialog.glade: Remove the separator in the dialog
and fix some spacing/padding issues to be HIG compliant
* gui/dialogs/alarm-list-dialog.c (alarm_list_dialog_run): Set the
border width for the internal dialog containers to be HIG compliant
* gui/dialogs/alarm-list-dialog.glade: Remove the separator in the
dialog and fix some spacing/padding issues to be HIG compliant
svn path=/trunk/; revision=28681
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Rodrigo Moya <rodrigo@novell.com>
Fixes #72090
* gui/calendar-component.c (impl_handleURI): don't assume the URI is
always correct.
svn path=/trunk/; revision=28677
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Rodney Dawes <dobey@novell.com>
* gui/dialogs/comp-editor.c (setup_widgets): Clean up the spacing
and padding, and shove the notebook and expander arrow into a vbox
so that we can be HIG compliant
(comp_editor_init): Remove the separator from the "dialog" and set
the border width for the internal dialog widgets appropriately to
be compliant with the HIG for dialog borders
svn path=/trunk/; revision=28662
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 JP Rosevear <jpr@novell.com>
* gui/e-tasks.c (e_tasks_destroy): fix typo
* gui/gnome-cal.c (gnome_calendar_destroy): ditto
svn path=/trunk/; revision=28661
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-menu.c (e_cal_menu_target_new_select):
* gui/e-cal-popup.c (e_cal_popup_target_new_select): add correct mask
for detached recurrences.
svn path=/trunk/; revision=28660
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Rodrigo Moya <rodrigo@novell.com>
* gui/calendar-commands.c
(calendar_control_sensitize_calendar_commands): only add real data
to the array.
svn path=/trunk/; revision=28658
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 JP Rosevear <jpr@novell.com>
Fixes #71944
* gui/e-tasks.c: declare config_categories_changed_cb before its
used
svn path=/trunk/; revision=28652
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong
for signal ID.
svn path=/trunk/; revision=28640
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Priit Laes <amd@tt.ee>
Fixes #61078
* gui/dialogs/task-page.glade: use consistent style for markup.
svn path=/trunk/; revision=28629
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64682
* gui/e-calendar-view.c: (transfer_item_to): Added an
X property to identify if the appointment is moved from
another calendar.
svn path=/trunk/; revision=28627
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 JP Rosevear <jpr@novell.com>
Fixes #71452
* gui/dialogs/comp-editor.c (setup_widgets): listen for
delete_event signal and handle it outside of the response signal
so that cancel works properly
svn path=/trunk/; revision=28605
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (setup_widgets):
* gui/gnome-cal.c (setup_widgets): use correct key name.
svn path=/trunk/; revision=28600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #33078
* gui/gnome-cal.c: deal now with categories entirely here, no more
"categories_changed" signal from the backends.
(free_categories, add_categories, append_category_cb,
client_categories_changed_cb, copy_categories): removed.
(gnome_calendar_add_source): don't connect to removed signal.
(gnome_calendar_destroy): destroy the config listener.
(gnome_calendar_init): create a listener for the categories list
GConf key.
(config_categories_changed_cb): callback for configuration changes
in category list.
(setup_widgets): initialize the search bar with categories from
the configuration.
* gui/e-tasks.c (client_categories_changed_cb, e_tasks_add_todo_source,
e_tasks_init, config_categories_changed_cb, e_tasks_destroy,
setup_widgets): same as gnome-cal.c.
svn path=/trunk/; revision=28599
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recurrence-page.c (sensitize_buttons): objects returned
from e_cal_get_objects_for_uid are ECalComponent's, so use
g_object_unref to free them, not icalcomponent_free.
svn path=/trunk/; revision=28562
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Li Yuan <li.yuan@sun.com>
* gui/dialogs/cal-prefs-dialog.glade:
use full name for the weekday checkbox.
Fixes #71729.
svn path=/trunk/; revision=28561
|
|
|
|
|
|
|
|
|
| |
2005-01-26 JP Rosevear <jpr@novell.com>
* gui/itip-utils.c (itip_send_comp): make sure we free the user
list
svn path=/trunk/; revision=28559
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Li Yuan <li.yuan@sun.com>
* gui/e-calendar-table.c: (e_calendar_table_init):
add a11y name to task table.
svn path=/trunk/; revision=28550
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recurrence-page.c (sensitize_buttons): if there are
detached instances, disable recurrence date widgets.
svn path=/trunk/; revision=28525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* gui/tasks-control.c (tasks_control_print_cmd): just call print
tasks, we don't do the dialog here
* gui/print.h: update protos
* gui/print.c (print_calendar): use e_print routines for config
and dialog and make copies and range settings properly available
(print_comp): ditto
(print_table): bring up dialog here so that printing for calendar
list view works correctly
* gui/calendar-commands.c (print): pass extra params to print
table
svn path=/trunk/; revision=28490
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Rodrigo Moya <rodrigo@novell.com>
* gui/e-week-view.c (process_component): killed warnings.
(e_week_view_start_editing_event): do nothing if the calendar is
read only.
* gui/e-day-view.c (e_day_view_start_editing_event): ditto.
svn path=/trunk/; revision=28440
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/cal-attachment-bar.c
(cal_attachment_bar_get_attachment_list): handle error conditions more
gracefully.
svn path=/trunk/; revision=28432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
* gui/calendar-component.c:
* gui/calendar-offline-handler.c:
* gui/comp-editor-factory.c:
* gui/e-tasks.c:
* gui/gnome-cal.c:
* gui/misc.c:
* gui/alarm-notify/alarm-notify.c: use libedataserver's e-url.
svn path=/trunk/; revision=28422
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Nat Friedman <nat@novell.com>
* gui/dialogs/url-editor-dialog.glade: Changed the title for the
free/busy publishing settings dialog to "Free/Busy Publishing
Settings" (away from "Free/Busy Editor" which made no sense).
svn path=/trunk/; revision=28421
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
* gui/e-calendar-view.c (on_unrecur_appointment): removed the
e_day_view_... prefix in warning messages.
svn path=/trunk/; revision=28420
|
|
|
|
|
|
|
| |
* gui/dialogs/cal-attachment-bar.c (destroy):
fixed a kludge.
svn path=/trunk/; revision=28418
|
|
|
|
|
|
|
|
|
|
| |
2005-01-12 JP Rosevear <jpr@novell.com>
Fixes #65820
* gui/weekday-picker.c (get_day_text): add translator comment
svn path=/trunk/; revision=28385
|
|
|
|
|
|
|
|
|
| |
2005-01-08 Not Zed <NotZed@Ximian.com>
* gui/e-day-view.c (e_day_view_finish_resize): set
last_Edited_comp_string to NULL, not test it for null.
svn path=/trunk/; revision=28371
|
|
|
|
|
|
| |
forming the filename.
svn path=/trunk/; revision=28368
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-10 Rodrigo Moya <rodrigo@novell.com>
* gui/e-day-view.c (e_day_view_on_editing_stopped): remove the
temporary object from the view when stopping editing.
* gui/e-week-view.c (e_week_view_on_editing_stopped): ditto.
svn path=/trunk/; revision=28341
|
|
|
|
|
|
|
|
| |
* gui/dialogs/cal-attachment-bar.c:
(cal_attachment_bar_set_attachment_list):
offset the file name to account for the 'hyphen'.
svn path=/trunk/; revision=28337
|
|
|
|
|
|
|
|
|
| |
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
* backends/groupwise/e-cal-backends-groupwise-utils.h:
Missed to commit this file before.
svn path=/trunk/; revision=28317
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/dialogs/cal-attachment-bar.[ch]: (destroy), (init),
(cal_attachment_bar_set_local_attachment_store),
(cal_attachment_bar_get_attachment_list),
(cal_attachment_bar_get_nth_attachment_filename),
(cal_attachment_bar_set_attachment_list):
Modified cal-attachment-bar to allow the path to
the local attachment store be set externally, thereby
hiding the storage policy of different backends from it.
* gui/dialogs/comp-editor.c:
* (real_edit_comp): set the local attachment store after obtaining it from
the calendar.
svn path=/trunk/; revision=28311
|
|
|
|
|
|
|
|
|
| |
2005-01-09 JP Rosevear <jpr@novell.com>
* gui/calendar-component.c (impl_handleURI): handle calendar://
uris
svn path=/trunk/; revision=28303
|
|
|
|
|
|
|
| |
2005-01-08 Harish Krishnaswamy <kharish@novell.com>
Added support for attachments support to calendar items.
svn path=/trunk/; revision=28287
|
|
|
|
| |
svn path=/trunk/; revision=28286
|
|
|
|
|
|
|
|
|
| |
2005-01-07 JP Rosevear <jpr@novell.com>
* gui/dialogs/event-editor.c (event_editor_edit_comp): clear the
attendees, somehow I remove this in an earlier commit
svn path=/trunk/; revision=28278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-07 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.glade: put a name to the 'Send options' frame.
* gui/dialogs/event-page.c (event_page_init): initialize reference to
the 'Send options' frame.
(get_widgets): get the 'Send options' frame from the .glade file.
(event_page_hide_options): just hide the frame.
(event_page_show_options): just show the frame.
* gui/dialogs/task-page.c (task_page_init): initialize reference to the
'Send options' frame.
(get_widgets): get the 'Send options' frame from the .glade file.
(task_page_hide_options): just hide the frame.
(task_page_show_options): just show the frame.
svn path=/trunk/; revision=28277
|
|
|
|
| |
svn path=/trunk/; revision=28268
|
|
|
|
|
|
|
|
|
|
| |
2005-01-06 David Trowbridge <trowbrds@cs.colorado.edu>
* gui/e-cal-event[hc]: initial import of ECalEvent targets
* gui/migration.c (migrate_calendars): add component.migration event
svn path=/trunk/; revision=28266
|
|
|
|
|
|
|
|
| |
2005-01-06 JP Rosevear <jpr@novell.com>
* gui/Makefile.am: install schemas properly
svn path=/trunk/; revision=28260
|
|
|
|
|
|
|
|
| |
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>
Commiting send options
svn path=/trunk/; revision=28252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Rodrigo Moya <rodrigo@novell.com>
* gui/e-day-view.c (e_day_view_find_event_from_uid): added a new
argument to pass the calendar client, since it might happen to have
events with the same UID on different calendars.
(e_day_view_do_key_press, model_rows_deleted_cb): added new argument
to e_day_view_find_event_from_uid.
* gui/e-week-view.c (e_week_view_find_event_from_uid): same as
e-day-view.c.
(e_week_view_do_key_press, model_rows_deleted_cb): added new argument
to e_week_view_find_event_from_uid.
svn path=/trunk/; revision=28245
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-component-preview.c (write_html): use the new e-categories
API in e-d-s.
svn path=/trunk/; revision=28236
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Rodrigo Moya <rodrigo@novell.com>
* gui/e-week-view.c (model_rows_deleted_cb): search our internal data
for the correct event.
svn path=/trunk/; revision=28234
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-04 Harry Lu <harry.lu@sun.com>
* gui/calendar-component.c: (create_component_view): add a11y name
to calendar sidebar selector.
* gui/tasks-component.c: (create_component_view): add a11y name
to task sidebar selector.
svn path=/trunk/; revision=28231
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 JP Rosevear <jpr@novell.com>
Fixes #69663
* gui/e-cal-model-tasks.c (is_complete): look at the percent
complete and status properties as well for completeness clues
svn path=/trunk/; revision=28221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-03 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (e_cal_model_set_time_range): redo the queries
after emitting the 'time_range_changed' signal, since now the
views will only update their internal data but not redraw the
events on that signal.
* gui/e-day-view.c (model_changed_cb): removed, no longer needed.
(e_day_view_recalc_day_starts): no need to call e_day_view_update_query.
(e_day_view_init): no need to connect to 'model_changed' signal
on the model, we already connect to the row/cell_changed ones.
* gui/e-week-view.c (time_range_changed_cb): no need to call
e_week_view_update_query.
(model_changed_cb): removed, no longer needed.
(e_week_view_init): no need to connect to 'model_changed' signal
on the model, we already connect to the row/cell_changed ones.
svn path=/trunk/; revision=28214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-31 JP Rosevear <jpr@novell.com>
* gui/dialogs/schedule-page.c: add necessary include
* gui/dialogs/meeting-page.c (sensitize_widgets): kill warning
* gui/dialogs/cal-prefs-dialog.c (template_url_changed): kill warning
* gui/dialogs/alarm-dialog.c (malarm_widgets_to_alarm): kill warnings
(init_widgets): ditto
* gui/main.c (initialize): no need to init the config system now
* gui/e-cell-date-edit-config.h: include date edit text header
* gui/e-cal-config.c (ecp_target_free): kill warning
* gui/calendar-config.c: clean up includes, internally initialize
the config setup to make it easier for others; kill dead functions
svn path=/trunk/; revision=28209
|
|
|
|
|
|
|
|
|
|
| |
2004-12-26 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (search_by_uid_and_client): removed superfluous if
check.
(e_cal_view_objects_modified_cb): add all objects at once.
svn path=/trunk/; revision=28203
|
|
|
|
|
|
|
|
|
| |
2004-12-26 Rodrigo Moya <rodrigo@novell.com>
* gui/e-day-view.c (e_day_view_remove_event_cb): set fields we
free to NULL.
svn path=/trunk/; revision=28202
|
|
|
|
|
|
|
|
|
| |
2004-12-24 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-editor.c (event_editor_edit_comp):
Check for the existence of the meet/sched pages before
attempting to remove them.
svn path=/trunk/; revision=28196
|
|
|
|
| |
svn path=/trunk/; revision=28195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-23 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (set_instance_times): get instance times using
the correct timezone.
(redo_queries): emit signals before clearing the array.
* gui/e-day-view.c (process_component):
* gui/e-week-view.c (process_component): no need to try to update,
always add.
svn path=/trunk/; revision=28193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-23 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (set_instance_times): get instance times using
the correct timezone.
(redo_queries): emit signals before clearing the array.
* gui/e-day-view.c (process_component):
* gui/e-week-view.c (process_component): no need to try to update,
always add.
svn path=/trunk/; revision=28192
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-23 Hans Petter Jansson <hpj@novell.com>
* gui/e-select-names-editable.c: Correct bad include.
* gui/dialogs/Makefile.am (IDL_GENERATED_H)
(IDL_GENERATED)
(BUILT_SOURCES): No longer needed, removed.
svn path=/trunk/; revision=28187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-22 Hans Petter Jansson <hpj@novell.com>
* addressbook/gui/contact-list-editor/e-contact-list-editor.c
(e_contact_list_editor_dispose): Unref the name selector.
(e_contact_list_editor_save_contact): Fix a warning.
(add_to_model): Take a list instead of a vector of destinations.
(select_names_ok_cb): Adapt to new name selector.
(setup_corba): Renamed to setup_name_selector () and adapted.
(select_cb): Adapt to new name selector.
* addressbook/gui/contact-list-editor/e-contact-list-editor.h: Adapt
to new name selector and remove CORBA/Bonobo.
* addressbook/gui/widgets/eab-popup.c (eabp_target_free)
(eabp_popup_target_new_select_names): #ifdef out code that
depended on the old name selector.
2004-12-22 Hans Petter Jansson <hpj@novell.com>
* calendar/gui/Makefile.am (IDLS)
(SELECT_NAMES_IDL_GENERATED_H)
(SELECT_NAMES_IDL_GENERATED_C)
(SELECT_NAMES_IDL_GENERATED)
(IDL_GENERATED): Remove the addressbook IDL.
* calendar/gui/e-meeting-list-view.c (e_meeting_list_finalize)
(add_section)
(e_meeting_list_view_init)
(process_section)
(name_selector_dialog_close_cb)
(get_select_name_dialog): Adapt to new ENameSelector.
* calendar/gui/e-select-names-editable.c (esne_start_editing)
(esne_finalize)
(esne_init)
(e_select_names_editable_get_type)
(entry_activate)
(e_select_names_editable_construct)
(e_select_names_editable_get_address)
(e_select_names_editable_get_name)
(e_select_names_editable_set_address): Adapt to new ENameSelector.
* calendar/gui/e-select-names-renderer.c
(e_select_names_renderer_editing_done)
(e_select_names_renderer_activated)
(e_select_names_renderer_start_editing): Adapt to new ENameSelector.
* calendar/gui/dialogs/alarm-dialog.c (malarm_widgets_to_alarm)
(addressbook_clicked_cb)
(addressbook_response_cb)
(setup_select_names)
(check_custom_email)
(malarm_addresses_changed_cb): Adapt to new ENameSelector.
* calendar/gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_finalize)
(e_delegate_dialog_construct)
(addressbook_clicked_cb)
(addressbook_response_cb)
(e_delegate_dialog_get_delegate)
(e_delegate_dialog_get_delegate_name): Adapt to new ENameSelector.
2004-12-22 Hans Petter Jansson <hpj@novell.com>
* composer/e-msg-composer-hdrs.c (addressbook_dialog_response)
(setup_corba)
(setup_name_selector)
(address_button_clicked_cb)
(addressbook_entry_changed)
(create_addressbook_entry)
(destroy)
(e_msg_composer_hdrs_new)
(destinations_to_name_selector_entry)
(e_msg_composer_hdrs_set_to)
(e_msg_composer_hdrs_set_cc)
(e_msg_composer_hdrs_set_bcc)
(destination_list_to_destv)
(e_msg_composer_hdrs_get_to)
(e_msg_composer_hdrs_get_cc)
(e_msg_composer_hdrs_get_bcc): Adapt to new ENameSelector.
svn path=/trunk/; revision=28186
|
|
|
|
|
|
|
|
|
| |
2004-12-22 JP Rosevear <jpr@novell.com>
* gui/e-meeting-store.c (freebusy_async): prevent compare against
null default_fb_uri and fix thinko
svn path=/trunk/; revision=28185
|
|
|
|
|
|
|
|
| |
2004-12-22 JP Rosevear <jpr@novell.com>
* gui/e-cal-model.c: Change copyright from ximian to novell
svn path=/trunk/; revision=28182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-17 Not Zed <NotZed@Ximian.com>
* gui/e-calendar-table.c (e_calendar_table_show_popup_menu):
* gui/tasks-component.c (popup_event_cb):
* gui/gnome-cal.c (gnome_calendar_view_popup_factory):
* gui/e-calendar-view.c (e_calendar_view_create_popup_menu):
* gui/alarm-notify/alarm-queue.c (tray_icon_clicked_cb):
* gui/dialogs/meeting-page.c (button_press_event):
* gui/calendar-component.c (popup_event_cb):
svn path=/trunk/; revision=28177
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-22 JP Rosevear <jpr@novell.com>
Fixes #61077
* gui/dialogs/task-details-page.glade: remove extraneous tab
* gui/dialogs/alarm-dialog.c: ditto
svn path=/trunk/; revision=28174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-22 JP Rosevear <jpr@novell.com>
Fixes #61076
* gui/comp-editor-factory.c (open_client): don't translate command
line warnings
* gui/calendar-offline-handler.c (backend_go_online): ditto
(backend_go_offline): ditto
svn path=/trunk/; revision=28173
|
|
|
|
|
|
|
|
|
| |
2004-12-21 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (set_instance_times): no need to convert times now.
(add_instance_cb): no need to convert here.
svn path=/trunk/; revision=28167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-21 Rodrigo Moya <rodrigo@novell.com>
Merge from recurrences-work-branch
* gui/e-cal-model.c (free_comp_data): renamed to
e_cal_model_free_component_data and made it public.
(clear_objects_array, e_cal_view_objects_removed_cb,
remove_client_objects): use e_cal_model_free_component_data.
(get_dtstart): get the DTSTART correctly for recurrences.
(add_instance_cb): initialize all members of ECalModelComponent, and
use the correct icalcomponent when setting the field.
(set_instance_times): new function to set the instance_* fields of
the ECalModelComponent when not expanding recurrences.
(e_cal_view_objects_added_cb): expand recurrences for all objects when
the model is set to expand. Call set_instance_times when not
expanding recurrences.
(e_cal_view_objects_modified_cb): made it remove objects and re-add
them.
(copy_ecdv): check values before using them.
(e_cal_model_copy_component_data): Added code to copy the instance_* and
color fields.
* gui/e-cal-model-calendar.c (get_dtend): get the DTEND correctly for
recurrences.
(ecmc_set_value_at): ask user which instances to modify.
* gui/e-day-view.c (e_day_view_find_event_from_uid): changed to search
by UID and RID if given.
(process_component): changed to not expand recurrences at all, this is
now done on the model.
(row_deleted_check_cb, remove_uid_cb): removed these functions.
(model_rows_deleted_cb): changed to just remove the rows signalled from
the model, which is the responsible for the recurrence expansion.
(e_day_view_new): set the model to expand recurrences.
(e_day_view_remove_event_cb): check the value searched in the array.
(e_day_view_do_key_press): use e_day_view_find_event_from_uid correctly.
* gui/e-week-view.c (e_week_view_find_event_from_uid): changed to search
by UID and RID if given.
(process_component_recur_cb): removed.
(process_component): changed to not expand recurrences at all, this is
now done on the model.
(row_deleted_check_cb, remove_uid_cb): removed these functions.
(model_rows_deleted_cb): changed to just remove the rows signalled from
the model, which is the responsible for the recurrence expansion.
(e_week_view_new): set the model to expand recurrences.
(e_week_view_remove_event_cb): check the value searched in the array.
Set the ECalModelComponent field to NULL after freeing it.
(e_week_view_do_key_press): use e_week_view_find_event_from_uid
correctly.
* gui/dialogs/recur-comp.c (recur_component_dialog): remove the
RECURRENCE-ID from the object when modifying all instances.
svn path=/trunk/; revision=28166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-18 James Bowes <bowes@cs.dal.ca>
* gui/apps_evolution_calendar.schemas.in.in: Add schema for Free/Busy
template uri.
* gui/calendar-config-keys.h:
* gui/calendar-config.c: (calendar_config_get_free_busy_template),
(calendar_config_set_free_busy_template),
(calendar_config_add_notification_free_busy_template):
* gui/calendar-config.h: Functions to get, set and monitor the
Free/Busy template uri gconf setting.
* gui/dialogs/cal-prefs-dialog.c: (template_url_changed),
(setup_changes), (get_widgets), (show_fb_config):
* gui/dialogs/cal-prefs-dialog.glade:
* gui/dialogs/cal-prefs-dialog.h: Change 'Free/Busy Publish' tab to
'Free/Busy'. Add an entry for setting the default Free/Busy uri.
Only change the gconf setting on 'focus out' event
* gui/e-meeting-store.c: (refresh_queue_remove): Check the hash using
the attendee's mailto: address, rather than the memory address of the
attendee object as the key.
(e_meeting_store_get_fb_uri), (e_meeting_store_set_fb_uri): Get and set
the EMeetingStore's Free/Busy template string.
(process_callbacks_main_thread), (process_callbacks): Process callbacks
in the main thread, so that widgets can be redrawn properly.
(replace_string): Utility function for replacing wildcards in the
default Free/Busy uri.
(ems_finalize), (ems_init), (freebusy_async), (refresh_busy_periods),
(refresh_queue_add), (e_meeting_store_refresh_busy_periods): Add the
ability to check for Free/Busy information from a default location,
if all else fails.
(start_async_read): Use gnome-vfs to read the Free/Busy information.
* gui/e-meeting-store.h: Add function prototypes for get and set fb_uri
* gui/e-meeting-time-sel.c: (e_meeting_time_selector_init),
(e_meeting_time_selector_destroy), (free_busy_timeout_refresh),
(free_busy_template_changed_cb): Watch for a change in the Free/Busy
template gconf setting, and check for new Free/Busy data if it occurs.
* gui/e-meeting-time-sel.h: Include variable for notification function
id on changes to the Free/Busy uri in the EMeetingTimeSelector .
svn path=/trunk/; revision=28151
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-17 Rodney Dawes <dobey@novell.com>
* gui/alarm-notify/alarm-notify-dialog.c (an_minutes_update_label):
Add callback function for doing ngettext on the "minutes" label
(alarm_notify_dialog): Get the "minutes" label from the glade file
and set the callback for its "value_changed" signal
Fixes #47535
svn path=/trunk/; revision=28146
|
|
|
|
|
|
|
|
|
| |
2004-12-13 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/calendar-setup.c : Correct some white space
ugliness in the previous commit.
svn path=/trunk/; revision=28116
|
|
|
|
|
|
|
| |
* gui/dialogs/calendar-setup.c : Changed the window title based upon
the source.
svn path=/trunk/; revision=28112
|
|
|
|
|
|
|
|
|
| |
2003-12-09 Rodrigo Moya <rodrigo@novell.com>
* gui/e-calendar-view.c (on_unrecur_appointment): keep a local copy
of the ECal.
svn path=/trunk/; revision=28101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-08 Hans Petter Jansson <hpj@novell.com>
* addressbook/gui/component/addressbook-migrate.c
* addressbook/gui/component/select-names/e-select-names-completion.c
* addressbook/gui/component/select-names/e-select-names-manager.c
* addressbook/gui/component/select-names/e-select-names-model.h
* addressbook/gui/contact-list-editor/e-contact-list-editor.h
* addressbook/gui/contact-list-editor/e-contact-list-model.h
* addressbook/gui/widgets/e-minicard.c
* addressbook/gui/widgets/eab-gui-util.c
* addressbook/importers/evolution-ldif-importer.c
* addressbook/importers/evolution-vcard-importer.c: Include
<libebook/e-destination.h> from evolution-data-server.
* addressbook/util/Makefile.am: Remove e-destination.[ch] from here.
* addressbook/util/e-destination.[ch]: Removed.
* plugins/shared-folder/share-folder-common.c: Include
<libebook/e-destination.h> from evolution-data-server.
* calendar/gui/e-meeting-list-view.c
* calendar/gui/e-select-names-editable.c
* calendar/gui/dialogs/alarm-dialog.c
* calendar/gui/dialogs/e-delegate-dialog.c: Include
<libebook/e-destination.h> from evolution-data-server.
* composer/e-msg-composer-hdrs.h: Include <libebook/e-destination.h>
from evolution-data-server.
* mail/importers/pine-importer.c: Include <libebook/e-destination.h>
from evolution-data-server.
svn path=/trunk/; revision=28094
|
|
|
|
|
|
|
| |
* gui/e-week.c (time_range_changed_cb, e_week_view_set_first_day_shown):
update the query so currently held events can be cleared off.
svn path=/trunk/; revision=28088
|
|
|
|
|
|
|
|
| |
2004-12-08 David Mosberger <davidm@napali.hpl.hp.com>
* gui/main.c: include plugin headers to fix 64 bit problems.
svn path=/trunk/; revision=28081
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-06 Rodrigo Moya <rodrigo@novell.com>
Fixes #67403
* gui/dialogs/event-page.c (sensitize_widgets): don't unsensitize
the 'Customize' button, to allow users to look at the alarm list
for read only events.
* gui/dialogs/alarm-list-dialog.c (sensitize_buttons): unsensitize
buttons if the event is read only.
svn path=/trunk/; revision=28072
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Not Zed <NotZed@Ximian.com>
* gui/dialogs/Makefile.am (libcal_dialogs_la_LIBADD): add
libeabutil, since we use e-destination.
svn path=/trunk/; revision=28049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-02 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/task-editor.[ch] (task_editor_new), (task_editor_construct),
(show_assignment):
Add a boolean variable to denote assigned task and construct the
meeting page only for the assigned task. Set it as a group item
in component editor.
(_TaskEditorPrivate): added the boolean variable (is_assigned).
(task_editor_init): initialized the variable.
* gui/dialogs/comp-editor.[ch]: Added functions to set and get whether comp
is a group item or individual item.
* gui/comp-editor.c (make_title_from_string), (make_title_from_comp):
Set the Title for the appointment editor window as "Meeting" or "Assigned
Task" if its a group calendar/task item.
(_CompEditorPrivate): added a boolean variable (is_group_item).
(comp_editor_init): initialized the same.
* gui/dialogs/event-editor.c (event_editor_construct), (show_meeting): Set whether
the component is a group item or not in comp editor.
* gui/e-calendar-table.c (e_calendar_table_open_task), (e_calendar_table_open_selected),
(open_task_by_row): Check whether the component being opened is an assigned task by
checking for attendees and call open_task with proper value for boolean variable assign.
* gui/comp-editor-factory.c (edit_existing):
* gui/e-calendar-table.c (open_task):
* gui/e-tasks.c (e_tasks_new_task):
* gui/gnome-cal.c (gnome_calendar_new_task):
* gui/tasks-component.c (create_new_todo):
Called the function task_editor_new with a added argument.
svn path=/trunk/; revision=28044
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-12-02 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-day-view.c (e_day_view_finish_resize), (e_day_view_reshape_day_event)
(e_day_view_change_event_time): Free the string day_view->last_edited_comp_string
before changing assigning it another value.
* gui/e-week-view.c (e_week_view_change_event_time): Free the string
week_view->last_edited_comp_string for the same reason above.
svn path=/trunk/; revision=28042
|
|
|
|
|
|
|
|
|
|
| |
2004-11-29 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c (response_cb): Moved the call
for the warning dialog (send_component_prompt_subject) after
the component is saved (save_comp_with_send).
svn path=/trunk/; revision=28009
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-26 JP Rosevear <jpr@novell.com>
* gui/alarm-notify/alarm-queue.c (display_notification): ditto
* gui/e-timezone-entry.c (e_timezone_entry_init): get the image
directly from the icon factory
svn path=/trunk/; revision=27996
|