aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2020-09-29cleanup: move function declarations from dive.h to parse.hGravatar Berthold Stoeger
2020-09-29includes: move declaration of set_filename() from dive.h to qthelper.hGravatar Berthold Stoeger
2020-09-13cleanup: move set_dc_nickname() declaration from dive.h to device.hGravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-06Function for "gravity conversion"Gravatar Robert C. Helling
2020-05-22cleanup: constify time_during_dive_with_offset() functionGravatar Berthold Stoeger
2020-05-22cleanup: remove unused function get_dive_n_near()Gravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06core: move picture-related function from dive.c to picture.cGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06cleanup: move copy_cylinders from dive.c to equipment.cGravatar Berthold Stoeger
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01cleanup: move FRACTION macro from dive.h to units.hGravatar Berthold Stoeger
2020-05-01cleanup: move DECOTIMESTEP from dive.h to planner.hGravatar Berthold Stoeger
2020-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10Merge pull request #2737 from Subsurface-divelog/libgitCleanupGravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-10cleanup: remove picture_free()Gravatar Berthold Stoeger
2020-04-10cleanup: remove dive_get_picture_count() functionGravatar Berthold Stoeger
2020-04-09cloud-storage: simplify creation of git authorshipGravatar Dirk Hohndel
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove vintage report_error() function declarationGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-04-07cleanup: move fill_default_cylinder from planner.c to equipment.cGravatar Berthold Stoeger
2020-03-20Core: introduce invalid flag for divesGravatar Berthold Stoeger
2020-03-17cleanup: remove record_dive() functionGravatar Berthold Stoeger
2020-03-10mobile: remove dive::collapsedGravatar Berthold Stoeger
2020-03-06mobile: allow disabling BT support from the command lineGravatar Dirk Hohndel
2020-03-01filter: compile fulltext index on mobileGravatar Berthold Stoeger
2020-03-01filter: index/unindex dives on loading or clearing logsGravatar Berthold Stoeger
2020-03-01filter: add fulltext filtering codeGravatar Berthold Stoeger
2020-02-09Cleanup: remove const bool parameters and return typesGravatar Berthold Stoeger
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2020-01-06desktop UI: create the UI components for editing the salinity.Gravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-26core: add --testqml flag to mobileExecutableGravatar jan Iversen
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-08core: reorder dive structure elements to avoid paddingGravatar Dirk Hohndel
2019-11-08core: add collapsed state to the dive data structureGravatar Dirk Hohndel
2019-10-31Planner: Add option to treat O2 as narcoticGravatar Robert C. Helling
2019-10-26Core: export dive-computer freeing functionGravatar Berthold Stoeger