From b7055e92d2b05e9eb65edbcc889b9fd8d80e5130 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 4 Nov 2010 17:17:44 +0100 Subject: Move all plugin settings to their own schemas --- data/org.gnome.evolution.calendar.gschema.xml.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/org.gnome.evolution.calendar.gschema.xml.in (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in new file mode 100644 index 0000000000..3cd7f77435 --- /dev/null +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3 From 0886cc544f0616f90383d4d51709a45da42dea37 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 14 Sep 2011 16:40:30 +0200 Subject: Port event/task/meeting editor to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 3cd7f77435..c10a1000cf 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -1,4 +1,34 @@ + + false + <_summary>Show categories field in the event/meeting/task editor + <_description>Whether to show categories field in the event/meeting editor + + + true + <_summary>Show Role field in the event/task/meeting editor + <_description>Whether to show role field in the event/task/meeting editor + + + false + <_summary>Show RSVP field in the event/task/meeting editor + <_description>Whether to show RSVP field in the event/task/meeting editor + + + false + <_summary>Show status field in the event/task/meeting editor + <_description>Whether to show status field in the event/task/meeting editor + + + false + <_summary>Show timezone field in the event/meeting editor + <_description>Whether to show timezone field in the event/meeting editor + + + false + <_summary>Show type field in the event/task/meeting editor + <_description>Whether to show type field in the event/task/meeting editor + -- cgit v1.2.3 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/org.gnome.evolution.calendar.gschema.xml.in | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') 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 From f304d1898d61e431738154c7f09cab901936e647 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 15 Sep 2011 13:47:06 +0200 Subject: Port most settings in calendar-config.c to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 9c0050f8f2..70a13b94d2 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -1,6 +1,26 @@ + + '' + <_summary>Save directory for reminder audio + <_description>Directory for saving reminder audio files + + + '' + <_summary>The second timezone for a Day View + <_description>Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key + + + [] + <_summary>Recently used second time zones in a Day View + <_description>List of recently used second time zones in a Day View + + + 5 + <_summary>Maximum number of recently used timezones to remember + <_description>Maximum number of recently used timezones to remember in a 'day-second-zones' list + false <_summary>Show categories field in the event/meeting/task editor @@ -31,11 +51,31 @@ <_summary>Show type field in the event/task/meeting editor <_description>Whether to show type field in the event/task/meeting editor + + false + <_summary>Hide completed tasks + <_description>Whether to hide completed tasks in the tasks view + + + 'days' + <_summary>Hide task units + <_description>Units for determining when to hide tasks, "minutes", "hours" or "days" + + + 1 + <_summary>Hide task value + <_description>Number of units for determining when to hide tasks + 1 <_summary>Last reminder time <_description>Time the last reminder ran, in time_t + + true + <_summary>Scroll Month View by a week + <_description>Whether to scroll a Month View by a week, not by a month + [] <_summary>Reminder programs @@ -61,4 +101,9 @@ <_summary>Use system timezone <_description>Use the system timezone instead of the timezone selected in Evolution + + 62 + <_summary>Work days + <_description>Days on which the start and end of work hours should be indicated + -- cgit v1.2.3 From 5226e534df877dcb10b8f5cbb581764bb679593c Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 16:30:48 +0200 Subject: Port e-memo-shell-view-actions.c to use GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 70a13b94d2..df27b45f02 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -71,6 +71,11 @@ <_summary>Last reminder time <_description>Time the last reminder ran, in time_t + + 0 + <_summary>Memo layout style + <_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 + true <_summary>Scroll Month View by a week @@ -86,6 +91,11 @@ <_summary>Show display reminders in notification tray <_description>Whether or not to use the notification tray for display reminders + + true + <_summary>Show the memo preview pane + <_description>If "true", show the memo preview pane in the main window + 'UTC' <_summary>Timezone -- cgit v1.2.3 From 67c036a33910d51e2703bb86840fd8729decf4b1 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 16:36:08 +0200 Subject: Port calendar sidebar to use GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index df27b45f02..39285fc7f9 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -6,6 +6,11 @@ <_summary>Save directory for reminder audio <_description>Directory for saving reminder audio files + + 150 + <_summary>Month view vertical pane position + <_description>Position of the vertical pane, between the calendar lists and the date navigator calendar + '' <_summary>The second timezone for a Day View -- cgit v1.2.3 From b9a43c056c67bc343748fbd7c1b5385a6457014a Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 17:04:46 +0200 Subject: Port ECalShellBackend to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 39285fc7f9..9525066123 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -96,6 +96,11 @@ <_summary>Show display reminders in notification tray <_description>Whether or not to use the notification tray for display reminders + + [] + <_summary>List of selected calendars + <_description>List of calendars to load + true <_summary>Show the memo preview pane -- cgit v1.2.3 From d757ba352a135a81cfb2e638b25d66998dbe1eb9 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 17:15:07 +0200 Subject: Port EMemoShellBackend to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 9525066123..48fa505e06 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -101,6 +101,11 @@ <_summary>List of selected calendars <_description>List of calendars to load + + [] + <_summary>List of selected memos + <_description>List of memos to load + true <_summary>Show the memo preview pane -- cgit v1.2.3 From 6e7cb87f8783dfca7af2ec40b669344adf77f79f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 17:21:35 +0200 Subject: Port e-task-shell-view-actions to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 48fa505e06..534ec5f99c 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -111,6 +111,16 @@ <_summary>Show the memo preview pane <_description>If "true", show the memo preview pane in the main window + + true + <_summary>Show the task preview pane + <_description>If "true", show the task preview pane in the main window + + + 0 + <_summary>Task layout style + <_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list + 'UTC' <_summary>Timezone -- cgit v1.2.3 From c27e999441069bf9b2a5994e9bde6313e9839cb0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 17:28:22 +0200 Subject: Port ETaskShellBackend to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 534ec5f99c..7fb0511325 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -103,8 +103,13 @@ [] - <_summary>List of selected memos - <_description>List of memos to load + <_summary>List of selected memo lists + <_description>List of memo lists to load + + + [] + <_summary>List of selected task lists + <_description>List of task lists to load true -- cgit v1.2.3 From 8732431bd961e7f75e813803575a868bada78c79 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 21 Sep 2011 18:16:23 +0200 Subject: Port ETask/MemoShellContent to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 7fb0511325..12e091cd12 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -76,11 +76,21 @@ <_summary>Last reminder time <_description>Time the last reminder ran, in time_t + + 200 + <_summary>Memo preview pane position (horizontal) + <_description>Position of the task preview pane when oriented horizontally + 0 <_summary>Memo layout style <_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 + + 400 + <_summary>Memo preview pane position (vertical) + <_description>Position of the memo preview pane when oriented vertically + true <_summary>Scroll Month View by a week @@ -121,11 +131,21 @@ <_summary>Show the task preview pane <_description>If "true", show the task preview pane in the main window + + 200 + <_summary>Task preview pane position (horizontal) + <_description>Position of the task preview pane when oriented horizontally + 0 <_summary>Task layout style <_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list + + 400 + <_summary>Task preview pane position (vertical) + <_description>Position of the task preview pane when oriented vertically + 'UTC' <_summary>Timezone -- cgit v1.2.3 From 1f10f3ec681c3ed755ce4e02a4ca0117b9243b2b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 5 Oct 2011 16:14:10 +0200 Subject: Use correct path for GSettings schemas --- data/org.gnome.evolution.calendar.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 12e091cd12..706c0bf5ac 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -1,5 +1,5 @@ - + '' -- cgit v1.2.3 From 8fd93c9042bb30e53ce88303f8a0789a6ca688eb Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 5 Oct 2011 18:19:33 +0200 Subject: First successful build --- data/org.gnome.evolution.calendar.gschema.xml.in | 330 +++++++++++------------ 1 file changed, 165 insertions(+), 165 deletions(-) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 706c0bf5ac..6915a0c2aa 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -1,169 +1,169 @@ + + '' + <_summary>Save directory for reminder audio + <_description>Directory for saving reminder audio files + + + 150 + <_summary>Month view vertical pane position + <_description>Position of the vertical pane, between the calendar lists and the date navigator calendar + + + '' + <_summary>The second timezone for a Day View + <_description>Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key + + + [] + <_summary>Recently used second time zones in a Day View + <_description>List of recently used second time zones in a Day View + + + 5 + <_summary>Maximum number of recently used timezones to remember + <_description>Maximum number of recently used timezones to remember in a 'day-second-zones' list + + + false + <_summary>Show categories field in the event/meeting/task editor + <_description>Whether to show categories field in the event/meeting editor + + + true + <_summary>Show Role field in the event/task/meeting editor + <_description>Whether to show role field in the event/task/meeting editor + + + false + <_summary>Show RSVP field in the event/task/meeting editor + <_description>Whether to show RSVP field in the event/task/meeting editor + + + false + <_summary>Show status field in the event/task/meeting editor + <_description>Whether to show status field in the event/task/meeting editor + + + false + <_summary>Show timezone field in the event/meeting editor + <_description>Whether to show timezone field in the event/meeting editor + + + false + <_summary>Show type field in the event/task/meeting editor + <_description>Whether to show type field in the event/task/meeting editor + + + false + <_summary>Hide completed tasks + <_description>Whether to hide completed tasks in the tasks view + + + 'days' + <_summary>Hide task units + <_description>Units for determining when to hide tasks, "minutes", "hours" or "days" + + + 1 + <_summary>Hide task value + <_description>Number of units for determining when to hide tasks + + + 1 + <_summary>Last reminder time + <_description>Time the last reminder ran, in time_t + + + 200 + <_summary>Memo preview pane position (horizontal) + <_description>Position of the task preview pane when oriented horizontally + + + 0 + <_summary>Memo layout style + <_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 + + + 400 + <_summary>Memo preview pane position (vertical) + <_description>Position of the memo preview pane when oriented vertically + + + true + <_summary>Scroll Month View by a week, not by a month + <_description>Whether to scroll a Month View by a week, not by a month + + + [] + <_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 + + + [] + <_summary>List of selected calendars + <_description>List of calendars to load + + + [] + <_summary>List of selected memo lists + <_description>List of memo lists to load + + + [] + <_summary>List of selected task lists + <_description>List of task lists to load + + + true + <_summary>Show the memo preview pane + <_description>If "true", show the memo preview pane in the main window + + + true + <_summary>Show the task preview pane + <_description>If "true", show the task preview pane in the main window + + + 200 + <_summary>Task preview pane position (horizontal) + <_description>Position of the task preview pane when oriented horizontally + + + 0 + <_summary>Task layout style + <_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list + + + 400 + <_summary>Task preview pane position (vertical) + <_description>Position of the task preview pane when oriented vertically + + + '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 + + + 62 + <_summary>Work days + <_description>Days on which the start and end of work hours should be indicated + - - '' - <_summary>Save directory for reminder audio - <_description>Directory for saving reminder audio files - - - 150 - <_summary>Month view vertical pane position - <_description>Position of the vertical pane, between the calendar lists and the date navigator calendar - - - '' - <_summary>The second timezone for a Day View - <_description>Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key - - - [] - <_summary>Recently used second time zones in a Day View - <_description>List of recently used second time zones in a Day View - - - 5 - <_summary>Maximum number of recently used timezones to remember - <_description>Maximum number of recently used timezones to remember in a 'day-second-zones' list - - - false - <_summary>Show categories field in the event/meeting/task editor - <_description>Whether to show categories field in the event/meeting editor - - - true - <_summary>Show Role field in the event/task/meeting editor - <_description>Whether to show role field in the event/task/meeting editor - - - false - <_summary>Show RSVP field in the event/task/meeting editor - <_description>Whether to show RSVP field in the event/task/meeting editor - - - false - <_summary>Show status field in the event/task/meeting editor - <_description>Whether to show status field in the event/task/meeting editor - - - false - <_summary>Show timezone field in the event/meeting editor - <_description>Whether to show timezone field in the event/meeting editor - - - false - <_summary>Show type field in the event/task/meeting editor - <_description>Whether to show type field in the event/task/meeting editor - - - false - <_summary>Hide completed tasks - <_description>Whether to hide completed tasks in the tasks view - - - 'days' - <_summary>Hide task units - <_description>Units for determining when to hide tasks, "minutes", "hours" or "days" - - - 1 - <_summary>Hide task value - <_description>Number of units for determining when to hide tasks - - - 1 - <_summary>Last reminder time - <_description>Time the last reminder ran, in time_t - - - 200 - <_summary>Memo preview pane position (horizontal) - <_description>Position of the task preview pane when oriented horizontally - - - 0 - <_summary>Memo layout style - <_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 - - - 400 - <_summary>Memo preview pane position (vertical) - <_description>Position of the memo preview pane when oriented vertically - - - true - <_summary>Scroll Month View by a week - <_description>Whether to scroll a Month View by a week, not by a month - - - [] - <_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 - - - [] - <_summary>List of selected calendars - <_description>List of calendars to load - - - [] - <_summary>List of selected memo lists - <_description>List of memo lists to load - - - [] - <_summary>List of selected task lists - <_description>List of task lists to load - - - true - <_summary>Show the memo preview pane - <_description>If "true", show the memo preview pane in the main window - - - true - <_summary>Show the task preview pane - <_description>If "true", show the task preview pane in the main window - - - 200 - <_summary>Task preview pane position (horizontal) - <_description>Position of the task preview pane when oriented horizontally - - - 0 - <_summary>Task layout style - <_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list - - - 400 - <_summary>Task preview pane position (vertical) - <_description>Position of the task preview pane when oriented vertically - - - '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 - - - 62 - <_summary>Work days - <_description>Days on which the start and end of work hours should be indicated - -- cgit v1.2.3 From b77871e4fd7a4464e3a2e4e458f0d10e71805a02 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 10 Oct 2011 18:11:01 +0200 Subject: Migrate ECalShellContent to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 6915a0c2aa..cc32a3c36d 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -70,6 +70,11 @@ <_summary>Hide task value <_description>Number of units for determining when to hide tasks + + 400 + <_summary>Horizontal pane position + <_description>Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels + 1 <_summary>Last reminder time @@ -90,6 +95,11 @@ <_summary>Memo preview pane position (vertical) <_description>Position of the memo preview pane when oriented vertically + + 32000 + <_summary>Month view horizontal pane position + <_description>Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels + true <_summary>Scroll Month View by a week, not by a month @@ -130,6 +140,11 @@ <_summary>Show the task preview pane <_description>If "true", show the task preview pane in the main window + + 0 + <_summary>Vertical position for the tag pane + <_description>Vertical position for the tag pane + 200 <_summary>Task preview pane position (horizontal) -- cgit v1.2.3 From 55ed27cd2f509453c9928a21a75871a5fe59fb9f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 14 Nov 2011 17:19:25 +0100 Subject: Migrate EShellSettings to GSettings --- data/org.gnome.evolution.calendar.gschema.xml.in | 135 +++++++++++++++++++++++ 1 file changed, 135 insertions(+) (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in') 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 <_description>Directory for saving reminder audio files + + 15 + <_summary>Birthday and anniversary reminder value + <_description>Number of units for determining a birthday or anniversary reminder + + + 'minutes' + <_summary>Birthday and anniversary reminder units + <_description>Units for a birthday or anniversary reminder, "minutes", "hours" or "days" + + + true + <_summary>Compress weekends in month view + <_description>Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday + + + true + <_summary>Ask for confirmation when deleting items + <_description>Whether to ask for confirmation when deleting an appointment or task + + + true + <_summary>Confirm expunge + <_description>Whether to ask for confirmation when expunging appointments and tasks + 150 <_summary>Month view vertical pane position <_description>Position of the vertical pane, between the calendar lists and the date navigator calendar + + 17 + <_summary>Workday end hour + <_description>Hour the workday ends on, in twenty four hour format, 0 to 23 + + + 0 + <_summary>Workday end minute + <_description>Minute the workday ends on, 0 to 59. + + + 9 + <_summary>Workday start hour + <_description>Hour the workday starts on, in twenty four hour format, 0 to 23. + + + 0 + <_summary>Workday start minute + <_description>Minute the workday starts on, 0 to 59. + '' <_summary>The second timezone for a Day View @@ -25,6 +70,16 @@ <_summary>Maximum number of recently used timezones to remember <_description>Maximum number of recently used timezones to remember in a 'day-second-zones' list + + 15 + <_summary>Default reminder value + <_description>Number of units for determining a default reminder + + + 'minutes' + <_summary>Default reminder units + <_description>Units for a default reminder, "minutes", "hours" or "days" + false <_summary>Show categories field in the event/meeting/task editor @@ -80,6 +135,21 @@ <_summary>Last reminder time <_description>Time the last reminder ran, in time_t + + '#ff0000' + <_summary>Marcus Bains Line Color - Day View + <_description>Color to draw the Marcus Bains line in the Day View + + + '#ff0000' + <_summary>Marcus Bains Line Color - Time bar + <_description>Color to draw the Marcus Bains Line in the Time bar (empty for default) + + + true + <_summary>Marcus Bains Line + <_description>Whether to draw the Marcus Bains Line (line at current time) in the calendar + 200 <_summary>Memo preview pane position (horizontal) @@ -115,6 +185,31 @@ <_summary>Show display reminders in notification tray <_description>Whether or not to use the notification tray for display reminders + + '' + <_summary>Primary calendar + <_description>The UID of the selected (or "primary") calendar in the sidebar of the "Calendar" view + + + '' + <_summary>Primary memo list + <_description>The UID of the selected (or "primary") memo list in the sidebar of the "Memos" view + + + '' + <_summary>Primary task list + <_description>The UID of the selected (or "primary") task list in the sidebar of the "Tasks" view + + + '' + <_summary>Free/busy template URL + <_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 + + + false + <_summary>Recurrent Events in Italic + <_description>Show days with recurrent events in italic font in bottom left calendar + [] <_summary>List of selected calendars @@ -130,6 +225,11 @@ <_summary>List of selected task lists <_description>List of task lists to load + + true + <_summary>Show appointment end times in week and month views + <_description>Whether to display the end time of events in the week and month views + true <_summary>Show the memo preview pane @@ -140,11 +240,21 @@ <_summary>Show the task preview pane <_description>If "true", show the task preview pane in the main window + + false + <_summary>Show week numbers in Day View, Work Week View, and Date Navigator + <_description>Whether to show week numbers in various places in the Calendar + 0 <_summary>Vertical position for the tag pane <_description>Vertical position for the tag pane + + '#1e90ff' + <_summary>Tasks due today color + <_description>Background color of tasks that are due today, in "#rrggbb" format + 200 <_summary>Task preview pane position (horizontal) @@ -160,6 +270,16 @@ <_summary>Task preview pane position (vertical) <_description>Position of the task preview pane when oriented vertically + + '#ff0000' + <_summary>Overdue tasks color + <_description>Background color of tasks that are overdue, in "#rrggbb" format + + + 30 + <_summary>Time divisions + <_description>Intervals shown in Day and Work Week views, in minutes + 'UTC' <_summary>Timezone @@ -170,11 +290,26 @@ <_summary>Twenty four hour time format <_description>Whether to show times in twenty four hour format instead of using am/pm + + false + <_summary>Birthday and anniversary reminder + <_description>Whether to set a reminder for birthdays and anniversaries + + + false + <_summary>Default appointment reminder + <_description>Whether to set a default reminder for appointments + true <_summary>Use system timezone <_description>Use the system timezone instead of the timezone selected in Evolution + + 1 + <_summary>Week start + <_description>Weekday the week starts on, from Sunday (0) to Saturday (6) + 62 <_summary>Work days -- cgit v1.2.3