aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.calendar.gschema.xml.in
blob: df27b45f0285fb6fc91c75fc40069534d6b39e8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution.calendar" path="/apps/evolution/calendar/">
  </schema>
  <key name="audio-dir" type="s">
    <default>''</default>
    <_summary>Save directory for reminder audio</_summary>
    <_description>Directory for saving reminder audio files</_description>
  </key>
  <key name="day-second-zone" type="s">
    <default>''</default>
    <_summary>The second timezone for a Day View</_summary>
    <_description>Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key</_description>
  </key>
  <key name="day-second-zones" type="as">
    <default>[]</default>
    <_summary>Recently used second time zones in a Day View</_summary>
    <_description>List of recently used second time zones in a Day View</_description>
  </key>
  <key name="day-second-zones-max" type="i">
    <default>5</default>
    <_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="editor-show-categories" type="b">
    <default>false</default>
    <_summary>Show categories field in the event/meeting/task editor</_summary>
    <_description>Whether to show categories field in the event/meeting editor</_description>
  </key>
  <key name="editor-show-role" type="b">
    <default>true</default>
    <_summary>Show Role field in the event/task/meeting editor</_summary>
    <_description>Whether to show role field in the event/task/meeting editor</_description>
  </key>
  <key name="editor-show-rsvp" type="b">
    <default>false</default>
    <_summary>Show RSVP field in the event/task/meeting editor</_summary>
    <_description>Whether to show RSVP field in the event/task/meeting editor</_description>
  </key>
  <key name="editor-show-status" type="b">
    <default>false</default>
    <_summary>Show status field in the event/task/meeting editor</_summary>
    <_description>Whether to show status field in the event/task/meeting editor</_description>
  </key>
  <key name="editor-show-timezone" type="b">
    <default>false</default>
    <_summary>Show timezone field in the event/meeting editor</_summary>
    <_description>Whether to show timezone field in the event/meeting editor</_description>
  </key>
  <key name="editor-show-type" type="b">
    <default>false</default>
    <_summary>Show type field in the event/task/meeting editor</_summary>
    <_description>Whether to show type field in the event/task/meeting editor</_description>
  </key>
  <key name="hide-completed-tasks" type="b">
    <default>false</default>
    <_summary>Hide completed tasks</_summary>
    <_description>Whether to hide completed tasks in the tasks view</_description>
  </key>
  <key name="hide-completed-tasks-units" type="s">
    <default>'days'</default>
    <_summary>Hide task units</_summary>
    <_description>Units for determining when to hide tasks, "minutes", "hours" or "days"</_description>
  </key>
  <key name="hide-completed-tasks-value" type="i">
    <default>1</default>
    <_summary>Hide task value</_summary>
    <_description>Number of units for determining when to hide tasks</_description>
  </key>
  <key name="last-notification-time" type="i">
    <default>1</default>
    <_summary>Last reminder time</_summary>
    <_description>Time the last reminder ran, in time_t</_description>
  </key>
  <key name="memo-layout" type="i">
    <default>0</default>
    <_summary>Memo layout style</_summary>
    <_description>The layout style determines where to place the preview pane in relation to the memo list.  "0" (Classic View) places the preview pane below the memo list.  "1" (Vertical View) places the preview pane next to the memo list</_description>
  </key>
  <key name="month-scroll-by-week" type="b">
    <default>true</default>
    <_summary>Scroll Month View by a week</_summary>
    <_description>Whether to scroll a Month View by a week, not by a month</_description>
  </key>
  <key name="notify-programs" type="as">
    <default>[]</default>
    <_summary>Reminder programs</_summary>
    <_description>Programs that are allowed to be run by reminders</_description>
  </key>
  <key name="notify-with-tray" type="b">
    <default>false</default>
    <_summary>Show display reminders in notification tray</_summary>
    <_description>Whether or not to use the notification tray for display reminders</_description>
  </key>
  <key name="show-memo-preview" type="b">
    <default>true</default>
    <_summary>Show the memo preview pane</_summary>
    <_description>If "true", show the memo preview pane in the main window</_description>
  </key>
  <key name="timezone" type="s">
    <default>'UTC'</default>
    <_summary>Timezone</_summary>
    <_description>The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like "America/New York"</_description>
  </key>
  <key name="use-24hour-format" type="b">
    <default>false</default>
    <_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-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="working-days" type="i">
    <default>62</default>
    <_summary>Work days</_summary>
    <_description>Days on which the start and end of work hours should be indicated</_description>
  </key>
</schemalist>