summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2013-01-01Use the Left and Right keys to switch between divecomputersGravatar Dirk Hohndel
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-29Make the tooltip text for gaschange events more informativeGravatar Dirk Hohndel
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-17Add a "View next dive computer" menu itemGravatar Linus Torvalds
2012-12-16Improve visual appearance of horizontal marker linesGravatar Dirk Hohndel
2012-12-16Attempt to free plot data entries in each call to create_plot_info()Gravatar Lubomir I. Ivanov
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-11Only display a depth scale appropriate for the depth of the diveGravatar Dirk Hohndel
2012-12-11Show CNS value in the profile mouseoverGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-11Calculate dive maxima/minima independent of dive computerGravatar Linus Torvalds
2012-12-10Don't draw tooltips if no profile is displayedGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-09Don't print partial pressure values in the profileGravatar Dirk Hohndel
2012-12-08Don't print an initial gaschange event that just tells us the gas usedGravatar Dirk Hohndel
2012-12-08Correct partial pressure calculationsGravatar Dirk Hohndel
2012-12-08Correctly parse the two different gas change eventsGravatar Dirk Hohndel
2012-12-08Draw pO2 profile lastGravatar Dirk Hohndel
2012-12-08Show two decimal digits in pO2, pN2 and pHe in the tooltipGravatar Dirk Hohndel
2012-12-07Plot pO2 graph based on sample information, if availableGravatar Dirk Hohndel
2012-12-07Add option to make ceiling visually stand out more in the profileGravatar Dirk Hohndel
2012-12-07Move partial pressure plots up slightlyGravatar Dirk Hohndel
2012-12-07Move 'plot_info' into 'struct graphics_context'Gravatar Linus Torvalds
2012-12-07Add dive computer name to the dive plotGravatar Linus Torvalds
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-11-28Updating events for libdivecomputer 0.3 (and tracking uemis support)Gravatar Dirk Hohndel
2012-11-26Fix dive computer event handling if there are no samplesGravatar Linus Torvalds
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-12Tweak partial pressure plot to avoid printing values ontop of eachh otherGravatar Dirk Hohndel
2012-11-12Improve visual appearance of temperature plotGravatar Dirk Hohndel
2012-11-11Handle dives without samples correctlyGravatar Dirk Hohndel
2012-11-11Add back mysteriously deleted "} else {" lineGravatar Linus Torvalds
2012-11-11Add more data to our tool-tip display in the profile windowGravatar Dirk Hohndel
2012-11-11Fix possible array bound violation for insanely long divesGravatar Linus Torvalds
2012-11-11Create tool-tip with depth/pressure for the whole profile areaGravatar Linus Torvalds
2012-11-11Trim the dive to exclude surface time at beginning and endGravatar Dirk Hohndel
2012-11-11Add depth to mbar helper functionGravatar Dirk Hohndel
2012-11-10Add threshold feature for partial pressure graphsGravatar Dirk Hohndel
2012-11-10Improve logic handling eventsGravatar Dirk Hohndel
2012-11-10Instead of the ugly red boxes make the surface come down to ceilingGravatar Dirk Hohndel
2012-11-10Add plotting of the deco ceilingGravatar Dirk Hohndel
2012-11-10Process ceiling events and store ceiling data in plot_infoGravatar Dirk Hohndel
2012-11-07Fix partial pressure calculationGravatar Dirk Hohndel
2012-11-06Remove pN2 debug printout and add disabled code for partial pressure scaleGravatar Dirk Hohndel
2012-11-06Don't print mean depth across the whole profile areaGravatar Dirk Hohndel
2012-11-06Be smarter about printing gas partial pressure textGravatar Dirk Hohndel
2012-11-05Fine tune the vertical spacing of the graphsGravatar Dirk Hohndel