summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2012-09-11Use GTK_UNIT_INCH when printing to provide consistency across OSGravatar Lubomir I. Ivanov
2012-08-29Fix profile and average depth for freedivesGravatar Mikko Rasa
2012-08-28Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurfaceGravatar Linus Torvalds
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-22plot the time with a fixed padding (leading zero)Gravatar Maximilian Güntner
2012-08-22Merge branch 'master' into freediving-tweaksGravatar Maximilian Güntner
2012-08-20Rework dive selection logicGravatar Linus Torvalds
2012-08-18Make fill_missing_tank_pressures robust against missing cylinder infoGravatar Linus Torvalds
2012-08-17Merge branch 'misc-fixes' of git://github.com/DataBeaver/subsurfaceGravatar Linus Torvalds
2012-08-16Fix right click edit in Dive Notes area for multiple divesGravatar Dirk Hohndel
2012-07-31Improved depth info for dives without samplesGravatar Mikko Rasa
2012-06-11updated/corrected commentGravatar Maximilian Güntner
2012-06-11added "Zoom" button and improved scalingGravatar Maximilian Güntner
2012-06-09fixed indentationGravatar Maximilian Güntner
2012-06-09use increments that make sense for 600 secondsGravatar Maximilian Güntner
2012-06-08Plot shorter (apnea) dives with a reasonable scaleGravatar Maximilian Güntner
2012-01-05More removal of unused argumentsGravatar Dirk Hohndel
2011-12-12Small improvement to plot info debugging codeGravatar Dirk Hohndel
2011-12-06Merge branch 'grid-to-back' of git://github.com/henrik242/subsurfaceGravatar Linus Torvalds
2011-12-06Move depth/time grid backGravatar Henrik Brautaset Aronsen
2011-12-01Remove commented codeGravatar Henrik Brautaset Aronsen
2011-12-01Clean up color definitionsGravatar Henrik Brautaset Aronsen
2011-11-28Define all colors in one placeGravatar Henrik Brautaset Aronsen
2011-11-28Prettier profile colorsGravatar Henrik Brautaset Aronsen
2011-11-21Don't colorize the pressure plot when printingGravatar Dirk Hohndel
2011-11-21Add debugging function to dump tank pressure tracking dataGravatar Dirk Hohndel
2011-11-20Do proper rounding in interpolated pressure calculationsGravatar Linus Torvalds
2011-11-20Revert "Correctly plot the tank end pressure if it was set manually"Gravatar Linus Torvalds
2011-11-19Fix error when gaschange event is one second before next sampleGravatar Dirk Hohndel
2011-11-19Correctly plot the tank end pressure if it was set manuallyGravatar Dirk Hohndel
2011-11-19Make pressure plot shading by sac rate consistentGravatar Dirk Hohndel
2011-11-19Improve tank pressure sac coloringGravatar Dirk Hohndel
2011-11-19Be more consistent in our handling of rgb value tablesGravatar Dirk Hohndel
2011-11-18Color tank pressure plot based on relative sacGravatar Dirk Hohndel
2011-11-17Color pressure plot according to current SAC rateGravatar Dirk Hohndel
2011-11-09This should fix the missing end pressure for broken dive computersGravatar Dirk Hohndel
2011-11-09Remove unused 'minpressure/endpressure' fields from plot infoGravatar Linus Torvalds
2011-11-09Merge branch 'bugfixes' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-11-09Fix breakage caused by Linus' changes to tank pressure handlingGravatar Dirk Hohndel
2011-11-09Improve temperature text plotting in profile displayGravatar Dirk Hohndel
2011-11-09Correctly plot dives ending below the surfaceGravatar Dirk Hohndel
2011-11-04Fix missing pressure plot at start of the dive in some situationsGravatar Dirk Hohndel
2011-11-04Improve tank pressure plot for computers that create "gaschange" eventsGravatar Dirk Hohndel
2011-11-04Don't repeat redundant minima or maxima in the profile plotGravatar Dirk Hohndel
2011-11-01Use unit functions to get column headers, add unit function for pressureGravatar Dirk Hohndel
2011-11-01Add new helper function to get temperature and unitGravatar Dirk Hohndel
2011-10-29Fix up end conditions for divesGravatar Linus Torvalds
2011-10-29Plot fake profile for non-sample divesGravatar Linus Torvalds
2011-10-29Fix use of uninitialized variable if there are no samplesGravatar Linus Torvalds
2011-10-25Add menu item and dialog to select which events to displayGravatar Dirk Hohndel