subsurface/core/subsurface-qt
Berthold Stoeger 72c6b83866 Undo: make weight editing undoable
Implement the EditWeight undo command. Since there is common code
(storage of the old weight), this creates a common base class for
RemoveWeight and EditWeight. The model calls directly into the undo
command, which is somewhat unfortunate as it feels like a layering
violation. It's the easy thing to do for now.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-12-05 10:14:25 -08:00
..
CylinderObjectHelper.cpp Cleanup: make cylinder_t argument to CylinderObjectHelper const 2019-09-14 13:20:59 +02:00
CylinderObjectHelper.h Cleanup: make cylinder_t argument to CylinderObjectHelper const 2019-09-14 13:20:59 +02:00
DiveListNotifier.cpp Dive list: implement proper Qt-model semantics for DiveTripModel 2018-10-11 16:22:27 -07:00
DiveListNotifier.h Undo: make weight editing undoable 2019-12-05 10:14:25 -08:00
DiveObjectHelper.cpp Cylinders: access cylinders with get_cylinder() 2019-11-09 19:19:04 +01:00
DiveObjectHelper.h Grantlee: split out grantlee-only property from DiveObjectHelper 2019-09-14 13:20:59 +02:00