aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
AgeCommit message (Expand)Author
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
2017-03-11Minimum gas calculation - Calculations and UI parametersGravatar Stefan Fuchs
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-03-05Don't clear plan when (re-) planningGravatar Dirk Hohndel
2017-03-04Initialize cylinder indexGravatar Dirk Hohndel
2017-03-04Ensure correct length of the created diveGravatar Dirk Hohndel
2017-03-04Only honor drop stone mode when planning a diveGravatar Dirk Hohndel
2017-03-04Implement manual setting of depthGravatar Dirk Hohndel
2017-02-15Always use emitDataChanged() in diveplannermodel.cppGravatar Stefan Fuchs
2017-02-04Let cylinderid = -1 mean same gas as beforeGravatar Robert C. Helling
2017-01-23Reenable Ctrl-Click to delet all further dive points in plannerGravatar Robert C. Helling
2017-01-23Allow user to disable a cylinder in plannerGravatar Robert C. Helling
2017-01-23Don't creat zero minute legs for gas switchen when replanningGravatar Robert C. Helling
2017-01-07Merge branch 'plannerSettings'Gravatar Dirk Hohndel
2017-01-07Set planner settings with SettingsObjectWrapperGravatar Rick Walsh
2017-01-06Rename prefs.deco_mode to prefs.planner_deco_modeGravatar Robert C. Helling
2016-11-09Use fake profile when replanning dives without samplesGravatar Robert C. Helling