summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-06 17:17:33 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-06 17:17:33 +0000
commit8a08fe2731a08e595530376a1a8856d851fc8f27 (patch)
tree06625d02124669c997a7535d37e4472a5995df9b /images
parent9d30ca58281c0aaedcb5aa6c3a825bab892a3a12 (diff)
downloadvdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.gz
vdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.bz2
Collapsable treeview of recordings (almost)
Diffstat (limited to 'images')
-rw-r--r--images/Makefile4
-rw-r--r--images/active.pngbin375 -> 550 bytes
-rw-r--r--images/file.pngbin0 -> 644 bytes
-rw-r--r--images/folder_closed.pngbin0 -> 652 bytes
-rw-r--r--images/folder_open.pngbin0 -> 705 bytes
-rw-r--r--images/inactive.pngbin437 -> 819 bytes
-rw-r--r--images/minus.pngbin0 -> 472 bytes
-rw-r--r--images/plus.pngbin0 -> 480 bytes
-rw-r--r--images/transparent.pngbin0 -> 70 bytes
9 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index 8194e9c..fb4a949 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -14,7 +14,9 @@ VDRDIR ?= ../../../..
### The object files (add further files here):
-OBJS = logo.o record.o active.o inactive.o button_blue.o
+OBJS = logo.o record.o active.o inactive.o button_blue.o \
+ file.o folder_closed.o folder_open.o plus.o minus.o \
+ transparent.o
### Default rules:
diff --git a/images/active.png b/images/active.png
index 1db3c4b..8e163ed 100644
--- a/images/active.png
+++ b/images/active.png
Binary files differ
diff --git a/images/file.png b/images/file.png
new file mode 100644
index 0000000..340102c
--- /dev/null
+++ b/images/file.png
Binary files differ
diff --git a/images/folder_closed.png b/images/folder_closed.png
new file mode 100644
index 0000000..8b37ac1
--- /dev/null
+++ b/images/folder_closed.png
Binary files differ
diff --git a/images/folder_open.png b/images/folder_open.png
new file mode 100644
index 0000000..7a0c176
--- /dev/null
+++ b/images/folder_open.png
Binary files differ
diff --git a/images/inactive.png b/images/inactive.png
index 1f86259..9d53b98 100644
--- a/images/inactive.png
+++ b/images/inactive.png
Binary files differ
diff --git a/images/minus.png b/images/minus.png
new file mode 100644
index 0000000..05fb45e
--- /dev/null
+++ b/images/minus.png
Binary files differ
diff --git a/images/plus.png b/images/plus.png
new file mode 100644
index 0000000..7613c9c
--- /dev/null
+++ b/images/plus.png
Binary files differ
diff --git a/images/transparent.png b/images/transparent.png
new file mode 100644
index 0000000..37c28e7
--- /dev/null
+++ b/images/transparent.png
Binary files differ