diff options
-rw-r--r-- | Documentation/user-manual.txt | 47 | ||||
-rw-r--r-- | packaging/windows/subsurface.nsi | 5 |
2 files changed, 49 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 4b4eee334..b9379e636 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2,7 +2,7 @@ Subsurface 1.2 User Manual -Version 0.0.6 +Version 0.0.7 Autor documentation: Jacco van Koll <jko@haringstad.com> @@ -50,7 +50,7 @@ The screen is devided in 3 area's: Area with the dives (usually called dive list), which can be sorted by number, date, etc. -4. Import new dives +4. Import new dives from your divecomputer Before you start fiddeling around with your divecomputer, note that there are divecomputers that consume more power when they are in the @@ -457,6 +457,49 @@ And with the menu 'File - Save' you can save your dives into the Subsurface format. +14. The menu and sub-menus + +Within Subsurface, there are several menu and sub-menu options. All of +those will be described here with their function. + +14.1 The file menu + +The file menu is used for the following menu options: + + Open: Open your saved Subsurface xml file(s) + Save: Save your current divelogs or changes you made to your divelogs + Print: Print your current divelog profiles and information about the dive + Import: Import your dives from your divecomputer, JDivelogs or Suunto Divemanager + Preferences: Set your preferences as described in chapter 10 + Quit: Quit the program + +14.2 The Log menu + +Within the Log menu, there are only 2 sub-items: + + Renumber: This option provides you with a popup. Within this + popup you can choose what the first number of your dives should be + for this set of dives. + View: This is a submenu containing: + List: Show only the list of dives you have made + Profile: Show only the dive profile of the selected dive + Info: Show only the 3 tab information screen + Three: Show the 'default' 3 screen setup + +14.3 The Filter menu + +This menu gives you the choice to enable or disable Events for the +selected divelog(s). At this time, you can enable or disable ascent. +When you enable ascent for your dives, within the dive profile, a yellow +marker with exclamation sign (!) will show on the points where you have +ascented. + +14.4 The Help menu + +The Help menu shows only the About, which contains the version and author +information and License button. + + Appendix A The use of libdivecomputer provides the support for divecomputers. Within diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 09a6eb0e6..280991f69 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -80,11 +80,14 @@ file /oname=libpangoft2-1.0-0.dll dll\libpangoft2-1.0-0.dll file /oname=libpangowin32-1.0-0.dll dll\libpangowin32-1.0-0.dll file /oname=libpixman-1-0.dll dll\libpixman-1-0.dll file /oname=libpng15-15.dll dll\libpng15-15.dll -file /oname=libtiff-3.dll dll\libtiff-3.dll +file /oname=libtiff-5.dll dll\libtiff-5.dll file /oname=libxml2-2.dll dll\libxml2-2.dll file /oname=libxslt-1.dll dll\libxslt-1.dll file /oname=pthreadGC2.dll dll\pthreadGC2.dll file /oname=zlib1.dll dll\zlib1.dll +file /oname=libusb-1.0.dll dll\libusb-1.0.dll +file /oname=SuuntoSDM.xslt ../../xslt/SuuntoSDM.xslt +file /oname=jdivelog2subsurface.xslt ../../xslt/jdivelog2subsurface.xslt sectionEnd section "uninstall" |