aboutsummaryrefslogtreecommitdiffstats
path: root/uemis.c
AgeCommit message (Expand)Author
2015-04-30Uemis downloader: don't use bogus sensor data from UemisGravatar Dirk Hohndel
2015-04-30Uemis downloader: don't discard samples too earlyGravatar Dirk Hohndel
2014-11-25Match agreed captalisation styleGravatar Tim Wootton
2014-11-21Correct Uemis extra dataGravatar Dirk Hohndel
2014-11-21Improve Uemis debug output for short data blocksGravatar Dirk Hohndel
2014-11-07Extract some useful extra data from Uemis SDAGravatar Dirk Hohndel
2014-06-23Be more consistent in partial pressure namingGravatar Henrik Brautaset Aronsen
2014-03-08Uemis GPS location tracking seems backwardsGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-03Fix Uemis temperature conversionGravatar Dirk Hohndel
2013-11-27Remove some constants and use helpers insteadGravatar Anton Lundin
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Next round of code removal and header cleanupGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
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