From 035eda3f14857100bbf53b70173442ed5b929b19 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 15 Sep 2011 11:24:25 +0200 Subject: Port alarm-notify configuration to GSettings --- data/evolution.convert | 6 +++++ data/org.gnome.evolution.calendar.gschema.xml.in | 30 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'data') diff --git a/data/evolution.convert b/data/evolution.convert index ad6c946579..45954be817 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -38,6 +38,12 @@ editor-show-rsvp = /apps/evolution/calendar/display/show_rsvp editor-show-status = /apps/evolution/calendar/display/show_status editor-show-timezone = /apps/evolution/calendar/display/show_timezone editor-show-type = /apps/evolution/calendar/display/show_type +last-notification-time = /apps/evolution/calendar/notify/last_notification_time +notify-programs = /apps/evolution/calendar/notify/programs +notify-with-tray = /apps/evolution/calendar/notify/notify_with_tray +timezone = /apps/evolution/calendar/display/timezone +use-24hour-format = /apps/evolution/calendar/display/use_24hour_format +use-system-timezone = /apps/evolution/calendar/display/use_system_timezone [org.gnome.evolution.mail] check-if-default-mailer = /apps/evolution/mail/prompts/checkdefault diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index c10a1000cf..9c0050f8f2 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -31,4 +31,34 @@ <_summary>Show type field in the event/task/meeting editor <_description>Whether to show type field in the event/task/meeting editor + + 1 + <_summary>Last reminder time + <_description>Time the last reminder ran, in time_t + + + [] + <_summary>Reminder programs + <_description>Programs that are allowed to be run by reminders + + + false + <_summary>Show display reminders in notification tray + <_description>Whether or not to use the notification tray for display reminders + + + 'UTC' + <_summary>Timezone + <_description>The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like "America/New York" + + + false + <_summary>Twenty four hour time format + <_description>Whether to show times in twenty four hour format instead of using am/pm + + + true + <_summary>Use system timezone + <_description>Use the system timezone instead of the timezone selected in Evolution + -- cgit v1.2.3