From 5ad892f5909a96966dfe8f11742c58ccfbf64d7c Mon Sep 17 00:00:00 2001 From: Reinout Hoornweg Date: Tue, 19 Feb 2013 22:06:14 +0100 Subject: [PATCH] Documentation: updated section "Edit the Dive Info" - Made tables of semi-formatted texts. - Rewrote some of text because the screenshot and table are both about the same thing. The screenshot is more important now, the table is explanation of screenshot. Signed-off-by: Reinout Hoornweg Signed-off-by: Dirk Hohndel --- Documentation/user-manual.txt | 52 +++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 7bc4ebc23..c36bed2f3 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -241,38 +241,44 @@ about that in <>. Edit the Dive Info ~~~~~~~~~~~~~~~~~~ -When you double click on the divelog line, an editor window +When you double click on the divelog line as described in +<>, an editor window opens as shown in this screenshot: image::images/edit_dive_info.png["Edit Dive Info",align="center"] +The purpose of the fields is described in the tabel below: + +[width="90%",cols="<33%,67%",options="header"] +|=============================================================================== +| Field | Description of field +| Location | An input where you can enter your new location, or you can choose with the pull-down previous locations +| GPS (WGS84 or GPS format) | An input where your can enter geographic coordinates of the dive site +| Pick on map | A button you can click on to display an interactive map on which you can select the location of the dive site +| Dive Master | An input where you can enter the name of your Dive Master, or you can choose with the pull-down a previous name +| Buddy | An input where you can enter the name of you Buddy, or you can choose with the pull-down a previous name +| Rating | A pull-down where you can rate your dive +| Suit | An input where you can track the exposure protection suit you were wearing +| Visibility | A pull-down where you can rate the visibility underwater +| Air Temp in deg. C | An input where you can enter the air temperature +| Notes | A free input where you can enter information about your dive. What you've seen, etc. +|=============================================================================== + Now you can add information that is missing. Let's start with completing the example: -You double clicked on dive #12, as described in <>. The Dive Info window pops up and you will see -the following: -[horizontal] - *Location*:: An input where you can enter your new location, or you can choose with the pull-down previous locations - *GPS (WGS84 or GPS format)*:: An input where your can enter geographic coordinates of the dive site - *Pick on map*:: A button you can click on to display an interactive map on which you can select the location of the dive site - *Dive Master*:: An input where you can enter the name of your Dive Master, or you can choose with the pull-down a previous name - *Buddy*:: An input where you can enter the name of you Buddy, or you can choose with the pull-down a previous name - *Rating*:: A pull-down where you can rate your dive - *Suit*:: An input where you can track the exposure protection suit you were wearing - *Visibility*:: A pulldown where you can rate the visibility underwater - *Air Temp in deg. C*:: An input where you can enter the air temperature - *Notes*:: A free input where you can enter information about your dive. What you've seen, etc. - In this example we use the following information: -[horizontal] - *Location*:: Oostvoornse Meer - *Dive Master*:: S. de Vries - *Buddy*:: S. de Vries - *Rating*:: 3 stars - *Suit*:: 7mm wet - *Notes*:: First dive here. Good visibility. Did see the concrete poles, some crab and fish. Very nice and easy dive. + + +[width="70%",cols="<33%,67%"] +|=============================================================================== +| Location | Oostvoornse Meer +| Dive Master | S. de Vries +| Buddy | S. de Vries +| Rating | 3 stars +| Suit | 7mm wet +| Notes | First dive here. Good visibility. Did see the concrete poles, some crab and fish. Very nice and easy dive. + Made movie with headcam. +|=============================================================================== Now don't press OK yet!