summaryrefslogtreecommitdiffstats
path: root/core/divelist.c
AgeCommit message (Expand)Author
2021-08-19Planner: Correctly compute CNS and OTU for bailout segmentsGravatar Robert C. Helling
2021-08-18Clean up divecomputer 'device' handlingGravatar Linus Torvalds
2021-03-31core: initialize dive selection after resetting the dataGravatar Berthold Stoeger
2021-03-12Use PSCR gas when computing O2 toxicityGravatar Robert C. Helling
2021-02-26Get O2 right in bailout modeGravatar Robert C. Helling
2021-02-26Fix pO2 for CCR at shallow depthsGravatar Robert C. Helling
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to clear_deco()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to add_segment()Gravatar Berthold Stoeger
2021-01-20cleanup: constify init_decompression()Gravatar Berthold Stoeger
2020-12-29filter: move shown_dive from divelist.c to divefilter.cppGravatar Berthold Stoeger
2020-12-29filter: reset shown_dives in filterGravatar Berthold Stoeger
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-10-31core: on import remove merged dives from trip/divesiteGravatar Berthold Stoeger
2020-10-25cleanup: move interpolate inline function to its own header fileGravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-25cleanup: move mark_divelist_changed() to qmlmanager.cppGravatar Berthold Stoeger
2020-10-24cleanup: rename set_dc_nickname() to add_devices_of_dive()Gravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-17cleanup: rename clear_device_nodes() to clear_device_table()Gravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-09-29filter: add primitive filter presetsGravatar Berthold Stoeger
2020-08-17core: fix dive renumbering logic on importGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-03selection: introduce clear_selection() functionGravatar Berthold Stoeger
2020-05-02cleanup: remove unused function append_dive()Gravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-24cleanup: move clearing of event names to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24cleanup: move clearing of device nodes to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-13divelist: when removing/adding a dive unregister/register fulltextGravatar Berthold Stoeger
2020-04-13Remove extra argument and add a testGravatar Robert C. Helling
2020-04-08fulltext: rename fulltext_reload() to fulltext_populate()Gravatar Berthold Stoeger
2020-03-20Core: consider invalid flag when adding divesGravatar Berthold Stoeger
2020-03-01filter: compile fulltext index on mobileGravatar Berthold Stoeger
2020-03-01filter: index/unindex dives on loading or clearing logsGravatar Berthold Stoeger
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2019-12-04Cleanup: remove superfluous includes from core/divelist.cGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-11-19Filter: move num_shown logic from model to coreGravatar Berthold Stoeger
2019-11-19Filter: move number of shown dives to coreGravatar Berthold Stoeger
2019-11-16Cleanup: move clearing of current_dive into clear_dive_file_data()Gravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-10-28Cleanup: avoid dereferencing NULLGravatar Dirk Hohndel
2019-10-28Cleanup: prevent NULL dereferenceGravatar Dirk Hohndel
2019-10-02Core: implement move functions for dive and dive_site tableGravatar Berthold Stoeger
2019-08-28Fix new CNS calculation - remove error with factor of 10Gravatar Stefan Fuchs
2019-08-20Replace table interpolation by two line fit for CNSGravatar Robert C. Helling
2019-08-04Cleanup: use clear_git_id() instead of setting saved_git_idGravatar Berthold Stoeger