aboutsummaryrefslogtreecommitdiffstats
path: root/core/divelist.c
AgeCommit message (Expand)Author
2019-03-05Import: fix infinite loopGravatar Berthold Stoeger
2019-02-28Cleanup: move get_divesite_idx() to divesite.cGravatar Berthold Stoeger
2019-01-19Import: control process_imported_dives() by flagsGravatar Berthold Stoeger
2019-01-19Import: don't add to new trip while downloadingGravatar Berthold Stoeger
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-19Dive import: fix logic of process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: split process_imported_dives() functionGravatar Berthold Stoeger
2019-01-09Core: don't copy dive-id on merge diveGravatar Berthold Stoeger
2019-01-09Import: add merge_all_trips parameter to process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: merge dives trip-wiseGravatar Berthold Stoeger
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2019-01-09Core: keep trips in table(s)Gravatar Berthold Stoeger
2019-01-09Core: fix dump_trip_list() functionGravatar Berthold Stoeger
2019-01-09Core: macroize dive_table functionsGravatar Berthold Stoeger
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2019-01-09Cleanup: Make add_dive_to_table local to divelist.cGravatar Berthold Stoeger
2019-01-09Dive list: add table parameter to autogroup_dives()Gravatar Berthold Stoeger
2019-01-09Core: move autogroup() into divelist.cGravatar Berthold Stoeger
2018-12-23Cleanup: remove unused parameter was_autogenGravatar Berthold Stoeger
2018-12-17Import: unglobalize downloadTableGravatar Berthold Stoeger
2018-12-14Cleanup: detangle unregister_dive() and delete_single_dive()Gravatar Berthold Stoeger
2018-12-14Core: don't remove dive from trip in add_dive_to_trip()Gravatar Berthold Stoeger
2018-12-14Cleanup: remove merge_two_dives() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove remove_autogen_trips() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove combine_trips() functionGravatar Berthold Stoeger
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger
2018-11-22Improve OTU calculationsGravatar willemferguson
2018-11-21Core: fix crash concerning removal of dives from tripsGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-20Core: remove ASSIGNED_TRIP trip flagGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Dive list: move sort-functionality into coreGravatar Berthold Stoeger
2018-11-18Dive list: implement trip_less_than functionGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-18Core: add add_dive_to_table() functionGravatar Berthold Stoeger
2018-11-18Core: unify insert_trip() and insert_trip_dont_merge()Gravatar Berthold Stoeger
2018-11-16Dive list: use dive trip time as additional sort criterionGravatar Berthold Stoeger
2018-11-16More accurate CNS calculations (following comments on github)Gravatar willemferguson
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-25core: add seperate number of dives shown to the trip structureGravatar Dirk Hohndel
2018-10-23Core: accept NULL-pointer in free_trip() and free_divesite()Gravatar Berthold Stoeger
2018-10-15Selection: always make newly selected dive the current diveGravatar Berthold Stoeger
2018-10-15Dive import: reset current_dive in process_imported_dives()Gravatar Berthold Stoeger
2018-10-15Dive import: remove dive-to-be added from trip before deletionGravatar Berthold Stoeger
2018-10-14Cleanup: constify get_dive_gas() and get_dive_gas_string()Gravatar Berthold Stoeger
2018-10-14Cleanup: free all data in clear_table()Gravatar Berthold Stoeger
2018-10-14Cleanup: move clear_table() to divesite.cGravatar Berthold Stoeger
2018-10-14Cleanup: remove rebasing artefactsGravatar Berthold Stoeger
2018-10-14Autogroup only when selectedGravatar Jan Mulder