summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
AgeCommit message (Expand)Author
2013-02-07Don't re-use the dive computer model string for all downloaded divesGravatar Linus Torvalds
2013-02-03Correctly reset stop depth if we receive NDL sample from libdivecomputerGravatar Dirk Hohndel
2013-01-29Add missing strings for translationsGravatar 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-22libdivecomputer: add air temperature fixups for SuuntoGravatar Linus Torvalds
2013-01-22Fix suunto serial number confusion in libdivecomputerGravatar Linus Torvalds
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-09Assemble the actual Suunto serial numberGravatar Linus Torvalds
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-30Add time stamp to the debugging printout of vendor specific samplesGravatar Dirk Hohndel
2012-12-28When libdivecomputer reports a DECOSTOP or DEEPSTOP, set ndl to 0Gravatar Dirk Hohndel
2012-12-28Don't match existing dives by date if the dive computers are known to be diff...Gravatar Linus Torvalds
2012-12-28Support tank size information download from Atomic Aquatics CobaltGravatar Dirk Hohndel
2012-12-16Use dive ID for matching dives during downloadsGravatar Linus Torvalds
2012-12-11Update to the new deco / ndl code in libdivecomputerGravatar Dirk Hohndel
2012-12-08Make sure pO2 and cns are filled in all samplesGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-05Fix deco/ndl support for libdivecomputerGravatar Dirk Hohndel
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-11-28Updating events for libdivecomputer 0.3 (and tracking uemis support)Gravatar Dirk Hohndel
2012-11-25Do not set the water salinity of a dive unless libdivecomputer supports itGravatar Linus Torvalds
2012-11-25Improve on divecomputer data handlingGravatar Linus Torvalds
2012-11-25Match newly downloaded dives against dive computer informationGravatar Linus Torvalds
2012-11-25Add basic divecomputer info setup with xml parsing and savingGravatar 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-20Allow the user to cancel a dive computer downloadGravatar Dirk Hohndel
2012-11-19When downloading from a dive computer, stop at mergeable divesGravatar Linus Torvalds
2012-11-19Mark divelist changed as we download dives from a dive computerGravatar Linus Torvalds
2012-11-11Add special download modes to force updates from the divecomputerGravatar Dirk Hohndel
2012-11-10Add support for obtaining salinity from libdivecomputerGravatar Dirk Hohndel
2012-10-27Correct handling of O2 values below 21%Gravatar Dirk Hohndel
2012-10-21Fix the way we handle translated event namesGravatar Dirk Hohndel
2012-10-20Added missing localization macros to libdivecomputer.cGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-09-20Don't update the progress bar from the dive computer import threadGravatar Linus Torvalds
2012-08-27Update for new libdivecomputer interfacesGravatar Linus Torvalds
2012-06-22Update to new sane libdivecomputer interfacesGravatar Linus Torvalds
2012-05-03divecomputer importing: show the date of the currently importing diveGravatar Linus Torvalds
2012-05-02Show dive import text updates in the progress barGravatar Linus Torvalds
2012-05-02Show dive import error messages in the import dialogGravatar Linus Torvalds
2012-05-02Make subsurface compile with current libdivecomputer git treeGravatar Linus Torvalds
2012-03-25Added support for Mares Darwin, M1, M2, ... from latest libdivecomputer.Gravatar Björn Spruck
2012-01-05Oddly, finishing a sample doesn't require a sampleGravatar Dirk Hohndel
2011-12-31Define O2 permille for air in one spotGravatar Henrik Brautaset Aronsen
2011-11-27fix mingw-win32 specific warnings in libdivecomputer.cGravatar Dirk Hohndel
2011-10-06Remove some useless casts from and to void pointersGravatar Julian Andres Klode
2011-10-05Automatically renumber new dives when they are "obvious".Gravatar Linus Torvalds