aboutsummaryrefslogtreecommitdiffstats
path: root/statistics.c
AgeCommit message (Expand)Author
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
2013-02-03Distinguish the two uses of "Gas Used" for translation purposesGravatar Dirk Hohndel
2013-02-01Clear yearly statistics when closing data fileGravatar Dirk Hohndel
2013-01-31Place Info and Stats page at the top of notebook pageGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-30Display air pressure in the Info notebookGravatar Dirk Hohndel
2013-01-28Make subsurface compile with -DGSEAL_ENABLEGravatar Linus Torvalds
2013-01-24Remove unused variable for unit name in statistics calculationsGravatar Dirk Hohndel
2013-01-24Use actual min and max temperatures in statistics.Gravatar Henrik Brautaset Aronsen
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2012-12-22Add some text in statistics.c for translationGravatar Lubomir I. Ivanov
2012-12-20If no dives are selected, clear the stats widgetGravatar Dirk Hohndel
2012-12-20Show which dives are covered by the statisticsGravatar Dirk Hohndel
2012-12-09Rename on_delete function in statistics.cGravatar Dirk Hohndel
2012-11-11Fix average temperature statisticsGravatar Linus Torvalds
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-28Display air temperature in the info notebook pageGravatar Dirk Hohndel
2012-10-17Translate the SAC value in 'Dive Info'Gravatar Lubomir I. Ivanov
2012-10-17Handle dates and a "calculated plural" in translationsGravatar Dirk Hohndel
2012-10-16Avoid zero degrees Kelvin in yearly statisticsGravatar Henrik Brautaset Aronsen
2012-10-14Improve translationsGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-09-20Fix yearly statistics after 64-bit time changesGravatar Miika Turkia
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-17Merge branch 'defaultfile'Gravatar Dirk Hohndel
2012-09-14Changing Miika's code to avoid global iterGravatar Dirk Hohndel
2012-09-14Improving the yearly statistics codeGravatar Miika Turkia
2012-09-11Display yearly/monthly statisticsGravatar Miika Turkia
2012-09-10Implement Close menu option that allows closing the data fileGravatar Dirk Hohndel
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-21Add helper 'for_each_dive()' dive iteratorGravatar Linus Torvalds
2012-08-20Rework dive selection logicGravatar Linus Torvalds
2012-08-18Change default behavior for Stats to show selected divesGravatar Dirk Hohndel
2012-08-16Stop relying on gtk to track which dives are selectedGravatar Dirk Hohndel
2012-08-14Fix selecting and unselecting summary itemsGravatar Dirk Hohndel
2012-08-14Maintain selected rows when switching between list model and tree modelGravatar Dirk Hohndel
2012-06-30Fix a couple of possible divide-by-zero conditions in statisticsGravatar Linus Torvalds
2012-03-29Fix broken average SAC calculationGravatar Miika Turkia
2012-03-16Show statistics of selected divesGravatar Miika Turkia
2012-01-15Add statistics for longest, shortest, and shallowest diveGravatar Dirk Hohndel