summaryrefslogtreecommitdiffstats
path: root/profile-widget
AgeCommit message (Expand)Author
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
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-19cleanup: remove CloseButtonItem::show() and hide() slotsGravatar Berthold Stoeger
2020-12-12profile: move connect() calls to profileGravatar Berthold Stoeger
2020-12-12cleanup: remove unused signal ProfileWidget2::updateDiveInfoGravatar 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: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-05Use get_n2 helper functionGravatar Robert C. Helling
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-30cleanup: replace Q_ASSERT by qWarningGravatar 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
2020-04-13cleanup: turn protected into private membersGravatar Berthold Stoeger
2020-04-13cleanup: remove protected access specifier in ProfileWidget2Gravatar Berthold Stoeger
2020-04-12profile: remove ProfileWidget2::replotEnabledGravatar Berthold Stoeger
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07undo: implement gas switchGravatar Berthold Stoeger
2020-04-07undo: add event removal undo commandGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: switch SetpointDialog from divecomputer to dive + dc-numberGravatar Berthold Stoeger
2020-04-07cleanup: un-singletonify SetpointDialogGravatar Berthold Stoeger
2020-04-07undo: add undo command for dive-mode switchGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07undo: implement addBookmark undo commandGravatar Berthold Stoeger
2020-04-07cleanup: demote slots in ProfileWidget2 to private functionsGravatar Berthold Stoeger
2020-04-07cleanup: use QMenu::addAction() convenience overloadGravatar Berthold Stoeger
2020-04-07cleanup: use lambdas to transport DiveEventItem to actionsGravatar Berthold Stoeger
2020-04-07cleanup: use lambda to transport event-time to context menu actionsGravatar Berthold Stoeger
2020-04-07cleanup: don't set unnecessary action userdata for unhideEventsGravatar Berthold Stoeger
2020-04-07profile: use lambda for addDivemodeSwitch callsGravatar Berthold Stoeger