summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-10-06cleanup: use pointer-to-function connect() in ConfigureDiveComputerGravatar Berthold Stoeger
2020-10-05core: don't merge sample-derived pressures in merge_one_cylinder()Gravatar Berthold Stoeger
2020-10-05core: improve merging of cylinders pressuresGravatar Berthold Stoeger
2020-10-05cleanup: remove libdc_serial field in device_data_tGravatar Berthold Stoeger
2020-10-05cleanup: remove DC_FIELD_STRING conditional compilationGravatar Berthold Stoeger
2020-10-05download from dive computer: correctly list transports triedGravatar Dirk Hohndel
2020-10-05libdc/debug: provide better info regarding libdc interactionGravatar Dirk Hohndel
2020-10-05Use get_n2 helper functionGravatar Robert C. Helling
2020-10-03cleanup: make device code more consistent with coreGravatar Berthold Stoeger
2020-10-03cleanup: use getDCExact() instead of callback in set_dc_deviceid()Gravatar Berthold Stoeger
2020-10-03cleanup: pass divecomputer to getDC() and getDCExact() helpersGravatar Berthold Stoeger
2020-10-03cleanup: hide DiveComputerList implementation detailsGravatar Berthold Stoeger
2020-10-03filter: add tank size filter constraintGravatar Berthold Stoeger
2020-10-03filter: implement filtering for gas mixesGravatar Berthold Stoeger
2020-10-03core: add N2 and general gas component accessorsGravatar Berthold Stoeger
2020-10-03core: make gas type enum globally availableGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03cleanup: replace get_trip_date_string() by get_trip_string()Gravatar Berthold Stoeger
2020-10-01membuffer: be defensive about bad C library vsnprintf implementationsGravatar Linus Torvalds
2020-09-30Android BLE discovery: use discovery agentGravatar Dirk Hohndel
2020-09-30bluetooth discovery: report more information about progressGravatar Dirk Hohndel
2020-09-30bluetooth discovery: differentiate discovered and paired devicesGravatar Dirk Hohndel
2020-09-29filter: save timestamps in user-readable formatGravatar Berthold Stoeger
2020-09-29core: add helper functions to format / parse timestampsGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29cleanup: move shown-text calculation from filter widget to coreGravatar Berthold Stoeger
2020-09-29filter: implement loading of filter presets from git repositoriesGravatar Berthold Stoeger
2020-09-29filter: implement saving of filter presets to git repositoriesGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-09-29cleanup: move function declarations from dive.h to parse.hGravatar Berthold Stoeger
2020-09-29includes: move declaration of set_filename() from dive.h to qthelper.hGravatar Berthold Stoeger
2020-09-29filter: implement saving of presets to XML fileGravatar Berthold Stoeger
2020-09-29filter: add filter preset undo commandsGravatar Berthold Stoeger
2020-09-29filter: add primitive filter presetsGravatar Berthold Stoeger
2020-09-29filter: unify desktop and mobile filtersGravatar Berthold Stoeger
2020-09-29filter: connect new filtercode to filterwidget2Gravatar Berthold Stoeger
2020-09-29filter: add filter constraint modelGravatar Berthold Stoeger
2020-09-29filter: add filter constraint object to the coreGravatar Berthold Stoeger
2020-09-29fulltext: remember original queryGravatar Berthold Stoeger
2020-09-29core: add functions to core/time.cGravatar Berthold Stoeger
2020-09-29Use correct pO2 when computing MOD in equipment tabGravatar Robert C. Helling
2020-09-29Prefer "GPS1" for divecomputer download dive site resolutionGravatar Linus Torvalds
2020-09-29gps: remove unused member functionGravatar Dirk Hohndel
2020-09-22cleanup: silence two compiler warnings in git-access.cGravatar Berthold Stoeger
2020-09-21translations: initialize water type strings at run timeGravatar Berthold Stoeger
2020-09-21Bailout segment is part of bottom timeGravatar Robert C. Helling
2020-09-20selection: when changing current dive make sure it is selectedGravatar Berthold Stoeger
2020-09-19core/bluetooth: only Linux / Windows are supported by libdc rfcommGravatar Dirk Hohndel
2020-09-19core/bluetooth: switch to use libdivecomputer rfcomm supportGravatar Linus Torvalds
2020-09-19Update Shearwater sample time calculationGravatar Miika Turkia