aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2019-07-14Fix cylinder gas type saving when we have bogus gas use dataGravatar Linus Torvalds
2019-06-19Cleanup: remove unused function find_dive_includingGravatar Berthold Stoeger
2019-06-19Cleanup: move gas-functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused macro FOR_EACH_PICTURE_NON_PTRGravatar Berthold Stoeger
2019-06-19Cleanup: move unit-related functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move TRIP_THRESHOLD into divelist.cGravatar Berthold Stoeger
2019-06-19Cleanup: create equipment.h headerGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused function dump_taglist()Gravatar Berthold Stoeger
2019-05-20Core: let count_divecomputers() operate on an arbitrary diveGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-11Dive site: create new dive site at location from GPS dataGravatar Berthold Stoeger
2019-05-11Cleanup: remove for_each_gps_location macroGravatar Berthold Stoeger
2019-04-13Add export option to export dive sites.Gravatar Doug Junkins
2019-04-12Undo: update cylinder and weight models on pasteGravatar Berthold Stoeger
2019-04-12Core: introduce taglist_copy() functionGravatar Berthold Stoeger
2019-04-12Pedantic: K are an absolute scale, which are not given in degreesGravatar Berthold Stoeger
2019-04-12Dive site: inform model of dive site addition / deletionGravatar Berthold Stoeger
2019-04-12Cleanup: autogenerate remove_dive() and remove_trip()Gravatar Berthold Stoeger
2019-04-12Cleanup: rename unregister_trip() to remove_trip()Gravatar Berthold Stoeger
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-12Cleanup: move declaration of get_stylesheet() to qthelper.hGravatar Berthold Stoeger
2019-04-12Cleanup: remove "libxml/tree.h" include from "dive.h"Gravatar Berthold Stoeger
2019-04-12Cleanup: move parse-function declarations out of "dive.h"Gravatar Berthold Stoeger
2019-04-12Cleanup: remove "sha1.h" include in "dive.h"Gravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-03-17Core: remove variable name conflictGravatar Dirk Hohndel
2019-02-28Cleanup: make dive_set_geodata_from_picture() local to dive.cGravatar Berthold Stoeger
2019-01-09Import: add trip_table argument to DiveImportedModel::repopulate()Gravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar 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: Rename functions to more generic namesGravatar 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-29Initial support for Shearwater CloudGravatar Miika Turkia
2018-12-17Import: unglobalize downloadTableGravatar Berthold Stoeger
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-23Cleanup: remove redundant 'extern "C"' in dive.hGravatar Berthold Stoeger
2018-11-23Filter: use hidden_by_filter also on mobileGravatar Berthold Stoeger