aboutsummaryrefslogtreecommitdiffstats
path: root/core/divelist.c
AgeCommit message (Expand)Author
2018-05-28Don't compute SAC if total gas use is unknownGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Small whitespace cleanupGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-12dump_tissues: fix missing 'struct deco_state' argumentGravatar Lubomir I. Ivanov
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Unused code: remove trip_has_selected_dives()Gravatar Jan Mulder
2018-01-08Move resetting of current file out of clear_dive_file_data()Gravatar Berthold Stoeger
2018-01-04Turn autogroup from short into boolGravatar Berthold Stoeger
2018-01-04mark_divelist_changed(): only update title if necessaryGravatar Berthold Stoeger
2018-01-04Turn dive_list_changed into boolGravatar Berthold Stoeger
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-10-18CNS calculation fixGravatar Stefan Fuchs
2017-10-18init_deco correctly identify previous dives and report overlapping divesGravatar Stefan Fuchs
2017-10-01Use helper function dive_endtime() where apropriateGravatar Stefan Fuchs
2017-07-28Use the right gasmix for deco calculationsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-02-10Reset VPM-B state between repetitive divesGravatar Robert C. Helling
2017-02-03Revert "In statistics, ignore gas use of planned dives"Gravatar Dirk Hohndel
2017-02-02In statistics, ignore gas use of planned divesGravatar Robert C. Helling
2017-02-01Initialize the surface timeGravatar Robert C. Helling
2017-01-03Display surface interval in diveplanGravatar Robert C. Helling
2016-12-26Indicate a repetitive dive in the diveplanGravatar Robert C. Helling
2016-06-11Fix logic for presaturationGravatar Robert C. Helling
2016-04-29Extend time parsing to before 1970Gravatar Linus Torvalds
2016-04-14Add helper to find the dive closest to a given timeGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel