aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-06-15core: make prefs-macros compile safe.Gravatar jan Iversen
2018-06-13Dive pictures: Make failure of loading images less noisyGravatar Berthold Stoeger
2018-06-09core: remove qml properties from downloadfromcthreadGravatar jan Iversen
2018-06-09core: update deviceData default from qmlGravatar jan Iversen
2018-06-09mobile: add DCDeviceData properties to qmlmanagerGravatar jan Iversen
2018-06-09core: remove qml properties from desktop compileGravatar jan Iversen
2018-06-08Provide correct cylinder pressures for bailout divesGravatar Willem Ferguson
2018-06-07Dive pictures: remove cache_picture() call in dive_add_picture()Gravatar Berthold Stoeger
2018-06-06Bugfix: Load PSC dive logsGravatar Willem Ferguson
2018-06-05core: remove "static void copyPath" unusedGravatar jan Iversen
2018-06-04core: remove unused function getDetectedDeviceAddress()Gravatar jan Iversen
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-06-04Cleanup: make copyPath() function of static linkageGravatar Berthold Stoeger
2018-05-30mobile: add timer to measure startup.Gravatar jan Iversen
2018-05-28Planner: Don't store a setpoint unless we are in CCR modeGravatar Robert C. Helling
2018-05-28Don't compute SAC if total gas use is unknownGravatar Robert C. Helling
2018-05-28Rename confusing variable nameGravatar Robert C. Helling
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-27Remove unnecessary {}Gravatar Miika Turkia
2018-05-27Shearwater import: avoid running atoi multiple timesGravatar Miika Turkia
2018-05-27Shearwater import: support for DC reported ceilingGravatar Miika Turkia
2018-05-27Dive pictures: automatically recalculate thumbnailsGravatar Berthold Stoeger
2018-05-27Dive pictures: give user option to recalculate thumbnailsGravatar Berthold Stoeger
2018-05-26core: qt-ble.cpp remove postEvent for all platformsGravatar jan Iversen
2018-05-26Dive pictures: Derive thumbnail file from picture filenameGravatar Berthold Stoeger
2018-05-26Cleanup: remove code related to pictures in the cloud-repositoryGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-24core/ssrf.h: add #pragma to avoid clang warning "-Wmissing-field-initializers"Gravatar jan Iversen
2018-05-24core: add ssrf.h as global product headerGravatar jan Iversen
2018-05-24core: replace (void) with no parameter nameGravatar jan Iversen
2018-05-24Cleanup: remove code related to picture-storage in git repositoriesGravatar Berthold Stoeger
2018-05-21core/subsurface-qt: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21core: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21iOS: qt-ble.cpp remove unsupported event.Gravatar jan Iversen
2018-05-20core: marked unused parameterGravatar jan Iversen
2018-05-19build-system: don't always build qtserialbluetooth.cppGravatar Dirk Hohndel
2018-05-18core: solved PictureEntry defined as class and struct.Gravatar jan Iversen
2018-05-18core: removed clang warnings from dive.hGravatar jan Iversen
2018-05-18core: removed clang warnings from units.hGravatar jan Iversen
2018-05-18Plannernotes: '\0'-terminate ICD-bufferGravatar Berthold Stoeger
2018-05-17core: corrected wrong default emailGravatar jan Iversen
2018-05-17Bugfix: Saving divemode to xml and to gitGravatar Willem Ferguson
2018-05-16Dive pictures: don't attempt reading the same image twiceGravatar Berthold Stoeger
2018-05-16Dive pictures: Don't enter infinity loop on invalid picturesGravatar Berthold Stoeger
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Planner: Make use divemode for consumed gas calculationGravatar Robert C. Helling
2018-05-14Planner: Honor last manual divemodeGravatar Robert C. Helling
2018-05-14Fix divemode detection in plannerGravatar Robert C. Helling
2018-05-14Fix a bug where the bailout events are not saved correctly.Gravatar Willem Ferguson
2018-05-14Adapt the dive planner to do bailoutGravatar Willem Ferguson