aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.cpp
AgeCommit message (Expand)Author
2021-07-03profile: remove EDIT_STATE from ProfileWidget2Gravatar Berthold Stoeger
2021-06-29cleanup: remove unused item in ProfileWidget2's ItemPosGravatar Berthold Stoeger
2021-06-27cleanup: factor out duplicate axis-initialization codeGravatar Berthold Stoeger
2021-06-05profile: remove internal event-copy (fix deleting/renaming events)Gravatar Berthold Stoeger
2021-06-05profile: pass axes and model to DiveEventItem on constructionGravatar Berthold Stoeger
2021-06-05profile: pass event at construction time to DiveEventItemGravatar Berthold Stoeger
2021-06-04profile: remove unused function ProfileWidget2::getPrintMode()Gravatar 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-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-02-17planner: pass in_planner argument to replot()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-06profile: detect dive-mode change in profileGravatar 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
2021-01-10profile: pass dive to EventItemGravatar Berthold Stoeger
2021-01-10profile: use a parameter to determine planner stateGravatar Berthold Stoeger
2021-01-10profile: unconditionally replot chart when settings changeGravatar Berthold Stoeger