aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2018-07-21Uninline functions in dive.hGravatar Berthold Stoeger
2018-07-19Undo: remember deleted trip in UndoRemoveDivesFromTrip::undo()Gravatar Berthold Stoeger
2018-07-18Cleanup: rename trip->index to trip->savedGravatar Berthold Stoeger
2018-07-17Cleanup: simplify dive_getUniqID()Gravatar Berthold Stoeger
2018-07-07save-git: allocate user_info members on the heapGravatar Lubomir I. Ivanov
2018-07-03Profile context menu entry to split a diveGravatar Robert C. Helling
2018-06-20equipment: sanitize 'ws_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-20core: add free_samples helperGravatar Dirk Hohndel
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-18core: removed clang warnings from dive.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
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: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Dive pictures: replace picture struct by QStringGravatar 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-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-04-01Dive pictures: Move metadata functions into own translation unitGravatar Berthold Stoeger
2018-03-14Cleanup: constify string arguments in core/dive.cGravatar Berthold Stoeger
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-24Correct comments for struct temperature_t value rangeGravatar Stefan Fuchs
2018-02-12Cleanup: remove declaration of get_error_string()Gravatar Berthold Stoeger
2018-01-31Make report_error() reentrantGravatar Berthold Stoeger
2018-01-20Move function isobaric_counterdiffusion()Gravatar Willem Ferguson
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-11Change return code of string comparison functions to boolGravatar Berthold Stoeger
2018-01-10Unused code: has_hr_data()Gravatar Jan Mulder
2018-01-10Unused code: report_message()Gravatar Jan Mulder
2018-01-10Unused code: remove weightsystems_equal()Gravatar Jan Mulder
2018-01-10Unused code: weekday()Gravatar Jan Mulder
2018-01-10Unused code: remove taglist_equal()Gravatar Jan Mulder
2018-01-10Unused code: remove shift_times()Gravatar Jan Mulder
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-06Trivial: remove redundant declarations of downloadTableGravatar Berthold Stoeger
2018-01-04Turn autogroup from short into boolGravatar Berthold Stoeger
2017-12-28cleanup: correct signature and declare externGravatar Jan Mulder
2017-12-13Enable removal of pictures from different dives at the same momentGravatar Stefan Fuchs
2017-12-11Remove second parameter (bool force) in set_filename()Gravatar Berthold Stoeger
2017-11-27Add debug function dump_cylindersGravatar Stefan Fuchs
2017-11-25Localize global planner stateGravatar Robert C. Helling