Commit Graph

1633 Commits

Author SHA1 Message Date
73f82e672d Fixes #43763
2003-05-29  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #43763

	* gui/e-week-view.c (e_week_view_init): use g_signal_connect_after
	for "button_press_event" callback.

	* gui/e-day-view.c (e_day_view_init): ditto.

2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

svn path=/trunk/; revision=21362
2003-06-02 14:19:27 +00:00
b732aa4bbb Fixes #43775
2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

	* gui/weekday-picker.c (get_day_text): calculate the characters to
	display correctly
	(configure_items): use it
	(weekday_picker_style_set): ditto

	* gui/print.c (format_date): use e_utf8_strftime
	(print_week_view_background): ditto
	(print_month_summary): ditto
	(range_selector_new): ditto
	(print_comp_item): ditto

	* gui/itip-utils.c (comp_description): the translation is already
	utf8

	* gui/e-itip-control.c (write_label_piece): the string is already
	in utf8

	* gui/e-day-view.c (e_day_view_style_set): use e_utf8_strftime
	(e_day_view_recalc_cell_sizes): ditto

	* gui/e-day-view-top-item.c (e_day_view_top_item_draw): use
	e_utf8_strftime

	* gui/e-cell-date-edit-text.c (ecd_get_text): return the
	duplicated buffer (its already utf8)
	(show_date_warning): use e_utf8_strftime

	* gui/calendar-model.c (date_value_to_string): return the
	duplicated buffer (its already utf8)
	(calendar_model_value_to_string): the translations should already
	be in utf8

	* gui/calendar-config.c
	(calendar_config_locale_supports_12_hour_format): use
	e_utf8_strftime

	* gui/calendar-commands.c (calendar_set_folder_bar_label): use
	e_utf8_strftime

svn path=/trunk/; revision=21355
2003-05-30 17:35:10 +00:00
68f2584f73 Fixes #43455
2003-05-28  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #43455

	* gui/tasks-control.c (confirm_expunge): converted to a GtkMessageDialog
	and removed object weak's ref code, not needed anymore.

svn path=/trunk/; revision=21344
2003-05-29 09:06:00 +00:00
fd75887f7e Fixes #43308
2003-05-20  JP Rosevear  <jpr@ximian.com>

 	Fixes #43308

 	* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
 	adjust row heights to reflect changes in etable row heights and
 	set display top to align properly

svn path=/trunk/; revision=21325
2003-05-22 20:11:22 +00:00
3b09469abc unref not ref the client
2003-05-22  JP Rosevear  <jpr@ximian.com>

 	* gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref
 	not ref the client

svn path=/trunk/; revision=21323
2003-05-22 20:10:11 +00:00
304c256fa1 Fixes #41329
2003-05-22  JP Rosevear  <jpr@ximian.com>

	Fixes #41329

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_on_zoomed_out_toggled): make sure the
	meeting time is shown afterwards
	(e_meeting_time_selector_on_working_hours_toggled): ditto

svn path=/trunk/; revision=21322
2003-05-22 20:08:47 +00:00
76ac9cf157 Fixes #41234
2003-05-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41234

	* gui/dialogs/e-delegate-dialog.glade: changed button ordering.

svn path=/trunk/; revision=21307
2003-05-21 17:03:20 +00:00
2dbb099051 (gnome_calendar_setup_view_menus): Removed
debugging message.

svn path=/trunk/; revision=21293
2003-05-20 20:33:01 +00:00
9c42c5b193 Change this dialog from using a gnome_message_box (which has been
2003-05-20  Anna Marie Dirks  <anna@ximian.com>

        * gui/dialogs/save-comp.c (save_component_dialog): Change this
        dialog from using a gnome_message_box (which has been deprecated),
        to using a gtk_message_dialog. This HIG-ifies this dialog, and
        fixes bug #42046.

svn path=/trunk/; revision=21285
2003-05-20 16:19:15 +00:00
4b55fd1ce1 Fixes #42056
2003-05-20  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #42056

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
	Don't create accel groups for menuitem mnemonics. Don't use
	deprecated functions where we actually need accel groups.

svn path=/trunk/; revision=21281
2003-05-20 15:40:17 +00:00
2913c7ef31 set 'initialized' to TRUE when initialization is done, or we get the
2003-05-19  Rodrigo Moya <rodrigo@ximian.com>

	* gui/main.c (factory): set 'initialized' to TRUE when initialization
	is done, or we get the initialization code called over and over.

svn path=/trunk/; revision=21274
2003-05-20 11:54:59 +00:00
e479586351 remove the query time out if its still alive (update_query_timeout):
2003-05-19  JP Rosevear  <jpr@ximian.com>

	* gui/gnome-cal.c (gnome_calendar_destroy): remove the query time
	out if its still alive
	(update_query_timeout): update the query and clear the time out
	(client_cal_opened_cb): add the query update timeout

svn path=/trunk/; revision=21257
2003-05-19 17:06:16 +00:00
3a4478a299 Added HIG-blessed padding to (some of) the widgets in the dialog.
2003-05-19  Anna Marie Dirks  <anna@ximian.com>

	* gui/e-meeting-time-sel.c:  (e_meeting_time_selector_construct):
	Added HIG-blessed padding to (some of) the widgets in the
	dialog.

	* gui/dialogs/meeting-page.glade: Added HIG-blessed border width
	and spacing to the meeting page of the event editor.

	* gui/dialogs/schedule-page.glade: Added HIG-blessed border width
	to the schedule page on the event editor.

svn path=/trunk/; revision=21256
2003-05-19 16:24:33 +00:00
fef3f0acc7 Fixes #43103
2003-05-19  JP Rosevear  <jpr@ximian.com>

	Fixes #43103

	* gui/e-day-view.c (e_day_view_init): connect normally instead of
	after so that our boolean return values afffect the action signal
	emmissions properly
	(e_day_view_on_top_canvas_drag_motion): fix proto to be a gboolean
	(e_day_view_on_main_canvas_drag_motion): ditto

	* gui/e-week-view.c (e_week_view_init): connect normally instead
	of after so that our boolean return values afffect the action
	signal emmissions properly

svn path=/trunk/; revision=21250
2003-05-19 15:21:43 +00:00
dda5c3a270 the title is already in UTF-8
2003-05-16  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/comp-editor.c (make_title_from_comp): the title is
	already in UTF-8

svn path=/trunk/; revision=21235
2003-05-18 13:46:44 +00:00
00fa9ecbc5 Fixes #42220
2003-05-16  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #42220

	* gui/e-day-view.c (e_day_view_finish_resize): hide canvas items and
	update internal fields before updating the object.

svn path=/trunk/; revision=21233
2003-05-18 11:11:38 +00:00
4870933205 unref the client and the ui component
2003-05-15  JP Rosevear  <jpr@ximian.com>

 	* gui/dialogs/comp-editor.c (comp_editor_finalize): unref the
 	client and the ui component

svn path=/trunk/; revision=21211
2003-05-16 14:57:15 +00:00
0873f0f22e Fixes #41935
2003-05-15  JP Rosevear  <jpr@ximian.com>

 	Fixes #41935

 	* gui/e-week-view.c (e_week_view_init): listen for scroll events
 	on the canvas
 	(e_week_view_on_button_press): don't scroll here
 	(e_week_view_on_scroll): scroll here

 	* gui/e-day-view.c (e_day_view_init): listen for scroll events on
 	the time and main canvases
 	(e_day_view_on_main_canvas_button_press): don't scroll here
 	(e_day_view_on_main_canvas_scroll): scroll here
 	(e_day_view_on_time_canvas_scroll): and here

svn path=/trunk/; revision=21210
2003-05-16 14:55:37 +00:00
58c259ace1 Fixes #43029
2003-05-15  JP Rosevear  <jpr@ximian.com>

 	Fixes #43029

 	* gui/e-week-view.c (e_week_view_init): don't listen for destroy
 	signal
 	(e_week_view_destroy): check for NULL and make invisible NULL
 	after we destroy it, unref cursors and NULL them out as well,
 	guard against freeing events multiple times

 	* gui/e-day-view.c (e_day_view_destroy): check for NULL and make
 	invisible NULL after we destroy it, unref cursors and NULL them
 	out as well, guard against freeing events multiple times
 	(e_day_view_init): don't listen for destroy signal

 	* gui/e-calendar-table.c (e_calendar_table_init): don't listen for
 	destroy signal
 	(e_calendar_table_destroy): check for NULL and make invisible NULL
 	after we destroy it

svn path=/trunk/; revision=21208
2003-05-16 14:36:56 +00:00
13006ba0dc ref ourselves the number of times we'll get called back
2003-05-15  JP Rosevear  <jpr@ximian.com>

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_refresh_free_busy): ref ourselves the
	number of times we'll get called back

svn path=/trunk/; revision=21196
2003-05-15 20:24:19 +00:00
352d3c7d3b guard against multiple destroys
2003-05-14  JP Rosevear  <jpr@ximian.com>

	* gui/e-tasks.c (e_tasks_destroy): guard against multiple destroys

	* cal-client/cal-client.c (cal_client_finalize): unref the
	bonobo listener

	* gui/gnome-cal.c (gnome_calendar_destroy): guard against multiple
	destroy calls

	* gui/e-week-view.c (e_week_view_init): connect after destroy
	(invisible_destroyed): don't unref, its already destroyed

	* gui/e-day-view.c (e_day_view_init): connect after destroy
	(invisible_destroyed): don't unref, its already destroyed

	* gui/e-calendar-table.c (e_calendar_table_class_init): make sure
	we set the parent class
	(e_calendar_table_init): connect after the destroy handler runs
	(e_calendar_table_destroy): guard against multiple destroys
	(invisible_destroyed): don't unref the invisible, its already
	being destroyed

	* gui/calendar-offline-handler.c (backend_cal_set_mode): unref the
	client, we are done with it now
	(backend_cal_opened_online): ditto
	(impl_dispose): unref our main client

	* gui/calendar-commands.c (control_util_set_folder_bar_label):
	release/unref the shell view once we are done with it
	(control_util_show_settings): ditto

svn path=/trunk/; revision=21180
2003-05-14 18:45:55 +00:00
9c06fd0d7f fixed memory leak introduced by previous commit.
2003-05-13  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-queue.c (notify_dialog_cb): fixed memory
	leak introduced by previous commit.

svn path=/trunk/; revision=21162
2003-05-13 22:59:06 +00:00
8806dd20ba Fixes #41760
2003-05-12  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41760

	* gui/alarm-notify/alarm-queue.c (create_snooze): don't add a new
	alarm, but update the already existing one.
	(notify_dialog_cb): make sure we don't remove the alarm if we are
	snoozing.

svn path=/trunk/; revision=21160
2003-05-13 18:15:38 +00:00
bce1283eb5 fix button conversion problem
2003-05-07  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-page.glade: fix button conversion problem

	* gui/dialogs/task-details-page.c
	(task_details_page_fill_widgets): only free the percent if its
	non-null

svn path=/trunk/; revision=21128
2003-05-08 14:02:35 +00:00
df9b1f2ec7 Fixes #41811
2003-05-05  JP Rosevear  <jpr@ximian.com>

	Fixes #41811

	* gui/alarm-notify/Makefile.am: don't dist idl generated files

svn path=/trunk/; revision=21112
2003-05-06 13:16:00 +00:00
cde584d348 unref the model again (task_editor_edit_comp): don't allow editing if the
2003-05-01  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-editor.c (task_editor_finalize): unref the
	model again
	(task_editor_edit_comp): don't allow editing if the assignee has
	delegated

	* gui/dialogs/meeting-page.c (popup_delete_cb): set the new
	non-delegator to be editable

	* gui/dialogs/event-editor.c (event_editor_edit_comp): don't allow
	editing if the attendee has delegated
	(event_editor_finalize): unref the model again

	* gui/e-meeting-model.c: remove e-table-without related functions
	(finalize): don't create without table
	(e_meeting_model_etable_from_model): build the table with this as
	model
	(e_meeting_model_etable_model_to_view_row): directly use the
	model_to_view call
	(e_meeting_model_etable_view_to_model_row): as above
	(attendee_changed_cb): make sure pre change is alwasy called

	* gui/e-meeting-model.h: use DECLS, remove protos for long dead
	functions, don't include config.h

svn path=/trunk/; revision=21045
2003-05-02 12:37:17 +00:00
3413f52a3d removed unused code.
2003-04-30  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): removed
	unused code.

svn path=/trunk/; revision=21032
2003-04-30 11:12:28 +00:00
63d47beb22 ditto
2003-04-29  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-editor.c (task_editor_finalize): ditto

	* gui/dialogs/event-editor.c (event_editor_finalize): don't unref
	the model here

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_destroy): null
	up the display_top and display_main for re-entrancy purposes

svn path=/trunk/; revision=21018
2003-04-29 18:51:51 +00:00
f921ed094e kill warnings
2003-04-25  JP Rosevear  <jpr@ximian.com>

	* gui/itip-utils.c (itip_send_comp): kill warnings

svn path=/trunk/; revision=21000
2003-04-29 16:34:59 +00:00
432b014a9f Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221.
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/alarm-options.glade: Added HIG-blessed padding
	to the alarm options dialog. Fixes bug #41221.

svn path=/trunk/; revision=20991
2003-04-28 19:08:56 +00:00
7fc668b1c4 Added appropriate spacing and padding to the calendar/tasks page of the
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/cal-prefs-dialog.glade: Added appropriate spacing
	and padding to the calendar/tasks page of the settings dialog.
	Fixes bug #41129

svn path=/trunk/; revision=20990
2003-04-28 19:06:38 +00:00
f36a8560bc Finishes up fixing #41256 by adding appropriate spacing/padding to the
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/task-page.glade: Finishes up fixing #41256 by
	adding appropriate spacing/padding to the main task page.

	* gui/dialogs/task-details-page.glade: Added appropriate
	spacing and padding to the task-details page. Partially
	fixes #41256.

svn path=/trunk/; revision=20989
2003-04-28 19:03:21 +00:00
ca3492eb33 Added padding/spacing to this page as specified by the HIG. Partially
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/recurrence-page.glade: Added padding/spacing
	to this page as specified by the HIG. Partially fixes #41215.

	* gui/dialogs/alarm-page.glade: Added padding/spacing/stock
	buttons to the alarm page. Partially fixes #41215.

	* gui/dialogs/event-page.glade: Added padding/spacing to the
	event-page (partially fixes #41215)

svn path=/trunk/; revision=20988
2003-04-28 19:00:04 +00:00
bb0d02c04b Fixes #35814
2003-04-27  Rodney Dawes  <dobey@ximian.com>

	Fixes #35814

	* calendar/gui/calendar-component.c: Change mnemonic/keybinding for
	New Meeting to not conflict with other items in the File->New menu

	* ui/evolution.xml: Changed the New Folder keybinding to C-S-f

svn path=/trunk/; revision=20984
2003-04-28 16:47:35 +00:00
da12dd29a8 Fixes #41661
2003-04-24  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41661

	* idl/evolution-calendar.idl: added discardAlarm method to
	GNOME:Evolution:Calendar:Cal interface.

	* pcs/cal.c (cal_class_init): set new epv's method.
	(impl_Cal_discardAlarm): implementation of new CORBA method.

	* pcs/cal-backend.[ch]: added 'discard_alarm' virtual method, and
	CAL_BACKEND_RESULT_NOT_IMPLEMENTED to CalBackendResult enum.
	(cal_backend_class_init): initialize new class method.
	(cal_backend_discard_alarm): new method.
	(cal_backend_update_objects, cal_backend_remove_object): return
	proper CalBackendResult values.

	* pcs/cal-backend-file.c (cal_backend_file_class_init): initialize
	new class method.
	(cal_backend_file_discard_alarm): implementation of new method.

	* pcs/cal-client.[ch] (cal_client_discard_alarm): new function.

	* gui/alarm-notify/alarm-queue.c (remove_qeueud_alarm): don't remove
	the alarm directly from the component, call cal_client_discard_alarm
	and let the backend deal with it.

svn path=/trunk/; revision=20973
2003-04-26 16:44:49 +00:00
3386ae934a set the hpane default to 32000 so we never see a pane no matter the start
2003-04-24  JP Rosevear  <jpr@ximian.com>

 	* gui/apps_evolution_calendar.schemas: set the hpane default to
 	32000 so we never see a pane no matter the start up window size
 	unless the user changes it

svn path=/trunk/; revision=20963
2003-04-25 02:01:21 +00:00
90dc62f9e5 Fixes #37552
2003-04-24  JP Rosevear  <jpr@ximian.com>

	Fixes #37552

	* gui/dialogs/Makefile.am: build delete-error.[hc]

	* gui/e-tasks.c: wrap calls to cal_client_remove_object with
	delete_error_dialog

	* gui/e-itip-control.c: ditto

	* gui/e-calendar-table.c: ditto

	* gui/e-week-view.c: ditto

	* gui/e-day-view.c: ditto

	* gui/dialogs/delete-error.[hc]: gemerate an error message based
	on result

svn path=/trunk/; revision=20961
2003-04-25 01:57:55 +00:00
98e99b95d4 removed unused variable..
2003-04-23  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-day-view.c (e_day_view_on_delete_occurrence): removed
	unused variable..

svn path=/trunk/; revision=20958
2003-04-24 18:05:38 +00:00
7b52d68f56 Fixed typo
svn path=/trunk/; revision=20948
2003-04-23 22:38:02 +00:00
00566a768f Fixes #41641
2003-04-23  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #41641

	* gui/e-day-view.c (e_day_view_focus_in): Remove assert an old
	input method code.
	(e_day_view_focus_out): Ditto.
	(e_day_view_reshape_long_event): Set input method context.
	(e_day_view_reshape_day_event): Ditto.
	(e_day_view_on_editing_started): Let EText handle the context popup.
	(e_day_view_on_editing_stopped): Turn off EText's handling of context
	popup.

	* gui/e-week-view.c (e_week_view_reshape_event_span): Set input
	method context.
	(e_week_view_on_text_item_event): Let the EText item handle
	right-click context popup if we're editing it.
	(e_week_view_on_editing_started): Let the EText item handle the
	context popup.
	(e_weeK_view_on_editing_stopped): Turn off EText's handling of
	context popup.

svn path=/trunk/; revision=20947
2003-04-23 22:03:57 +00:00
d6d875d02f Fixes #41671
2003-04-23  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41671

	* gui/alarm-notify/notify-main.c (main): added calls to gnome_sound_init
	and gnome_sound_shutdown.

	* gui/alarm-notify/alarm-queue.c (audio_notification): check that the
	sound file exists, and gdk_beep if not.

svn path=/trunk/; revision=20946
2003-04-23 21:46:56 +00:00
f58154d28e Fixes part of #41148, #41216 and #41235
2003-04-22  Rodrigo Moya <rodrigo@ximian.com>

	Fixes part of #41148, #41216 and #41235

	* gui/e-itip-control.c (init):
	* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct,
	  e_meeting_time_selector_add_key_color):
	* gui/e-timezone-entry.c (e_timezone_entry_init):
	* gui/gnome-cal.c (setup_widgets):
	* gui/tasks-control.c (confirm_expunge):
	* gui/dialogs/comp-editor.c (setup_widgets):
	* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
	* gui/dialogs/meeting-page.c (meeting_page_construct):
	* gui/dialogs/recurrence-page.c (make_weekly_special,
	  make_monthly_special, make_ending_count_special):
	* gui/dialogs/schedule-page.c (schedule_page_construct):
	use HIG-suggested spacing.

svn path=/trunk/; revision=20927
2003-04-22 21:15:41 +00:00
95d8e5b20b Fixes #22444
2003-04-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #22444

	* gui/calendar-commands.c: added new verbs for occurrence-related
	menu items.
	(delete_occurrence_cmd): added callback for "Delete this occurrence"
	menu item. "Delete all occurrences" is just the same as "Delete".
	(sensitize_calendar_commands): sensitive ocurrence-related menu items.

	* gui/gnome-cal.[ch] (gnome_calendar_delete_selected_occurrence): new
	function.
	(gnome_calendar_get_current_view_widget): made this public.

	* gui/e-week-view.[ch] (e_week_view_get_selected_event):
	(e_week_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_instance_internal.

	* gui/e-day-view.[ch] (e_day_view_get_selected_event):
	(e_day_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_occurrence_internal.

svn path=/trunk/; revision=20917
2003-04-22 18:06:38 +00:00
5cc97da325 removed 'heading' and 'message' labels.
2003-04-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.glade: removed 'heading' and
	'message' labels.

	* gui/alarm-notify/alarm-notify-dialog.c: removed deleted widgets.
	(alarm_notify_dialog): don't load the removed widgets.

svn path=/trunk/; revision=20895
2003-04-19 10:29:08 +00:00
1bd3678dbe [ fixes #21499 ]
2003-04-18  Rodney Dawes  <dobey@ximian.com>

	[ fixes #21499 ]
	* gui/component/Makefile.am:
	* gui/component/addressbook.c:
	* gui/component/select-names/e-select-names-bonobo.c:
	* gui/contact-editor/Makefile.am:
	* gui/contact-editor/e-contact-editor.c:
	* gui/contact-list-editor/Makefile.am:
	* gui/contact-list-editor/e-contact-list-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* gui/Makefile.am:
	* gui/calendar-commands.c:
	* gui/tasks-control.c:
	* gui/dialogs/Makefile.am:
	* gui/dialogs/comp-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* Makefile.am:
	* e-msg-composer.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* folder-browser-ui.c:
	* mail-signature-editor.c:
	* message-browser.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* e-summary-factory.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for
	bonobo_ui_util_set_ui () [#21499]

svn path=/trunk/; revision=20888
2003-04-18 17:46:26 +00:00
1c0d5f2c84 Fixes #41459
2003-04-17  JP Rosevear  <jpr@ximian.com>

	Fixes #41459

	* gui/dialogs/meeting-page.c: comment out delegation stuff

svn path=/trunk/; revision=20880
2003-04-17 15:52:41 +00:00
2c4e906e2f Fixes #34498
2003-04-17  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #34498

	* gui/alarm-notify/alarm-queue.c: added a 'uid' field to the
	CompQueuedAlarms structure.
	(remove_queued_alarm): free the 'uid' field when freeing the
	structure.
	(add_component_alarms): g_strdup the component's UID and use that as
	the key for the hash table.

svn path=/trunk/; revision=20879
2003-04-17 15:39:48 +00:00
2bd492627c Fixes #41129, #41215, #41221, #41256
2003-04-16  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41129, #41215, #41221, #41256

	* gui/alarm-notify/alarm-notify.glade:
	* gui/dialogs/alarm-options.glade:
	* gui/dialogs/alarm-page.glade:
	* gui/dialogs/cal-prefs-dialog.glade:
	* gui/dialogs/e-delegate-dialog.glade:
	* gui/dialogs/meeting-page.glade:
	* gui/dialogs/recurrence-page.glade:
	* gui/dialogs/schedule-page.glade:
	* gui/dialogs/task-details-dialog.glade:
	* gui/dialogs/task-page.glade:
	* gui/dialogs/event-page.glade: set spacing to 6 pixels
	everywhere.

svn path=/trunk/; revision=20869
2003-04-16 20:31:09 +00:00
fb510056e9 Fixes #41230
2003-04-16  JP Rosevear  <jpr@ximian.com>

	Fixes #41230

 	* gui/e-itip-control.c (show_current): make sure to pass TRUE for
 	tasks
 	(start_calendar_server): make sure we don't gtk_main_quit if we
 	haven't gtk_main'ed
 	(start_calendar_server_cb): ditto

svn path=/trunk/; revision=20868
2003-04-16 19:54:32 +00:00
8d2d08837d Fixes #39735 and 40257
2003-04-15  JP Rosevear  <jpr@ximian.com>

	Fixes #39735 and 40257

	* gui/gnome-cal.c: convert float pane positions to ints
	(setup_widgets): set the initial position after realization and
	track the drags to get the new position, pack the panes slightly
	differently
	(gnome_calendar_set_pane_positions): set purely pixel oriented
	positions
	(gnome_calendar_update_config_settings): no need to update quanta
	setting
	(gnome_calendar_hpane_realized): realization callback
	(gnome_calendar_vpane_realized): ditto
	(gnome_calendar_vpane_resized): resize callback, store new size
	(gnome_calendar_hpane_resized): ditto

	* gui/calendar-model.c (get_due_status): handle an error getting
	the timezone

	* gui/calendar-config.c (calendar_config_get_hpane_pos): return an
int
	(calendar_config_set_hpane_pos): take an int
	(calendar_config_get_vpane_pos): return an int
	(calendar_config_set_vpane_pos): take an int

	* gui/calendar-config.h: update protos

	* gui/apps_evolution_calendar.schemas: update defaults for pane
	positions

svn path=/trunk/; revision=20863
2003-04-16 16:23:58 +00:00