summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
AgeCommit message (Expand)Author
2015-02-10Prevent a tank from looking undefined by mistakeGravatar Dirk Hohndel
2015-01-22Set divemode to FREEDIVE now when we support thatGravatar Anton Lundin
2015-01-19Remove the two annoying debug statementsGravatar Dirk Hohndel
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-09Now use our table when downloading from the dive computerGravatar Dirk Hohndel
2015-01-09Don't use the result of unsupported libdivecomputer callsGravatar Dirk Hohndel
2014-12-29Remove unused variableGravatar Anton Lundin
2014-12-29Clear stale pointers after freeGravatar Anton Lundin
2014-12-27Keep undecoded firmware / serial info from libdivecomputerGravatar Dirk Hohndel
2014-12-01libdivecomputer.c: reduce the scope of 'i' in sample_cb()Gravatar Lubomir I. Ivanov
2014-11-25Consistent representation of O₂Gravatar Tim Wootton
2014-11-24Let's not store more or less random dataGravatar Dirk Hohndel
2014-11-21Add serial and firmware to the extra dataGravatar Dirk Hohndel
2014-11-20Remember serial and firmware for divecomputersGravatar Dirk Hohndel
2014-11-20Stop cluttering stout with DC_VENDOR dataGravatar Dirk Hohndel
2014-11-13Add subsurface_access()Gravatar Lubomir I. Ivanov
2014-11-12Shows an error about wrong permissionsGravatar Salvo 'LtWorf' Tomaselli
2014-11-11Remove leftover code for directly parsing Cobalt tank sizesGravatar Dirk Hohndel
2014-11-11Fix getting tank information from libdivecomputerGravatar Dirk Hohndel
2014-11-08Fix previous commit to compile with older versions of libdivecomputerGravatar Dirk Hohndel
2014-11-08Use libdivecomputer tank size when availableGravatar Dirk Hohndel
2014-11-08Add support for libdivecomputer DC_FIELD_DIVEMODEGravatar Anton Lundin
2014-11-08Move calculate_string_hash into DC_FIELD_STRINGGravatar Anton Lundin
2014-11-07Add support for libdivecomputer's new TEMPERATURE fieldsGravatar Dirk Hohndel
2014-11-07Use the new DC_FIELD_STRING callback if it existsGravatar Linus Torvalds
2014-10-20Make it possible to have samples without depth from libdivecomputerGravatar Linus Torvalds
2014-10-19Make planner work again for CCR divesGravatar Robert C. Helling
2014-08-14Add "download into private trip" dialog checkmarkGravatar Linus Torvalds
2014-08-06Only show libdivecomputer "unlikely gas" warning onceGravatar Dirk Hohndel
2014-08-03Use Qt date localization instead of translated stringsGravatar Dirk Hohndel
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