summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
AgeCommit message (Expand)Author
2014-06-11Don't silently ignore suspcious data from libdivecomputerGravatar Dirk Hohndel
2014-06-10Don't ignore actual diveable mixesGravatar Anton Lundin
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-03-15Don't check for tank size information only on first tankGravatar Dirk Hohndel
2014-03-15Only use default cylinder for first oneGravatar Dirk Hohndel
2014-03-08Avoid calling free on uninitialized dive variableGravatar Dirk Hohndel
2014-03-06Fix memory leak when parsing a dive failsGravatar Dirk Hohndel
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-26set the download progress bar to zero after a downloadGravatar Danilo Cesar Lemes de Paula
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-12Fix default value for missing surface pressure from divecomputerGravatar Linus Torvalds
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-01-27Fix the semantics of the dive_cbGravatar Dirk Hohndel
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-08Write the event data to the libdivecomputer log.Gravatar Jef Driesen
2014-01-08libdivecomputer.c: Try not to pass NULL to fopen()Gravatar Lubomir I. Ivanov
2013-12-24Enable libdivecomputer log or dump from the UIGravatar Dirk Hohndel
2013-12-24Support downloading memory dumps.Gravatar Jef Driesen
2013-12-24Enable diagnostic logging from libdivecomputer.Gravatar Jef Driesen
2013-12-24Remove an unnecessary function call.Gravatar Jef Driesen
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