diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-11 00:11:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-11 00:11:01 +0800 |
commit | b77871e4fd7a4464e3a2e4e458f0d10e71805a02 (patch) | |
tree | 0c08c409746dc91285007a3b856cfeb888f50490 /data | |
parent | 90ffcfd8ce2aeb5159d5c6f8a44601b89ea0ba05 (diff) | |
download | gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar.gz gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar.bz2 gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar.lz gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar.xz gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.tar.zst gsoc2013-evolution-b77871e4fd7a4464e3a2e4e458f0d10e71805a02.zip |
Migrate ECalShellContent to GSettings
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 3 | ||||
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index 8bcec69f87..452ea39479 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -46,10 +46,12 @@ editor-show-type = /apps/evolution/calendar/display/show_type 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 +hpane-position = /apps/evolution/calendar/display/hpane_position 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-hpane-position = /apps/evolution/calendar/display/month_hpane_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 @@ -58,6 +60,7 @@ 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 +tag-vpane-position = /apps/evolution/calendar/display/tag_vpane_position 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 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</_summary> <_description>Number of units for determining when to hide tasks</_description> </key> + <key name="hpane-position" type="i"> + <default>400</default> + <_summary>Horizontal pane position</_summary> + <_description>Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels</_description> + </key> <key name="last-notification-time" type="i"> <default>1</default> <_summary>Last reminder time</_summary> @@ -90,6 +95,11 @@ <_summary>Memo preview pane position (vertical)</_summary> <_description>Position of the memo preview pane when oriented vertically</_description> </key> + <key name="month-hpane-position" type="i"> + <default>32000</default> + <_summary>Month view horizontal pane position</_summary> + <_description>Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels</_description> + </key> <key name="month-scroll-by-week" type="b"> <default>true</default> <_summary>Scroll Month View by a week, not by a month</_summary> @@ -130,6 +140,11 @@ <_summary>Show the task preview pane</_summary> <_description>If "true", show the task preview pane in the main window</_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-hpane-position" type="i"> <default>200</default> <_summary>Task preview pane position (horizontal)</_summary> |