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
/
dive.c
Age
Commit message (
Expand
)
Author
2012-10-17
dive.c: set some of units for localization
Lubomir I. Ivanov
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-10-02
fixup_dive(): move the add_* calls before a possible return
Lubomir I. Ivanov
2012-09-29
Correctly handle merging dives that are part of a trip
Dirk Hohndel
2012-09-19
Partial rewrite of the dive trip code
Dirk Hohndel
2012-09-18
Fix some of the problems reported by cppcheck
Dirk Hohndel
2012-08-29
Fix profile and average depth for freedives
Mikko Rasa
2012-08-18
Make fixup_divep robust against insane dive times
Linus Torvalds
2012-08-17
Merge branch 'misc-fixes' of git://github.com/DataBeaver/subsurface
Linus Torvalds
2012-08-14
Add exposure protection tracking
Dirk Hohndel
2012-08-07
Add total weight column to divelist
Dirk Hohndel
2012-08-06
Fill the list of weightsystems from data in existing dives
Dirk Hohndel
2012-07-31
Improved depth info for dives without samples
Mikko Rasa
2012-01-05
Oddly, finishing a sample doesn't require a sample
Dirk Hohndel
2011-12-30
Move the gasmix cleanups from XML parsing to the generic dive fixup stage
Linus Torvalds
2011-12-07
Add typical 0 to 5 star rating for dives
Dirk Hohndel
2011-11-19
Remove redundant linear sample tank pressure data
Dirk Hohndel
2011-11-17
Remove redundant duplicate pressure samples
Linus Torvalds
2011-11-10
Make the sample-vs-cylinder pressure check more liberal
Linus Torvalds
2011-11-09
Don't save cylinder start/end pressures unless set by hand
Linus Torvalds
2011-11-01
Use unit functions to get column headers, add unit function for pressure
Dirk Hohndel
2011-11-01
More consistency improvements
Dirk Hohndel
2011-11-01
Add new helper function to get temperature and unit
Dirk Hohndel
2011-10-25
Remember the event names as we encounter them
Dirk Hohndel
2011-10-23
Add completions to the dive location, buddy and divemaster entries
Linus Torvalds
2011-10-22
Add cylinder data to cylinder model as we record each dive
Linus Torvalds
2011-10-19
Don't overwrite the end pressure with sample data if one already exists
Linus Torvalds
2011-10-04
Make the dive merging code more tolerant
Dirk Hohndel
2011-09-29
Yes Linus, gas pressure can indeed go up during a dive
Dirk Hohndel
2011-09-22
Merge latitude and longitude data properly
Linus Torvalds
2011-09-22
Merge dive events correctly too
Linus Torvalds
2011-09-22
Start handling dive events
Linus Torvalds
2011-09-22
Properly merge dive buddies and divemaster information
Linus Torvalds
2011-09-21
Add helper function for doing depth unit calculations
Linus Torvalds
2011-09-20
Separate out the UI from the program logic
Dirk Hohndel
2011-09-12
Plot a sick kind of temperature curve
Linus Torvalds
2011-09-12
Abstract out dive/sample allocation a bit
Linus Torvalds
2011-09-12
Avoid using type 'gasmix_t': use 'struct gasmix' instead
Linus Torvalds
2011-09-05
Report errors when opening files
Nathan Samson
2011-09-05
Sanitize and fix cylinder pressure overview
Linus Torvalds
2011-09-04
Clean up 'fixup_dive()' a bit
Linus Torvalds
2011-09-04
Generate date string for the dive list dynamically
Linus Torvalds
2011-09-04
Merge branch 'compiler-warning' of https://github.com/nathansamson/diveclog
Linus Torvalds
2011-09-04
Remove redundant temperature readings
Linus Torvalds
2011-09-04
Removed the unused startemp and enttemp calculations. This fixes a compiler w...
Nathan Samson
2011-09-03
Merge https://github.com/mrjbq7/diveclog
Linus Torvalds
2011-09-03
Do better cylinder information management
Linus Torvalds
2011-09-03
dive.c: Fix spelling.
John Benediktsson
2011-09-03
Only update mean/max depths with computed ones if they are way off
Linus Torvalds
2011-09-03
Add various dive fixups, and show pressure (if any) in the plot
Linus Torvalds