summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
AgeCommit message (Expand)Author
2015-09-23libdivecomputer.c: fix warnings about unused variablesGravatar Lubomir I. Ivanov
2015-09-13Store the number of detected o2 sensorsGravatar Anton Lundin
2015-09-13Remove leftover bits between sensors and setpointGravatar Anton Lundin
2015-09-09Exit with failure if the first dc_open method failsGravatar Claudiu Olteanu
2015-08-31Support multiple o2 sensor values from libdcGravatar Anton Lundin
2015-08-31Store DC_SAMPLE_PPO2 as a o2 sensorGravatar Anton Lundin
2015-08-20Connect up serial_ftdi custom serialGravatar Anton Lundin
2015-07-30Add support for RBT reported sample valueGravatar Salvador Cuñat
2015-07-07Allow to compile Subsurface with upstream libdivecomputerGravatar Dirk Hohndel
2015-07-06Implement the custom Bluetooth serial communication and use itGravatar Claudiu Olteanu
2015-07-02Use tank pressure data from libdivecomputer's DC_FIELD_TANKGravatar Dirk Hohndel
2015-06-21Fix a number of resource leaksGravatar Dirk Hohndel
2015-05-28Add explicit casts to silence compiler warningsGravatar Robert C. Helling
2015-05-27Enable diagnostic logs from dc configurationGravatar Anton Lundin
2015-04-29Add a default case for switch over dc_family_tGravatar Anton Lundin
2015-04-04libdivecomputer.c: Remove unused parameter in parse_gasmixesGravatar Salvador Cuñat
2015-04-04libdivecomputer.c: Add support for raw data buffer parse using libdcGravatar Salvador Cuñat
2015-04-04libdivecomputer.c: Split dive_cb() callback in twoGravatar Salvador Cuñat
2015-04-04Add errmsg() function for libdivecomputer.cGravatar Salvador Cuñat
2015-03-19Fix a couple of typosGravatar Torstein Husebø
2015-02-09Prevent 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