From f21e5792b5084f5d008bf46f6316030c6dfb31e5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 10 Jan 2010 00:18:25 +0000 Subject: Add author-abandoned basket application git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1072339 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- backgrounds/Makefile.am | 15 +++++++++++++++ backgrounds/abstract.png | Bin 0 -> 199623 bytes backgrounds/alien-artifact.png | Bin 0 -> 114522 bytes backgrounds/alien-artifact.png.config | 2 ++ backgrounds/basket-title.png | Bin 0 -> 66625 bytes backgrounds/green-curves.png | Bin 0 -> 20242 bytes backgrounds/light.png | Bin 0 -> 87500 bytes backgrounds/painting.png | Bin 0 -> 106593 bytes backgrounds/pens.png | Bin 0 -> 74947 bytes backgrounds/pins.png | Bin 0 -> 33474 bytes backgrounds/rainbow-balls.png | Bin 0 -> 26551 bytes backgrounds/rounds-line.png | Bin 0 -> 5266 bytes backgrounds/strings.png | Bin 0 -> 16997 bytes backgrounds/todo.png | Bin 0 -> 59721 bytes backgrounds/working.png | Bin 0 -> 44354 bytes 15 files changed, 17 insertions(+) create mode 100644 backgrounds/Makefile.am create mode 100644 backgrounds/abstract.png create mode 100644 backgrounds/alien-artifact.png create mode 100644 backgrounds/alien-artifact.png.config create mode 100644 backgrounds/basket-title.png create mode 100755 backgrounds/green-curves.png create mode 100644 backgrounds/light.png create mode 100644 backgrounds/painting.png create mode 100644 backgrounds/pens.png create mode 100644 backgrounds/pins.png create mode 100644 backgrounds/rainbow-balls.png create mode 100644 backgrounds/rounds-line.png create mode 100644 backgrounds/strings.png create mode 100644 backgrounds/todo.png create mode 100644 backgrounds/working.png (limited to 'backgrounds') diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am new file mode 100644 index 0000000..00c60f2 --- /dev/null +++ b/backgrounds/Makefile.am @@ -0,0 +1,15 @@ +backgroundsdir = $(kde_datadir)/basket/backgrounds +backgrounds_DATA = \ + abstract.png \ + alien-artifact.png alien-artifact.png.config \ + basket-title.png \ + green-curves.png \ + light.png \ + painting.png \ + pens.png \ + pins.png \ + rainbow-balls.png \ + rounds-line.png \ + strings.png \ + todo.png \ + working.png diff --git a/backgrounds/abstract.png b/backgrounds/abstract.png new file mode 100644 index 0000000..ba24576 Binary files /dev/null and b/backgrounds/abstract.png differ diff --git a/backgrounds/alien-artifact.png b/backgrounds/alien-artifact.png new file mode 100644 index 0000000..70fff7d Binary files /dev/null and b/backgrounds/alien-artifact.png differ diff --git a/backgrounds/alien-artifact.png.config b/backgrounds/alien-artifact.png.config new file mode 100644 index 0000000..c992345 --- /dev/null +++ b/backgrounds/alien-artifact.png.config @@ -0,0 +1,2 @@ +[BasKet Background Image Configuration] +tiled = true diff --git a/backgrounds/basket-title.png b/backgrounds/basket-title.png new file mode 100644 index 0000000..a6baea6 Binary files /dev/null and b/backgrounds/basket-title.png differ diff --git a/backgrounds/green-curves.png b/backgrounds/green-curves.png new file mode 100755 index 0000000..27693b3 Binary files /dev/null and b/backgrounds/green-curves.png differ diff --git a/backgrounds/light.png b/backgrounds/light.png new file mode 100644 index 0000000..1ddb42d Binary files /dev/null and b/backgrounds/light.png differ diff --git a/backgrounds/painting.png b/backgrounds/painting.png new file mode 100644 index 0000000..6b1fa99 Binary files /dev/null and b/backgrounds/painting.png differ diff --git a/backgrounds/pens.png b/backgrounds/pens.png new file mode 100644 index 0000000..c95d8f2 Binary files /dev/null and b/backgrounds/pens.png differ diff --git a/backgrounds/pins.png b/backgrounds/pins.png new file mode 100644 index 0000000..d0dc5cf Binary files /dev/null and b/backgrounds/pins.png differ diff --git a/backgrounds/rainbow-balls.png b/backgrounds/rainbow-balls.png new file mode 100644 index 0000000..6d1e77c Binary files /dev/null and b/backgrounds/rainbow-balls.png differ diff --git a/backgrounds/rounds-line.png b/backgrounds/rounds-line.png new file mode 100644 index 0000000..b0a80c6 Binary files /dev/null and b/backgrounds/rounds-line.png differ diff --git a/backgrounds/strings.png b/backgrounds/strings.png new file mode 100644 index 0000000..5fbcebc Binary files /dev/null and b/backgrounds/strings.png differ diff --git a/backgrounds/todo.png b/backgrounds/todo.png new file mode 100644 index 0000000..b2e0ffa Binary files /dev/null and b/backgrounds/todo.png differ diff --git a/backgrounds/working.png b/backgrounds/working.png new file mode 100644 index 0000000..5a6102d Binary files /dev/null and b/backgrounds/working.png differ -- cgit v1.2.3