diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-22 00:16:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-22 00:16:23 +0800 |
commit | 8732431bd961e7f75e813803575a868bada78c79 (patch) | |
tree | 45ed32f9f31aac18841766443d595aa140f54c20 /data | |
parent | 1684805a0f3ef063b49098ec3a4a47a59b4d244d (diff) | |
download | gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.gz gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.zst gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.zip |
Port ETask/MemoShellContent to GSettings
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 4 | ||||
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 20 |
2 files changed, 24 insertions, 0 deletions
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</_summary> <_description>Time the last reminder ran, in time_t</_description> </key> + <key name="memo-hpane-position" type="i"> + <default>200</default> + <_summary>Memo preview pane position (horizontal)</_summary> + <_description>Position of the task preview pane when oriented horizontally</_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="memo-vpane-position" type="i"> + <default>400</default> + <_summary>Memo preview pane position (vertical)</_summary> + <_description>Position of the memo preview pane when oriented vertically</_description> + </key> <key name="month-scroll-by-week" type="b"> <default>true</default> <_summary>Scroll Month View by a week</_summary> @@ -121,11 +131,21 @@ <_summary>Show the task preview pane</_summary> <_description>If "true", show the task preview pane in the main window</_description> </key> + <key name="task-hpane-position" type="i"> + <default>200</default> + <_summary>Task preview pane position (horizontal)</_summary> + <_description>Position of the task preview pane when oriented horizontally</_description> + </key> <key name="task-layout" type="i"> <default>0</default> <_summary>Task layout style</_summary> <_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</_description> </key> + <key name="task-vpane-position" type="i"> + <default>400</default> + <_summary>Task preview pane position (vertical)</_summary> + <_description>Position of the task preview pane when oriented vertically</_description> + </key> <key name="timezone" type="s"> <default>'UTC'</default> <_summary>Timezone</_summary> |