index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uemis.c
Age
Commit message (
Expand
)
Author
2012-11-28
Track Uemis last dive downloaded on a per data-file basis
Dirk Hohndel
2012-11-28
Updating events for libdivecomputer 0.3 (and tracking uemis support)
Dirk Hohndel
2012-11-25
Improve on divecomputer data handling
Linus Torvalds
2012-11-23
Move events and samples into a 'struct divecomputer'
Linus Torvalds
2012-11-23
Allocate dive samples separately from 'struct dive'
Linus Torvalds
2012-11-12
Extract salinity for Uemis SDA and improve depth calculation
Dirk Hohndel
2012-11-10
Convert Uemis deco stop hold time to seconds
Dirk Hohndel
2012-11-10
Use correct surface pressure to detect ceiling with Uemis Zurich
Dirk Hohndel
2012-11-10
Create the correct ceiling events for Uemis Zurich
Dirk Hohndel
2012-10-28
Display air temperature in the info notebook page
Dirk Hohndel
2012-10-25
Expand Uemis Zurich download support
Dirk Hohndel
2012-10-21
Fix the way we handle translated event names
Dirk Hohndel
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-09-26
Fix stupid packing error on Windows
Dirk Hohndel
2012-01-05
Oddly, finishing a sample doesn't require a sample
Dirk Hohndel
2011-12-14
Return is not a function
Dirk Hohndel
2011-11-01
Even more places with pressure and volume conversions
Dirk Hohndel
2011-10-24
Stop including regex.h
Dirk Hohndel
2011-10-20
Fixed off by one error in uemis importer
Dirk Hohndel
2011-10-04
Fix small typo in uemis event name
Dirk Hohndel
2011-10-03
Much nicer implementation of uemis sample parsing - and add events, too
Dirk Hohndel
2011-10-03
Add working pressure to uemis tank data
Dirk Hohndel
2011-10-03
Remove the ability to 'Import' .SDA files
Dirk Hohndel
2011-10-02
Integrate loading of uemis SDA files into the regular xml parsing
Dirk Hohndel
2011-10-02
First steps towards integrating SDA files into the default XML loading
Dirk Hohndel
2011-10-02
prepare_sample reallocs the dive - don't keep pointers around
Dirk Hohndel
2011-09-29
Correctly parse the braindamaged tank size information from uemis
Dirk Hohndel
2011-09-29
Fix uemis parser to work with base64 data that isn't a multiple of 3
Dirk Hohndel
2011-09-20
Separate out the UI from the program logic
Dirk Hohndel
2011-09-15
Fix depth calculations in SDA import
Dirk Hohndel
2011-09-15
Fix incorrect data dereference
Dirk Hohndel
2011-09-15
First pass to parse uemis Zurich '.SDA' files
Dirk Hohndel