diff options
author | Reinout Hoornweg <reinout@xs4all.nl> | 2013-02-19 22:06:14 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-19 13:11:21 -0800 |
commit | 5ad892f5909a96966dfe8f11742c58ccfbf64d7c (patch) | |
tree | 9db4ae6277cbc23548509cf3bc404bb656c9b289 | |
parent | aa6b164a3e18cf186adbba8f441c85d712a08cf4 (diff) | |
download | subsurface-5ad892f5909a96966dfe8f11742c58ccfbf64d7c.tar.gz |
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 <reinout@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Documentation/user-manual.txt | 52 |
1 files 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 <<S_SettingUpPreferences,Setting up Preferences>>. 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 +<<S_ViewingLogs,Viewing and Completing Your Logs>>, 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 <<S_ViewingLogs,Viewing and -Completing Your Logs>>. 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! |