aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
AgeCommit message (Expand)Author
2018-05-14Planner: Add combo box for dive mode selectionGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-07Bugfix in plannermodel for very short dive durationsGravatar Oliver Schwaneberg
2018-01-26Initialise cylinder start pressure with working pressureGravatar Robert C. Helling
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Move function to proper placeGravatar Jan Mulder
2017-12-29cleanup: less than operators shall not use equalGravatar Jan Mulder
2017-12-26Cleanup: avoid a few memory leaksGravatar Dirk Hohndel
2017-12-24Remove superfluous QScopedPointer<>s in singletonsGravatar Berthold Stoeger
2017-12-24Use function emitDataChanged in diveplannermodel consistentlyGravatar Stefan Fuchs
2017-12-24Simplify update of gflow and gfhigh values in the codeGravatar Stefan Fuchs
2017-12-24Correcty typo ghflow -> gflow in diveplannermodel.cppGravatar Stefan Fuchs
2017-12-08Cleanup: mark parameter as potentially unusedGravatar Dirk Hohndel
2017-12-02In planner variations use variables for delta valuesGravatar Stefan Fuchs
2017-12-02Planner variations stop time calculation cover all stopsGravatar Stefan Fuchs
2017-12-01Remove unnecessary #include and correct whitespaceGravatar Robert C. Helling
2017-12-01Change #include line to make Linux builds happyGravatar Robert C. Helling
2017-12-01Document background computation of variationsGravatar Robert C. Helling
2017-12-01Disable plan variation in recreational modeGravatar Rick Walsh
2017-12-01Add imperial units to variations computationGravatar Robert C. Helling
2017-12-01Don't block profile updates in variations computationGravatar Robert C. Helling
2017-12-01Make background calculation optionalGravatar Robert C. Helling
2017-12-01Actually compute variations in backgroundGravatar Robert C. Helling
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-11-25Run variations calculation in backgroundGravatar Robert C. Helling
2017-11-19Fix indentationGravatar Berthold Stoeger
2017-10-20Silence random warningsGravatar Dirk Hohndel
2017-10-18Planner: Autom. move first datapoint gas to first gaslist position p2Gravatar Stefan Fuchs
2017-10-18init_deco correctly identify previous dives and report overlapping divesGravatar Stefan Fuchs
2017-10-16Correctly name member function gasChange of DivePlannerPointsModelGravatar Stefan Fuchs
2017-10-16Planner: Autom. move first datapoint gas to first gaslist positionGravatar Stefan Fuchs
2017-10-16Update diveplannerpoints cylinderidx when deleting a cylinderGravatar Stefan Fuchs
2017-10-16Used gas in dive planner points: Support for multiple cyl with same gasGravatar Stefan Fuchs
2017-10-04Planner settings ascend and descende rate: Wire up UI elements correctlyGravatar Stefan Fuchs
2017-10-01Use helper function dive_endtime() where apropriateGravatar Stefan Fuchs
2017-09-20Remove option to apply GFlow at maxdepthGravatar Robert C. Helling
2017-09-20Add a checkbox to turn off plan variationsGravatar Robert C. Helling
2017-09-16Don't comput plan variations when not in the plannerGravatar Robert C. Helling
2017-08-29Show variations in Runtime stringGravatar Robert C. Helling
2017-08-29Compute variations of plansGravatar Robert C. Helling