mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Provide photos summary on dive list
1) Add an extra column to dive list, just left of Locality field. 2) For each dive, give summary of photos as follows: i) no photos: no icon in that column ii) photos taken during dive: show icon of fish iii) photos taken before/after dive: show icon of sun iv) photos taken during as well as before/after dive: show icon with both fish and sun 3) Provide information for the sort operation to work on this column of the dive list. Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2aeb2b8d8b
commit
1fa855e1c0
7 changed files with 62 additions and 5 deletions
|
@ -74,7 +74,10 @@
|
|||
<file alias="filter-hide">icons/go-top.svg</file>
|
||||
<file alias="filter-close">icons/process-stop.svg</file>
|
||||
<file alias="edit">icons/edit-circled.svg</file>
|
||||
<file alias="satellite">icons/Emblem-earth.svg</file>
|
||||
<file alias="globe-icon">icons/Emblem-earth.svg</file>
|
||||
<file alias="geocode">icons/geocode.svg</file>
|
||||
<file alias="duringPhoto">icons/duringPhoto.png</file>
|
||||
<file alias="outsidePhoto">icons/outsidePhoto.png</file>
|
||||
<file alias="inAndOutPhoto">icons/inAndOutPhoto.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue