mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Optionally strip diveplan to bare minimum
There are new check-boxes to modify the look of the diveplan in the notes. The old behaviour appears with "verbatim display", others are shorter, runtimes, stoplengths and transitions being optional. Also round to full meters and minutes to remove optical clutter. To be done: Remember these setting in the config. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc012c1fa6
commit
90885bfb8e
6 changed files with 661 additions and 521 deletions
|
@ -73,6 +73,10 @@ slots:
|
|||
void setDecoSac(int sac);
|
||||
void setStartTime(const QTime &t);
|
||||
void setLastStop6m(bool value);
|
||||
void setVerbatim(bool value);
|
||||
void setDisplayRuntime(bool value);
|
||||
void setDisplayDuration(bool value);
|
||||
void setDisplayTransitions(bool value);
|
||||
void createPlan();
|
||||
void remove(const QModelIndex &index);
|
||||
void cancelPlan();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue