aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-04-27QML UI: add supported dive computers to log fileGravatar Dirk Hohndel
2018-04-27Redesign the flow for checking supported DCs on AndroidGravatar Dirk Hohndel
2018-04-27Use libdc information about supported transportsGravatar Dirk Hohndel
2018-04-27Do a better job of picking which transport to useGravatar Linus Torvalds
2018-04-27Configure ostc3: Remove obsoleted settingGravatar Anton Lundin
2018-04-25Compile fix when compiling without BLE enabledGravatar Dirk Hohndel
2018-04-24Only offer dive computers with supported transportsGravatar Dirk Hohndel
2018-04-24use libdivecomputer 'fingerprint' to avoid downloading extra dataGravatar Linus Torvalds
2018-04-24Actually tie in the new libdivecomputer IO model to open the dive computer de...Gravatar Linus Torvalds
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds
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