summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-09-17Extend BLE uuid matching to the characteristics, add ignore-listGravatar Linus Torvalds
2020-09-17Fix 'uud' typo in BLE uuid matching codeGravatar Linus Torvalds
2020-09-15translations: use the right Qt translations (part 2)Gravatar Dirk Hohndel
2020-09-15translations: use the right Qt translations and try harder to find themGravatar Dirk Hohndel
2020-09-15Grab the first gas on Shearwater importGravatar Miika Turkia
2020-09-15Fix a bug on Shearwater cloud gas changesGravatar Miika Turkia
2020-09-15Import cylinder pressure correctlyGravatar Miika Turkia
2020-09-15Ignore gas changes if we one line contains bogus O2Gravatar Miika Turkia
2020-09-15New field for timestamp in shearwater cloud DBGravatar Miika Turkia
2020-09-15Shearwater cloud import: ignore bogus rowsGravatar Miika Turkia
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger
2020-09-13cleanup: remove unused declarations in class DiveComputerListGravatar Berthold Stoeger
2020-09-13cleanup: remove unused function DiveComputerNode::changesValues()Gravatar Berthold Stoeger
2020-09-13cleanup: move set_dc_nickname() declaration from dive.h to device.hGravatar Berthold Stoeger
2020-09-13Disable SAC factor setting for CCR divesGravatar Robert C. Helling
2020-09-12desktop: refine auto-fill of weightsGravatar Berthold Stoeger
2020-09-08cleanup: remove invalidate_dive_cache() call in clone_delete_divecomputer()Gravatar Berthold Stoeger
2020-09-08cleanup: remove dead code from delete_divecomputer()Gravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-06cleanup: make taxonomy_index_for_category() local to taxonomy.cGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_value() instead of taxonomy_get_index()Gravatar Berthold Stoeger
2020-09-06cleanup: create taxonomy_get_value() functionGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_country() in get_dive_country()Gravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_index_for_category() in taxonomy_set_category()Gravatar Berthold Stoeger
2020-09-06cleanup: make alloc_taxonomy local to taxonomy.cGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_set_category() functionGravatar Berthold Stoeger
2020-09-06cleanup: copy string in taxonomy_set_[country|category]Gravatar Berthold Stoeger
2020-09-06cleanup: add helper function to set taxonomy categoryGravatar Berthold Stoeger
2020-09-06cleanup: leak fix in taxonomy_set_country()Gravatar Berthold Stoeger
2020-09-06Function for "gravity conversion"Gravatar Robert C. Helling
2020-09-05[Bug #2934] Geo Lookup - support for remote dive sitesGravatar Michael Werle
2020-09-04Implement Seac SeacSync databaser parser.Gravatar James Wobser
2020-09-03datatrak.c: return const string for tank typeGravatar Salvador Cuñat
2020-09-03datatrak.c: Do not duplicate string as it's not being freedGravatar Salvador Cuñat
2020-09-03datatrak.c: use two_bytes_to_int() to get little endian valuesGravatar Salvador Cuñat
2020-09-03datatrak.c - Do not return unsigned negative valuesGravatar Salvador Cuñat
2020-09-03DataTrak import: Add support for WLog extensions.Gravatar Salvador Cuñat
2020-09-02Planner: Properly initialize salinityGravatar Robert C. Helling
2020-08-22core/BLE: delay characteristics discovery until service discovery completeGravatar Dirk Hohndel
2020-08-22core/BLE: provide state and error updates during BLE discoveryGravatar Dirk Hohndel
2020-08-22core/bluetooth: stop discovery once the dive computer has been foundGravatar Dirk Hohndel
2020-08-22macOS/bluetooth: remove the forced rescanGravatar Dirk Hohndel
2020-08-22core/BLE: correct the reference for the Shearwater characteristicGravatar Dirk Hohndel
2020-08-22core/BLE: detect Sherwater PeregrineGravatar Dirk Hohndel
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-08-21Update to current libdivecomputerGravatar Linus Torvalds
2020-08-21cleanup: remove obsolete logic in getFormattedCylinder()Gravatar Berthold Stoeger
2020-08-18core/bt-discovery: recognize BT names of four more dive computersGravatar Dirk Hohndel
2020-08-17core: fix dive renumbering logic on importGravatar Berthold Stoeger
2020-08-16core/localized-parsing: correctly handle group and decimal separatorGravatar Dirk Hohndel