| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-12 | Undo: update notes field if changed by undo commands | ||
| To keep the UI in a consistent state, update the notes field if it is changed by an undo command. To that purpose, add a new signal to diveListNotifier with a list of dives and a field-id as payload. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
| 2019-04-12 | Undo: implement rudimentary undo of dive-notes editing | ||
| Implement a first rudimentary dive-editing command. The main code resides in a base class Command::Edit, which calls virtual functions to read / set the fields and extract the field name. Implement an example: editing of dive notes. This dose not yet update the UI on undo / redo. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||