mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
[asd-logtrak] Add import to CHANGELOG.md and user-manual.txt
Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
754992cf62
commit
2af18dfa36
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
desktop: add support to import .asd and .script files from Scubapro's LogTrak and SmartTrak
|
||||
desktop: update "Save dive data as subtitles" feature to make it more configurable.
|
||||
bluetooth: fix crash on MacOS when doing first download from a new BLE device
|
||||
statistics: show proper dates in January
|
||||
|
|
|
@ -1231,6 +1231,7 @@ available, as in dialog *B*, above. Currently these are:
|
|||
- Divesoft dive logs
|
||||
- Poseidon MK VI eCCR dive logs
|
||||
- CSV (text-based and spreadsheet-based) dive logs, including APD CCR logs
|
||||
- Scubapro's LogTrak .script and .asd files (.asd also exported from SmartTrak).
|
||||
|
||||
Selecting the appropriate format from the dropdown list and then the specific log file in the main window
|
||||
containing the file list. Then select the _Open_ button near the bottom right.
|
||||
|
@ -1311,6 +1312,12 @@ system before building: _glib2.0_ and _mdbtools_ (see below).
|
|||
|
||||
In addition, a web service is available for divelog conversions from SmartTrak to _Subsurface_ (see below).
|
||||
|
||||
Currently there is a third option; exporting the divelog from SmartTrak to an
|
||||
.asd file and then importing this in subsurface xref:S_ImportingLogTrak[using
|
||||
the regular import dialog in _Subsurface_]. This option should be avoided if
|
||||
possible, as a lot of information avaliable in SmartTrak is lost in the export
|
||||
to .asd file process.
|
||||
|
||||
Feel free to contact the _Subsurface_ development team on mailto:subsurface@subsurface-divelog.org[our mailing list]
|
||||
for assistance in importing _SmartTrak_ dive logs.
|
||||
|
||||
|
@ -1415,6 +1422,20 @@ On Windows 10, The SeacSync database is typically found in:
|
|||
_Subsurface_ will not modify the database during import, so it can be imported directly from this
|
||||
location.
|
||||
|
||||
[[S_ImportingLogTrak]]
|
||||
==== Importing dives from Scubapro's LogTrak
|
||||
|
||||
_Subsurface_ can directly import the Scubapro LogTrak generated files in two
|
||||
different ways:
|
||||
|
||||
- You can generate an .asd file with LogTrak's export option (also valid for
|
||||
SmartTrak software) and import this file into _Suburface_ from the
|
||||
<<Unified_import, universal import dialog>> selecting _Scubapro ASD_ if
|
||||
needed to abreviate the file list.
|
||||
|
||||
- Or you can import the original divelog's database using the
|
||||
<<Unified_import, universal import dialog>>. In windows this file is commonly
|
||||
placed in the user folder .jtrak\DB_V4\jtrak.script
|
||||
|
||||
[[S_ImportingCSVData]]
|
||||
==== Importing data in CSV format
|
||||
|
|
Loading…
Add table
Reference in a new issue