diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-10-06 21:01:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-26 11:36:23 -0700 |
commit | c479c5ca36648e54f58f782d7af2935f77c693b1 (patch) | |
tree | 9d9ad8cd3fe04a7542556bbea41ba0ab7927da92 /CHANGELOG.md | |
parent | 7b730602c6ac92c561c5ccb6a0dbf725a70fa963 (diff) | |
download | subsurface-c479c5ca36648e54f58f782d7af2935f77c693b1.tar.gz |
Desktop: use undo command when replanning dive
Instead of copying the displayed dive, generate an undo command.
This makes the replanning an undoable action and fixes a bug
where the dive details have not been updated correctly.
Fixes #2280
Reported-by: Stefan Fuchs <sfuchs@gmx.de>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a33ac5b..fa1b6e815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ Mobile: add support for editing the dive number of a dive +Desktop: make dive replanning undoable +Desktop: update statistics tab on undo or redo +Planner: update dive details when replanning dive [#2280] Export: when exporting dive sites in dive site mode, export selected dive sites [#2275] Mobile: fix several bugs in the handling of incorrect or unverified cloud credentials Mobile: try to adjust the UI for cases with large default font relative to screen size |