aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
AgeCommit message (Expand)Author
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
2017-08-29Store a table of deco stops in plannerGravatar Robert C. Helling
2017-08-29Make plan take dive and decotimestep as argumentsGravatar Robert C. Helling
2017-05-26Adopt planner state caching to new structGravatar Robert C. Helling
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2017-04-24Deal with additional line break in dive notes from plannerGravatar Stefan Fuchs
2017-04-20Identify user provided notes in plain text in replanGravatar Robert C. Helling
2017-04-20Handle CCR setpoint when replanning a diveGravatar Jan Mulder
2017-04-16Handle notes from plannerGravatar Stefan Fuchs
2017-04-16Last added dive planner point for correct lenght not always addedGravatar Stefan Fuchs
2017-03-28Always show notes when replanningGravatar Robert C. Helling
2017-03-28Handle notes in replanGravatar Robert C. Helling
2017-03-13Correctly trigger update of cylinder table trash icons in plannerGravatar Stefan Fuchs
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11Use abbreviations with dots.Gravatar Martin Měřinský
2017-03-11Change type of divedatepoint.depth to depth_tGravatar Robert C. Helling
2017-03-11Make depth conversion work for negative depthsGravatar Robert C. Helling