aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget
AgeCommit message (Expand)Author
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
2021-01-10profile: pass dive to EventItemGravatar Berthold Stoeger
2021-01-10profile: move adding of ceiling-violation-eventGravatar Berthold Stoeger
2021-01-10profile: use a parameter to determine planner stateGravatar Berthold Stoeger
2021-01-10profile: remove DiveProfileItem::settingsToggledGravatar Berthold Stoeger
2021-01-10profile: move calculations out of DiveGasPressureItem::paint()Gravatar Berthold Stoeger
2021-01-10profile: move calculations out of DivePercentageItem::paint()Gravatar Berthold Stoeger
2021-01-10profile: remove displayed_dive from TankItemGravatar Berthold Stoeger
2021-01-10profile: unconditionally replot chart when settings changeGravatar Berthold Stoeger
2021-01-10profile: remove AbstractProfilePolygonItem::modelDataChanged()Gravatar Berthold Stoeger
2021-01-10profile: explicitly update profile itemsGravatar Berthold Stoeger
2021-01-10profile: explicitly update gas-axisGravatar Berthold Stoeger
2021-01-10cleanup: unslotify DiveCartesianAxis::updateTicksGravatar Berthold Stoeger
2021-01-10profile: explicitly clear profile itemsGravatar Berthold Stoeger
2021-01-10profile: turn static into member variableGravatar Berthold Stoeger
2021-01-10profile: cleanup includes in tankitem.cppGravatar Berthold Stoeger
2021-01-10profile: set axis in constructor of TankItemGravatar Berthold Stoeger
2021-01-10profile: remove TankItem's connection to the resize signalGravatar Berthold Stoeger
2021-01-10profile: remove model parameter from TankItem::setData()Gravatar Berthold Stoeger
2021-01-10profile: remove AbstractProfilePolygonItem::settingsChanged()Gravatar Berthold Stoeger
2021-01-10profile: collect dive-profile items in a vectorGravatar Berthold Stoeger
2021-01-10cleanup: remove obsolete #undef in profilewidget2.cppGravatar Berthold Stoeger
2021-01-10profile: remove ProfileWidget2::setupItem()Gravatar Berthold Stoeger
2021-01-10profile: construct PP gas items with createPPGas() functionGravatar Berthold Stoeger
2021-01-10profile: move allocation of DiveProfileItems into a templateGravatar Berthold Stoeger
2021-01-10profile: initialize axis of DiveProfileItems on constructionGravatar Berthold Stoeger
2021-01-10cleanup: make DiveCartesianAxis functions constGravatar Berthold Stoeger
2021-01-10profile: remove ProfileWidget2::dateTimeChanged()Gravatar Berthold Stoeger
2021-01-10profile: set model of profile items on constructionGravatar Berthold Stoeger
2021-01-10profile: remove redundant code in DiveCalculatedCeilingGravatar Berthold Stoeger
2021-01-03statistics: use RoundRectItem for legend and info-boxGravatar Berthold Stoeger
2021-01-03ui: create a RoundRectItem classGravatar Berthold Stoeger
2020-12-21mobile/profile: listen to dive changes and redraw profileGravatar Dirk Hohndel