summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2021-07-23core/import: fix string check logicGravatar Dirk Hohndel
2021-07-23core/csv-import: don't do pointer math after reallocGravatar Dirk Hohndel
2021-07-23core: always create a fake profile if there are no samplesGravatar Berthold Stoeger
2021-07-23core: recalculate CNS values on mergeGravatar Berthold Stoeger
2021-07-23cleanup: don't NUL-terminate membuffer in uploadDiveLogsDEGravatar Berthold Stoeger
2021-07-23cleanup: replace membuffer by membufferpp in C-codeGravatar Berthold Stoeger
2021-07-23core: C++-ify membufferGravatar Berthold Stoeger
2021-07-23core: use int16_t for sensor-idGravatar Berthold Stoeger
2021-07-20core/ble: add auto detection for Aladin A2Gravatar Dirk Hohndel
2021-07-19core: sanitize pressure-sensor cylinder ids in fixup_dive()Gravatar Berthold Stoeger
2021-07-19parser: don't create samples with invalid cylinder idsGravatar Berthold Stoeger
2021-07-19core: add a special NO_SENSOR value for sample::sensorGravatar Berthold Stoeger
2021-07-19Fix coverity reported memory leaksGravatar Miika Turkia
2021-07-18Export unused cylinders to divelogs.deGravatar Miika Turkia
2021-05-19desktop: Add the capability to copy / paste dive number and date / time.Gravatar mikeller
2021-05-08profile: rename GF_LINE color to DURATION_LINEGravatar Berthold Stoeger
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-07The planner should not always ascent from the depth ofGravatar Robert C. Helling
2021-04-21xml parsing: add XML_PARSE_HUGE flag to xmlReadMemory()Gravatar Linus Torvalds
2021-04-19cleanup: don't hardcode array lengthGravatar Dirk Hohndel
2021-04-19cloudstorage: update remote if cloud server changesGravatar Dirk Hohndel
2021-04-19cloudstorage: try alternative server if first connection failsGravatar Dirk Hohndel
2021-04-19cloudstorage: create consistent local directory namesGravatar Dirk Hohndel
2021-04-19cloudstorage: try to pick between multiple cloud serversGravatar Dirk Hohndel
2021-04-19cloudstorage: add API to just update on-disk settingGravatar Dirk Hohndel
2021-04-19cloudstorage: some cleanup of cloud url handlingGravatar Dirk Hohndel
2021-04-19cloudstorage: remove ancient SSL hackGravatar Dirk Hohndel
2021-03-31core: initialize dive selection after resetting the dataGravatar Berthold Stoeger
2021-03-24planner: fix deco calculationGravatar Berthold Stoeger
2021-03-12Use PSCR gas when computing O2 toxicityGravatar Robert C. Helling
2021-03-12Use QtBluetooth enums from their namespaceGravatar Andreas Buhr
2021-03-08parser: initialize picture variableGravatar Berthold Stoeger
2021-03-01Max ceiling precisionGravatar Robert C. Helling
2021-02-26Get O2 right in bailout modeGravatar Robert C. Helling
2021-02-26Fix pO2 for CCR at shallow depthsGravatar Robert C. Helling
2021-02-26Planner: Depth dependent setpoint changes in CCR modeGravatar Robert C. Helling
2021-02-17desktop: fold ApplicationState into MainWindowGravatar Berthold Stoeger
2021-02-17planner: pass in_planner down to TemplateLayoutGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to clear_deco()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to vpmb_next_gradient()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to add_segment()Gravatar Berthold Stoeger
2021-02-17planner: remove print_mode parameter from calculate_deco_information()Gravatar Berthold Stoeger
2021-02-10desktop: cache photo and geo iconsGravatar Berthold Stoeger
2021-02-06desktop: remove the view-stateGravatar Berthold Stoeger
2021-01-28core/BT: fix duplicate entries in BT detectionGravatar Dirk Hohndel
2021-01-23core/BT: simplify detection of bluetooth namesGravatar Dirk Hohndel
2021-01-23core/BT: improve BT name detection for Pelagic dive computersGravatar Dirk Hohndel
2021-01-23mobile/debugging: copy GPS fixes to clipboardGravatar Dirk Hohndel
2021-01-20cleanup: constify create_plot_info_new()Gravatar Berthold Stoeger