mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: Consider Severity when Hiding Events.
When events are hidden in the profile, only hide events with the same name and the same severity (flags). From discussion in https://github.com/subsurface/libdc/pull/54. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
b324849d0c
commit
26f20b805d
5 changed files with 17 additions and 22 deletions
|
|
@ -125,7 +125,8 @@ private:
|
|||
void splitDive(int seconds);
|
||||
void addSetpointChange(int seconds);
|
||||
void removeEvent(DiveEventItem *item);
|
||||
void hideEvents(DiveEventItem *item);
|
||||
void hideEvent(DiveEventItem *item);
|
||||
void hideSimilarEvents(DiveEventItem *item);
|
||||
void editName(DiveEventItem *item);
|
||||
void unhideEvents();
|
||||
void makeFirstDC();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue