aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.cpp
AgeCommit message (Expand)Author
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
2019-07-06Cleanup: call calculate_max_limits_new() in create_plot_info_new()Gravatar Berthold Stoeger
2019-07-06Cleanup: fix memory management of the plot dataGravatar Berthold Stoeger
2019-07-04Cleanup: remove unnecessary display refreshGravatar Berthold Stoeger
2019-05-20Core: let count_divecomputers() operate on an arbitrary diveGravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-04-12Desktop: read tab-items from current_dive, not displayed_diveGravatar Berthold Stoeger
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-03-19Cleanup: pass const-reference to RulerItem2::setPlotInfo()Gravatar Berthold Stoeger
2019-03-18Profile: pass by reference rather than by value for large structGravatar Robert C. Helling
2019-02-07Make struct dive const in plotPicturesInternalGravatar Robert C. Helling
2019-02-07Profile: plot pictures of correct diveGravatar Berthold Stoeger
2019-02-07Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2019-02-07Export profile imageGravatar Robert C. Helling
2018-10-20Profile: show correct info box for multiple DCsGravatar Jan Mulder
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger