mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Simplistic filtering by tags
This only allows for a logical "AND" - so only dives that all of the selected tags are displayed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2aabcf398a
commit
d5af4e2ff9
3 changed files with 9 additions and 2 deletions
1
dive.h
1
dive.h
|
|
@ -53,6 +53,7 @@
|
|||
/* defined in statistics.c */
|
||||
extern char *dtag_names[DTAG_NR];
|
||||
extern int dtag_shown[DTAG_NR];
|
||||
extern int dive_mask;
|
||||
|
||||
/*
|
||||
* Some silly typedefs to make our units very explicit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue