aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.calendar.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-11-15 00:19:25 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-11-15 00:19:25 +0800
commit55ed27cd2f509453c9928a21a75871a5fe59fb9f (patch)
tree461d79e408ee195b8a144b0e2acc2f0f88044cc7 /data/org.gnome.evolution.calendar.gschema.xml.in
parent7ab5ae3fc72516cceeb09a48bc5a39f7b57933de (diff)
downloadgsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.gz
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.bz2
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.lz
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.xz
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.zst
gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.zip
Migrate EShellSettings to GSettings
Diffstat (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.calendar.gschema.xml.in135
1 files changed, 135 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in
index cc32a3c36d..6217ce22d2 100644
--- a/data/org.gnome.evolution.calendar.gschema.xml.in
+++ b/data/org.gnome.evolution.calendar.gschema.xml.in
@@ -5,11 +5,56 @@
<_summary>Save directory for reminder audio</_summary>
<_description>Directory for saving reminder audio files</_description>
</key>
+ <key name="ba-reminder-interval" type="i">
+ <default>15</default>
+ <_summary>Birthday and anniversary reminder value</_summary>
+ <_description>Number of units for determining a birthday or anniversary reminder</_description>
+ </key>
+ <key name="ba-reminder-units" type="s">
+ <default>'minutes'</default>
+ <_summary>Birthday and anniversary reminder units</_summary>
+ <_description>Units for a birthday or anniversary reminder, "minutes", "hours" or "days"</_description>
+ </key>
+ <key name="compress-weekend" type="b">
+ <default>true</default>
+ <_summary>Compress weekends in month view</_summary>
+ <_description>Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday</_description>
+ </key>
+ <key name="confirm-delete" type="b">
+ <default>true</default>
+ <_summary>Ask for confirmation when deleting items</_summary>
+ <_description>Whether to ask for confirmation when deleting an appointment or task</_description>
+ </key>
+ <key name="confirm-purge" type="b">
+ <default>true</default>
+ <_summary>Confirm expunge</_summary>
+ <_description>Whether to ask for confirmation when expunging appointments and tasks</_description>
+ </key>
<key name="date-navigator-pane-position" type="i">
<default>150</default>
<_summary>Month view vertical pane position</_summary>
<_description>Position of the vertical pane, between the calendar lists and the date navigator calendar</_description>
</key>
+ <key name="day-end-hour" type="i">
+ <default>17</default>
+ <_summary>Workday end hour</_summary>
+ <_description>Hour the workday ends on, in twenty four hour format, 0 to 23</_description>
+ </key>
+ <key name="day-end-minute" type="i">
+ <default>0</default>
+ <_summary>Workday end minute</_summary>
+ <_description>Minute the workday ends on, 0 to 59.</_description>
+ </key>
+ <key name="day-start-hour" type="i">
+ <default>9</default>
+ <_summary>Workday start hour</_summary>
+ <_description>Hour the workday starts on, in twenty four hour format, 0 to 23.</_description>
+ </key>
+ <key name="day-start-minute" type="i">
+ <default>0</default>
+ <_summary>Workday start minute</_summary>
+ <_description>Minute the workday starts on, 0 to 59.</_description>
+ </key>
<key name="day-second-zone" type="s">
<default>''</default>
<_summary>The second timezone for a Day View</_summary>
@@ -25,6 +70,16 @@
<_summary>Maximum number of recently used timezones to remember</_summary>
<_description>Maximum number of recently used timezones to remember in a 'day-second-zones' list</_description>
</key>
+ <key name="default-reminder-interval" type="i">
+ <default>15</default>
+ <_summary>Default reminder value</_summary>
+ <_description>Number of units for determining a default reminder</_description>
+ </key>
+ <key name="default-reminder-units" type="s">
+ <default>'minutes'</default>
+ <_summary>Default reminder units</_summary>
+ <_description>Units for a default reminder, "minutes", "hours" or "days"</_description>
+ </key>
<key name="editor-show-categories" type="b">
<default>false</default>
<_summary>Show categories field in the event/meeting/task editor</_summary>
@@ -80,6 +135,21 @@
<_summary>Last reminder time</_summary>
<_description>Time the last reminder ran, in time_t</_description>
</key>
+ <key name="marcus-bains-color-dayview" type="s">
+ <default>'#ff0000'</default>
+ <_summary>Marcus Bains Line Color - Day View</_summary>
+ <_description>Color to draw the Marcus Bains line in the Day View</_description>
+ </key>
+ <key name="marcus-bains-color-timebar" type="s">
+ <default>'#ff0000'</default>
+ <_summary>Marcus Bains Line Color - Time bar</_summary>
+ <_description>Color to draw the Marcus Bains Line in the Time bar (empty for default)</_description>
+ </key>
+ <key name="marcus-bains-line" type="b">
+ <default>true</default>
+ <_summary>Marcus Bains Line</_summary>
+ <_description>Whether to draw the Marcus Bains Line (line at current time) in the calendar</_description>
+ </key>
<key name="memo-hpane-position" type="i">
<default>200</default>
<_summary>Memo preview pane position (horizontal)</_summary>
@@ -115,6 +185,31 @@
<_summary>Show display reminders in notification tray</_summary>
<_description>Whether or not to use the notification tray for display reminders</_description>
</key>
+ <key name="primary-calendar" type="s">
+ <default>''</default>
+ <_summary>Primary calendar</_summary>
+ <_description>The UID of the selected (or "primary") calendar in the sidebar of the "Calendar" view</_description>
+ </key>
+ <key name="primary-memos" type="s">
+ <default>''</default>
+ <_summary>Primary memo list</_summary>
+ <_description>The UID of the selected (or "primary") memo list in the sidebar of the "Memos" view</_description>
+ </key>
+ <key name="primary-tasks" type="s">
+ <default>''</default>
+ <_summary>Primary task list</_summary>
+ <_description>The UID of the selected (or "primary") task list in the sidebar of the "Tasks" view</_description>
+ </key>
+ <key name="publish-template" type="s">
+ <default>''</default>
+ <_summary>Free/busy template URL</_summary>
+ <_description>The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain</_description>
+ </key>
+ <key name="recur-events-italic" type="b">
+ <default>false</default>
+ <_summary>Recurrent Events in Italic</_summary>
+ <_description>Show days with recurrent events in italic font in bottom left calendar</_description>
+ </key>
<key name="selected-calendars" type="as">
<default>[]</default>
<_summary>List of selected calendars</_summary>
@@ -130,6 +225,11 @@
<_summary>List of selected task lists</_summary>
<_description>List of task lists to load</_description>
</key>
+ <key name="show-event-end" type="b">
+ <default>true</default>
+ <_summary>Show appointment end times in week and month views</_summary>
+ <_description>Whether to display the end time of events in the week and month views</_description>
+ </key>
<key name="show-memo-preview" type="b">
<default>true</default>
<_summary>Show the memo preview pane</_summary>
@@ -140,11 +240,21 @@
<_summary>Show the task preview pane</_summary>
<_description>If "true", show the task preview pane in the main window</_description>
</key>
+ <key name="show-week-numbers" type="b">
+ <default>false</default>
+ <_summary>Show week numbers in Day View, Work Week View, and Date Navigator</_summary>
+ <_description>Whether to show week numbers in various places in the Calendar</_description>
+ </key>
<key name="tag-vpane-position" type="i">
<default>0</default>
<_summary>Vertical position for the tag pane</_summary>
<_description>Vertical position for the tag pane</_description>
</key>
+ <key name="task-due-today-color" type="s">
+ <default>'#1e90ff'</default>
+ <_summary>Tasks due today color</_summary>
+ <_description>Background color of tasks that are due today, in "#rrggbb" format</_description>
+ </key>
<key name="task-hpane-position" type="i">
<default>200</default>
<_summary>Task preview pane position (horizontal)</_summary>
@@ -160,6 +270,16 @@
<_summary>Task preview pane position (vertical)</_summary>
<_description>Position of the task preview pane when oriented vertically</_description>
</key>
+ <key name="task-overdue-color" type="s">
+ <default>'#ff0000'</default>
+ <_summary>Overdue tasks color</_summary>
+ <_description>Background color of tasks that are overdue, in "#rrggbb" format</_description>
+ </key>
+ <key name="time-divisions" type="i">
+ <default>30</default>
+ <_summary>Time divisions</_summary>
+ <_description>Intervals shown in Day and Work Week views, in minutes</_description>
+ </key>
<key name="timezone" type="s">
<default>'UTC'</default>
<_summary>Timezone</_summary>
@@ -170,11 +290,26 @@
<_summary>Twenty four hour time format</_summary>
<_description>Whether to show times in twenty four hour format instead of using am/pm</_description>
</key>
+ <key name="use-ba-reminder" type="b">
+ <default>false</default>
+ <_summary>Birthday and anniversary reminder</_summary>
+ <_description>Whether to set a reminder for birthdays and anniversaries</_description>
+ </key>
+ <key name="use-default-reminder" type="b">
+ <default>false</default>
+ <_summary>Default appointment reminder</_summary>
+ <_description>Whether to set a default reminder for appointments</_description>
+ </key>
<key name="use-system-timezone" type="b">
<default>true</default>
<_summary>Use system timezone</_summary>
<_description>Use the system timezone instead of the timezone selected in Evolution</_description>
</key>
+ <key name="week-start-day" type="i">
+ <default>1</default>
+ <_summary>Week start</_summary>
+ <_description>Weekday the week starts on, from Sunday (0) to Saturday (6)</_description>
+ </key>
<key name="working-days" type="i">
<default>62</default>
<_summary>Work days</_summary>