data: add reference image files for weston-ivi-shell-user-interface
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Tue, 11 Mar 2014 02:54:45 +0000 (11:54 +0900)
committerJan Ekström <jan.ekstrom@intel.com>
Thu, 4 Dec 2014 11:34:17 +0000 (13:34 +0200)
- introduces reference images used by weston-ivi-shell-user-interface.

Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
14 files changed:
Makefile.am
data/COPYING
data/background.png [new file with mode: 0644]
data/fullscreen.png [new file with mode: 0644]
data/home.png [new file with mode: 0644]
data/icon_ivi_clickdot.png [new file with mode: 0644]
data/icon_ivi_flower.png [new file with mode: 0644]
data/icon_ivi_simple-egl.png [new file with mode: 0644]
data/icon_ivi_simple-shm.png [new file with mode: 0644]
data/icon_ivi_smoke.png [new file with mode: 0644]
data/panel.png [new file with mode: 0644]
data/random.png [new file with mode: 0644]
data/sidebyside.png [new file with mode: 0644]
data/tiling.png [new file with mode: 0644]

index de3088a..d11abc2 100644 (file)
@@ -668,7 +668,19 @@ dist_westondata_DATA =                             \
        data/icon_window.png                    \
        data/sign_close.png                     \
        data/sign_maximize.png                  \
-       data/sign_minimize.png
+       data/sign_minimize.png                  \
+       data/background.png                     \
+       data/tiling.png                         \
+       data/fullscreen.png                     \
+       data/panel.png                          \
+       data/random.png                         \
+       data/sidebyside.png                     \
+       data/home.png                           \
+       data/icon_ivi_clickdot.png              \
+       data/icon_ivi_flower.png                \
+       data/icon_ivi_simple-egl.png            \
+       data/icon_ivi_simple-shm.png            \
+       data/icon_ivi_smoke.png
 
 
 if BUILD_WCAP_TOOLS
index 430a864..3c10126 100644 (file)
@@ -8,4 +8,30 @@ http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
 
 The terminal icon is taken from the gnome-icon-theme collection which
-is also distributed under the Creative Commons BY-SA 3.0 license.
\ No newline at end of file
+is also distributed under the Creative Commons BY-SA 3.0 license.
+
+
+(C) 2013 DENSO CORPORATION
+
+Permission to use, copy, modify, distribute, and sell following listed images
+for any purpose is hereby granted without fee, provided
+that the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation, and that the name of the copyright holders not be used in
+advertising or publicity pertaining to distribution of the images
+without specific, written prior permission.  The copyright holders make
+no representations about the suitability of these images for any
+purpose.  It is provided "as is" without express or implied warranty.
+
+background.png
+tiling.png
+fullscreen.png
+panel.png
+random.png
+sidebyside.png
+home.png
+icon_ivi_clickdot.png
+icon_ivi_flower.png
+icon_ivi_simple-egl.png
+icon_ivi_simple-shm.png
+icon_ivi_smoke.png
diff --git a/data/background.png b/data/background.png
new file mode 100644 (file)
index 0000000..60c317c
Binary files /dev/null and b/data/background.png differ
diff --git a/data/fullscreen.png b/data/fullscreen.png
new file mode 100644 (file)
index 0000000..dc5a302
Binary files /dev/null and b/data/fullscreen.png differ
diff --git a/data/home.png b/data/home.png
new file mode 100644 (file)
index 0000000..af9f603
Binary files /dev/null and b/data/home.png differ
diff --git a/data/icon_ivi_clickdot.png b/data/icon_ivi_clickdot.png
new file mode 100644 (file)
index 0000000..711bcfc
Binary files /dev/null and b/data/icon_ivi_clickdot.png differ
diff --git a/data/icon_ivi_flower.png b/data/icon_ivi_flower.png
new file mode 100644 (file)
index 0000000..0a71479
Binary files /dev/null and b/data/icon_ivi_flower.png differ
diff --git a/data/icon_ivi_simple-egl.png b/data/icon_ivi_simple-egl.png
new file mode 100644 (file)
index 0000000..0253950
Binary files /dev/null and b/data/icon_ivi_simple-egl.png differ
diff --git a/data/icon_ivi_simple-shm.png b/data/icon_ivi_simple-shm.png
new file mode 100644 (file)
index 0000000..6aacaaa
Binary files /dev/null and b/data/icon_ivi_simple-shm.png differ
diff --git a/data/icon_ivi_smoke.png b/data/icon_ivi_smoke.png
new file mode 100644 (file)
index 0000000..0dbe20e
Binary files /dev/null and b/data/icon_ivi_smoke.png differ
diff --git a/data/panel.png b/data/panel.png
new file mode 100644 (file)
index 0000000..0fd72b8
Binary files /dev/null and b/data/panel.png differ
diff --git a/data/random.png b/data/random.png
new file mode 100644 (file)
index 0000000..7640aa0
Binary files /dev/null and b/data/random.png differ
diff --git a/data/sidebyside.png b/data/sidebyside.png
new file mode 100644 (file)
index 0000000..98ea780
Binary files /dev/null and b/data/sidebyside.png differ
diff --git a/data/tiling.png b/data/tiling.png
new file mode 100644 (file)
index 0000000..dd3e02c
Binary files /dev/null and b/data/tiling.png differ