From: Mauro Carvalho Chehab Date: Sat, 26 Feb 2011 12:20:22 +0000 (-0300) Subject: qv4l2: Add a desktop description for qv4l2 and new icons. X-Git-Tag: v4l-utils-0.8.4~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82feef4bea16947f9621cd3061f317af2d4bbf27;p=platform%2Fupstream%2Fv4l-utils.git qv4l2: Add a desktop description for qv4l2 and new icons. As we intend to have qv4l2 application installed on distros, we need a .desktop description for it, plus icons of different sizes. Created a svg icon close to the existing one, and added bitmaps for it with different resolutions typically found on modern X menus (16x16, 24x24, 32x32 and 64x64 resolutions). All of them derivated from the svg file, and generated using inkscape. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/utils/qv4l2/qv4l2.desktop b/utils/qv4l2/qv4l2.desktop new file mode 100644 index 0000000..55e369c --- /dev/null +++ b/utils/qv4l2/qv4l2.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=QT V4L2 test Utility +Name[pt]=Utilitário de teste V4L2 +Comment=Allow testing Video4Linux devices +Comment[pt]=Permite testar dispositivos Video4Linux +Exec=qv4l2 +Icon=qv4l2 +Terminal=false +Type=Application +Categories=Application;AudioVideo; + diff --git a/utils/qv4l2/qv4l2.png b/utils/qv4l2/qv4l2.png index 3723f15..f2c7ebd 100644 Binary files a/utils/qv4l2/qv4l2.png and b/utils/qv4l2/qv4l2.png differ diff --git a/utils/qv4l2/qv4l2.svg b/utils/qv4l2/qv4l2.svg new file mode 100644 index 0000000..a015ab4 --- /dev/null +++ b/utils/qv4l2/qv4l2.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/utils/qv4l2/qv4l2_16x16.png b/utils/qv4l2/qv4l2_16x16.png new file mode 100644 index 0000000..f2c7ebd Binary files /dev/null and b/utils/qv4l2/qv4l2_16x16.png differ diff --git a/utils/qv4l2/qv4l2_24x24.png b/utils/qv4l2/qv4l2_24x24.png new file mode 100644 index 0000000..70933f3 Binary files /dev/null and b/utils/qv4l2/qv4l2_24x24.png differ diff --git a/utils/qv4l2/qv4l2_32x32.png b/utils/qv4l2/qv4l2_32x32.png new file mode 100644 index 0000000..5c23fd1 Binary files /dev/null and b/utils/qv4l2/qv4l2_32x32.png differ diff --git a/utils/qv4l2/qv4l2_64x64.png b/utils/qv4l2/qv4l2_64x64.png new file mode 100644 index 0000000..10bf48d Binary files /dev/null and b/utils/qv4l2/qv4l2_64x64.png differ