index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
profile.c
Age
Commit message (
Expand
)
Author
2017-10-08
VPM-B profile: calculate parameters when in planner mode
Rick Walsh
2017-10-04
When finding deepest ceiling, do not round to multiples of 3m
Robert C. Helling
2017-10-01
VPM-B profile: initialize first_ceiling_pressure
Rick Walsh
2017-10-01
More VPMB state in special structure
Robert C. Helling
2017-09-15
Properly clear sensor pressure data for synthetic plotinfo entries
Linus Torvalds
2017-09-13
Make the info window show all the pressures we have
Linus Torvalds
2017-08-26
Remove some unused variables
Dirk Hohndel
2017-07-30
For more manual gas pressure details
Linus Torvalds
2017-07-30
Fix another cylinder pressure plotting special case
Linus Torvalds
2017-07-28
Fix manual pressures for cylinders with no gas switches
Linus Torvalds
2017-07-28
Calculate momentary SAC rates with the right gases
Linus Torvalds
2017-07-28
Use the right gasmix for deco calculations
Linus Torvalds
2017-07-27
Profile support for multiple concurrent pressure sensors
Linus Torvalds
2017-07-21
Start cleaning up sensor indexing for multiple sensors
Linus Torvalds
2017-07-20
Unify sample pressure and o2pressure as pressure[2] array
Linus Torvalds
2017-06-22
Preserve VPM-B state in profile display
Robert C. Helling
2017-05-27
Fix some warnings
Dirk Hohndel
2017-05-26
Gas denisity display improvement
Robert C. Helling
2017-05-26
Compute and display gas density
Robert C. Helling
2017-05-26
Adopt planner state caching to new struct
Robert C. Helling
2017-05-26
Assemble global state of planner in a struct
Robert C. Helling
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-13
Safetystop > Safety stop
Martin Měřinský
2017-03-11
Merge branch 'master' of https://github.com/dje29/subsurface
Dirk Hohndel
2017-03-11
unkn > unknown
Martin Měřinský
2017-03-11
SAC: %.*f%s/min versus SAC:%.*f %s
Martin Měřinský
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2017-03-08
Change calls to rint into lrint avoiding conversion warnings
Jeremie Guichard
2017-03-04
heartrate, heartbeat > heart rate
Martin Měřinský
2017-01-06
Fix deco_mode confusion
Robert C. Helling
2016-10-27
ToolTipItem: show gf line based on correct gradient factor preferences
Rick Walsh
2016-07-18
Show SAC rate when using the ruler
Dirk Hohndel
2016-06-01
Make sure all dive computer events are represented in the plot_info data
Linus Torvalds
2016-04-20
Don't calculate the 9 minute average
Dirk Hohndel
2016-04-20
Only do 9 minute interval for min/max/avg
Dirk Hohndel
2016-04-20
Fix 3-, 6- and 9-minute min/max calculations
Linus Torvalds
2016-04-11
VPM-B profile: declare CVA iteration variables within each loop
Rick Walsh
2016-04-11
Fix time of first ceiling calculation
Robert C. Helling
2016-04-04
Make gas change events always have a cylinder index
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel