summaryrefslogtreecommitdiffstats
path: root/src/pics
diff options
context:
space:
mode:
Diffstat (limited to 'src/pics')
-rw-r--r--src/pics/CMakeLists.txt6
-rw-r--r--src/pics/Makefile.am5
-rw-r--r--src/pics/icon_pci.pngbin0 -> 704 bytes
-rw-r--r--src/pics/theme0_both.pngbin0 -> 1406 bytes
-rw-r--r--src/pics/theme0_error.pngbin0 -> 1510 bytes
-rw-r--r--src/pics/theme0_none.pngbin0 -> 1403 bytes
-rw-r--r--src/pics/theme0_rx.pngbin0 -> 1411 bytes
-rw-r--r--src/pics/theme0_tx.pngbin0 -> 1405 bytes
-rw-r--r--src/pics/theme1_both.pngbin0 -> 1219 bytes
-rw-r--r--src/pics/theme1_error.pngbin0 -> 483 bytes
-rw-r--r--src/pics/theme1_none.pngbin0 -> 482 bytes
-rw-r--r--src/pics/theme1_rx.pngbin0 -> 881 bytes
-rw-r--r--src/pics/theme1_tx.pngbin0 -> 927 bytes
-rw-r--r--src/pics/theme2_both.pngbin0 -> 1384 bytes
-rw-r--r--src/pics/theme2_error.pngbin0 -> 709 bytes
-rw-r--r--src/pics/theme2_none.pngbin0 -> 835 bytes
-rw-r--r--src/pics/theme2_rx.pngbin0 -> 1121 bytes
-rw-r--r--src/pics/theme2_tx.pngbin0 -> 1115 bytes
-rw-r--r--src/pics/theme3_both.pngbin0 -> 870 bytes
-rw-r--r--src/pics/theme3_error.pngbin0 -> 342 bytes
-rw-r--r--src/pics/theme3_none.pngbin0 -> 339 bytes
-rw-r--r--src/pics/theme3_rx.pngbin0 -> 615 bytes
-rw-r--r--src/pics/theme3_tx.pngbin0 -> 787 bytes
-rw-r--r--src/pics/theme4_both.pngbin0 -> 1034 bytes
-rw-r--r--src/pics/theme4_error.pngbin0 -> 1245 bytes
-rw-r--r--src/pics/theme4_none.pngbin0 -> 1000 bytes
-rw-r--r--src/pics/theme4_rx.pngbin0 -> 1025 bytes
-rw-r--r--src/pics/theme4_tx.pngbin0 -> 1025 bytes
28 files changed, 11 insertions, 0 deletions
diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt
new file mode 100644
index 0000000..e7d1781
--- /dev/null
+++ b/src/pics/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
+
+install(
+ FILES ${_pics}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics
+)
diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am
new file mode 100644
index 0000000..fab68d0
--- /dev/null
+++ b/src/pics/Makefile.am
@@ -0,0 +1,5 @@
+knetstats_DATA = theme0_none.png theme1_error.png theme2_both.png theme2_tx.png theme3_rx.png theme4_none.png \
+ icon_pci.png theme0_rx.png theme1_none.png theme2_error.png theme3_both.png theme3_tx.png theme4_rx.png \
+ theme0_both.png theme0_tx.png theme1_rx.png theme2_none.png theme3_error.png theme4_both.png theme4_tx.png \
+ theme0_error.png theme1_both.png theme1_tx.png theme2_rx.png theme3_none.png theme4_error.png
+knetstatsdir = $(kde_datadir)/knetstats/pics
diff --git a/src/pics/icon_pci.png b/src/pics/icon_pci.png
new file mode 100644
index 0000000..f7a607e
--- /dev/null
+++ b/src/pics/icon_pci.png
Binary files differ
diff --git a/src/pics/theme0_both.png b/src/pics/theme0_both.png
new file mode 100644
index 0000000..0950f8b
--- /dev/null
+++ b/src/pics/theme0_both.png
Binary files differ
diff --git a/src/pics/theme0_error.png b/src/pics/theme0_error.png
new file mode 100644
index 0000000..b618a9a
--- /dev/null
+++ b/src/pics/theme0_error.png
Binary files differ
diff --git a/src/pics/theme0_none.png b/src/pics/theme0_none.png
new file mode 100644
index 0000000..b953009
--- /dev/null
+++ b/src/pics/theme0_none.png
Binary files differ
diff --git a/src/pics/theme0_rx.png b/src/pics/theme0_rx.png
new file mode 100644
index 0000000..e902270
--- /dev/null
+++ b/src/pics/theme0_rx.png
Binary files differ
diff --git a/src/pics/theme0_tx.png b/src/pics/theme0_tx.png
new file mode 100644
index 0000000..d3ad8be
--- /dev/null
+++ b/src/pics/theme0_tx.png
Binary files differ
diff --git a/src/pics/theme1_both.png b/src/pics/theme1_both.png
new file mode 100644
index 0000000..851c1cb
--- /dev/null
+++ b/src/pics/theme1_both.png
Binary files differ
diff --git a/src/pics/theme1_error.png b/src/pics/theme1_error.png
new file mode 100644
index 0000000..4b121a2
--- /dev/null
+++ b/src/pics/theme1_error.png
Binary files differ
diff --git a/src/pics/theme1_none.png b/src/pics/theme1_none.png
new file mode 100644
index 0000000..57f0142
--- /dev/null
+++ b/src/pics/theme1_none.png
Binary files differ
diff --git a/src/pics/theme1_rx.png b/src/pics/theme1_rx.png
new file mode 100644
index 0000000..0a38fa3
--- /dev/null
+++ b/src/pics/theme1_rx.png
Binary files differ
diff --git a/src/pics/theme1_tx.png b/src/pics/theme1_tx.png
new file mode 100644
index 0000000..9708c27
--- /dev/null
+++ b/src/pics/theme1_tx.png
Binary files differ
diff --git a/src/pics/theme2_both.png b/src/pics/theme2_both.png
new file mode 100644
index 0000000..0ce25c8
--- /dev/null
+++ b/src/pics/theme2_both.png
Binary files differ
diff --git a/src/pics/theme2_error.png b/src/pics/theme2_error.png
new file mode 100644
index 0000000..4418e97
--- /dev/null
+++ b/src/pics/theme2_error.png
Binary files differ
diff --git a/src/pics/theme2_none.png b/src/pics/theme2_none.png
new file mode 100644
index 0000000..a686cba
--- /dev/null
+++ b/src/pics/theme2_none.png
Binary files differ
diff --git a/src/pics/theme2_rx.png b/src/pics/theme2_rx.png
new file mode 100644
index 0000000..8d992d9
--- /dev/null
+++ b/src/pics/theme2_rx.png
Binary files differ
diff --git a/src/pics/theme2_tx.png b/src/pics/theme2_tx.png
new file mode 100644
index 0000000..d176fac
--- /dev/null
+++ b/src/pics/theme2_tx.png
Binary files differ
diff --git a/src/pics/theme3_both.png b/src/pics/theme3_both.png
new file mode 100644
index 0000000..8670266
--- /dev/null
+++ b/src/pics/theme3_both.png
Binary files differ
diff --git a/src/pics/theme3_error.png b/src/pics/theme3_error.png
new file mode 100644
index 0000000..ee08863
--- /dev/null
+++ b/src/pics/theme3_error.png
Binary files differ
diff --git a/src/pics/theme3_none.png b/src/pics/theme3_none.png
new file mode 100644
index 0000000..4fbdbe5
--- /dev/null
+++ b/src/pics/theme3_none.png
Binary files differ
diff --git a/src/pics/theme3_rx.png b/src/pics/theme3_rx.png
new file mode 100644
index 0000000..c0a6daf
--- /dev/null
+++ b/src/pics/theme3_rx.png
Binary files differ
diff --git a/src/pics/theme3_tx.png b/src/pics/theme3_tx.png
new file mode 100644
index 0000000..bf1c21e
--- /dev/null
+++ b/src/pics/theme3_tx.png
Binary files differ
diff --git a/src/pics/theme4_both.png b/src/pics/theme4_both.png
new file mode 100644
index 0000000..d237404
--- /dev/null
+++ b/src/pics/theme4_both.png
Binary files differ
diff --git a/src/pics/theme4_error.png b/src/pics/theme4_error.png
new file mode 100644
index 0000000..b14a709
--- /dev/null
+++ b/src/pics/theme4_error.png
Binary files differ
diff --git a/src/pics/theme4_none.png b/src/pics/theme4_none.png
new file mode 100644
index 0000000..02c7131
--- /dev/null
+++ b/src/pics/theme4_none.png
Binary files differ
diff --git a/src/pics/theme4_rx.png b/src/pics/theme4_rx.png
new file mode 100644
index 0000000..d77b01d
--- /dev/null
+++ b/src/pics/theme4_rx.png
Binary files differ
diff --git a/src/pics/theme4_tx.png b/src/pics/theme4_tx.png
new file mode 100644
index 0000000..86591c6
--- /dev/null
+++ b/src/pics/theme4_tx.png
Binary files differ