aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2014-06-09Fix incorrect argument order for %.*fGravatar Dirk Hohndel
2014-06-08Change character for liter in SAC values as wellGravatar Dirk Hohndel
2014-06-04More tweaks to TTS calculationsGravatar Anton Lundin
2014-06-04Make bigger steps when calculating TTSGravatar Linus Torvalds
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-01Encapsulate the horrid gas encoding in gas change eventsGravatar Dirk Hohndel
2014-05-29Don't assume that pressures are always positiveGravatar Dirk Hohndel
2014-05-25Move mod calculations to a separate helperGravatar Anton Lundin
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-08Use enum name instead of its int value.Gravatar Anton Lundin
2014-04-28Set minpressure from manually added cylindersGravatar Miika Turkia
2014-04-26Don't calculate SAC-rates for negative pressure changesGravatar Linus Torvalds
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