summaryrefslogtreecommitdiffstats
path: root/profile-widget
AgeCommit message (Expand)Author
2021-06-01cleanup: strongly type DepthAxis::unitSystemGravatar Berthold Stoeger
2021-06-01cleanup: remove DiveCartesianAxis::unitSystemGravatar Berthold Stoeger
2021-05-08profile: rename GF_LINE color to DURATION_LINEGravatar Berthold Stoeger
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-08profile: remove DiveGFLineItemGravatar Berthold Stoeger
2021-04-26profile: move checking for DiveTextItem into its own functionGravatar Berthold Stoeger
2021-04-26profile: simplify checking for DiveTextItemGravatar Berthold Stoeger
2021-04-26cleanup: remove unnecessary includes from profilewidget2.cppGravatar Berthold Stoeger
2021-04-25cleanup: make a few ToolTipItem member functions privateGravatar Berthold Stoeger
2021-04-25profile: ignore animation-speed setting when printingGravatar Berthold Stoeger
2021-04-10profile: remove enableToolbar() signalGravatar Berthold Stoeger
2021-04-10profile: remove force parameter from ProfileWidget2::plotDive()Gravatar Berthold Stoeger
2021-04-10profile: remove [disable|enable]Shortcuts() signalsGravatar 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-02profile: populate dive handlers when switching to edit/plan modeGravatar Berthold Stoeger
2021-04-02planner: split createTemporaryPlan() function.Gravatar Berthold Stoeger
2021-04-02profile: remove redundant replot() calls in key eventsGravatar Berthold Stoeger
2021-04-02profile: make ItemPos initialization constantGravatar Berthold Stoeger
2021-04-02profile: display arbitrary diveGravatar Berthold Stoeger
2021-04-02profile: don't check for stepping past maximum time / depthGravatar Berthold Stoeger
2021-04-02profile: fix logic in keyDeleteAction()Gravatar Berthold Stoeger
2021-04-02planner: move clearing of model into loadFromDive() functionGravatar Berthold Stoeger
2021-04-02planner: move same-time check to DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02profile: remove special casing of handle movingGravatar Berthold Stoeger
2021-04-02profile: pass DivePlannerPointsModel at construction timeGravatar Berthold Stoeger
2021-04-02profile: connect to DivePointsPlannerModel in separate functionGravatar Berthold Stoeger
2021-04-02planner: implement move semantics in DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02profile: implement proper model/view semantics in ProfileWidget2Gravatar Berthold Stoeger
2021-04-02profile use unique_ptr to manage dive handler objectsGravatar Berthold Stoeger
2021-03-31profile: fix color on pressure-itemGravatar Berthold Stoeger
2021-03-05profile: initialize DiveEventItem::dive to nullGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to replot()Gravatar Berthold Stoeger
2021-02-17cleanup: remove function declarationGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-12cleanup: remove dead code from ToolTipItem::addToolTip()Gravatar Berthold Stoeger
2021-02-12cleanup: make ToolTipItem::addToolTip() privateGravatar Berthold Stoeger
2021-02-12cleanup: whitespace fixes in profile-widget/divetooltipitem.cppGravatar Berthold Stoeger
2021-02-06profile: detect dive-mode change in profileGravatar Berthold Stoeger
2021-01-20cleanup: constify TankItem::setData()Gravatar Berthold Stoeger
2021-01-20cleanup: remove dive parameter from DivePlotDataModel::setDive()Gravatar Berthold Stoeger
2021-01-20profile: don't "fake" dc in profile widgetGravatar Berthold Stoeger
2021-01-20profile: make three member functions constGravatar Berthold Stoeger
2021-01-19mobile: add GF fields for ceiling calculationGravatar Doug Junkins
2021-01-10mobile/profile: show calculated ceiling if enabledGravatar Dirk Hohndel
2021-01-10profile: remove firstCall static variableGravatar Berthold Stoeger
2021-01-10profile: pass dive to DiveHandlerGravatar Berthold Stoeger
2021-01-10profile: pass dive to RulerItemGravatar Berthold Stoeger
2021-01-10profile: pass dive to ToolTipItem::refresh()Gravatar Berthold Stoeger
2021-01-10profile: pass dive to plot function of profile-itemsGravatar Berthold Stoeger