diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:43 +0800 |
commit | b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 (patch) | |
tree | 6e68eaeb3018c8f66ba8d0da9e9acf413ef4b1af /help/C/calendar-layout-appointment-display.page | |
parent | eb79ee913685794a77a7bbeb24eb73028f183813 (diff) | |
download | gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.gz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.zst gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/calendar-layout-appointment-display.page')
-rw-r--r-- | help/C/calendar-layout-appointment-display.page | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/help/C/calendar-layout-appointment-display.page b/help/C/calendar-layout-appointment-display.page new file mode 100644 index 0000000000..bda9ff6c78 --- /dev/null +++ b/help/C/calendar-layout-appointment-display.page @@ -0,0 +1,54 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="calendar-layout-appointment-display"> + + <info> + <desc>Define the displaying of appointments in the calendar.</desc> + + <link type="guide" xref="calendar-layout" /> + + <revision pkgversion="3.0.2" version="0.2" date="2011-07-30" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <credit type="author"> + <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/config-prefs-cal.html.en#bshpsxa --> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>Appearance of Appointments</title> + +<!-- TODO:POST-3-2: Just listing the partially busted UI options (also see calendar-layout-general-formatting) here is very poor and not task-oriented, but that's it for the time being. Better ideas welcome. --> + +<!-- TODO:ANDREKLAPPER: File bug report similar to #655666 once checked in 3.1 about General & Display tabs. This is a huge mess, e.g. time settings are split onto two tabs. --> + +<p>The following calendar-related options are available under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Calendar and Tasks</gui><gui>Display</gui></guiseq>.</p> + +<section id="general"> +<title>General</title> +<list> +<item><p>Time Divisions:</p> +<p>Sets the time increments shown as fine lines on the daily view in the calendar.</p></item> +<item><p>Show appointment end times in week and month views:</p> +<p>If there is space, Evolution shows the end times in the week and month views for each appointment.</p></item> +<item><p>Compress weekends in month view:</p> +<p>Select this option to display weekends in one box instead of two in the month view.</p></item> +<item><p>Show week numbers:</p> +<p>Shows the week numbers next to the respective weeks in the calendar.</p></item> +<item><p>Show recurring events in italic in bottom left calendar</p></item> +<item><p>Scroll Month View by a week</p></item> +</list> +</section> + +<section id="date-time"> +<title>Date/Time Format</title> +<list> +<p>You can change the format of the <gui>Date</gui> column by setting your prefered format.</p><p>The placeholders in the format expression are strftime variables.</p> +</list> +</section> + +</page> |