index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
statistics.c
Age
Commit message (
Expand
)
Author
2013-01-24
Remove unused variable for unit name in statistics calculations
Dirk Hohndel
2013-01-24
Use actual min and max temperatures in statistics.
Henrik Brautaset Aronsen
2013-01-23
Move more dive computer filled data to the divecomputer structure
Linus Torvalds
2013-01-14
Centralising and redefining values as integers
Jan Schubert
2013-01-11
Add default filename and divelist font to prefs structure
Linus Torvalds
2012-12-22
Add some text in statistics.c for translation
Lubomir I. Ivanov
2012-12-20
If no dives are selected, clear the stats widget
Dirk Hohndel
2012-12-20
Show which dives are covered by the statistics
Dirk Hohndel
2012-12-09
Rename on_delete function in statistics.c
Dirk Hohndel
2012-11-11
Fix average temperature statistics
Linus Torvalds
2012-10-28
Add support for visibility tracking and allow manual entry air temp
Dirk Hohndel
2012-10-28
Display air temperature in the info notebook page
Dirk Hohndel
2012-10-17
Translate the SAC value in 'Dive Info'
Lubomir I. Ivanov
2012-10-17
Handle dates and a "calculated plural" in translations
Dirk Hohndel
2012-10-16
Avoid zero degrees Kelvin in yearly statistics
Henrik Brautaset Aronsen
2012-10-14
Improve translations
Dirk Hohndel
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-09-20
Fix yearly statistics after 64-bit time changes
Miika Turkia
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-17
Merge branch 'defaultfile'
Dirk Hohndel
2012-09-14
Changing Miika's code to avoid global iter
Dirk Hohndel
2012-09-14
Improving the yearly statistics code
Miika Turkia
2012-09-11
Display yearly/monthly statistics
Miika Turkia
2012-09-10
Implement Close menu option that allows closing the data file
Dirk Hohndel
2012-08-26
Do some whitespace cleanup
Linus Torvalds
2012-08-21
Add helper 'for_each_dive()' dive iterator
Linus Torvalds
2012-08-20
Rework dive selection logic
Linus Torvalds
2012-08-18
Change default behavior for Stats to show selected dives
Dirk Hohndel
2012-08-16
Stop relying on gtk to track which dives are selected
Dirk Hohndel
2012-08-14
Fix selecting and unselecting summary items
Dirk Hohndel
2012-08-14
Maintain selected rows when switching between list model and tree model
Dirk Hohndel
2012-06-30
Fix a couple of possible divide-by-zero conditions in statistics
Linus Torvalds
2012-03-29
Fix broken average SAC calculation
Miika Turkia
2012-03-16
Show statistics of selected dives
Miika Turkia
2012-01-15
Add statistics for longest, shortest, and shallowest dive
Dirk Hohndel
2012-01-15
Create separate single dive and total stats pages
Dirk Hohndel
2012-01-15
Separate out single dive statistics and total statistics
Dirk Hohndel
2011-12-31
Define O2 permille for air in one spot
Henrik Brautaset Aronsen
2011-12-09
Use common helper function for the "no cylinder info" case
Linus Torvalds
2011-12-09
Show O2 per cent if given in cylinder info
Miika Turkia
2011-11-09
Fix up the statistics page use of pressure data
Linus Torvalds
2011-11-07
don't use strftime() due to locale issues
Lubomir I. Ivanov
2011-11-04
Don't test for liquid Helium
Dirk Hohndel
2011-11-04
Clear O2/H2 field if there is no tank information
Dirk Hohndel
2011-11-04
Don't display a water temperature of absolute 0 in info/stats page
Dirk Hohndel
2011-11-02
Exclude obviously bogus SAC values from statistics calculations
Dirk Hohndel
2011-11-02
Fix typo that broke min SAC calculation
Dirk Hohndel
2011-11-02
Surface interval is calculated from the END of previous dive
Dirk Hohndel
2011-11-02
Add Info & Stats page to the notebook
Dirk Hohndel