From 4158a4c7de3701f9e03cd226ab26b6437a47f33e Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Mon, 2 Oct 2017 11:17:10 +0200 Subject: init_deco correctly identify previous dives and report overlapping dives When changing the date/time of a dive in the planner the dive may end up in a totaly new position in respect to date/time of other dives in dive list table. It can be moved to the past or the future before or after other existing dives. It also could overlap with an existing dive. This change enables identification of a new "virtual" dive list position and based on this starts looking for previous dives. Then it (as before the change) does init the deco calculation with any applicable previous dive and surface interval. If some of these applicable dives overlap it returns a neg. surface time which is then used in the planner notes to prohibit display of results. Signed-off-by: Stefan Fuchs --- qt-models/diveplannermodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-models') diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp index 0c90b0a48..10d912846 100644 --- a/qt-models/diveplannermodel.cpp +++ b/qt-models/diveplannermodel.cpp @@ -1101,6 +1101,7 @@ void DivePlannerPointsModel::createPlan(bool replanCopy) copy_dive(&displayed_dive, current_dive); } mark_divelist_changed(true); + sort_table(&dive_table); // Remove and clean the diveplan, so we don't delete // the dive by mistake. -- cgit v1.2.3-70-g09d2