diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 17:17:33 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 17:17:33 +0000 |
commit | 8a08fe2731a08e595530376a1a8856d851fc8f27 (patch) | |
tree | 06625d02124669c997a7535d37e4472a5995df9b /images | |
parent | 9d30ca58281c0aaedcb5aa6c3a825bab892a3a12 (diff) | |
download | vdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.gz vdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.bz2 |
Collapsable treeview of recordings (almost)
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 4 | ||||
-rw-r--r-- | images/active.png | bin | 375 -> 550 bytes | |||
-rw-r--r-- | images/file.png | bin | 0 -> 644 bytes | |||
-rw-r--r-- | images/folder_closed.png | bin | 0 -> 652 bytes | |||
-rw-r--r-- | images/folder_open.png | bin | 0 -> 705 bytes | |||
-rw-r--r-- | images/inactive.png | bin | 437 -> 819 bytes | |||
-rw-r--r-- | images/minus.png | bin | 0 -> 472 bytes | |||
-rw-r--r-- | images/plus.png | bin | 0 -> 480 bytes | |||
-rw-r--r-- | images/transparent.png | bin | 0 -> 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 Binary files differindex 1db3c4b..8e163ed 100644 --- a/images/active.png +++ b/images/active.png diff --git a/images/file.png b/images/file.png Binary files differnew file mode 100644 index 0000000..340102c --- /dev/null +++ b/images/file.png diff --git a/images/folder_closed.png b/images/folder_closed.png Binary files differnew file mode 100644 index 0000000..8b37ac1 --- /dev/null +++ b/images/folder_closed.png diff --git a/images/folder_open.png b/images/folder_open.png Binary files differnew file mode 100644 index 0000000..7a0c176 --- /dev/null +++ b/images/folder_open.png diff --git a/images/inactive.png b/images/inactive.png Binary files differindex 1f86259..9d53b98 100644 --- a/images/inactive.png +++ b/images/inactive.png diff --git a/images/minus.png b/images/minus.png Binary files differnew file mode 100644 index 0000000..05fb45e --- /dev/null +++ b/images/minus.png diff --git a/images/plus.png b/images/plus.png Binary files differnew file mode 100644 index 0000000..7613c9c --- /dev/null +++ b/images/plus.png diff --git a/images/transparent.png b/images/transparent.png Binary files differnew file mode 100644 index 0000000..37c28e7 --- /dev/null +++ b/images/transparent.png |