This is the official upstream of the Subsurface divelog program
Find a file
Linus Torvalds adc92d6de2 Always use proper units when saving.
When we see a number like 23.145, we'd better always also see a unit.
It's just good practice.  So add 'min' to duration (and use only two
digits for number of seconds), and 'm' to depth.

And write the date in international standard format.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-09-01 17:17:19 -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 Add ability to 'save' dives 2011-09-01 16:27:52 -07:00
divelist.c Use a gtk table instead of hbox 2011-08-31 11:52:16 -07:00
info.c Add some extended dive info fields 2011-08-31 20:36:51 -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 Teach the date parser to also parse the international standard date format 2011-09-01 17:13:39 -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 Always use proper units when saving. 2011-09-01 17:17:19 -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