This is the official upstream of the Subsurface divelog program
Find a file
Linus Torvalds ef0d00e76a Improve uemis xml parsing a bit
It looks like the "units.pressure" setting is only about the units that
things are *shown* in on the wrist computer: the units in the file are
always in bar (or rather, centi-bar).

Which is definitely the right thing to do, and means that we shouldn't
care about parsing the units setting.  It's purely about how something
is shown, not about parsing.

That's probably true of the other units too, but let's see when I have
more data to go on.

Also, parse water temperatures and tank pressure.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-09-02 15:01:53 -07:00
dives Make the multi-dive files valid XML 2011-08-28 17:24:53 -07:00
.gitignore Add .gitignore file for current state 2011-08-30 18:42:57 -07:00
display.h Make the main display saner 2011-08-31 18:30:42 -07:00
dive.h Save and parse notes and locations 2011-09-01 19:56:04 -07:00
divelist.c Use a gtk table instead of hbox 2011-08-31 11:52:16 -07:00
info.c Show temperature in the info summary 2011-09-01 22:22:25 -07:00
main.c Add ability to 'save' dives 2011-09-01 16:27:52 -07:00
Makefile Add ability to 'save' dives 2011-09-01 16:27:52 -07:00
parse-xml.c Improve uemis xml parsing a bit 2011-09-02 15:01:53 -07:00
profile.c Do something half-way sane (no SIGSEGV) when there are no dives 2011-08-31 16:40:22 -07:00
README Rename some files to be more appropriate 2011-09-01 10:09:53 -07:00
save-xml.c Fix wrongly nested watertemp xml entry 2011-09-01 22:18:44 -07:00
scripts Start archiving the stupid XML files 2011-08-28 16:18:53 -07:00

Half-arsed divelog software in C.

I'm tired of java programs that don't work etc. 

License: GPLv2