From a35374d12eca7456b055ded0f76590279dfa6b6e Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Thu, 29 Dec 2022 15:59:41 +0100 Subject: [PATCH] Gui: New Icon for Notification Area Gui: Icon resources - Warning icon Gui: Icons - squash --- src/Gui/Icons/InTray.svg | 487 ++++++++++++++++++++++++++++++++ src/Gui/Icons/Warning.svg | 121 ++++++++ src/Gui/Icons/critical-info.svg | 111 ++++++++ src/Gui/Icons/info.svg | 111 ++++++++ src/Gui/Icons/resource.qrc | 4 + 5 files changed, 834 insertions(+) create mode 100644 src/Gui/Icons/InTray.svg create mode 100644 src/Gui/Icons/Warning.svg create mode 100644 src/Gui/Icons/critical-info.svg create mode 100644 src/Gui/Icons/info.svg diff --git a/src/Gui/Icons/InTray.svg b/src/Gui/Icons/InTray.svg new file mode 100644 index 0000000000..e9d0340b08 --- /dev/null +++ b/src/Gui/Icons/InTray.svg @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Gui/Icons/Warning.svg b/src/Gui/Icons/Warning.svg new file mode 100644 index 0000000000..9aab3a965a --- /dev/null +++ b/src/Gui/Icons/Warning.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/Gui/Icons/critical-info.svg b/src/Gui/Icons/critical-info.svg new file mode 100644 index 0000000000..a5236e240b --- /dev/null +++ b/src/Gui/Icons/critical-info.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Gui/Icons/info.svg b/src/Gui/Icons/info.svg new file mode 100644 index 0000000000..2fe7a0d9bf --- /dev/null +++ b/src/Gui/Icons/info.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc index ccd411b1c5..39df69cbc5 100644 --- a/src/Gui/Icons/resource.qrc +++ b/src/Gui/Icons/resource.qrc @@ -74,6 +74,8 @@ edit-undo.svg edit-edit.svg edit-cleartext.svg + info.svg + critical-info.svg tree-item-drag.svg tree-goto-sel.svg tree-rec-sel.svg @@ -98,6 +100,7 @@ accessories-text-editor.svg accessories-calculator.svg internet-web-browser.svg + InTray.svg view-select.svg view-unselectable.svg view-refresh.svg @@ -251,6 +254,7 @@ Std_UserEditModeTransform.svg Std_UserEditModeCutting.svg Std_UserEditModeColor.svg + Warning.svg