summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2013-11-20Use get_cylinder_index in per_cylinder_mean_depthGravatar Anton Lundin
2013-11-15Make the info box look as it did in 3.1Gravatar Anton Lundin
2013-11-14Remove duplicated SAC data from information overlayGravatar Anton Lundin
2013-11-14Break calculated deco info to separate varsGravatar Anton Lundin
2013-11-13Break up calculate_deco_informationGravatar Anton Lundin
2013-11-13Reorder info in information windowGravatar Anton Lundin
2013-11-13Remove the special handling of ndl < 3mGravatar Anton Lundin
2013-11-13Introduce an on/off switch for calculating ndl/ttsGravatar Anton Lundin
2013-11-13Fill up plot_data with temperature all the wayGravatar Anton Lundin
2013-10-20Use configured vertical speed units in rulerGravatar Anton Lundin
2013-10-17Show SAC in the mouseover.Gravatar Anton Lundin
2013-10-17Move sac-calculation to profile.cGravatar Anton Lundin
2013-10-17Rename T: to Temp: in Information boxGravatar Anton Lundin
2013-10-14Only calculate decompression if the user turned the preference onGravatar Dirk Hohndel
2013-10-11Remove some arguments, that we find in plot_dataGravatar Anton Lundin
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-09Disable unused functionGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-06Make Windows cross compile againGravatar Dirk Hohndel
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-10-03Fix unitialized variable useGravatar Patrick Valsecchi
2013-10-01Ascending/descending speeds are usually expressed in x/minGravatar Patrick Valsecchi
2013-09-27Added a ruler which can be dragged along the profileGravatar Maximilian Güntner
2013-09-23Remove o2/he from plot_data and fix gas plot textGravatar Anton Lundin
2013-09-18Show sample time in the mouseover.Gravatar Anton Lundin
2013-09-18Only calculate with he when he is present in eventGravatar Anton Lundin
2013-07-05Calculate deco stops, TTS and NDLGravatar Anton Lundin
2013-06-21Round up times instead of downGravatar Anton Lundin
2013-06-21Use the gasmix straight offGravatar Anton Lundin
2013-05-31Show the gas with the pressure diagramGravatar Dirk Hohndel
2013-05-31Show ceilings for individual tissuesGravatar Robert Helling
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-16Correctly set the unselected dive.Gravatar Tomaz Canabrava
2013-05-16Initialize / reset selected_dive to -1Gravatar Dirk Hohndel
2013-05-10Tweaks to maintabGravatar Amit Chaudhuri
2013-05-09Removed unused code that I'm sure it's safe to delete.Gravatar Tomaz Canabrava
2013-05-09Plot the vertical ruler on the left of the profile.Gravatar Tomaz Canabrava
2013-05-09Plotting deco text.Gravatar Tomaz Canabrava
2013-05-09Plotting cylinder pressure text.Gravatar Tomaz Canabrava
2013-05-09Plotting depth text.Gravatar Tomaz Canabrava
2013-05-09Plotting temperature text.Gravatar Tomaz Canabrava
2013-05-09Plot of the Cylinder Pressure over time.Gravatar Tomaz Canabrava
2013-05-08Stop passing around gc and piGravatar Dirk Hohndel
2013-05-08Plot the temperature GraphGravatar Tomaz Canabrava
2013-05-06Plotting the Events doneGravatar Tomaz Canabrava
2013-05-06Port the plot text method to Qt, also test it by actually plotting somethingGravatar Tomaz Canabrava
2013-05-04Plot of the Mean DephGravatar Tomaz Canabrava