aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2018-11-12Cleanup: remove unsused flags in struct dive_tripGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-25core: add seperate number of dives shown to the trip structureGravatar Dirk Hohndel
2018-10-23Core: export free_picture()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-15Cleanup: make xml_parsing_units local to parse-xml.cGravatar Berthold Stoeger
2018-10-14Cleanup: move clear_table() to divesite.cGravatar Berthold Stoeger
2018-10-13Dive site: un-globalize displayed_dive_siteGravatar Berthold Stoeger
2018-10-11Dive list: unify sorting in core and Qt-modelGravatar Berthold Stoeger
2018-10-11Undo: don't modify source-dives on mergeGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Core: introduce insert_trip_dont_merge() functionGravatar 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-11Undo: implement undo of manual dive-creationGravatar Berthold Stoeger
2018-10-11Undo: fix multi-level undo of delete-dive and remove-dive-from-tripGravatar Berthold Stoeger
2018-10-06Core: remove dive->downloaded flagGravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-09-29Cleanup: split out free_dive() function from delete_single_dive()Gravatar Berthold Stoeger
2018-09-28Cleanup: remove redundant prototypes from dive.hGravatar Berthold Stoeger
2018-09-19Dive media: on import read metadata only onceGravatar Berthold Stoeger
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
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-23Cleanup: const-ify functions taking dives and divecomputersGravatar Berthold Stoeger
2018-08-23Parse: pass dive_table argument to parse_file()Gravatar Berthold Stoeger
2018-08-23Cleanup: user properly typed pointersGravatar 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-07-21Uninline functions in dive.hGravatar Berthold Stoeger
2018-07-19Undo: remember deleted trip in UndoRemoveDivesFromTrip::undo()Gravatar Berthold Stoeger
2018-07-18Cleanup: rename trip->index to trip->savedGravatar Berthold Stoeger
2018-07-17Cleanup: simplify dive_getUniqID()Gravatar Berthold Stoeger
2018-07-07save-git: allocate user_info members on the heapGravatar Lubomir I. Ivanov
2018-07-03Profile context menu entry to split a diveGravatar Robert C. Helling
2018-06-20equipment: sanitize 'ws_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-20core: add free_samples helperGravatar Dirk Hohndel
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-18core: removed clang warnings from dive.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Implement get_divemode() to find the divemode at a particular timeGravatar Willem Ferguson
2018-05-14Read and write divemode changes (xml and git)Gravatar Willem Ferguson
2018-05-14Simplify the bailout detection functions.Gravatar Willem Ferguson
2018-05-14Simplify bailout events in the dive logGravatar Willem Ferguson
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson