summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
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
2011-10-25Don't plot an event if an event is disabled in ev_namelistGravatar Dirk Hohndel
2011-10-25Remember the event names as we encounter themGravatar Dirk Hohndel
2011-10-24Merge branch 'ui' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-23Improve time marker handling and add printing of some time labelsGravatar Dirk Hohndel
2011-10-23Handle 'gas change' events correctlyGravatar Linus Torvalds
2011-10-23Split the cylinder pressure analysis into a second loopGravatar Linus Torvalds
2011-10-23Plot tank pressures for multiple tanksGravatar Dirk Hohndel
2011-10-22Change plot_info to use depth (instead of val) for depth valueGravatar Dirk Hohndel
2011-10-20Add quick hack for "no sample pressure but tank index changed" caseGravatar Linus Torvalds
2011-10-20Fix up multi-cylinder code as per DirkGravatar Linus Torvalds
2011-10-19Start some rough multi-cylinder pressure data plot infrastructureGravatar Linus Torvalds
2011-10-04Change event symbol to bigger yellow triangle with exclamation pointGravatar Dirk Hohndel
2011-10-04Replace event text with small red triangle and tooltipGravatar Dirk Hohndel
2011-10-04Change plot routine to take a drawing_area as argumentGravatar Dirk Hohndel
2011-09-30Distinguish internally between min pressure and end pressureGravatar Dirk Hohndel
2011-09-29Fix the profile coloringGravatar Dirk Hohndel
2011-09-28Remove average depth from printGravatar Dirk Hohndel
2011-09-22Show events on the dive profileGravatar Linus Torvalds
2011-09-21Add helper function for doing depth unit calculationsGravatar Linus Torvalds
2011-09-21Fix array underrun when calculating velocityGravatar Linus Torvalds
2011-09-20Fix 'struct plot_info' memory leakGravatar Linus Torvalds
2011-09-20Fix up printing some moreGravatar Linus Torvalds
2011-09-20Print out only simplified depth profileGravatar Linus Torvalds
2011-09-20Clean up and simplify depth plotGravatar Linus Torvalds
2011-09-20Don't show the smoothed dive profile or the min/max infoGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-16Attempt to smooth out the velocity readingsGravatar Dirk Hohndel
2011-09-16Flip tank pressure graph to show the RIGHT wayGravatar Dirk Hohndel
2011-09-16Stop plotting the gas / consumption information into the profileGravatar Dirk Hohndel