summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2020-08-15Fix event merging when merging divesGravatar Linus Torvalds
2020-07-27core: detect McLean Extreme dive computer as BLE deviceGravatar Dirk Hohndel
2020-07-14core/BLE: add detection of Scubapro Aladin A1Gravatar Dirk Hohndel
2020-07-11helper functions: remove timestamp argument from gettiemzoneoffset()Gravatar Dirk Hohndel
2020-07-11mobile/location-service: stop using broken adjustment functionGravatar Dirk Hohndel
2020-07-11mobile/location-service: fix timezone issue in GPS timestampsGravatar Dirk Hohndel
2020-07-11Make MND display depend on O2 narcotic preferenceGravatar Robert C. Helling
2020-07-02profile: fix displaying of profiles with multiple pressure sensorsGravatar Berthold Stoeger
2020-06-29Fix dive merging with multiple cylindersGravatar Linus Torvalds
2020-06-25Add support for the Oceans S1 and McLean ExtremeGravatar Linus Torvalds
2020-06-18core: fix compile issue with older g++Gravatar Dirk Hohndel
2020-06-18core: fix libdivecomputer dc_custom callbacks structuresGravatar Linus Torvalds
2020-06-16cleanup: remove indirection when passing arguments to parser functionsGravatar Berthold Stoeger
2020-06-14git-storage: add global flag to indicate successful cloud syncGravatar Dirk Hohndel
2020-06-14git storage: significantly expand logging to stderrGravatar Dirk Hohndel
2020-06-13download: don't warn on unknown gasmixesGravatar Berthold Stoeger
2020-05-29cleanup: make local functions of static linkageGravatar Berthold Stoeger
2020-05-26Print correct template name on CSV exportGravatar Miika Turkia
2020-05-22cleanup: constify time_during_dive_with_offset() functionGravatar Berthold Stoeger
2020-05-22cleanup: remove unused function get_dive_n_near()Gravatar Berthold Stoeger
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: remove unused libc-structures from get_trip_date_string()Gravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-22Fix incorrect Farenheit to Kelvin formula.Gravatar Paul Buxton
2020-05-22cleanup: set long and short date formats in independent branchesGravatar Berthold Stoeger
2020-05-17BLE: trivial updates to the GATT services listsGravatar Linus Torvalds
2020-05-17BLE: add list of known good/bad BLE GATT servicesGravatar Linus Torvalds
2020-05-16filter: properly search for tagsGravatar Berthold Stoeger
2020-05-16filter: include tags in fulltext searchGravatar Berthold Stoeger
2020-05-15core/bt: ensure that BT/BLE addresses with name sort firstGravatar Dirk Hohndel
2020-05-15core/bt: always add bt name for devicesGravatar Dirk Hohndel
2020-05-15core/bt: match DC descriptor in lower caseGravatar Dirk Hohndel
2020-05-14Save SAC, OTU and CNS in the XML exportGravatar Linus Torvalds
2020-05-12Remove 'string marker after running out of strings' warningGravatar Linus Torvalds
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06core: move picture-related function from dive.c to picture.cGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger