This is the official upstream of the Subsurface divelog program
Find a file
Lubomir I. Ivanov 6719e45704 Maintab: prevent a segfault in the 'Equipment' tab
When a dive contains no cylinders, clicking the '+'
button could SIGSEGV if current_dive->dc.model is NULL.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-01-09 09:27:00 +08:00
.tx Add simple glossary 2013-12-29 10:34:12 -08:00
dives Test dive for odd pressure profile 2014-01-01 09:48:15 -08:00
Documentation Prepare for 4.0.1 release 2014-01-03 03:18:59 -08:00
icons Strip the incorrect ICC profiles from png files 2013-12-29 06:24:42 -08:00
marbledata Globe: improve the flag placement and size 2013-12-11 16:30:40 +01:00
packaging Enable https for Windows binaries 2013-12-28 21:04:07 -08:00
po Fix a mistake naming for the da_dk alias localisation 2013-05-29 19:22:46 +09:00
qt-ui Maintab: prevent a segfault in the 'Equipment' tab 2014-01-09 09:27:00 +08:00
scripts Make the SupportedDivecomputers.html match web site 2013-12-15 08:16:06 -08:00
translations Translation updates 2014-01-03 02:52:42 -08:00
xslt Remove unnecessary cylinder generation on UDDF 2013-12-28 07:43:50 -08:00
.gitattributes Ignore some files when archiving. 2013-05-12 07:25:47 -07:00
.gitignore Dependencies are too aggressive for version.h 2013-10-15 19:54:15 -07:00
cochran.c Update cochran depth precision: it's in 3-inch increments 2012-06-19 12:13:50 -07:00
color.h color.h: Define the color BLACK1 2013-10-15 04:23:16 -07:00
deco.c Add preprocessor directives around debug functions 2013-12-20 09:53:05 -08:00
deco.h Random white space cleanup 2013-10-15 04:37:31 -07:00
descriptor3.tsv Add structured file with list of supported dive computers 2013-12-13 16:26:01 -08:00
device.c Make fake profile average depth come out right 2013-11-12 16:51:42 +09:00
device.h Random white space cleanup 2013-10-15 04:37:31 -07:00
display.h Remove even more code and declarations 2013-10-07 13:43:17 -07:00
dive.c Silence a few warnings 2013-12-20 09:53:06 -08:00
dive.h Make our 'ascii_strtod()' helper more generic 2014-01-02 21:17:41 -08:00
divelist.c Typos on comments 2014-01-01 09:44:51 -08:00
divelist.h Fix incorrect handling of autogrouped trips 2013-12-12 15:03:25 -08:00
equipment.c Update tank model with custom tanks used in XML files 2013-12-28 14:56:01 -08:00
file.c Files: use the new open() wrappers 2013-12-19 07:28:21 -08:00
file.h First steps towards removing glib dependencies 2013-10-06 10:41:44 -07:00
flag.h Move flag icon to include file 2013-02-01 17:25:41 +11:00
gettext.h Add comment for "below floor" event 2013-11-29 11:27:41 -08:00
gettextfromc.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
gettextfromc.h Support translating UTF8 strings 2013-11-15 13:13:15 +09:00
gpl-2.0.txt Add a copy of the GPL v2 to the project 2011-09-26 11:18:28 -07:00
helpers.h Fix imperial cylinder sizes in equipment tab 2014-01-02 22:40:50 -08:00
INSTALL Minor tweaks to INSTALL file 2013-12-15 08:15:45 -08:00
libdivecomputer.c Enable libdivecomputer log or dump from the UI 2013-12-24 16:26:00 -08:00
libdivecomputer.h Enable libdivecomputer log or dump from the UI 2013-12-24 16:26:00 -08:00
linux.c Files: add wrappers for certain open() methods 2013-12-19 07:28:20 -08:00
macos.c Files: add wrappers for certain open() methods 2013-12-19 07:28:20 -08:00
main.cpp Speed up XML loading 2013-11-02 12:51:32 -07:00
parse-xml.c Make our 'ascii_strtod()' helper more generic 2014-01-02 21:17:41 -08:00
planner.c Match sizeof with pointer type 2013-12-11 03:13:30 +01:00
planner.h Add gas change event from profile context menu 2013-11-19 20:35:15 -08:00
pref.h Create a text entry for default cylinder in preferences 2013-11-23 22:01:11 -08:00
profile.c Typos on comments 2014-01-01 09:44:51 -08:00
profile.h Disable calc_ndl_tts for print 2013-12-03 15:22:49 -08:00
qt-gui.cpp Fix imperial cylinder sizes in equipment tab 2014-01-02 22:40:50 -08:00
qt-gui.h Use the same code for command line and gui for file handling. 2013-09-09 05:59:03 -03:00
qthelper.cpp Enable libdivecomputer log or dump from the UI 2013-12-24 16:26:00 -08:00
qthelper.h Improve GPS string handling 2013-12-23 14:59:38 -08:00
README Prepare for 4.0.1 release 2014-01-03 03:18:59 -08:00
ReleaseNotes.txt Prepare for 4.0.1 release 2014-01-03 03:18:59 -08:00
satellite.svg Satellite icon diet 2013-01-22 22:25:03 -08:00
save-xml.c Files: use the new open() wrappers 2013-12-19 07:28:21 -08:00
sha1.c Fix sha1 build for Windows 2013-02-15 19:53:07 -08:00
sha1.h Get the SHA1 routines from git instead of openssl 2013-02-15 19:26:39 -08:00
statistics.c Close warning first might be garbage 2013-12-11 22:17:50 +01:00
statistics.h Adding trip based statistics 2013-11-23 22:07:18 -08:00
strtod.c Make our 'ascii_strtod()' helper more generic 2014-01-02 21:17:41 -08:00
subsurface-configure.pri Allow us to build for older versions of Mac OSX than we are running 2014-01-02 22:45:25 -08:00
subsurface-gen-version.pri qmake: use real tabs for all .pri files 2013-12-03 13:03:46 -08:00
subsurface-icon.bmp Rename subsurface.svg to subsurface-icon.svg 2013-02-02 21:27:15 +01:00
subsurface-icon.h Move about icon to include file 2013-02-02 21:27:19 +01:00
subsurface-icon.svg Rename subsurface.svg to subsurface-icon.svg 2013-02-02 21:27:15 +01:00
subsurface-install.pri Install Subsurface icon 2013-12-27 10:55:40 -08:00
subsurface.1 Tweaking man page to better reflect current status 2013-12-14 20:19:58 -08:00
subsurface.desktop The Subsurface icon has been renamed, the .desktop must be adjusted. 2013-02-14 09:57:13 -08:00
subsurface.pro Prepare for 4.0.1 release 2014-01-03 03:18:59 -08:00
subsurface.qrc Move the XSLT files into a Qt resource 2013-12-16 16:20:52 -08:00
subsurfacestartup.c Added a configuration option to have gf_low apply at max depth instead of at deepest ceiling. 2013-11-21 08:11:40 -08:00
subsurfacestartup.h Refactoring of the configuration handling. 2013-11-21 08:11:40 -08:00
SupportedDivecomputers.html Make the SupportedDivecomputers.html match web site 2013-12-15 08:16:06 -08:00
SupportedDivecomputers.txt Convert structure list of supported dive computers to txt / html 2013-12-13 16:44:51 -08:00
terms Fixed typo 2013-12-29 10:55:48 -08:00
time.c First steps towards removing glib dependencies 2013-10-06 10:41:44 -07:00
uemis-downloader.c Files: use the new opendir() wrapper 2013-12-19 07:28:27 -08:00
uemis.c Remove some constants and use helpers instead 2013-11-27 08:30:12 -08:00
uemis.h Don't include headers under extern "C" unless we have to. 2013-10-05 13:59:59 -07:00
webservice.h Hoocked up the buttons and the parsing of the XML. 2013-06-06 11:31:55 -03:00
windows.c Fix compilation with libzip < 0.10 2013-12-20 09:53:05 -08:00

This is the README file for Subsurface 4.0.1

After the release of Subsurface 3.1 the Subsurface developer team
decided to make a major change in the development direction of the
project. We switched to Qt as our UI toolkit and slowly, step by step
replaced all the Gtk with corresponding Qt code.

This caused lots of changes, from adding C++ to the list of
programming languages used, to switching build systems to qmake, to
refactoring the tightly interwoven UI and logic code that we had up
until 3.1. The vast majority of this work was done by just a handful
of people with Tomaz Canabrava carrying the biggest part of the
load. As we had hoped, the switch to Qt brought us many new active
developers and the Qt community has been extremely helpful supporting
us when we ran into trouble.

At this stage the Qt version has by and large reached functional
parity with version 3.1; two notable features are missing: the filter
by event type and the dive planner. The user experience and look and
feel on the other hand far surpass what was available in 3.1.

As always in a massive rewrite like this, there are still a small
handful of known bugs and issues - please check ReleaseNotes.txt and
our bug tracker at trac.hohndel.org.

The latest public version is Subsurface 4.0.1, released in January of 2014.

License: GPLv2

Subsurface can be found at http://subsurface.hohndel.org

You can get the sources to the latest development version from the git
repository:

git clone git://subsurface.hohndel.org/subsurface.git .

You can also browse the sources via gitweb at git.hohndel.org

If you want the latest release (instead of the bleeding edge
development version) you can either get this via

git checkout v4.0.1  (or whatever the last release is)

if you have already cloned the git repository as shown above or you
can get a tar ball from

http://subsurface.hohndel.org/downloads/Subsurface-4.0.1.tgz


Basic Usage:
============

Install and start from the desktop, or you can run it locally from the
build directory:

$ ./subsurface

You can give a data file as command line argument, or (once you have
set this up in the Preferences) Subsurface picks a default file for
you when started from the desktop or without an argument.

If you have a dive computer supported by libdivecomputer, you can just
select "Import from Divecomputer" from the "Import" menu, select which
dive computer you have (and where it is connected if you need to), and
hit "OK".

The latest list of supported dive computers can be found in the file
SupportedDivecomputers.txt

Much more detailed end user instructions can be found from inside
Subsurface by selecting Help (typically F1). When building from source
this is also available as Documentation/user-manual.html


Contributing:
=============

There is a mailing list for developers: subsurface@hohndel.org
Go to http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
to subscribe.

If you want to contribute code, please either send signed-off patches or
a pull request with signed-off commits.  If you don't sign off on them,
we will not accept them. This means adding a line that says
"Signed-off-by: Name <email>" at the end of each commit, indicating that
you wrote the code and have the right to pass it on as an open source
patch.

See: http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html

Also, please write good git commit messages.  A good commit message
looks like this:

	Header line: explaining the commit in one line

	Body of commit message is a few lines of text, explaining things
	in more detail, possibly giving some background about the issue
	being fixed, etc etc.

	The body of the commit message can be several paragraphs, and
	please do proper word-wrap and keep columns shorter than about
	74 characters or so. That way "git log" will show things
	nicely even when it's indented.

	Reported-by: whoever-reported-it
	Signed-off-by: Your Name <youremail@yourhost.com>

where that header line really should be meaningful, and really should be
just one line.  That header line is what is shown by tools like gitk and
shortlog, and should summarize the change in one readable line of text,
independently of the longer explanation.


A bit of Subsurface history:
============================

In fall of 2011, when a forced lull in kernel development gave him an
opportunity to start on a new endeavor, Linus Torvalds decided to tackle
his frustration with the lack of decent divelog software on Linux.

Subsurface is the result of the work of him and a team of developers since
then. It now supports Linux, Windows and MacOS and allows data import from
a large number of dive computers and several existing divelog programs. It
provides advanced visualization of the key information provided by a
modern dive computer and allows the user to track a wide variety of data
about their diving.

In fall of 2012 Dirk Hohndel took over as maintainer of Subsurface