summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
AgeCommit message (Expand)Author
2021-04-02planner: split DivePlannerPointsModel::remove() in twoGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::recalc flagGravatar Berthold Stoeger
2021-04-02planner: split DivePlannerPointsModel::removePoints() in twoGravatar Berthold Stoeger
2021-04-02planner: don't export recalc flag of DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02profile/planner: don't update dive in ProfileWidget2::plotDive()Gravatar Berthold Stoeger
2021-04-02planner: split addStop() into external and internal versionsGravatar Berthold Stoeger
2021-04-02cleanup: make DivePlannerPointsModel::removeDeco() privateGravatar Berthold Stoeger
2021-04-02cleanup: remove unused function DivePlannerPointsModel::size()Gravatar Berthold Stoeger
2021-04-02cleanup: remove unused member DivePlannerPointsModel::addingDecoGravatar Berthold Stoeger
2021-04-02planner: split createTemporaryPlan() function.Gravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::setRecalc()Gravatar Berthold Stoeger
2021-04-02planner: remove displayed_dive from DivePlannerModelGravatar Berthold Stoeger
2021-04-02planner: move clearing of model into loadFromDive() functionGravatar Berthold Stoeger
2021-04-02cleanup: add DivePlannerPointsModel::addDefaultStop() functionGravatar Berthold Stoeger
2021-04-02cleanup: constify DivePlannerPoints model accessor functionsGravatar Berthold Stoeger
2021-04-02planner: unslotify two functions in DivePlannerPointsModelGravatar Berthold Stoeger
2021-01-20cleanup: make a few DivePlannerModel functions privateGravatar Berthold Stoeger
2021-01-20planner: remove DivePlannerPointsModel::startTimeChanged signalGravatar Berthold Stoeger
2020-05-04planner: send plan in calculatedPlanNotesGravatar Berthold Stoeger
2020-05-04planner: update variations in planner not mainwindowGravatar Berthold Stoeger
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-02-11Planner: don't filter cylindersGravatar Berthold Stoeger
2020-02-11Planner: make cylinder-model subobject of planner-modelGravatar Berthold Stoeger
2020-01-20qt-models: add suffix Display to unit system aware asc/desc settersGravatar jan Iversen
2020-01-20qt-models: add getters to diveplanner modelGravatar jan Iversen
2019-10-20Planner: copy deco state before passing it to worker threadGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-03-29Add UI element for final surface segment in plannerGravatar Robert C. Helling
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-08-01Cleanup: remove all override modifiersGravatar Berthold Stoeger
2018-07-31Cleanup: replace virtual by override where appropriateGravatar Berthold Stoeger
2018-06-24Copy divemode to ReplanGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-01-10Move function to proper placeGravatar Jan Mulder
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-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-10-16Correctly name member function gasChange of DivePlannerPointsModelGravatar Stefan Fuchs
2017-10-16Update diveplannerpoints cylinderidx when deleting a cylinderGravatar Stefan Fuchs
2017-10-04Planner settings ascend and descende rate: Wire up UI elements correctlyGravatar Stefan Fuchs
2017-09-20Add a checkbox to turn off plan variationsGravatar Robert C. Helling
2017-08-29Show variations in Runtime stringGravatar Robert C. Helling
2017-08-29Compute variations of plansGravatar Robert C. Helling
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2017-03-11Minimum gas calculation - Calculations and UI parametersGravatar Stefan Fuchs
2017-02-04Let cylinderid = -1 mean same gas as beforeGravatar Robert C. Helling
2016-09-24Rename conservatism_level to vpmb_conservatismGravatar Rick Walsh