aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.cpp
AgeCommit message (Expand)Author
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
2021-01-10profile: explicitly update profile itemsGravatar Berthold Stoeger
2021-01-10profile: explicitly update gas-axisGravatar Berthold Stoeger
2021-01-10profile: explicitly clear profile itemsGravatar Berthold Stoeger
2021-01-10profile: set axis in constructor of TankItemGravatar 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-10profile: remove ProfileWidget2::dateTimeChanged()Gravatar Berthold Stoeger
2021-01-10profile: set model of profile items on constructionGravatar Berthold Stoeger
2020-12-20profile: remove clearHandlers function (fixes crash)Gravatar Berthold Stoeger
2020-12-19profile: move picture removal from DivePictureItem to ProfileWidget2Gravatar Berthold Stoeger
2020-12-12profile: move connect() calls to profileGravatar Berthold Stoeger
2020-12-12profile: move DiveHandler to profile-widget folderGravatar Berthold Stoeger
2020-12-12profile: call clearHandlers() in setPlanState()Gravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-10-26cleanup: replace deprecated swap() usageGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated pos() memberGravatar Dirk Hohndel
2020-10-26cleanup: replace long obsolete delta() memberGravatar Dirk Hohndel
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-03Increase event icon size in print modeGravatar Robert C. Helling
2020-08-26Add an "Edit Gas Change" right-click option.Gravatar Michael Werle
2020-05-06profile: clear pictures when displaying empty diveGravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-03profile: don't interpret NULL as current_dive in plotDive()Gravatar Berthold Stoeger
2020-05-03profile: use member-to-function style connect() statementsGravatar Berthold Stoeger
2020-05-03cleanup: remove parameter to ProfleWidget2::replot()Gravatar Berthold Stoeger
2020-05-01profile: properly update lastgasmix when populating eventsGravatar Berthold Stoeger
2020-04-27profile: set empty state when there is no current dive to showGravatar Berthold Stoeger
2020-04-24cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cppGravatar Berthold Stoeger