summaryrefslogtreecommitdiffstats
path: root/tdehtml/pics
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/pics')
-rw-r--r--tdehtml/pics/CMakeLists.txt20
-rw-r--r--tdehtml/pics/Makefile.am10
-rw-r--r--tdehtml/pics/cr128-action-bug.pngbin0 -> 13453 bytes
-rw-r--r--tdehtml/pics/cr16-action-bug.pngbin0 -> 1107 bytes
-rw-r--r--tdehtml/pics/cr16-action-images_display.pngbin0 -> 539 bytes
-rw-r--r--tdehtml/pics/cr16-action-wallet_open.pngbin0 -> 781 bytes
-rw-r--r--tdehtml/pics/cr22-action-bug.pngbin0 -> 1914 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgnext.pngbin0 -> 187 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgrun.pngbin0 -> 244 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgrunto.pngbin0 -> 275 bytes
-rw-r--r--tdehtml/pics/cr22-action-dbgstep.pngbin0 -> 182 bytes
-rw-r--r--tdehtml/pics/cr22-action-images_display.pngbin0 -> 1270 bytes
-rw-r--r--tdehtml/pics/cr32-action-bug.pngbin0 -> 2994 bytes
-rw-r--r--tdehtml/pics/cr32-action-images_display.pngbin0 -> 2191 bytes
-rw-r--r--tdehtml/pics/cr48-action-bug.pngbin0 -> 5091 bytes
-rw-r--r--tdehtml/pics/cr64-action-bug.pngbin0 -> 7630 bytes
16 files changed, 30 insertions, 0 deletions
diff --git a/tdehtml/pics/CMakeLists.txt b/tdehtml/pics/CMakeLists.txt
new file mode 100644
index 000000000..17390707c
--- /dev/null
+++ b/tdehtml/pics/CMakeLists.txt
@@ -0,0 +1,20 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### icons #####################################
+
+tde_install_icons(
+ bug images_display wallet_open
+ DESTINATION ${DATA_INSTALL_DIR}/tdehtml/icons )
+
+tde_install_icons(
+ dbgnext dbgrun dbgrunto dbgstep
+)
diff --git a/tdehtml/pics/Makefile.am b/tdehtml/pics/Makefile.am
new file mode 100644
index 000000000..7477bfd51
--- /dev/null
+++ b/tdehtml/pics/Makefile.am
@@ -0,0 +1,10 @@
+tdehtmliconsdir = $(kde_datadir)/tdehtml/icons
+tdehtmlicons_ICON = bug \
+ images_display \
+ wallet_open
+
+# Install globally so they show up in when JS debugger is run in Konqueror
+KDE_ICON = dbgnext \
+ dbgrun \
+ dbgrunto \
+ dbgstep
diff --git a/tdehtml/pics/cr128-action-bug.png b/tdehtml/pics/cr128-action-bug.png
new file mode 100644
index 000000000..a39081d9a
--- /dev/null
+++ b/tdehtml/pics/cr128-action-bug.png
Binary files differ
diff --git a/tdehtml/pics/cr16-action-bug.png b/tdehtml/pics/cr16-action-bug.png
new file mode 100644
index 000000000..827d5f8e6
--- /dev/null
+++ b/tdehtml/pics/cr16-action-bug.png
Binary files differ
diff --git a/tdehtml/pics/cr16-action-images_display.png b/tdehtml/pics/cr16-action-images_display.png
new file mode 100644
index 000000000..66f550e7a
--- /dev/null
+++ b/tdehtml/pics/cr16-action-images_display.png
Binary files differ
diff --git a/tdehtml/pics/cr16-action-wallet_open.png b/tdehtml/pics/cr16-action-wallet_open.png
new file mode 100644
index 000000000..f0d309834
--- /dev/null
+++ b/tdehtml/pics/cr16-action-wallet_open.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-bug.png b/tdehtml/pics/cr22-action-bug.png
new file mode 100644
index 000000000..3a3d1ea2b
--- /dev/null
+++ b/tdehtml/pics/cr22-action-bug.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgnext.png b/tdehtml/pics/cr22-action-dbgnext.png
new file mode 100644
index 000000000..ee94f5854
--- /dev/null
+++ b/tdehtml/pics/cr22-action-dbgnext.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgrun.png b/tdehtml/pics/cr22-action-dbgrun.png
new file mode 100644
index 000000000..32f4badc5
--- /dev/null
+++ b/tdehtml/pics/cr22-action-dbgrun.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgrunto.png b/tdehtml/pics/cr22-action-dbgrunto.png
new file mode 100644
index 000000000..861c549ab
--- /dev/null
+++ b/tdehtml/pics/cr22-action-dbgrunto.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-dbgstep.png b/tdehtml/pics/cr22-action-dbgstep.png
new file mode 100644
index 000000000..c4a760435
--- /dev/null
+++ b/tdehtml/pics/cr22-action-dbgstep.png
Binary files differ
diff --git a/tdehtml/pics/cr22-action-images_display.png b/tdehtml/pics/cr22-action-images_display.png
new file mode 100644
index 000000000..96ad00c41
--- /dev/null
+++ b/tdehtml/pics/cr22-action-images_display.png
Binary files differ
diff --git a/tdehtml/pics/cr32-action-bug.png b/tdehtml/pics/cr32-action-bug.png
new file mode 100644
index 000000000..597739255
--- /dev/null
+++ b/tdehtml/pics/cr32-action-bug.png
Binary files differ
diff --git a/tdehtml/pics/cr32-action-images_display.png b/tdehtml/pics/cr32-action-images_display.png
new file mode 100644
index 000000000..ced97ac3f
--- /dev/null
+++ b/tdehtml/pics/cr32-action-images_display.png
Binary files differ
diff --git a/tdehtml/pics/cr48-action-bug.png b/tdehtml/pics/cr48-action-bug.png
new file mode 100644
index 000000000..2565d767c
--- /dev/null
+++ b/tdehtml/pics/cr48-action-bug.png
Binary files differ
diff --git a/tdehtml/pics/cr64-action-bug.png b/tdehtml/pics/cr64-action-bug.png
new file mode 100644
index 000000000..f2f45269e
--- /dev/null
+++ b/tdehtml/pics/cr64-action-bug.png
Binary files differ