diff options
author | Milan Crha <mcrha@redhat.com> | 2011-12-14 21:48:34 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-12-14 21:48:34 +0800 |
commit | 017f373b5284b4d7177c19e5ac2a142a5362a15c (patch) | |
tree | d180e617b7b080cf9a324154a5c49fdc2294b3d1 /data | |
parent | 10ee75dfdfd41fc35e6307619e891915b6f3cafe (diff) | |
download | gsoc2013-evolution-017f373b5284b4d7177c19e5ac2a142a5362a15c.tar.gz gsoc2013-evolution-017f373b5284b4d7177c19e5ac2a142a5362a15c.tar.zst gsoc2013-evolution-017f373b5284b4d7177c19e5ac2a142a5362a15c.zip |
Bug #582649 - Toggle for coloring today and overdue tasks
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 3fd0607a07..90d3192016 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -250,10 +250,15 @@ <_summary>Vertical position for the tag pane</_summary> <_description>Vertical position for the tag pane</_description> </key> + <key name="task-due-today-highlight" type="b"> + <default>true</default> + <_summary>Highlight tasks due today</_summary> + <_description>Whether highlight tasks due today with a special color (task-due-today-color)</_description> + </key> <key name="task-due-today-color" type="s"> <default>'#1e90ff'</default> <_summary>Tasks due today color</_summary> - <_description>Background color of tasks that are due today, in "#rrggbb" format</_description> + <_description>Background color of tasks that are due today, in "#rrggbb" format. Used together with task-due-today-highlight</_description> </key> <key name="task-hpane-position" type="i"> <default>200</default> @@ -270,10 +275,15 @@ <_summary>Task preview pane position (vertical)</_summary> <_description>Position of the task preview pane when oriented vertically</_description> </key> + <key name="task-overdue-highlight" type="b"> + <default>true</default> + <_summary>Highlight overdue tasks</_summary> + <_description>Whether highlight overdue tasks with a special color (task-overdue-color)</_description> + </key> <key name="task-overdue-color" type="s"> <default>'#ff0000'</default> <_summary>Overdue tasks color</_summary> - <_description>Background color of tasks that are overdue, in "#rrggbb" format</_description> + <_description>Background color of tasks that are overdue, in "#rrggbb" format. Used together with task-overdue-highlight.</_description> </key> <key name="time-divisions" type="i"> <default>30</default> |