aboutsummaryrefslogtreecommitdiffstats
path: root/statistics.c
AgeCommit message (Expand)Author
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
2012-01-15Create separate single dive and total stats pagesGravatar Dirk Hohndel
2012-01-15Separate out single dive statistics and total statisticsGravatar Dirk Hohndel
2011-12-31Define O2 permille for air in one spotGravatar Henrik Brautaset Aronsen
2011-12-09Use common helper function for the "no cylinder info" caseGravatar Linus Torvalds
2011-12-09Show O2 per cent if given in cylinder infoGravatar Miika Turkia
2011-11-09Fix up the statistics page use of pressure dataGravatar Linus Torvalds
2011-11-07don't use strftime() due to locale issuesGravatar Lubomir I. Ivanov
2011-11-04Don't test for liquid HeliumGravatar Dirk Hohndel
2011-11-04Clear O2/H2 field if there is no tank informationGravatar Dirk Hohndel
2011-11-04Don't display a water temperature of absolute 0 in info/stats pageGravatar Dirk Hohndel
2011-11-02Exclude obviously bogus SAC values from statistics calculationsGravatar Dirk Hohndel
2011-11-02Fix typo that broke min SAC calculationGravatar Dirk Hohndel
2011-11-02Surface interval is calculated from the END of previous diveGravatar Dirk Hohndel
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel