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/evolution.convert | 4 ++++ data/org.gnome.evolution.calendar.gschema.xml.in | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) (limited to 'data') diff --git a/data/evolution.convert b/data/evolution.convert index e9922d051f..21b71cb58c 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -47,7 +47,9 @@ hide-completed-tasks = /apps/evolution/calendar/tasks/hide_completed hide-completed-tasks-units = /apps/evolution/calendar/tasks/hide_completed_units hide-completed-tasks-value = /apps/evolution/calendar/tasks/hide_completed_value last-notification-time = /apps/evolution/calendar/notify/last_notification_time +memo-hpane-position = /apps/evolution/calendar/display/memo_hpane_position memo-layout = /apps/evolution/calendar/display/memo_layout +memo-vpane-position = /apps/evolution/calendar/display/memo_vpane_position month-scroll-by-week = /apps/evolution/calendar/display/month_scroll_by_week notify-programs = /apps/evolution/calendar/notify/programs notify-with-tray = /apps/evolution/calendar/notify/notify_with_tray @@ -56,6 +58,8 @@ selected-memos = /apps/evolution/calendar/memos/selected_memos selected-tasks = /apps/evolution/calendar/tasks/selected_tasks show-memo-preview = /apps/evolution/calendar/display/show_memo_preview show-task-preview = /apps/evolution/calendar/display/show_task_preview +task-hpane-position = /apps/evolution/calendar/display/task_hpane_position +task-vpane-position = /apps/evolution/calendar/display/task_vpane_position task-layout = /apps/evolution/calendar/display/task_layout timezone = /apps/evolution/calendar/display/timezone use-24hour-format = /apps/evolution/calendar/display/use_24hour_format 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