aboutsummaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
AgeCommit message (Expand)Author
2013-12-11Add some sanity checksGravatar Anton Lundin
2013-11-29Add comment for "below floor" eventGravatar Dirk Hohndel
2013-11-27Remove some constants and use helpers insteadGravatar Anton Lundin
2013-11-23Use a default tank when populating tank data after downloadGravatar Dirk Hohndel
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-08Fixed conversion error when downloading salinity from DCGravatar Patrick Valsecchi
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-03Importing salinity and atmospheric pressure from DC.Gravatar Patrick Valsecchi
2013-09-19Identify below floor event type properly.Gravatar Michael Andreen
2013-08-07ifdef out includes when we build without gtkGravatar Anton Lundin
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-05-20Added code to cancel the thread.Gravatar Tomaz Canabrava
2013-05-20Skeleton code for a non-blocking UI thread for downloading dives from the DCGravatar Tomaz Canabrava
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
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