summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Fix bug for CCR dive bailoutGravatar Willem Ferguson
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Read and write divemode changes (xml and git)Gravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Simplify bailout events in the dive logGravatar Willem Ferguson
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Incorporate bailout events in CCR & PSCR gas calculations.Gravatar Willem Ferguson
2018-05-14Core: don't inline rarely used functionGravatar Dirk Hohndel
2018-05-14Android: build fixGravatar Dirk Hohndel
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Small whitespace cleanupGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Dive pictures: refactor image downloaderGravatar Berthold Stoeger
2018-05-13Dive pictures: Import camera iconGravatar Berthold Stoeger
2018-05-13Dive pictures: Move thumbnail-size to Thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: Introduce thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-13Dive pictures: turn SHashedImage class into getHashedImage() functionGravatar Berthold Stoeger
2018-05-13Dive pictures: Convert thumbnailHash to individual filesGravatar Berthold Stoeger
2018-05-13Dive pictures: save thumbnails to individual filesGravatar Berthold Stoeger
2018-05-12Add Qt header so Q_OS_xxx macros workGravatar Dirk Hohndel
2018-05-12DC transport debugging messagesGravatar Dirk Hohndel
2018-05-11BLE: add EON Core and Mares Bluelink to detectionGravatar Dirk Hohndel
2018-05-11iOS: only DC_TRANSPORT_BLE is supportedGravatar Dirk Hohndel
2018-05-07Planner: Unify final ascent rates in plan() and fake_dc()Gravatar Berthold Stoeger
2018-05-07Fix CCR setpoint display bugGravatar Willem Ferguson
2018-05-07Planner: Correctly fill out last_manual_time in fake_dc()Gravatar Berthold Stoeger
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-04-29When looking for gas change events only use thoseGravatar Robert C. Helling
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-27Android: correctly detect the different BT device typesGravatar Dirk Hohndel
2018-04-27Create one function to determine the supported transportsGravatar Dirk Hohndel