subsurface/commands
Berthold Stoeger 147a36647c Undo: make adding of weights an undoable action
Introduce an AddWeight undo command. This is modelled after the
numerous dive-edit undo commands. The redo and undo actions are
connected to the WeightModel via two new signals, weightAdded
and weightRemoved.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-12-05 10:14:25 -08:00
..
CMakeLists.txt Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command.cpp Undo: make adding of weights an undoable action 2019-12-05 10:14:25 -08:00
command.h Undo: make adding of weights an undoable action 2019-12-05 10:14:25 -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 Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_divelist.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divesite.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +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 adding of weights an undoable action 2019-12-05 10:14:25 -08:00
command_edit.h Undo: make adding of weights an undoable action 2019-12-05 10:14:25 -08:00
command_edit_trip.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_edit_trip.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00