Update package changelog. accepted/2.0alpha-wayland/20130426.191449 submit/2.0alpha-wayland/20130426.191944
authorShibata Makoto <shibata@mac.tec.toyota.co.jp>
Fri, 26 Apr 2013 11:05:46 +0000 (20:05 +0900)
committerShibata Makoto <shibata@mac.tec.toyota.co.jp>
Fri, 26 Apr 2013 11:20:13 +0000 (20:20 +0900)
commitad1baa20e1cb3ab317bc85a27273160a4cb0ca68
tree6aa8921456ed875ad427c14ffb1109b5c49586a6
Update package changelog.

Change-Id: Ia0fbd2457f6bf9868b37287c3dba2b344a8d2e27
Signed-off-by: Shibata Makoto <shibata@mac.tec.toyota.co.jp>
90 files changed:
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
packaging/ico-uxf-weston-plugin.changes [new file with mode: 0644]
packaging/ico-uxf-weston-plugin.spec [new file with mode: 0644]
protocol/ico_input_mgr.xml [new file with mode: 0644]
protocol/ico_ivi_shell.xml [new file with mode: 0644]
protocol/ico_window_mgr.xml [new file with mode: 0644]
protocol/xxx.xml [new file with mode: 0644]
shared [new symlink]
src/.deps/ico_input_mgr-protocol.Plo [new file with mode: 0644]
src/.deps/ico_input_mgr_la-ico_input_mgr-protocol.Plo [new file with mode: 0644]
src/.deps/ico_input_mgr_la-ico_input_mgr.Plo [new file with mode: 0644]
src/.deps/ico_ivi_common_la-config-parser.Plo [new file with mode: 0644]
src/.deps/ico_ivi_common_la-ico_ivi_common.Plo [new file with mode: 0644]
src/.deps/ico_ivi_shell-protocol.Plo [new file with mode: 0644]
src/.deps/ico_ivi_shell_la-config-parser.Plo [new file with mode: 0644]
src/.deps/ico_ivi_shell_la-ico_ivi_shell-protocol.Plo [new file with mode: 0644]
src/.deps/ico_ivi_shell_la-ico_ivi_shell.Plo [new file with mode: 0644]
src/.deps/ico_plugin_loader_la-config-parser.Plo [new file with mode: 0644]
src/.deps/ico_plugin_loader_la-ico_plugin_loader.Plo [new file with mode: 0644]
src/.deps/ico_window_mgr-protocol.Plo [new file with mode: 0644]
src/.deps/ico_window_mgr_la-ico_window_mgr-protocol.Plo [new file with mode: 0644]
src/.deps/ico_window_mgr_la-ico_window_mgr.Plo [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/compositor.h [new file with mode: 0644]
src/config-parser.c [new file with mode: 0644]
src/config-parser.h [new file with mode: 0644]
src/ico_input_mgr.c [new file with mode: 0644]
src/ico_ivi_common.c [new file with mode: 0644]
src/ico_ivi_common.h [new file with mode: 0644]
src/ico_ivi_shell.c [new file with mode: 0644]
src/ico_ivi_shell.h [new file with mode: 0644]
src/ico_plugin_loader.c [new file with mode: 0644]
src/ico_window_mgr.c [new file with mode: 0644]
src/ico_window_mgr.h [new file with mode: 0644]
src/matrix.h [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/test-client.c [new file with mode: 0644]
tests/test-common.c [new file with mode: 0644]
tests/test-common.h [new file with mode: 0644]
tests/test-eflapp.c [new file with mode: 0644]
tests/test-homescreen.c [new file with mode: 0644]
tests/test-send_event.c [new file with mode: 0644]
tests/testdata/cl_surface1.dat [new file with mode: 0644]
tests/testdata/cl_surface2.dat [new file with mode: 0644]
tests/testdata/cl_surface3.dat [new file with mode: 0644]
tests/testdata/hs_alltest.dat [new file with mode: 0644]
tests/testdata/hs_inputtest.dat [new file with mode: 0644]
tests/testdata/hs_layer.dat [new file with mode: 0644]
tests/testdata/hs_resize.dat [new file with mode: 0644]
tests/testdata/hs_resize_flower.dat [new file with mode: 0644]
tests/testdata/hs_resize_native.dat [new file with mode: 0644]
tests/testdata/hs_resize_smoke.dat [new file with mode: 0644]
tests/testdata/hs_resize_smoke2.dat [new file with mode: 0644]
tests/testdata/hs_resize_smoke_xm.dat [new file with mode: 0644]
tests/testdata/hs_resize_smoke_xym.dat [new file with mode: 0644]
tests/testdata/hs_resize_smoke_ym.dat [new file with mode: 0644]
tests/testdata/hs_sleep.dat [new file with mode: 0644]
tests/testlog/event_log.log [new file with mode: 0644]
tests/testlog/test-client01.log [new file with mode: 0644]
tests/testlog/test-client02.log [new file with mode: 0644]
tests/testlog/test-client11.log [new file with mode: 0644]
tests/testlog/test-client12.log [new file with mode: 0644]
tests/testlog/test-client13.log [new file with mode: 0644]
tests/testlog/test-eflapp1.log [new file with mode: 0644]
tests/testlog/test-eflapp2.log [new file with mode: 0644]
tests/testlog/test-eflapp3.log [new file with mode: 0644]
tests/testlog/test-eflapp4.log [new file with mode: 0644]
tests/testlog/test-eflapp5.log [new file with mode: 0644]
tests/testlog/test-homescreen.log [new file with mode: 0644]
tests/testlog/wayland-flower.log [new file with mode: 0644]
tests/testlog/wayland-smoke.log [new file with mode: 0644]
tests/testlog/weston.log [new file with mode: 0644]
tests/weston-plugin-test [new file with mode: 0755]
tests/weston-plugin-test.homescreen [new file with mode: 0755]
tests/weston-plugin-test.input [new file with mode: 0755]
tests/weston-plugin-test.notouch [new file with mode: 0755]
tests/weston-plugin-test.resize [new file with mode: 0755]
tests/weston-plugin-test.resize_flower [new file with mode: 0755]
tests/weston-plugin-test.resize_native [new file with mode: 0755]
tests/weston-plugin-test.resize_smoke [new file with mode: 0755]
tests/weston-plugin-test.resize_smoke2 [new file with mode: 0755]
tests/weston-plugin-test_gdb [new file with mode: 0755]
tests/weston.ini [new file with mode: 0644]
tests/weston_ivi_plugin.ini [new file with mode: 0644]
weston.ini.ico [new file with mode: 0644]
weston_ivi_plugin.ini [new file with mode: 0644]