From c1f9cfe9a865eaa288becd1caabe048d9b060fea Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 23 Jul 2016 16:08:41 +0900 Subject: 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 --- icons/info-icon.png | Bin 0 -> 20919 bytes icons/info-icon.svg | 78 +++++++++++++++++++++++++++++++++++++++++ icons/violation-icon.png | Bin 0 -> 28923 bytes icons/violation-icon.svg | 89 +++++++++++++++++++++++++++++++++++++++++++++++ icons/warning-icon.png | Bin 0 -> 22977 bytes icons/warning-icon.svg | 85 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 252 insertions(+) create mode 100644 icons/info-icon.png create mode 100644 icons/info-icon.svg create mode 100644 icons/violation-icon.png create mode 100644 icons/violation-icon.svg create mode 100644 icons/warning-icon.png create mode 100644 icons/warning-icon.svg (limited to 'icons') diff --git a/icons/info-icon.png b/icons/info-icon.png new file mode 100644 index 000000000..2c229d41a Binary files /dev/null and b/icons/info-icon.png differ diff --git a/icons/info-icon.svg b/icons/info-icon.svg new file mode 100644 index 000000000..e3b660bc7 --- /dev/null +++ b/icons/info-icon.svg @@ -0,0 +1,78 @@ + + + + + + + + + + image/svg+xml + + + + + + + + i + + diff --git a/icons/violation-icon.png b/icons/violation-icon.png new file mode 100644 index 000000000..36cfd004b Binary files /dev/null and b/icons/violation-icon.png differ diff --git a/icons/violation-icon.svg b/icons/violation-icon.svg new file mode 100644 index 000000000..5409ddc7d --- /dev/null +++ b/icons/violation-icon.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + ! + + + diff --git a/icons/warning-icon.png b/icons/warning-icon.png new file mode 100644 index 000000000..4f24b3093 Binary files /dev/null and b/icons/warning-icon.png differ diff --git a/icons/warning-icon.svg b/icons/warning-icon.svg new file mode 100644 index 000000000..d38cee68e --- /dev/null +++ b/icons/warning-icon.svg @@ -0,0 +1,85 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + ! + + -- cgit v1.2.3-70-g09d2