summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2014-04-16Renaming the prefs struct members to be consistent with the QSettings.Gravatar Gehad Elrobey
2014-04-10Feature to show or hide heart rate graphGravatar Lakshman
2014-03-31Exchange EAD and END to align our language with the rest of the worldGravatar Robert C. Helling
2014-03-31Show EAD/END only for trimix/nitrox dives respectivelyGravatar Robert C. Helling
2014-03-30Get rid of division by 0 by reshuffling EAD and EAN logicGravatar Robert C. Helling
2014-03-17Don't devide by 0 if fO2 is 100%Gravatar Dirk Hohndel
2014-03-17Be more careful about dive computer selectionGravatar Linus Torvalds
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-03-06Fix theoretical uninitialized readGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-27Store zoomed plot in preferencesGravatar Tomaz Canabrava
2014-02-26Typesetting in profile infoboxGravatar Andrey Zhdanov
2014-02-23Calculate minimum and maximum heartrateGravatar Dirk Hohndel
2014-02-23Make sure that there are plot_info entries for eventsGravatar Dirk Hohndel
2014-02-17Don't use the same variable for new and old profileGravatar Dirk Hohndel
2014-02-17Don't return a stack variableGravatar Dirk Hohndel
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-11Fix ATM-vs-bar confusionGravatar Linus Torvalds
2014-02-10Fix plot_info calculate_max_limits_new() function return valueGravatar Boris Barbulovski
2014-02-10Use 'struct membuffer' for profile info string generationGravatar Linus Torvalds
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-02-06Adapt the ToolTip to work on the new profileGravatar Tomaz Canabrava
2014-02-05Created a method to check if calculations should take place.Gravatar Tomaz Canabrava
2014-01-29Always calculate deco data, independent of preferencesGravatar Tomaz Canabrava
2014-01-27Add settings awareness for the PP graphGravatar Tomaz Canabrava
2014-01-17Create a version of create_graph_info that doesn't depend on GC.Gravatar Tomaz Canabrava
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-16Reworked the calculate_max_limits and plotted the dive.Gravatar Tomaz Canabrava
2014-01-16Added a Model that should handle the Dive ProfileGravatar Tomaz Canabrava
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-09Interpolated pressure should always be setGravatar Rodrigo Severo
2014-01-08When interpolating tank pressures, don't devide by zeroGravatar Dirk Hohndel
2014-01-08Reinstating SURFACE_THRESHOLD test in pressure_time functionGravatar Rodrigo Severo
2014-01-08Discontinuity and stall on tank pressure interpolated linesGravatar Rodrigo Severo
2014-01-01Typos on commentsGravatar Rodrigo Severo
2013-12-20Add preprocessor directives around debug functionsGravatar Anton Lundin
2013-12-11Remove some dead codeGravatar Anton Lundin
2013-12-11Plug memory leaks in compare_samplesGravatar Anton Lundin
2013-12-03Disable calc_ndl_tts for printGravatar Anton Lundin
2013-11-30Ruler: display maximum descent and ascent speedGravatar Alexandre Belloni
2013-11-30compare_samples: Remove unnecessary space before unitsGravatar Alexandre Belloni
2013-11-20Don't interpolate gas consumption when at surfaceGravatar Anton Lundin
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