summaryrefslogtreecommitdiffstats
path: root/subsurface.qrc
diff options
context:
space:
mode:
authorGravatar Willem Ferguson <willemferguson@zoology.up.ac.za>2016-11-19 14:23:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-11-24 09:58:16 +0900
commit1fa855e1c091175afcdb0cc4a3395d3aecb96d1c (patch)
tree1f127c399e6f1f0cb367fba602c3b6045970f653 /subsurface.qrc
parent2aeb2b8d8b045b317efa595aabb356680dbf4978 (diff)
downloadsubsurface-1fa855e1c091175afcdb0cc4a3395d3aecb96d1c.tar.gz
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>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r--subsurface.qrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/subsurface.qrc b/subsurface.qrc
index 2f58782cf..dc73ad454 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -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>