Files
evolution/calendar/gui/dialogs/Makefile.am
JP Rosevear 348fd04aee store all the custom alarms (alarm_custom_clicked_cb): emit changed signal
2004-06-24  JP Rosevear  <jpr@novell.com>

	* gui/dialogs/event-page.c (event_page_fill_component): store all
	the custom alarms
	(alarm_custom_clicked_cb): emit changed signal if necessary

	* gui/dialogs/alarm-list-dialog.c (alarm_list_dialog_run): return
	true/false based on button pushed

	* gui/dialogs/alarm-dialog.c: move repeat options and per alarm
	type options here

	* gui/dialogs/alarm-dialog.glade: ditto

	* gui/dialogs/Makefile.am: remove alarm options dialog

svn path=/trunk/; revision=26500
2004-06-24 21:02:09 +00:00

109 lines
2.5 KiB
Makefile

IDLS = $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
IDL_GENERATED_H = \
Evolution-Addressbook-SelectNames.h
IDL_GENERATED = $(IDL_GENERATED_H)
$(IDL_GENERATED_H): $(IDLS)
$(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
--nostubs --noskels --nocommon \
$(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
BUILT_SOURCES = $(IDL_GENERATED)
INCLUDES = \
-DG_LOG_DOMAIN=\"calendar-gui\" \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/cal-client \
-I$(top_builddir)/calendar/cal-client \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/widgets/misc \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(EVOLUTION_CALENDAR_CFLAGS)
noinst_LTLIBRARIES = libcal-dialogs.la
libcal_dialogs_la_SOURCES = \
$(IDL_GENERATED) \
alarm-dialog.c \
alarm-dialog.h \
alarm-list-dialog.c \
alarm-list-dialog.h \
cal-prefs-dialog.c \
cal-prefs-dialog.h \
calendar-setup.c \
calendar-setup.h \
cancel-comp.c \
cancel-comp.h \
changed-comp.c \
changed-comp.h \
comp-editor.c \
comp-editor.h \
comp-editor-page.c \
comp-editor-page.h \
comp-editor-util.c \
comp-editor-util.h \
copy-source-dialog.c \
copy-source-dialog.h \
delete-comp.c \
delete-comp.h \
delete-error.c \
delete-error.h \
e-delegate-dialog.c \
e-delegate-dialog.h \
event-editor.c \
event-editor.h \
event-page.c \
event-page.h \
meeting-page.c \
meeting-page.h \
recurrence-page.c \
recurrence-page.h \
recur-comp.c \
recur-comp.h \
save-comp.c \
save-comp.h \
schedule-page.c \
schedule-page.h \
select-source-dialog.c \
select-source-dialog.h \
send-comp.c \
send-comp.h \
task-editor.c \
task-editor.h \
task-details-page.c \
task-details-page.h \
task-page.c \
task-page.h \
url-editor-dialog.c \
url-editor-dialog.h
glade_DATA = \
alarm-dialog.glade \
alarm-list-dialog.glade \
cal-prefs-dialog.glade \
calendar-setup.glade \
e-delegate-dialog.glade \
event-page.glade \
meeting-page.glade \
recurrence-page.glade \
schedule-page.glade \
task-details-page.glade \
task-page.glade \
url-editor-dialog.glade
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
EXTRA_DIST = \
$(glade_DATA)