aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget
AgeCommit message (Expand)Author
2021-08-18profile: use undo infrastructure for editing nicknamesGravatar Dirk Hohndel
2021-08-18WIP profile: add UI to edit dc nicknameGravatar Dirk Hohndel
2021-08-18Add (nonfunctional) dive computer rename hooksGravatar Linus Torvalds
2021-08-16desktop: avoid crash when changing dive logsGravatar Dirk Hohndel
2021-07-30cleanup: remove DiveCalculatedCeiling::profileWidgetGravatar Berthold Stoeger
2021-07-30cleanup: unify the ProfileWidget2::shouldCalculateMax* variablesGravatar Berthold Stoeger
2021-07-23cleanup: replace membuffer by qasprintf_loc()Gravatar Berthold Stoeger
2021-07-23cleanup: replace membuffer by membufferpp in C-codeGravatar Berthold Stoeger
2021-07-20cleanup: remove function static variablesGravatar Berthold Stoeger
2021-07-11printing: remote incorrect scaling of event iconsGravatar Dirk Hohndel
2021-07-04profile: scale dive event items according to font print scaleGravatar Berthold Stoeger
2021-07-03Handle dives with no samplesGravatar Robert C. Helling
2021-07-03profile: remove ProfileWidget2::ItemsGravatar Berthold Stoeger
2021-07-03profile: rename ADD state to EDIT stateGravatar Berthold Stoeger
2021-07-03cleanup: remove lost comment in profilewidget2.hGravatar Berthold Stoeger
2021-07-03profile: remove EDIT_STATE from ProfileWidget2Gravatar Berthold Stoeger
2021-06-29cleanup: remove unused item in ProfileWidget2's ItemPosGravatar Berthold Stoeger
2021-06-28cleanup: remove dead code in ToolTipItem::refresh()Gravatar 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-06-04profile: use printMode flag directly in DiveCartesianAxisGravatar Berthold Stoeger
2021-06-04profile: remove DiveCartesianAxis::maxChanged signalGravatar Berthold Stoeger
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