summaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2015-10-18Mention Shearwater NerdGravatar Robert C. Helling
2015-10-07Take dive's temperature into account for min/max tempGravatar Miika Turkia
2015-10-06Force split dives attributes update.Gravatar Giorgio Marzano
2015-10-06Reset some more values in split_dive_at()Gravatar Dirk Hohndel
2015-10-06Fix wrong max depth value in split divesGravatar Giorgio Marzano
2015-10-04In free dive mode split dives with only a 10 second surface intervalGravatar Dirk Hohndel
2015-10-04Don't use the same variable name for loop and temp storageGravatar Dirk Hohndel
2015-10-03Avoid resource leak by bailing earlyGravatar Dirk Hohndel
2015-10-03Don't keep all the split dives invisibly selectedGravatar Dirk Hohndel
2015-10-03Don't delete the trip when splitting the only dive in a tripGravatar Dirk Hohndel
2015-10-02Avoid negative array indexGravatar Dirk Hohndel
2015-10-01Add support to "split" a dive with surface time in the middleGravatar Linus Torvalds
2015-09-30Don't merge manually added divesGravatar Dirk Hohndel
2015-09-27Don't use surface sample data for cylinder beginning/endGravatar Linus Torvalds
2015-09-22Be much more careful about merging divesGravatar Linus Torvalds
2015-09-17Hash images upon loading divelog file rather than when loading imageGravatar Robert C. Helling
2015-09-11Add checkbox to force images to match divesGravatar Robert C. Helling
2015-08-25Make created dive site uuid deterministicGravatar Dirk Hohndel
2015-07-05Add simple test for the dive plannerGravatar Dirk Hohndel
2015-06-24Rewrite GPS fix matching code for imports from our webserviceGravatar Dirk Hohndel
2015-06-21Comparing the address of a member to 0 is pointlessGravatar Dirk Hohndel
2015-06-21Prevent possible null pointer dereferenceGravatar Dirk Hohndel
2015-06-17Make sure cylinder related data is filled when dives are readGravatar Dirk Hohndel
2015-06-17Store the user's unit preferences in git storageGravatar Dirk Hohndel
2015-05-02Tag list handling: add two new helpersGravatar Dirk Hohndel
2015-04-24Allow images to be added via the webGravatar Robert C. Helling
2015-04-24Don't load images too oftenGravatar Robert C. Helling
2015-04-24Cleaning up variable names in image loadingGravatar Robert C. Helling
2015-04-23When deleting a cylinder, adapt gas changesGravatar Dirk Hohndel
2015-04-02Only do safety stop of dive has at least max depth of 10mGravatar Robert C. Helling
2015-03-16When loading an image with geodata create a divesite when the dive has none.Gravatar Robert C. Helling
2015-03-16Fixed dive_set_geodata_from_picture segfault.Gravatar Jan Darowski
2015-03-15Refactored image timestamp checking.Gravatar Jan Darowski
2015-03-10Import Datatrak/WLog filesGravatar Salvador Cuñat
2015-02-27Add hashes to imagesGravatar Robert C. Helling
2015-02-13Allow editing of dive sitesGravatar Dirk Hohndel
2015-02-12Switch from locations to dive sites in dive.cGravatar Dirk Hohndel
2015-02-10These pO2 samples exist in both the Predator and the PetrelGravatar Dirk Hohndel
2015-02-10Be a bit more careful when deleting pO2 valuesGravatar Robert C. Helling
2015-02-10Only update tags in the selected dives if they were changedGravatar Dirk Hohndel
2015-02-07Deal with setpoints in samples when switching a dive from CCR to OCGravatar Dirk Hohndel
2015-02-02Do not reorder pictures when savingGravatar Miika Turkia
2015-01-30Merge pictures when downloading additional DCGravatar Miika Turkia
2015-01-28Don't let the oxygen partial pressure drop below 0.Gravatar Robert C. Helling
2015-01-20Don't divide 0/0 when using a PSCR with 100% oxygenGravatar Robert C. Helling
2015-01-20Use SAC from preferences for PSCR oxygen dropGravatar Robert C. Helling
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-10Add setpoint events according to divetypeGravatar Robert C. Helling
2015-01-10Maintab combobox to set dive typeGravatar Robert C. Helling
2015-01-10Prepare for PSCR calculationsGravatar Robert C. Helling