diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/ChangeLog | 4 | ||||
-rw-r--r-- | views/Makefile.am | 2 | ||||
-rw-r--r-- | views/calendar/Makefile.am | 5 | ||||
-rw-r--r-- | views/calendar/galview.xml | 11 |
4 files changed, 21 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index d1adf0812f..3821f57fb9 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,3 +1,7 @@ +2001-06-15 Federico Mena Quintero <federico@ximian.com> + + * calendar/galview.xml: New list of the default calendar views. + 2001-05-21 Chris Toshok <toshok@ximian.com> * addressbook/galview.xml: correct typo. diff --git a/views/Makefile.am b/views/Makefile.am index 03d536e017..f6439105cc 100644 --- a/views/Makefile.am +++ b/views/Makefile.am @@ -1 +1 @@ -SUBDIRS = addressbook mail tasks +SUBDIRS = addressbook mail tasks calendar diff --git a/views/calendar/Makefile.am b/views/calendar/Makefile.am new file mode 100644 index 0000000000..f993c4e036 --- /dev/null +++ b/views/calendar/Makefile.am @@ -0,0 +1,5 @@ +defaultcalendardir = $(datadir)/evolution/views/calendar + +defaultcalendar_DATA = galview.xml + +EXTRA_DIST = $(defaultcalendar_DATA) diff --git a/views/calendar/galview.xml b/views/calendar/galview.xml new file mode 100644 index 0000000000..f82acf528a --- /dev/null +++ b/views/calendar/galview.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<GalViewCollection> + <GalView id="Day_View" _title="Day View" filename="Day_View.galview" + type="day_view"/> + <GalView id="Work_Week_View" _title="Work Week View" filename="Work_Week_View.galview" + type="work_week_view"/> + <GalView id="Week_View" _title="Week View" filename="Week_View.galview" + type="week_view"/> + <GalView id="Month_View" _title="Month View" filename="Month_View.galview" + type="month_view"/> +</GalViewCollection> |