aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-04-08Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2019-04-04Core: simplify ConnectionListModelGravatar Dirk Hohndel
2019-04-04Misc: replace some FIXME commentsGravatar Dirk Hohndel
2019-04-04Desktop: fix yet another variable name conflictGravatar Robert C. Helling
2019-04-04Core: let TTS calculation use correct ascent velocitiesGravatar Robert C. Helling
2019-04-04Core: change FIXME languageGravatar Robert C. Helling
2019-04-04Core: fix another variable name conflictGravatar Robert C. Helling
2019-04-04Core: remove variable name conflictGravatar Robert C. Helling
2019-04-04Cleanup: unglobalize variables in datatrak.cGravatar Berthold Stoeger
2019-04-04Cleanup: remove unused global variables from datatrak.cGravatar Berthold Stoeger
2019-04-04Core: remove variable name conflictGravatar Dirk Hohndel
2019-04-04Core: cast before multiplication to avoid potential overflowGravatar Dirk Hohndel
2019-04-04Core: cast to the correct typeGravatar Dirk Hohndel
2019-04-04Bluetooth: don't free a resource created by newGravatar Dirk Hohndel
2019-04-04Core: fix missing argument to report_errorGravatar Dirk Hohndel
2019-04-04facebook: remove the featute from the code baseGravatar Lubomir I. Ivanov
2019-01-23Bluetooth: don't crash if BT is turned offGravatar Dirk Hohndel
2019-01-22BLE debug: make things less verboseGravatar Dirk Hohndel
2019-01-22libdivecomputer: small wording change in a warningGravatar Dirk Hohndel
2019-01-22Don't allow empty username for gitGravatar Robert C. Helling
2019-01-22Use state structure for sample rate infoGravatar Miika Turkia
2019-01-22Use correct value for PO2Gravatar Miika Turkia
2019-01-22Grab correct setpoint on Shearwater cloud importGravatar Miika Turkia
2019-01-22Use different time field as it seems to be more correctGravatar Miika Turkia
2019-01-22Sample rate varies between divesGravatar Miika Turkia
2019-01-22Initial support for Shearwater CloudGravatar Miika Turkia
2019-01-22Shearwater import: dive id might be large than intGravatar Miika Turkia
2019-01-22windows.c: fix wrong usage of wcslen() for utf8 conversationGravatar Lubomir I. Ivanov
2019-01-22Core: fix BT on Linux, workaround Qt bug on 5.12.0Gravatar Jan Mulder
2019-01-22Bluetooth: all states other than HostPoweredOff qualify as validGravatar Jan Mulder
2019-01-22core: recognize Oceanic Pro Plus X over BLEGravatar Dirk Hohndel
2019-01-22Fix Cressi interface ftdi opening bugGravatar Daniel Krupp
2019-01-22Dive list: correctly translate trip dateGravatar Berthold Stoeger
2018-11-12Coding style: remove stray ';'Gravatar Berthold Stoeger
2018-11-12Cleanup: remove unsused flags in struct dive_tripGravatar Berthold Stoeger
2018-11-01Core: use British translations in South AfricaGravatar Dirk Hohndel
2018-10-31Core: Do not crash on save dives with no dive site (git storage)Gravatar Jan Mulder
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-30Fixed get_gas_at_time for equal timesGravatar Robert C. Helling
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: use an array of pointers in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-29Dive site: replace UUID by pointer in mobile codeGravatar Berthold Stoeger
2018-10-29Dive site: use pointer instead of uuid in uemis_helperGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointers to merge_dive_sites()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to is_dive_site_used()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger