aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-04-19Cleanup: Make local function waitFor() of static linkageGravatar Berthold Stoeger
2018-04-19Coding style: remove superfluous semicolonsGravatar Berthold Stoeger
2018-04-15Qt: don't use member function that requires Qt 5.8Gravatar Dirk Hohndel
2018-04-14DiveObjectHelper: expose number of dives in a tripGravatar Dirk Hohndel
2018-04-14GPS: untangle the timestamp comparisonGravatar Dirk Hohndel
2018-04-14GPS: add signal to show that a new fix has been acquiredGravatar Dirk Hohndel
2018-04-14QML UI: better debug messages for getting current locationGravatar Dirk Hohndel
2018-04-13iOS: create our own OS support fileGravatar Dirk Hohndel
2018-04-13BLE debug: show more packagesGravatar Dirk Hohndel
2018-04-13Mobile: add Mares BLE dive computersGravatar Dirk Hohndel
2018-04-13Fix typosGravatar Dirk Hohndel
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-04-11Cleanup: Fix memory leak in plannernotes.cGravatar Berthold Stoeger
2018-04-11Cleanup: fix "unsave" snprintf()s in plannernotes.cGravatar Berthold Stoeger
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-04-11Cleanup: make local functions in core/plannernotes.c of static linkageGravatar Berthold Stoeger
2018-04-10Add usage documentation for membuffer helper functionsGravatar Jeremie Guichard
2018-04-10Cleanup: remove unused function get_selected_dives_text()Gravatar Berthold Stoeger
2018-04-09Cleanup: Slightly shorten code in vqasprintf_loc()Gravatar Berthold Stoeger
2018-04-09Cleanup: Move *_loc formatting functions into new format.cpp fileGravatar Berthold Stoeger
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-04-07Temperature 0x7F appears to mean no readingGravatar Miika Turkia
2018-04-07Handle int and float temperaturesGravatar Miika Turkia
2018-04-07Explicitly mark DM4 conversionGravatar Miika Turkia
2018-04-07Start to describe DM5 sampleBlobGravatar Miika Turkia
2018-04-01Dive pictures: extract timestamp from MP4 and related formatsGravatar Berthold Stoeger
2018-04-01Dive pictures: use get_metadata() in dive_create_picture()Gravatar Berthold Stoeger
2018-04-01Dive pictures: Move metadata functions into own translation unitGravatar Berthold Stoeger
2018-04-01Debug: Error reporting for SHashedImage loadingGravatar Berthold Stoeger
2018-04-01Debug: sprinkle debug messages in thumbnailing codeGravatar Berthold Stoeger
2018-03-22Use older API to remove dependency on Qt 5.8 or newerGravatar Dirk Hohndel
2018-03-22iOS: build fixGravatar Dirk Hohndel
2018-03-19Profile heartrate: Nicer min/max values and tic distanceGravatar Stefan Fuchs
2018-03-19Dive pictures: If EXIF data couldn't be parsed, use creation dateGravatar Berthold Stoeger
2018-03-19Dive pictures: Don't read whole file for parsing EXIF dataGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-14Cleanup: constify string arguments in core/dive.cGravatar Berthold Stoeger
2018-03-14Cleanup: Set text encoding to UTF-8 for all platforms.Gravatar Berthold Stoeger
2018-03-14Subsurface-mobile: Add OSTC 2 TR as support dive computerGravatar Dirk Hohndel
2018-03-13Subsurface update for upstream libdivecomputer changesGravatar Linus Torvalds
2018-03-13Treat a PSCR dive with sensors more like a CCR diveGravatar Anton Lundin
2018-03-13Fix up CCR/PSCR dives with sensors values without no_o2sensorsGravatar Anton Lundin
2018-03-13Use the current dive mode instead of constantGravatar Anton Lundin
2018-03-11DiveObjectHelper: add dive_site_uuid()Gravatar Lubomir I. Ivanov
2018-03-06Cosmetic modifications in profile delta sample stringGravatar Stefan Fuchs
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-03-05Cleanup: pass QString and QByteArray const-refs to qthelper functionsGravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger