aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
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
2015-01-03Extend SAMPLE_EVENT_GASCHANGE2 to have cylinder index in 'flags' fieldGravatar Linus Torvalds
2015-01-02Partial revert of commit 6cf3787a0ed1Gravatar Dirk Hohndel
2014-12-30Prevent holes in cylinder list when copying used onesGravatar Robert C. Helling
2014-12-21Revert "Free tag lists propperly"Gravatar Dirk Hohndel
2014-12-18Free any previous userid before setting newGravatar Anton Lundin
2014-12-18Free tag lists propperlyGravatar Anton Lundin
2014-12-12Prevent 0/0 in partial pressure calculationGravatar Robert C. Helling
2014-12-12Don't rely on malloc to return NULL for zero sizeGravatar Anton Lundin
2014-12-12Initialize alloc_samples in copy_samplesGravatar Anton Lundin
2014-11-22Check error code of get_cylider_idx_by_use()Gravatar Robert C. Helling
2014-11-21Update fixup_pressure to calculate CCR oxygen cylinderpressuresGravatar Willem Ferguson
2014-11-20Prevent garbage from being saved in the userid fieldGravatar Dirk Hohndel
2014-11-17Allow translation of the cylinder use strings for the UIGravatar Dirk Hohndel
2014-11-17Add helper function to translate cylinder use text to matching idxGravatar Dirk Hohndel
2014-11-17For CCR dives, the diluent cylinder is the current cylinderGravatar Robert C. Helling
2014-11-17Continue cleanup of string copying in equipmentGravatar Dirk Hohndel
2014-11-17Fix per_cylinder_mean_depth calculation for CCRGravatar Dirk Hohndel
2014-11-16Load and save the dc type for CCR divesGravatar Dirk Hohndel
2014-11-16Save CCR cylinder use in XML and gitGravatar Dirk Hohndel