summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-11-16 10:41:43 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-11-16 10:41:43 +0100
commit76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 (patch)
tree08b8d929819afbb2cef651756d9d516f9a3637fe
parent679a4e57903e339ec8255df55ec2ca4e322c6a9c (diff)
downloadkube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.tar.gz
kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.zip
new icon for logview
-rw-r--r--components/kube/contents/ui/Kube.qml2
-rw-r--r--framework/qml/Icons.qml1
-rw-r--r--icons/breeze/icons/actions/16/help-about-inverted.svg13
-rw-r--r--icons/breeze/icons/actions/16/help-about.svg13
l---------icons/breeze/icons/actions/16/kdocumentinfo-inverted.svg1
l---------icons/breeze/icons/actions/16/kdocumentinfo.svg1
-rw-r--r--icons/breeze/icons/actions/22/help-about-inverted.svg14
-rw-r--r--icons/breeze/icons/actions/22/help-about.svg14
l---------icons/breeze/icons/actions/22/kdocumentinfo-inverted.svg1
l---------icons/breeze/icons/actions/22/kdocumentinfo.svg1
-rwxr-xr-xicons/copybreeze.sh3
11 files changed, 62 insertions, 2 deletions
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 {
232 232
233 Kube.IconButton { 233 Kube.IconButton {
234 id: logButton 234 id: logButton
235 iconName: Kube.Icons.error_inverted 235 iconName: Kube.Icons.info_inverted
236 onClicked: kubeViews.setLogView() 236 onClicked: kubeViews.setLogView()
237 activeFocusOnTab: true 237 activeFocusOnTab: true
238 checkable: true 238 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
23 23
24Item { 24Item {
25 property string error: "error" 25 property string error: "error"
26 property string info_inverted: "kdocumentinfo-inverted"
26 property string error_inverted: "error-inverted" 27 property string error_inverted: "error-inverted"
27 property string busy: "view-refresh" 28 property string busy: "view-refresh"
28 property string busy_inverted: "view-refresh-inverted" 29 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 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#f2f2f2;
6 }
7 </style>
8 </defs>
9 <path style="fill:currentColor;fill-opacity:1;stroke:none"
10 d="m7.5 3c-3.038 0-5.5 2.462-5.5 5.5 0 3.038 2.462 5.5 5.5 5.5 3.038 0 5.5-2.462 5.5-5.5 0-3.038-2.462-5.5-5.5-5.5m0 1c2.485 0 4.5 2.01 4.5 4.5 0 2.485-2.01 4.5-4.5 4.5-2.485 0-4.5-2.01-4.5-4.5 0-2.485 2.01-4.5 4.5-4.5m-.5 1v1h1v-1zm0 2v5h1v-5z"
11 class="ColorScheme-Text"
12 />
13</svg>
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 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#4d4d4d;
6 }
7 </style>
8 </defs>
9 <path style="fill:currentColor;fill-opacity:1;stroke:none"
10 d="m7.5 3c-3.038 0-5.5 2.462-5.5 5.5 0 3.038 2.462 5.5 5.5 5.5 3.038 0 5.5-2.462 5.5-5.5 0-3.038-2.462-5.5-5.5-5.5m0 1c2.485 0 4.5 2.01 4.5 4.5 0 2.485-2.01 4.5-4.5 4.5-2.485 0-4.5-2.01-4.5-4.5 0-2.485 2.01-4.5 4.5-4.5m-.5 1v1h1v-1zm0 2v5h1v-5z"
11 class="ColorScheme-Text"
12 />
13</svg>
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 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#f2f2f2;
6 }
7 </style>
8 </defs>
9 <path
10 style="fill:currentColor;fill-opacity:1;stroke:none"
11 d="M 11 3 C 6.568 3 3 6.568 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 6.568 15.432 3 11 3 z M 11 4 C 14.878 4 18 7.122 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.122 7.122 4 11 4 z M 10 6 L 10 8 L 12 8 L 12 6 L 10 6 z M 10 9 L 10 16 L 12 16 L 12 9 L 10 9 z "
12 class="ColorScheme-Text"
13 />
14</svg>
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 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
2 <defs id="defs3051">
3 <style type="text/css" id="current-color-scheme">
4 .ColorScheme-Text {
5 color:#4d4d4d;
6 }
7 </style>
8 </defs>
9 <path
10 style="fill:currentColor;fill-opacity:1;stroke:none"
11 d="M 11 3 C 6.568 3 3 6.568 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 6.568 15.432 3 11 3 z M 11 4 C 14.878 4 18 7.122 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.122 7.122 4 11 4 z M 10 6 L 10 8 L 12 8 L 12 6 L 10 6 z M 10 9 L 10 16 L 12 16 L 12 9 L 10 9 z "
12 class="ColorScheme-Text"
13 />
14</svg>
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 = [
38 "password-show-off.svg", 38 "password-show-off.svg",
39 "format-text-bold-symbolic.svg", 39 "format-text-bold-symbolic.svg",
40 "format-text-italic-symbolic.svg", 40 "format-text-italic-symbolic.svg",
41 "format-text-underline-symbolic.svg" 41 "format-text-underline-symbolic.svg",
42 "kdocumentinfo.svg"
42] 43]
43 44
44def ensure_dir(file_path): 45def ensure_dir(file_path):