+diff --git a/Documentation/user-manual.html.git b/Documentation/user-manual.html.git index 589ca2f5b..def10e821 100644 --- a/Documentation/user-manual.html.git +++ b/Documentation/user-manual.html.git @@ -444,7 +444,7 @@ asciidoc.install(3);
USER MANUAL
Manual authors: Willem Ferguson, Jacco van Koll, Dirk Hohndel, Reinout Hoornweg, Linus Torvalds, Miika Turkia, Amit Chaudhuri, Jan Schubert, Salvador Cuñat, Pedro Neves
Version 4.5, October 2015
Version 4.6, January 2017
Welcome as a user of Subsurface, an advanced dive logging program with extensive infrastructure to describe, organize, interpret and print scuba and free dives. Subsurface offers many advantages over other similar @@ -458,6 +458,11 @@ Do you need a flexible way of logging dives using recreational equipment,
+Do you wish to seamlessly include GPS locations of dive sites into your dive log? +
+Do you use two different dive computer brands, each with its own proprietary software for downloading dive logs? Do you dive with rebreathers as well as open circuit or recreational equipment? Do you use a Reefnet Sensus time-depth @@ -469,14 +474,14 @@ Do you use two different dive computer brands, each with its own proprietary
Do you use more than one operating system? Subsurface is fully compatible - with Mac, Linux and Windows, letting you access your dive log on each - operating system using a single application. + with Mac, Linux and Windows, letting you access your dive log on a range of + operating systems using a single application.
-Do you use Linux or Mac, but your dive computer has only Windows- based software - for downloading dive information (e.g. Mares)? Subsurface provides a way of +Do you use Linux or Mac, but your dive computer has only Windows-based software + for downloading dive information (e.g. Mares or Scubapro)? Subsurface provides a way of downloading and analyzing your dive logs on other operating systems.
Do you need a way of storing or backing up your dive log on the Internet, letting you view your dive log from anywhere using an Internet browser? -Subsurface binaries are available for Windows PCs (Win XP or later), Intel -based Macs (OS/X) and many Linux distributions. Subsurface can be built for -many more hardware platforms and software environments where Qt and -libdivecomputer are available. +
+ ++Do you wish to access or modify your dive log using a mobile phone?
Subsurface binaries are available for Windows PCs (Win XP or later), Intel +based Macs (OS/X) and many Linux distributions. Subsurface can be built for +many more hardware platforms and software environments where Qt and +libdivecomputer are available.
This manual explains how to use the Subsurface program. To install the software, consult the Downloads page on the Subsurface web site. @@ -1199,7 +1209,19 @@ show the nickname for that particular device instead of the model name, allowing easy identification of devices.
Some divers use more than one dive computer at the same time, e.g. during technical diving. +If you import the dive profiles from these different dive computers into Subsurface, the +profiles can be viewed independently. During upload the data from the dive computers are automatically +merged into a single dive. The different profiles are presented on the Profile panel with +the name of each dive computer indicated at the bottom left. +While the dive is highlighted in the Dive List, switch between the profiles of the +different dive computers by using either the left/right arrow keyboard keys or +by selecting View → Previous DC or View → Next DC. The data in the Notes panel +are not affected by the specific dive computer that is selected.
With the uploaded dives in the Dive List, the information from the dive computer is not complete and more details must be added to have a full record of the dives. To do this, @@ -1465,7 +1487,7 @@ with two types of weights: integrated as well as a weight belt:
METHOD 1: After uploading dives from
a dive computer, the dive profiles of each is shown in the Dive profile tab, as well
as a few items of information
@@ -1498,7 +1520,7 @@ into which this information is to be pasted. Then, from the main menu, select
Many divers wish to annotate dives with text that indicate particular events, e.g. "Saw dolphins", or "Released surface buoy". This is easily done:
The information entered in the Notes tab and the Equipment tab can be saved by using the two buttons on the top right hand of the Notes tab. If the Apply changes button @@ -1603,7 +1625,7 @@ Cochran dive logs
-UDDF-formatted dive logs (e.g. Kenozoooid) +UDDF-formatted dive logs (e.g. Kenozooid)
+DL7 files used by Diver’s Alert network (DAN) +
++Underwater technologies AV1 dive logs +
+CSV (text-based and spreadsheet-based) dive logs, including APD CCR logs
SmartTrak stores the raw data from a Uwatec/Scubapro dive computer along with a plethora +of other data manually added by the user, ranging from dive points to buddies data or DAN survey +info. However, this is Microsoft Windows-based propietary software by Uwatec (today Scubapro) +using Microsoft Access databases, preventing the integration the importer into the Subsurface +core application.
A stand alone tool for Linux has been developed to import the .slg files +generated by SmartTrak to Subsurface’s .xml format. It can be built together +with Subsurface for Linux systems. Two dependencies need to be installed in +your system before building: libglib2.0 and libmdb2.
Feel free to contact the Subsurface development team on our mailing list +for assistance in importing SmartTrak dive logs.
Assuming the above dependencies +have been installed and the Subsurface source tree is in the directory ~/src/subsurface, then:
+Move to the source tree directory. +
++Run " $ ccmake build " and set SMARTTRAK_IMPORT option to on (off by + default). +
++Generate with [c] and save and exit with [g]. +
++Build as you prefer, using the build.sh script (recomended) or moving to build + directory and running make. +
++After a successful build, there will be an executable named smtk2ssrf in the + subsurface/build directory. + Copy or move it to a directory in your $PATH, e.g. ~/bin. +
+smtk2ssrf accepts 0, 2 or more parameters. If it is launched without +parameters in a graphical user interface, a simple window +opens for choosing the .slg file(s) to import and a destination file to store the +Subsurface-formatted data into (see image below).
+|
+ |
+Existing data in the destination file will be +erased, so DO NOT use a regular subsurface divelog file as a destination: +rather, specify a new filename as a destination. | +
If launched from a command line with two or more parameters, the format is as follows:
$ smrtk2ssrf /input/file_1.slg /input/file_2.slg /output/file3.xml
+where input is the directory containing the .slg file(s) and output is the +directory where the Subsurface-formatted output is written to. +Files file_1.slg and file_2.slg in the input directory are imported and stored +in file3.xml in the output directory. Check any warning and error messages +in the console or in the graphical window: some may be +relevant as support for Galileo family of dive computers is still a work in +progress.
Open the new file (generated in the previous steps) using Subsurface and check the dives and data. +If everything is fine, close the .xml file and open your regular divelog. +Then from the Main Menu select Import → Import log file and choose the +.xml file containing the imported dives: these will show in the Dive List, time +ordered, along with the existing dives. +The new dives, although time ordered, will keep the numbering system from +SmartTrak, so a renumbering action is needed. See the section on Renumbering +the dives for instructions on this topic.
Importing dive information from divelogs.de is simple, using a single dialogue box. The Import → Import from Divelogs.de option should be selected from the Main Menu. This @@ -1728,7 +1855,7 @@ success status is shown (see image B, below). The
A comma-separated file (.csv) can be used to import dive information either as dive profiles (as in the case of the APD Inspiration and Evolution closed circuit rebreathers) or as dive metadata (in case the user keeps dive data in a spreadsheet). The CSV format is a universal @@ -1740,12 +1867,9 @@ to CSV format for information that may be helpful for importing spreadsheet- into Subsurface.
_CSV_ files can be viewed using an ordinary text editor. A _CSV_ file is normally organized into
-a single line that provides the headers (or _field names_ or _column headings_) of the data
-columns, followed by the data, one record per line.
-CSV files can be viewed using an ordinary text editor. A CSV file is normally organized into +a single line that provides the headers (or field names or column headings) of the data +columns, followed by the data, one record per line.
There are two types of CSV dive logs that can be imported into Subsurface:
For information on using the Subsurface Companion App, click here.
For information on using the Subsurface Companion App, click here.
Using the Subsurface Companion App on an Android device or
iPhone with GPS, the coordinates
for the diving
@@ -2422,8 +2546,13 @@ photographs that need to be loaded into Subsurface and click the Op
This brings up the time synchronization dialog, shown below. The time -synchronization is not perfect between the dive computer used during a dive, +
If photos are imported from the Internet, provide a URL pointing to a single photograph. +If the URL points to a directory, no images are imported: photos from the Internet +need to be imported one at a time. If photos are loaded from the Internet, Subsurface +assumes there is an Internet connection each time this photo is viewed within +Subsurface.
Having selected the local folder ot Internet image to be imported, the time synchronization dialog appears (see image below). The time +synchronization is not perfect between the dive computer used during a dive and the camera used during that same dive. These two devices often differ by several minutes. Subsurface attempts to synchronize these two devices so that the exact times of photographs can be used to position photographs on @@ -2559,7 +2688,14 @@ In addition the Photos tab shows only the file names of the photos. If the external drive with the photos is re-connected, the photos can be seen in the normal way.
Inspecting each individual dive in order to determine whether there are associated photos can be time consuming. There is a +rapid way of seeing which dives have associated photos and which not: activate the Photos checkbox in the dropdown +list obtained by right-clicking on the header bar of the Divelist. In the Divelist, all dives with associated photographs +have an icon indicating whether the photographs were taken during the dive, just before/after the dive or both during and before/after the dive. More information is provided in the section dealing with photo icons on the Divelist.
After a photograph has been loaded into Subsurface and associated with a specific dive, Subsurface saves the directory path where the photo lies as well as the file name of the photo, in order to find it when the dive is opened again. @@ -3233,7 +3369,33 @@ Graph E indicates the situation after remaining at 4.5 meters f
Many dive computers record events during a dive. For instance, +most dive computers report alarms relating to high partial pressures of oxygen, +to rapid ascents or the exceeding of no-deco limits (NDL). +On the other hand, other events are classified as warnings and, for instance, occur when +the remaining gas in a cylinder falls below a predetermined limit, a deep stop needs to be performed or +the need to change gas during multicylinder dives. Some dive computers also report notifications, +e.g. when a safety stop is initiated or terminated or when a predetermined amount of OTUs have been incurred. +The alarms, warnings and notifications differs from one dive computer to another: some dive computers do not +report any of the above events, while others provide an extensive log of events. The reporting of events +is therefore a function of the dive computer used. In addition, Subsurface does not always +have the ability to detect all the events reported by a specific dive computer.
Events are indicated by symbols on the dive profile. Notifications are shown as a white, round symbol with a letter i; +warnings are indicated by a yellow triangle and alarms by a red triangle. By moving the cursor over a symbol, +the explanation is given in the bottom-most line of the Information Box (see image below, where the cursor is positioned +over the alarm that was reported).
+Some dive computers report bookmarks that the diver has set during the dive. These are indicated as +a small red flag on the profile and are discussed more fully in the section on +inserting bookmarks.
The dive profile can include graphs of the partial pressures of O2, N2, and He during the dive (see figure above) as well as a calculated and dive computer reported deco ceilings (only visible for deep, long, or repetitive dives). @@ -3523,7 +3685,7 @@ in slower tissues at the end of the dive.
The context menu for the Dive Profile is accessed by right-clicking while the mouse cursor is over the Dive Profile panel. The menu allows creating Bookmarks, Gas Change Event markers, or manual CCR set-point changes @@ -3559,7 +3721,7 @@ Context Menu. It is found by selecting either a single dive or a group of dives
The context menu is used in many functions described below.
@@ -3567,10 +3729,38 @@ Context Menu. It is found by selecting either a single dive or a group of dives
The default information in the Dive List includes, for each dive, Dive_number, Date, Rating, Dive_depth, Dive_duration and Dive_location. This information can be controlled and changed by right-clicking on the -header bar of the Dive List. For instance, a right-click on the Date header brings up a list of items -that can be shown in the dive list (see above). Select an item to be included in the Dive List or to be -deleted (reflected by the check symbols) and the list is immediately updated. Preferences for information +header bar of the Dive List, bringing up a list of columns +that can be shown in the dive list (see above). Check an items to be included in the Dive List. +The list is immediately updated. Preferences for information shown in the Dive List are saved and used when Subsurface is re-opened.
By selecting the Photos checkbox in the dropdown list, an icon is shown indicating whether any photos +are associated with a particular dive. There are three icons:
|
+ |
+This dive has photographs taken during the dive, typically using an underwater camera. | +
|
+ |
+This dive has photographs taken immediately before or immediately after the dive. This is useful for +finding photos of dive teams or boats just before/after the dive, whales or other surface animals seen +just before or after the dive, or of landscapes as seen from the boat. | +
|
+ |
+This dive has photographs taken both during the dive and immdiately before or after the dive. | +
On some occasions, a diver reaches the surface and immediately dives again. However, +it may happen that the dive computer does not register a new dive, but continues +the previous dive due to the brief surface interval. In this case it is possible to +split a dive so that the two dives are shown as independent dives on the Dive List. +If this operation is performed, Subsurface scans the selected dive(s) and splits the +dive at points during the dive where the depth is less than a metre.
This topic is discussed in the section: Adding photographs to dives.
This topic is discussed in the section: Adding photographs to dives.
Important actions on dives or trips, described above, can be undone or redone. -This includes: delete dives, merge dives, renumber dives and shift dive times. +This includes: delete dives, merge dives, split selected dives, renumber dives and shift dive times. To do this after performing any of these actions, from the Main Menu select Edit. This brings up the possibility to Undo or Redo an action.
Export of dives to Facebook is handled differently from other types of export because a connection to Facebook is required, needing a Facebook userID and password. -If, from the Main Menu, you select Share on → Connect to → Facebook, a login screen comes up. -(image A to the left, below). Provide a Facebook userID and password. -Once logged into to Facebook , the panel -in image B, below is shown, including a Disconnect from Facebook button to close the -Facebook connection.
-From the Subsurface window it’s easy to determine whether Subsurface has a valid connection to Facebook -From the Main Menu, select Share on (image A, below). Normally, the Facebook option is greyed out. But +From the Main Menu, select Share on → Connect to → Facebook (image A below) +A Facebook login screen appears (image B below). Provide a Facebook userID and password. +From the Subsurface window it’s easy to determine whether Subsurface has a valid connection to Facebook: +from the Main Menu, select Share on (image A, below). Normally, the Facebook option is greyed out. But if there is a connection to Facebook, this option is active (i.e. in black color and can be selected).
Having established a login to Facebook, transferring a dive profileto a Facebook timeline is easy. -Ensure that the dive to be transferred to the timeline is shown in the Subsurface Dive Profile panel. If, from the Main Menu, you -select Share on → Facebook (see image A below), a dialogue box is shown, determining the amount of additional information transferred along -with the dive profile (image B, below). To transfer a dive profile to Facebook, the name of a -Facebook album is needed. The checkboxes on the left hand side let you decide how much -additional information should be transferred with the dive profile. This information is shown in the text box -on the right hand side of the panel (image B, below). You can easily edit the message that will be posted -with the dive profile. After specifying the additional information and verifying the text, select -the OK button that triggers the transfer to Facebook. After the transfer -is done, an acknowledgement dialogue appears, indicating it was successful.
Both the album created and the post to your timeline will be marked as -private. In order for friends to be able to see it, -change its permissions from a regular Facebook login either in a -browser or a Facebook app.
Once logged into to Facebook , a panel is shown with a message: +"To disconnect Subsurface from your Facebook account, use the Share on menu entry." +Close this message panel.
+
If required, then close the Facebook connection by either closing Subsurface or by selecting File → Preferences → Facebook from -the Main Menu, and clicking the appropriate button on the Facebook Preferences panel.
Having established a login to Facebook, transferring a dive profile to a Facebook timeline is easy. +In the Subsurface Dive Profile panel, highlight the dive to be transferred. +Then, from the Main Menu, select Share on → Facebook. A dialogue box +is shown, determining the amount of additional information to be transferred +with the dive profile (image A, below). To transfer a dive profile to Facebook, the name of a +Facebook album is needed. The checkboxes on the left hand side determine how much +additional information is added to the dive profile, shown in the text box +on the right hand side of the panel (image A, below). Customise the message that will be posted +with the dive profile by editing any of the information. After specifying additional information +and verifying the text, select the OK button that triggers the transfer to Facebook. After the transfer +is done, an acknowledgement dialogue appears, indicating it was successful.
Both the album created and the post to your timeline are marked as +private. In order for friends to be able to see the post, +log into Facebook using a browser or Facebook app and change its permissions.
+If required, then close the Facebook connection by selecting, from the Main Menu, +Share on → Disconnect from → Facebook (image B above).
+TeX format, a file for printing using the TeX typesetting + software. Choose a filename with a .tex extension. You will also + need a template file, that can be obtained from + http://www.atdotde.de/~robert/subsurfacetemplate/ in the same + directory as the .tex file. The file can then be processed with + plain TeX (not LaTeX), for example by running pdftex filename.tex + on the command line. +
+
+Image depths, which creates a text file that contains the file names of all photos or images attached to any of the selected dives in the Dive List, together with the depth underwater where @@ -4076,7 +4301,45 @@ process could be used for the Cloud-based storage of dive logs.
A frequent need is for two or more persons to use Subsurface on the same desktop computer. For instance +members of a household may use the same computer or one family member may perform dive uploads for other +family members/friends. There are two approaches for doing this.
A) If the different users of a desktop computer do not log onto the desktop/laptop under different user names + then the simplest way is for each person to use her/his own divelog file within Subsurface. In this case John + would work with the Subsurface file johns-divelog and Joan would use joans-divelog. Select + the appropriate dive log by selecting, from the Main Menu, File → Open logbook and then select your own + dive log file from the list of files lower down in the menu. However, a problem arises if the users + prefer different settings for Subsurface. For instance, one diver may prefer to see the dive ceiling in the + Profile Panel and photos icons in the Dive List, while the other may not have these preferences. In addition, + the cloud connection is normally unique for each Subsurface installation and if more than one user wishes to save + dive data on the cloud, it is inconvenient to open the Preferences and change the user-ID data every time + the cloud is accessed. To solve these problems, launch Subsurface with a --user=<user name> command-line option. + John can then activate Subsurface with this command-line instruction:
subsurface --user=John
+while Joan can launch Subsurface using:
subsurface --user=Joan
+In this case, each user’s preferences, settings and cloud access information are stored separately, allowing + each diver to interact with Subsurface in her/his preferred way and with individual cloud access. The above + process can be made user-friendly by creating a link/shortcut with a desktop icon that executes the above + command-line instruction. Use of the --user= option therefore enables each user to create, maintain and + backup a separate dive log within a personalised user interface. This way, when each diver launches Subsurface, + it opens with the correct dive log as well as the appropriate display and backup preferences, and each diver + can access their own divelog on a mobile device using Subsurface-Mobile.
B) On the other hand, if the users log onto the same computer using different userIDs and passwords (i.e. users each +have a separate user space), Subsurface is available independently to each user and every diver automatically has a separate +user profile and settings, including unique cloud and Subsurface-Mobile access.
Subsurface provides a simple and flexible way to print a whole dive log or only a few selected dives. Pre-installed templates or a custom written template can be used to choose where the data are fitted into the page.
Writing a custom template is an effective way to produce highly customized printouts. Subsurface uses HTML templates to render printing. You can create a template, export a new template, import an existing template and delete an existing template by using the appropriate buttons under the Template dropdown list in the print dialogue. See APPENDIX E for information on how @@ -4226,14 +4489,14 @@ to write or modify a template.
Subsurface lets you configure a dive computer. Currently the Heinrichs-Weikamp (OSTC 2, OSTC 3) and Suunto Vyper (Stinger, Mosquito, D3, Vyper, Vytec, Cobra, Gekko and Zoop) family of dive computers are supported. A large number of settings of these dive computers can be read and changed to different values. To begin, be sure the appropriate hardware driver is installed for the dive computer (also required for downloading dives) and the device name of the dive computer is known. -See APPENDIX A for information on how to do this.
Once the dive computer is connected to the Subsurface computer, select File → Configure dive computer from the Main Menu. Select the appropriate device name (or mount point) in the dropdown list at the @@ -4280,7 +4543,7 @@ computer model from the panel on the left-hand (see image below).
There are several user-definable settings within Subsurface, found by selecting File → Preferences, mostly affecting the way in which Subsurface @@ -4292,7 +4555,7 @@ session and are not saved. In order to apply new settings permanently, select the Save button. If you do not wish to apply the new preferences, select Cancel.
There are several headings in the Defaults panel:
@@ -4384,7 +4647,7 @@ traditional coordinates (degrees, minutes, seconds) or as decimal degrees
Choose the appropriate option.This panel has three sections:
Choose a language that Subsurface will use.
In this section also specify appropriate date an time formats for showing dive details.
This panel facilitates communication between Subsurface and data sources on the Internet. This is important, for instance, when Subsurface needs to communicate with web services such as Cloud storage or the Subsurface Companion app. These Internet requirements are determined by your type of @@ -4622,7 +4885,7 @@ from your ISP.
Subsurface provides a geo-lookup service (that is, given the coordinates of a dive site) derived from a click on the Dive Map panel at the bottom right of the Subsurface window, or from a GPS instrument or from the Subsurface Companion app). A search on the Internet is done to find @@ -4638,7 +4901,7 @@ or City/State/Country (see image below).
Dive planning is an advanced feature of Subsurface, accessed by selecting Log → Plan Dive from the main menu. It allows calculation of @@ -4694,7 +4957,7 @@ A user who is not absolutely sure about any of the above requirements should not
Like the Subsurface dive log, the planner screen is divided into several sections (see image below). The setup parameters for a dive are entered into the sections on the left hand side of the screen. They are: Available Gases, Rates, Planning, Gas Options and Notes.
@@ -4817,7 +5080,7 @@ The most efficient way to create a dive profile is to enter the appropriate valu
Recreational mode is what comes closest to planning a dive based on the non-decompression limit (NDL). It computes the maximum time a diver can stay at the current depth without needing mandatory decompression stops and without using more than the existing gas (minus a reserve). The planner automatically takes @@ -4908,7 +5171,7 @@ text box at the bottom right of the panel, requiring sufficient air for buddy-sh
Non-recreational dive planning involves exceeding the no-deco limits and/or using multiple breathing gases. These dives are planned in three stages:
a) Nitrogen management: This is done by specifying the rates for descent and ascent, @@ -5038,7 +5301,7 @@ the transitions are shown separately from the segment durations at a particular
To plan a dive using a passive semi-closed rebreather (pSCR), select pSCR rather than Open circuit in the dropdown list. The parameters of the pSCR dive can be set by selecting File → Preferences → Graph @@ -5059,7 +5322,7 @@ in the loop due to the oxygen drop across the mouthpiece of the pSCR equipment.<
To plan a dive using a closed circuit rebreather, select the CCR option in the dropdown list, circled in blue in the image below.
Available gases: In the Available gases table, enter the cylinder information for the @@ -5084,7 +5347,7 @@ this is calculated for bail out ascents.
Normally, when a dive plan has been saved, it is accessible from the Dive List, like any other dive log. Within the Dive List there is no way to change a saved dive plan. To change a dive plan, select it on the Dive List. Then, in the main menu, @@ -5097,7 +5360,7 @@ dives are considered two versions of the same dive and do not influence other each during decompression calculation (see next section).
Repetitive dives can easily be planned if the dates and start times of the repetitive dive set are specified appropriately in the top left-hand Start Time field. Subsurface @@ -5114,7 +5377,7 @@ this configuration, highlight the template dive in the Dive List
Selecting the Print button in the planner allows printing of the Dive Plan Details for wet notes. You can also cut and paste the Dive Plan Details to include in a text file or word processing document.
In the section dealing with dives using more than one dive computer +we discussed the way in which multiple profiles for a single dive can be viewed using the +left-arrow and right-arrow keyboard keys. A similar method can be used for saving a dive plan +with the profile of the actual dive, once this has been uploaded into Subsurface. +In order to do this:
+Do the dive planning and save the final plan in the Dive List. +
++After diving, upload the dive data from the dive computer. +
++Change the date and time of the dive plan to coincide with that of the + real-life dive from the dive computer. +
++In the Dive List, highlight the dive plan as well as the data for the real dive + and merge the two dives, making use of the Dive List Context Menu + (available by righ-clicking a dive). +
+The text version of the dive plan is appended to the Notes in the Notes Tab. With this +merged dive highlighted in the Dive List, switch +between the planned profile and the real-life profile using the righ-arrow/left-arrow keyboard keys.
Subsurface can be launched from the command-line to set some specialised settings or as +part of an script-based automated process for manipulating a dive log. The format for launching Subsurface from the +command-line is:
subsurface [options] [logfile ...] [--import logfile ...]
+The options include:
Command-line option |
+Description |
+
--help |
+Print a summary of the command-line options |
+
-h |
+Print a summary of the command-line options |
+
--import logfile |
+A file name before this option is treated as an existing dive log, everything after is imported into the existing dive log |
+
--verbose |
+Print debug information while running Subsurface |
+
-v |
+Print debug information while running Subsurface |
+
-v -v |
+Print even more debug information while running Subsurface |
+
--version |
+Prints the current version of Subsurface. |
+
--survey |
+Opens the user survey immediately after starting Subsurface |
+
--user=<username> |
+Choose the configuration space of user <username> |
+
--cloud-timeout=<duration> |
+Set the timeout for cloud connection (0 < duration < 60). This enables longer timeouts for slow Internet connections |
+
--win32console |
+Create a dedicated console if needed (Windows only). Add this option before everything else |
+
This section describes the functions and operation of the items in the Main Menu of Subsurface. Several of the items below are links to sections of this manual dealing with the appropriate operations.
@@ -5216,7 +5587,7 @@ dealing with the appropriate operations.
@@ -5226,7 +5597,7 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
@@ -5255,7 +5626,7 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
@@ -5314,7 +5685,7 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
@@ -5351,6 +5722,7 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
Prev DC - Switch to data from previous dive computer, if a single dive was logged from more than one. + See the sections on using multiple dive computers for the same dive and Saving an uploaded dive with its dive plan.
@@ -5376,7 +5748,7 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
@@ -5406,10 +5778,10 @@ The Edit option allows one to undo or redo an action, e.g. deleting dives.
|
@@ -5450,7 +5822,7 @@ On a Mac users sometimes have to manually hunt for the correct
- 15.2. How to Find the Device Name for USB devices and set its write permission+17.2. How to Find the Device Name for USB devices and set its write permission
|