aboutsummaryrefslogtreecommitdiffstats
path: root/statistics.c
AgeCommit message (Expand)Author
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-11Ensure gaslist is NULL terminatedGravatar Miika Turkia
2013-12-11Close warning first might be garbageGravatar Anton Lundin
2013-12-08Make local helpers staticGravatar Anton Lundin
2013-11-30Fix a crash when no trip existsGravatar Miika Turkia
2013-11-29Rewrite is_gas_used to use get_cylinder_indexGravatar Anton Lundin
2013-11-27Only return gas volumes for gases usedGravatar Anton Lundin
2013-11-24Bugfix crash in trip statistics for non trip divesGravatar Anton Lundin
2013-11-23Adding trip based statisticsGravatar Miika Turkia
2013-11-21Fix a couple of warningsGravatar Dirk Hohndel
2013-11-19Do per cylinder statisticsGravatar Anton Lundin
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-20Get rid of compiler warning on format stringsGravatar Miika Turkia
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-06Make is_gas_used work with SAMPLE_EVENT_GASCHANGEGravatar Anton Lundin
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-03Bugfix typo in get_gas_usedGravatar Anton Lundin
2013-06-19Improve readability of yearly statisticsGravatar Dirk Hohndel
2013-06-12Show EANxx for Nitrox in info tabGravatar Dirk Hohndel
2013-05-31List only the gases used in the Info tabGravatar Dirk Hohndel
2013-05-19Continue populating the DiveInfo tabGravatar Dirk Hohndel
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-14Add tag for deco divesGravatar Dirk Hohndel
2013-05-06Start populating the maintab Dive Info widgetGravatar Dirk Hohndel
2013-04-15Separate Gtk related code from core logic: statisticsGravatar Dirk Hohndel
2013-04-14Separate Gtk related code from core logic: statisticsGravatar Dirk Hohndel
2013-04-10Add four more tagsGravatar Dirk Hohndel
2013-04-09Automatically show Freshwater tag (but don't set it)Gravatar Dirk Hohndel
2013-04-09Add tags for night and freshwaterGravatar Henrik Brautaset Aronsen
2013-04-09Add lake and river to the list of supported tagsGravatar Pierre-Yves Chibon
2013-04-09Store the tag names instead of an opaque numberGravatar Dirk Hohndel
2013-04-09Add dive tags and support invalid divesGravatar Ďoďo
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
2013-03-28Use the new get_o2()/get_he() helper functions more widelyGravatar Linus Torvalds
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-25Take incompressibility of gas into account at higher pressuresGravatar Linus Torvalds
2013-02-23statistics.c: Fix a potential compiler bug triggered in gcc 3.4.5Gravatar Lubomir I. Ivanov
2013-02-23statistics.c: Added missing translation of "<unit>/min"Gravatar Lubomir I. Ivanov
2013-02-18Clear statistics and equipment when no dive is selectedGravatar Dirk Hohndel
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-09Move duration to dive structure and replace accessor functionGravatar Dirk Hohndel
2013-02-09Add a meandepth to the dive structureGravatar Dirk Hohndel
2013-02-09Show the actice divecomputer's data in the Info notebookGravatar Dirk Hohndel
2013-02-08Add maxdepth back to the dive structureGravatar Dirk Hohndel
2013-02-08Improve calculation of maxtemp and mintemp of diveGravatar Dirk Hohndel
2013-02-08Simplify/clarify the get_surface_pressure_in_mbar() functionGravatar Linus Torvalds
2013-02-09Clean up the handling of surface pressureGravatar Dirk Hohndel
2013-02-08Duration of a dive is the maximum duration from all divecomputersGravatar Dirk Hohndel