subsurface/commands
Berthold Stoeger a6fa6cdb41 Undo: make profile-editing undoable
Recently, undo of dive-replanning was introduced. Therefore,
it appears logical to do the same thing for editing of the
profile of manually added dives.

For now, use the same undo-command, just change the displayed
text from "replan dive" to "edit profile". Move the fixup dive
call into the undo-command.

Eventually, every action on the profile should be made undoable.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-12-03 20:55:58 -08:00
..
CMakeLists.txt Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command.cpp Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command.h Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command_base.cpp Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_base.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divelist.cpp Filter: split out filter from model 2019-11-19 21:13:40 -08:00
command_divelist.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divesite.cpp Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divesite.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_edit.cpp Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command_edit.h Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command_edit_trip.cpp Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_edit_trip.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_private.cpp Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_private.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00