aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
AgeCommit message (Expand)Author
2021-05-12Planner: Update plan when deco parameters changeGravatar Robert C. Helling
2021-05-07Planner: Update notes when not computing variationsGravatar Robert C. Helling
2021-04-02planner: split DivePlannerPointsModel::remove() in twoGravatar Berthold Stoeger
2021-04-02planner: avoid starting unneeded variation threadGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::recalc flagGravatar Berthold Stoeger
2021-04-02planner: call removeDeco() explicitlyGravatar Berthold Stoeger
2021-04-02planner: don't clear recalc in DivePlannerPointsModel::clear()Gravatar 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: remove unused function DivePlannerPointsModel::size()Gravatar Berthold Stoeger
2021-04-02planner: split createTemporaryPlan() function.Gravatar Berthold Stoeger
2021-04-02cleanup: unify whitespace in switch statementGravatar 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: remove pointless cylinder model updateGravatar Berthold Stoeger
2021-04-02planner: move same-time check to DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: implement move semantics in DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: fix removal of points from DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: insert point at correct positionGravatar Berthold Stoeger
2021-04-02cleanup: use proper model/view semantics in DivePlannerModelGravatar Berthold Stoeger
2021-04-02cleanup: add DivePlannerPointsModel::addDefaultStop() functionGravatar Berthold Stoeger
2021-04-02cleanup: constify DivePlannerPoints model accessor functionsGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-01-20cleanup: make a few DivePlannerModel functions privateGravatar Berthold Stoeger
2021-01-20planner: remove DivePlannerPointsModel::startTimeChanged signalGravatar Berthold Stoeger
2020-11-24diveplannermodel: replace in_planner() by isPlanner()Gravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-08-24Planner: enforce minimal segement durationGravatar Robert C. Helling
2020-08-24Planner: handle zero length segments when replanningGravatar Robert C. Helling
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-04planner: remove conditional command-calls for mobileGravatar Berthold Stoeger
2020-05-04Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive()Gravatar Berthold Stoeger
2020-05-04planner: send plan in calculatedPlanNotesGravatar Berthold Stoeger
2020-05-04planner: update variations in planner not mainwindowGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar Berthold Stoeger
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-04-07CylindersModel: use flag to decide whether we are in plannerGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-02-23cleanup: remove CleanerTableModel::warningMessage signalGravatar Berthold Stoeger
2020-02-11Planner: don't filter cylindersGravatar Berthold Stoeger
2020-02-11Planner: make cylinder-model subobject of planner-modelGravatar Berthold Stoeger
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-01-25diveplanner: add comments explaining different scalingGravatar jan Iversen
2020-01-25diveplanner: move mobile specific calc to diveplannermodelGravatar jan Iversen
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