aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.cpp
AgeCommit message (Expand)Author
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
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: 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
2020-04-07cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() callsGravatar Berthold Stoeger
2020-04-07undo: update profile on cylinder editingGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-01-30Profile: fill gas change context menu from current diveGravatar Berthold Stoeger
2020-01-30Profile: transport gas id and timestamp via lambdaGravatar Berthold Stoeger
2019-11-16Profile: clear tooltip's plotInfo in ProfileWidget2::setEmptyStateGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: free plot data on exitGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-11-09Cleanup: comment out function that is used by commented out codeGravatar Berthold Stoeger
2019-11-08Profile: remove ProfileWidget2::recalcCeiling()Gravatar Berthold Stoeger
2019-10-26Cleanup: use correct loop boundsGravatar Dirk Hohndel
2019-10-20Cleanup: use pointer-to-member-function in addAction() callsGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: replace pressure reading macros by inline functionsGravatar Berthold Stoeger
2019-07-12Profile: stop animations on exportGravatar Berthold Stoeger
2019-07-12Profile: store animation speed in profile objectGravatar Berthold Stoeger
2019-07-12Profile: take int instead of bool in DiveEventItem::recalculatePosGravatar Berthold Stoeger