summaryrefslogtreecommitdiffstats
path: root/core/dive.c
AgeCommit message (Expand)Author
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-07Merge extra_data list when merging two dives of the same dive computerGravatar Linus Torvalds
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-03-19Misc: replace some FIXME commentsGravatar Dirk Hohndel
2019-02-28Cleanup: make dive_set_geodata_from_picture() local to dive.cGravatar Berthold Stoeger
2019-01-09Import: merge dives trip-wiseGravatar Berthold Stoeger
2019-01-08Filter for logged/planned divesGravatar Robert C. Helling
2019-01-08Helper function to determined planned divesGravatar Robert C. Helling
2018-12-17Core: remove count_dives_with_*() functionsGravatar Berthold Stoeger
2018-12-14Cleanup: remove split_dive_*() functionsGravatar Berthold Stoeger
2018-12-13Dive media: add media to closest diveGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-20Core: remove ASSIGNED_TRIP trip flagGravatar Berthold Stoeger
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-30Fixed get_gas_at_time for equal timesGravatar Robert C. Helling
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-23Core: export free_picture()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-16Core: use free_dc_contents() in delete_current_divecomputer()Gravatar Berthold Stoeger
2018-10-16Core: copy / free serial and fw_version items of struct divecomputerGravatar Berthold Stoeger
2018-10-16Core: copy and free extra_data of dive computer structureGravatar Berthold Stoeger
2018-10-15Core: fix broken commit e5dca8228eGravatar Berthold Stoeger
2018-10-15Cleanup: remove apparently dead code in sanitize_cylinder_type()Gravatar Berthold Stoeger
2018-10-15Core: copy whole list in copy_dc_renumber()Gravatar Berthold Stoeger
2018-10-15Dive list: make deep copy of picture list on mergeGravatar Berthold Stoeger
2018-10-15Dive list: fix crash on dive importGravatar Berthold Stoeger
2018-10-13Dive site: un-globalize displayed_dive_siteGravatar Berthold Stoeger
2018-10-11Undo: don't modify source-dives on mergeGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger
2018-10-06Import: remove dive->downloaded logicGravatar Berthold Stoeger
2018-09-29Cleanup: split out free_dive() function from delete_single_dive()Gravatar Berthold Stoeger
2018-09-19Dive media: on import read metadata only onceGravatar Berthold Stoeger
2018-09-19Cleanup: make surface sample in merge_one_sample() non-staticGravatar Berthold Stoeger
2018-09-11cleanup[2/6]: remove set_userid()Gravatar Jan Mulder
2018-09-10Profile: fix SAC calculation for air divesGravatar Berthold Stoeger
2018-09-07Cleanup: constify get_units()Gravatar Berthold Stoeger
2018-08-25Merge branch 'filter8' of https://github.com/bstoeger/subsurfaceGravatar Dirk Hohndel
2018-08-23Cleanup: const-ify functions taking dives and divecomputersGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify parameters to trivial accessor functionsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: unify get_gas_at_time() and get_gasmix()Gravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-08-14Filter: constify doFilter() argumentGravatar Berthold Stoeger
2018-07-21Uninline functions in dive.hGravatar Berthold Stoeger