From 76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 16 Nov 2017 10:41:43 +0100 Subject: new icon for logview --- components/kube/contents/ui/Kube.qml | 2 +- framework/qml/Icons.qml | 1 + icons/breeze/icons/actions/16/help-about-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/help-about.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg | 1 + icons/breeze/icons/actions/16/kdocumentinfo.svg | 1 + icons/breeze/icons/actions/22/help-about-inverted.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/help-about.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg | 1 + icons/breeze/icons/actions/22/kdocumentinfo.svg | 1 + icons/copybreeze.sh | 3 ++- 11 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 icons/breeze/icons/actions/16/help-about-inverted.svg create mode 100644 icons/breeze/icons/actions/16/help-about.svg create mode 120000 icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg create mode 120000 icons/breeze/icons/actions/16/kdocumentinfo.svg create mode 100644 icons/breeze/icons/actions/22/help-about-inverted.svg create mode 100644 icons/breeze/icons/actions/22/help-about.svg create mode 120000 icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg create mode 120000 icons/breeze/icons/actions/22/kdocumentinfo.svg diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 344dbdc7..c73d5bfa 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -232,7 +232,7 @@ Controls2.ApplicationWindow { Kube.IconButton { id: logButton - iconName: Kube.Icons.error_inverted + iconName: Kube.Icons.info_inverted onClicked: kubeViews.setLogView() activeFocusOnTab: true checkable: true diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 9ac35834..8cb28e86 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -23,6 +23,7 @@ import QtQuick 2.7 Item { property string error: "error" + property string info_inverted: "kdocumentinfo-inverted" property string error_inverted: "error-inverted" property string busy: "view-refresh" property string busy_inverted: "view-refresh-inverted" diff --git a/icons/breeze/icons/actions/16/help-about-inverted.svg b/icons/breeze/icons/actions/16/help-about-inverted.svg new file mode 100644 index 00000000..1b9156e9 --- /dev/null +++ b/icons/breeze/icons/actions/16/help-about-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/help-about.svg b/icons/breeze/icons/actions/16/help-about.svg new file mode 100644 index 00000000..d4fa7721 --- /dev/null +++ b/icons/breeze/icons/actions/16/help-about.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg b/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg new file mode 120000 index 00000000..6378894e --- /dev/null +++ b/icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg @@ -0,0 +1 @@ +help-about-inverted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/16/kdocumentinfo.svg b/icons/breeze/icons/actions/16/kdocumentinfo.svg new file mode 120000 index 00000000..af6d032d --- /dev/null +++ b/icons/breeze/icons/actions/16/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/help-about-inverted.svg b/icons/breeze/icons/actions/22/help-about-inverted.svg new file mode 100644 index 00000000..bc316846 --- /dev/null +++ b/icons/breeze/icons/actions/22/help-about-inverted.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/help-about.svg b/icons/breeze/icons/actions/22/help-about.svg new file mode 100644 index 00000000..9560625c --- /dev/null +++ b/icons/breeze/icons/actions/22/help-about.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg b/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg new file mode 120000 index 00000000..6378894e --- /dev/null +++ b/icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg @@ -0,0 +1 @@ +help-about-inverted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/kdocumentinfo.svg b/icons/breeze/icons/actions/22/kdocumentinfo.svg new file mode 120000 index 00000000..af6d032d --- /dev/null +++ b/icons/breeze/icons/actions/22/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index a56aedec..daffff05 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh @@ -38,7 +38,8 @@ wantedIcons = [ "password-show-off.svg", "format-text-bold-symbolic.svg", "format-text-italic-symbolic.svg", - "format-text-underline-symbolic.svg" + "format-text-underline-symbolic.svg", + "kdocumentinfo.svg" ] def ensure_dir(file_path): -- cgit v1.2.3