diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /ksim/pics | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksim/pics')
-rw-r--r-- | ksim/pics/Makefile.am | 2 | ||||
-rw-r--r-- | ksim/pics/cr16-app-ksim.png | bin | 0 -> 1086 bytes | |||
-rw-r--r-- | ksim/pics/cr32-app-ksim.png | bin | 0 -> 3314 bytes | |||
-rw-r--r-- | ksim/pics/cr48-app-ksim.png | bin | 0 -> 6222 bytes | |||
-rw-r--r-- | ksim/pics/misc/Makefile.am | 5 | ||||
-rw-r--r-- | ksim/pics/misc/clock.png | bin | 0 -> 875 bytes | |||
-rw-r--r-- | ksim/pics/misc/uptime.png | bin | 0 -> 654 bytes |
7 files changed, 7 insertions, 0 deletions
diff --git a/ksim/pics/Makefile.am b/ksim/pics/Makefile.am new file mode 100644 index 0000000..1cceeb0 --- /dev/null +++ b/ksim/pics/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = misc +KDE_ICON = AUTO diff --git a/ksim/pics/cr16-app-ksim.png b/ksim/pics/cr16-app-ksim.png Binary files differnew file mode 100644 index 0000000..60c99da --- /dev/null +++ b/ksim/pics/cr16-app-ksim.png diff --git a/ksim/pics/cr32-app-ksim.png b/ksim/pics/cr32-app-ksim.png Binary files differnew file mode 100644 index 0000000..f889a5a --- /dev/null +++ b/ksim/pics/cr32-app-ksim.png diff --git a/ksim/pics/cr48-app-ksim.png b/ksim/pics/cr48-app-ksim.png Binary files differnew file mode 100644 index 0000000..e7a7bd3 --- /dev/null +++ b/ksim/pics/cr48-app-ksim.png diff --git a/ksim/pics/misc/Makefile.am b/ksim/pics/misc/Makefile.am new file mode 100644 index 0000000..64229a0 --- /dev/null +++ b/ksim/pics/misc/Makefile.am @@ -0,0 +1,5 @@ +ksim_images = clock.png uptime.png +EXTRA_DIST = $(ksim_images) + +images_DATA = $(ksim_images) +imagesdir = $(kde_datadir)/ksim/pics diff --git a/ksim/pics/misc/clock.png b/ksim/pics/misc/clock.png Binary files differnew file mode 100644 index 0000000..dca2c7e --- /dev/null +++ b/ksim/pics/misc/clock.png diff --git a/ksim/pics/misc/uptime.png b/ksim/pics/misc/uptime.png Binary files differnew file mode 100644 index 0000000..08e90f7 --- /dev/null +++ b/ksim/pics/misc/uptime.png |