This is the official upstream of the Subsurface divelog program
Find a file
Dirk Hohndel 1f785111f7 Whitespace, whitespace, whitespace
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-01-21 14:30:36 -08:00
.tx Add simple glossary 2013-12-29 10:34:12 -08:00
dives Prevent potential math overflow in new profile 2014-01-21 14:07:10 -08:00
Documentation Add ISO 6709 co-ordinates to manual 2014-01-15 15:10:55 +07: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 Whitespace, whitespace, whitespace 2014-01-21 14:30:36 -08:00
scripts Make the SupportedDivecomputers.html match web site 2013-12-15 08:16:06 -08:00
translations Update translations 2014-01-09 16:09:43 +08:00
xslt XSLT for parsing Sensus Ultra CSV export 2014-01-17 05:57:37 +07: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
CodingStyle Add switch statement to CodingStyle 2014-01-16 12:58:06 +07:00
color.h color.h: Define the color BLACK1 2013-10-15 04:23:16 -07:00
deco.c Stop doing the (very expensive) pow() calculation pointlessly 2014-01-19 13:36:55 -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 Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
device.h Save XML files into a memory buffer rather than directly into a file 2014-01-16 12:51:23 +07:00
display.h Remove even more code and declarations 2013-10-07 13:43:17 -07:00
dive.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
dive.h Prevent potential math overflow in new profile 2014-01-21 14:07:10 -08:00
divelist.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
divelist.h Fix incorrect handling of autogrouped trips 2013-12-12 15:03:25 -08:00
equipment.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
file.c Support for XSLT template for CSV import 2014-01-17 05:57:40 +07: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 Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
libdivecomputer.h Write the event data to the libdivecomputer log. 2014-01-08 05:53:42 +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
membuffer.c Save XML files into a memory buffer rather than directly into a file 2014-01-16 12:51:23 +07:00
membuffer.h Save XML files into a memory buffer rather than directly into a file 2014-01-16 12:51:23 +07:00
parse-xml.c Don't compare floats for equality 2014-01-21 14:11:52 -08:00
planner.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
planner.h Add gas change event from profile context menu 2013-11-19 20:35:15 -08:00
pref.h Don't show tanks that aren't used during a dive 2014-01-11 22:02:35 +07:00
profile.c Create a version of create_graph_info that doesn't depend on GC. 2014-01-17 14:04:47 -08:00
profile.h Create a version of create_graph_info that doesn't depend on GC. 2014-01-17 14:04:47 -08:00
qt-gui.cpp Save XML files into a memory buffer rather than directly into a file 2014-01-16 12:51:23 +07: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 Changes test for ISO 6709 location format 2014-01-14 21:15:01 +07:00
qthelper.h Improve GPS string handling 2013-12-23 14:59:38 -08:00
README Prepare for Subsurface 4.0.2 release 2014-01-09 09:43:31 +08:00
ReleaseNotes.txt Prepare for Subsurface 4.0.2 release 2014-01-09 09:43:31 +08:00
satellite.svg Satellite icon diet 2013-01-22 22:25:03 -08:00
save-xml.c Save XML files into a memory buffer rather than directly into a file 2014-01-16 12:51:23 +07: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 Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
statistics.h Adding trip based statistics 2013-11-23 22:07:18 -08:00
strtod.c const'ify our strtod() helper functions 2014-01-08 16:38:47 +08:00
subsurface-configure.pri Query pkg-config with libxml2 via default name to 2014-01-15 15:49:41 +07:00
subsurface-gen-version.pri Fix building in git shallow clones 2014-01-21 11:35:31 -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 Added a DiveEventItem that knows how to handle itself. 2014-01-17 06:17:09 +07:00
subsurface.qrc Add Sensus XSLT as a resource and enable it 2014-01-17 05:57:42 +07:00
subsurfacestartup.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
subsurfacestartup.h Don't include stdbool.h when included from C++ 2014-01-17 05:55:01 +07: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 Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07:00
uemis.c Convert the C code to using stdbool and true/false 2014-01-16 09:34:50 +07: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 windows.c: Fix possible assert when passing NULL to *open() 2014-01-08 05:52:10 +08:00

This is the README file for Subsurface 4.0.2

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.2, 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.2  (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.2.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