From 77a13fe7f9d521ec5ab961f3bd014bee3ccb75a7 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 18 Feb 2020 12:05:55 +0100 Subject: [PATCH] icons: provide helper icons Fixes https://gitlab.gnome.org/GNOME/sysprof/issues/30 --- .../scalable/actions/sysprof-allocations.svg | 1 + .../scalable/actions/sysprof-battery.svg | 1 + .../scalable/actions/sysprof-calgraph.svg | 1 + data/icons/scalable/actions/sysprof-cli.svg | 1 + data/icons/scalable/actions/sysprof-cpu.svg | 1 + data/icons/scalable/actions/sysprof-disk.svg | 1 + data/icons/scalable/actions/sysprof-gtk.svg | 1 + .../scalable/actions/sysprof-library.svg | 1 + .../icons/scalable/actions/sysprof-memory.svg | 1 + .../scalable/actions/sysprof-networking.svg | 1 + data/icons/scalable/actions/sysprof-rapl.svg | 1 + .../scalable/actions/sysprof-trace-app.svg | 41 +------------------ .../sysprof-profiler-assistant.ui | 36 +++++++++++----- 13 files changed, 37 insertions(+), 51 deletions(-) create mode 100644 data/icons/scalable/actions/sysprof-allocations.svg create mode 100644 data/icons/scalable/actions/sysprof-battery.svg create mode 100644 data/icons/scalable/actions/sysprof-calgraph.svg create mode 100644 data/icons/scalable/actions/sysprof-cli.svg create mode 100644 data/icons/scalable/actions/sysprof-cpu.svg create mode 100644 data/icons/scalable/actions/sysprof-disk.svg create mode 100644 data/icons/scalable/actions/sysprof-gtk.svg create mode 100644 data/icons/scalable/actions/sysprof-library.svg create mode 100644 data/icons/scalable/actions/sysprof-memory.svg create mode 100644 data/icons/scalable/actions/sysprof-networking.svg create mode 100644 data/icons/scalable/actions/sysprof-rapl.svg diff --git a/data/icons/scalable/actions/sysprof-allocations.svg b/data/icons/scalable/actions/sysprof-allocations.svg new file mode 100644 index 00000000..8ccac8eb --- /dev/null +++ b/data/icons/scalable/actions/sysprof-allocations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-battery.svg b/data/icons/scalable/actions/sysprof-battery.svg new file mode 100644 index 00000000..f5433a62 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-calgraph.svg b/data/icons/scalable/actions/sysprof-calgraph.svg new file mode 100644 index 00000000..66c0698d --- /dev/null +++ b/data/icons/scalable/actions/sysprof-calgraph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-cli.svg b/data/icons/scalable/actions/sysprof-cli.svg new file mode 100644 index 00000000..8ad00866 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-cli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-cpu.svg b/data/icons/scalable/actions/sysprof-cpu.svg new file mode 100644 index 00000000..1a03bfe1 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-cpu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-disk.svg b/data/icons/scalable/actions/sysprof-disk.svg new file mode 100644 index 00000000..fdc4a068 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-disk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-gtk.svg b/data/icons/scalable/actions/sysprof-gtk.svg new file mode 100644 index 00000000..a08f7126 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-gtk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-library.svg b/data/icons/scalable/actions/sysprof-library.svg new file mode 100644 index 00000000..c896785c --- /dev/null +++ b/data/icons/scalable/actions/sysprof-library.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-memory.svg b/data/icons/scalable/actions/sysprof-memory.svg new file mode 100644 index 00000000..0666cf92 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-memory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-networking.svg b/data/icons/scalable/actions/sysprof-networking.svg new file mode 100644 index 00000000..5cc67658 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-networking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-rapl.svg b/data/icons/scalable/actions/sysprof-rapl.svg new file mode 100644 index 00000000..32e782e9 --- /dev/null +++ b/data/icons/scalable/actions/sysprof-rapl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/icons/scalable/actions/sysprof-trace-app.svg b/data/icons/scalable/actions/sysprof-trace-app.svg index 21a1a125..3e1b9c3a 100644 --- a/data/icons/scalable/actions/sysprof-trace-app.svg +++ b/data/icons/scalable/actions/sysprof-trace-app.svg @@ -1,40 +1 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/libsysprof-ui/sysprof-profiler-assistant.ui b/src/libsysprof-ui/sysprof-profiler-assistant.ui index b6a70101..e0f52c96 100644 --- a/src/libsysprof-ui/sysprof-profiler-assistant.ui +++ b/src/libsysprof-ui/sysprof-profiler-assistant.ui @@ -1,23 +1,35 @@ - - - - - - + + sysprof-cpu + + + sysprof-memory + + + sysprof-allocations + + + sysprof-calgraph + + + sysprof-networking + + + sysprof-rapl + /org/gnome/Sysprof3/Profiler session org.gnome.Shell GNOME Shell - org.gnome.Sysprof-symbolic + sysprof-library GTK - gtk3-demo-symbolic.symbolic + sysprof-gtk GTK_TRACE_FD @@ -32,7 +44,7 @@ GJS - org.gnome.Sysprof-symbolic + sysprof-cli @@ -46,10 +58,12 @@ - + + sysprof-battery + Disk - drive-harddisk-system-symbolic + sysprof-disk