summaryrefslogtreecommitdiffstats
path: root/uemis.c
AgeCommit message (Expand)Author
2013-02-08Do more dive fixup for each dive computerGravatar Linus Torvalds
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-24Centralization for Kelvin and Standardization to milliKelvinGravatar Jan Schubert
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Ensure each dive has its own copy of the location text (UEMIS importer)Gravatar Dirk Hohndel
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-07Initialize helper structure to 0sGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-04Support the new NDL / deco code in the Uemis downloaderGravatar Dirk Hohndel
2012-11-30Make more uemis functions staticGravatar Dirk Hohndel
2012-11-30Convert Uemis downloader to directly create divesGravatar Dirk Hohndel
2012-11-28Track Uemis last dive downloaded on a per data-file basisGravatar Dirk Hohndel
2012-11-28Updating events for libdivecomputer 0.3 (and tracking uemis support)Gravatar Dirk Hohndel
2012-11-25Improve on divecomputer data handlingGravatar Linus Torvalds
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-12Extract salinity for Uemis SDA and improve depth calculationGravatar Dirk Hohndel
2012-11-10Convert Uemis deco stop hold time to secondsGravatar Dirk Hohndel
2012-11-10Use correct surface pressure to detect ceiling with Uemis ZurichGravatar Dirk Hohndel
2012-11-10Create the correct ceiling events for Uemis ZurichGravatar Dirk Hohndel
2012-10-28Display air temperature in the info notebook pageGravatar Dirk Hohndel
2012-10-25Expand Uemis Zurich download supportGravatar Dirk Hohndel
2012-10-21Fix the way we handle translated event namesGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-09-26Fix stupid packing error on WindowsGravatar Dirk Hohndel
2012-01-05Oddly, finishing a sample doesn't require a sampleGravatar Dirk Hohndel
2011-12-14Return is not a functionGravatar Dirk Hohndel
2011-11-01Even more places with pressure and volume conversionsGravatar Dirk Hohndel
2011-10-24Stop including regex.hGravatar Dirk Hohndel
2011-10-20Fixed off by one error in uemis importerGravatar Dirk Hohndel
2011-10-04Fix small typo in uemis event nameGravatar Dirk Hohndel
2011-10-03Much nicer implementation of uemis sample parsing - and add events, tooGravatar Dirk Hohndel
2011-10-03Add working pressure to uemis tank dataGravatar Dirk Hohndel
2011-10-03Remove the ability to 'Import' .SDA filesGravatar Dirk Hohndel
2011-10-02Integrate loading of uemis SDA files into the regular xml parsingGravatar Dirk Hohndel
2011-10-02First steps towards integrating SDA files into the default XML loadingGravatar Dirk Hohndel
2011-10-02prepare_sample reallocs the dive - don't keep pointers aroundGravatar Dirk Hohndel
2011-09-29Correctly parse the braindamaged tank size information from uemisGravatar Dirk Hohndel
2011-09-29Fix uemis parser to work with base64 data that isn't a multiple of 3Gravatar Dirk Hohndel
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-15Fix depth calculations in SDA importGravatar Dirk Hohndel
2011-09-15Fix incorrect data dereferenceGravatar Dirk Hohndel
2011-09-15First pass to parse uemis Zurich '.SDA' filesGravatar Dirk Hohndel