summaryrefslogtreecommitdiffstats
path: root/subsurface.qrc
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-23 16:08:41 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-24 09:53:24 +0900
commitc1f9cfe9a865eaa288becd1caabe048d9b060fea (patch)
tree2efabf96035bd886d2b5a5f891fed1ae30b7fd06 /subsurface.qrc
parentf718fdab80ccbc718e76f5f8e39bdfe3964ce1a6 (diff)
downloadsubsurface-c1f9cfe9a865eaa288becd1caabe048d9b060fea.tar.gz
Show different icons based on event severity
So far this is only supported in the Suunto EON Steel backend, but we should try to add this to others where we have such a distinction (and maybe assign different values to the predefined libdivecomputer events). This also adds three new icons for info, warning, and violation. The warning icon we had already, but I drew a new one from scratch to have it match the violation icon. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r--subsurface.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc
index 3fc219dcc..930b88890 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -14,6 +14,9 @@
<file alias="maximum">icons/maximum.png</file>
<file alias="average">icons/average.png</file>
<file alias="warning">icons/warning.png</file>
+ <file alias="warning-icon">icons/warning-icon.png</file>
+ <file alias="violation-icon">icons/violation-icon.png</file>
+ <file alias="info-icon">icons/info-icon.png</file>
<file alias="gaschange">icons/gaschange.png</file>
<file alias="gaschangeAir">icons/Air_change.png</file>
<file alias="gaschangeNitrox">icons/Nx_change.png</file>