sdk/emulator/qemu.git
10 years agoguest_server: unified string utility functions as glib.
Kitae Kim [Tue, 20 Aug 2013 07:58:55 +0000 (16:58 +0900)]
guest_server: unified string utility functions as glib.

c and glib string functions were mixed.

Change-Id: I39dc97ecabe73bada566dc5d27633a7a61428fe6
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoFix bug when detect sdk data path in sdk.info
SeokYeon Hwang [Tue, 20 Aug 2013 05:28:41 +0000 (14:28 +0900)]
Fix bug when detect sdk data path in sdk.info

Change-Id: I9e59b916669a5af2fff9f38bc1706164dfa2ceaa
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoskin: set states before menu creating
GiWoong Kim [Tue, 20 Aug 2013 07:23:22 +0000 (16:23 +0900)]
skin: set states before menu creating

Change-Id: I1642ed96fc1e2a2ae715db8a42841a97d3825c38
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: modified qHD skin name
GiWoong Kim [Tue, 20 Aug 2013 05:13:05 +0000 (14:13 +0900)]
skin: modified qHD skin name

Phone 3btn 540x960 -> Phone 540x960

Change-Id: Idab6c65504d7f59d299c3d81202bb57484e75626
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoecs: fix select procedure
munkyu.im [Tue, 13 Aug 2013 08:08:56 +0000 (17:08 +0900)]
ecs: fix select procedure

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoskin: added qHD skin
GiWoong Kim [Tue, 13 Aug 2013 07:47:53 +0000 (16:47 +0900)]
skin: added qHD skin

emul-540x960-3btn

Change-Id: Ie0157cd253bc7687d39e9db60e4a8c9ec5319826
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Tue, 13 Aug 2013 06:51:59 +0000 (15:51 +0900)]
package: version up

1.5.77

Change-Id: I70c8f9835d9c89df87778918491f9ee504b8c942
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoemulator: modified lib linking on Windows
GiWoong Kim [Tue, 13 Aug 2013 06:50:40 +0000 (15:50 +0900)]
emulator: modified lib linking on Windows

lpng -> lpng14

Change-Id: I2a2f37a05cb4e94926a42c3bae2934169bf064b7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoemulator: EMUL_DIR -> DIBS_COMMON_DIR
GiWoong Kim [Mon, 12 Aug 2013 13:21:44 +0000 (22:21 +0900)]
emulator: EMUL_DIR -> DIBS_COMMON_DIR

Change-Id: I656279a4215c165eb5702c636fd75c338ff1d02c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Mon, 12 Aug 2013 13:04:55 +0000 (22:04 +0900)]
package: version up

1.5.76

Change-Id: Ic64df1da2cce8dbc714da0ae37fa35dec43aac29
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agodisplay: added blank guide image
GiWoong Kim [Fri, 9 Aug 2013 11:07:55 +0000 (20:07 +0900)]
display: added blank guide image

Change-Id: I0f558f0e26f717d80c4d2641ac50c80c04e69dc5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoSupport qHD(540x960) resoultion.
Sangjin Kim [Mon, 12 Aug 2013 02:58:00 +0000 (11:58 +0900)]
Support qHD(540x960) resoultion.

Change-Id: I141fa34e2d818a9e36a1d85d8bfe0048937cbc22
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
10 years agopackage: version up
munkyu.im [Thu, 8 Aug 2013 09:42:52 +0000 (18:42 +0900)]
package: version up

Change-Id: I043a85d328e678ea7a79d466f60b1860e2a33ab3
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoskin: modify sdb port
munkyu.im [Thu, 8 Aug 2013 09:40:26 +0000 (18:40 +0900)]
skin: modify sdb port

Change-Id: I69b1234a19b76dd66fd6d74e88a879d94b49c657
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoskin: modify CLI command(sdb, ecp)
munkyu.im [Thu, 8 Aug 2013 06:35:47 +0000 (15:35 +0900)]
skin: modify CLI command(sdb, ecp)

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agopkginfo.manifest: updated binary package names
sungmin ha [Wed, 7 Aug 2013 08:51:45 +0000 (17:51 +0900)]
pkginfo.manifest: updated binary package names

Change-Id: I8caf541c2725745ccb95a6209d008c18720bf74f
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
10 years agoqemu: fixed build break; argument type difference
Jinhyung Choi [Wed, 7 Aug 2013 05:04:30 +0000 (14:04 +0900)]
qemu: fixed build break; argument type difference

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "ecs: fix select() for macosx" into develop
daiyoung kim [Tue, 6 Aug 2013 10:24:30 +0000 (19:24 +0900)]
Merge "ecs: fix select() for macosx" into develop

10 years agoecs: fix select() for macosx
munkyu.im [Tue, 6 Aug 2013 09:52:24 +0000 (18:52 +0900)]
ecs: fix select() for macosx

fix compilation error

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agopackage: modified install and remove script on ubuntu.
Kitae Kim [Tue, 6 Aug 2013 04:44:46 +0000 (13:44 +0900)]
package: modified install and remove script on ubuntu.

The routine to check linux distribution using /etc/release is wrong,
because the file can be not included as default.
Therefore, lsb_release, which print LSB(Linux Standard Base)
and distribution information, should be used in these script.

Change-Id: I14d953df76e6f01eaabdde5e87de53e943e7130f
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoosutil: Add gsettings to get proxy to support multiple host OS
Dongxing Liu [Tue, 9 Jul 2013 02:25:11 +0000 (10:25 +0800)]
osutil: Add gsettings to get proxy to support multiple host OS

Signed-off-by: Dongxing Liu <dongxingx.liu@intel.com>
10 years agovigs : remove an unused index variable.
jinhyung.jo [Mon, 5 Aug 2013 06:28:51 +0000 (15:28 +0900)]
vigs : remove an unused index variable.

Change-Id: I191e4dc527adf1fe50555415aff617132838ded0
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoemulator: modified Makefile.tizen
Kitae Kim [Mon, 5 Aug 2013 05:47:01 +0000 (14:47 +0900)]
emulator: modified Makefile.tizen

changed linker option from CFLAGS to LDFLAGS
because it causes compile warnings.

Change-Id: Ic4bdcf02f528b6358a4341058bd8572bfca2302c
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge "check_cam : added a missing include file." into develop
Kim DaiYoung [Mon, 5 Aug 2013 05:23:32 +0000 (14:23 +0900)]
Merge "check_cam : added a missing include file." into develop

10 years agoMerge "protobuf : remove unused lib path" into develop
DaiYoung Kim [Mon, 5 Aug 2013 03:37:53 +0000 (12:37 +0900)]
Merge "protobuf : remove unused lib path" into develop

10 years agoprotobuf : remove unused lib path
DaiYoung Kim [Mon, 5 Aug 2013 03:36:35 +0000 (12:36 +0900)]
protobuf : remove unused lib path

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
10 years agoMerge "Fix compilation error using clang(LLVM)." into develop
Kim DaiYoung [Mon, 5 Aug 2013 03:31:20 +0000 (12:31 +0900)]
Merge "Fix compilation error using clang(LLVM)." into develop

10 years agocheck_cam : added a missing include file.
jinhyung.jo [Mon, 5 Aug 2013 03:18:41 +0000 (12:18 +0900)]
check_cam : added a missing include file.

For removing a compiler warning on Linux.

Change-Id: I8cb767e5b63feeace570179598e5cc7c9b360e5f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agoskin: delete unused skin resources
GiWoong Kim [Mon, 5 Aug 2013 02:19:22 +0000 (11:19 +0900)]
skin: delete unused skin resources

Change-Id: Ia2ebbfcbff6ddc84be33316c3798b13b5ccf1b7b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agopackage: version up
GiWoong Kim [Mon, 5 Aug 2013 01:47:13 +0000 (10:47 +0900)]
package: version up

1.5.73

Change-Id: I94e77595ee8fd1de094a8aad9ed5cf9603f19e85
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "log: print the time information to the debug channel output" into develop
Kim DaiYoung [Fri, 2 Aug 2013 11:31:43 +0000 (20:31 +0900)]
Merge "log: print the time information to the debug channel output" into develop

10 years agoFix compilation error using clang(LLVM).
SeokYeon Hwang [Fri, 2 Aug 2013 09:40:09 +0000 (18:40 +0900)]
Fix compilation error using clang(LLVM).

Change-Id: I491df6b186cdedf72953a51a2ef610984b81efe6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agocheck_cam : added a missing include file.
jinhyung.jo [Fri, 2 Aug 2013 06:52:38 +0000 (15:52 +0900)]
check_cam : added a missing include file.

For removing a compiler warning.

Change-Id: I3704f86b8c145971a951358253cf33a5bb0d8e08
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
10 years agolog: print the time information to the debug channel output
GiWoong Kim [Fri, 2 Aug 2013 01:39:36 +0000 (10:39 +0900)]
log: print the time information to the debug channel output

Change-Id: I4f519a69ea2df276d9f758f13fb562b75c84cfc6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoqemu: package version up
Jinhyung Choi [Wed, 31 Jul 2013 10:50:38 +0000 (19:50 +0900)]
qemu: package version up

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoqemu: protobuf location is moved to distrib/protobuf and getting port for ecp dynamic...
Jinhyung Choi [Wed, 31 Jul 2013 10:47:27 +0000 (19:47 +0900)]
qemu: protobuf location is moved to distrib/protobuf and getting port for ecp dynamically when starts

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoMerge "communication: define 'test.vm.skinport' option" into develop
Kim DaiYoung [Wed, 31 Jul 2013 08:56:11 +0000 (17:56 +0900)]
Merge "communication: define 'test.vm.skinport' option" into develop

10 years agocommunication: define 'test.vm.skinport' option
GiWoong Kim [Wed, 31 Jul 2013 06:50:48 +0000 (15:50 +0900)]
communication: define 'test.vm.skinport' option

define 'test.vm.skinport' skin option for debugging
remove 'vm.ecsport' option
& indenting

Change-Id: If845e556861eb201e353d30514e505a15eef7726
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agosdcard: Added functions to get tizen-sdk-data dir.
Kitae Kim [Wed, 31 Jul 2013 05:41:41 +0000 (14:41 +0900)]
sdcard: Added functions to get tizen-sdk-data dir.

Changed a way to get tizen-sdk-data from sdk.info
because SDK installed path is not fixed any more.

Change-Id: I4836343c5fc55102452c0ff14374604e5e1f74ca
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge "guest_server: add else expression" into develop
Kim DaiYoung [Tue, 30 Jul 2013 11:44:37 +0000 (20:44 +0900)]
Merge "guest_server: add else expression" into develop

10 years agoguest_server: add else expression
munkyu.im [Tue, 30 Jul 2013 11:43:25 +0000 (20:43 +0900)]
guest_server: add else expression

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoskin: define startup argumnet for ECS port
GiWoong Kim [Tue, 30 Jul 2013 11:18:34 +0000 (20:18 +0900)]
skin: define startup argumnet for ECS port

Change-Id: I1a95ef2b48f0d0ac55c88030d8970208d9c2cdae
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoskin: the touchscreen handler diverged from mouse handler
GiWoong Kim [Tue, 30 Jul 2013 07:28:11 +0000 (16:28 +0900)]
skin: the touchscreen handler diverged from mouse handler

Change-Id: I27f1b79cf6d12f865eac7a0947b80ca08faf1234
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoqemu: moved ecs_start and port decision, and removed some warnings
Jinhyung Choi [Tue, 30 Jul 2013 07:07:06 +0000 (16:07 +0900)]
qemu: moved ecs_start and port decision, and removed some warnings

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoecp: fix ioctl and windows socket initialized time for windows
munkyu.im [Tue, 30 Jul 2013 05:34:30 +0000 (14:34 +0900)]
ecp: fix ioctl and windows socket initialized time for windows

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoMerge "qemu: added pthread.h header for sensor device" into develop
Kim DaiYoung [Tue, 30 Jul 2013 03:37:44 +0000 (12:37 +0900)]
Merge "qemu: added pthread.h header for sensor device" into develop

10 years agoqemu: added pthread.h header for sensor device
Jinhyung Choi [Tue, 30 Jul 2013 03:25:31 +0000 (12:25 +0900)]
qemu: added pthread.h header for sensor device

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoskin: define startup argument for input device
GiWoong Kim [Tue, 30 Jul 2013 03:09:10 +0000 (12:09 +0900)]
skin: define startup argument for input device

mouse & touchscreen

Change-Id: I76a274d7f76bd326b1c1de02589e099b337f7491
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoMerge "communication: clean up the source code" into develop
Kim DaiYoung [Tue, 30 Jul 2013 02:31:42 +0000 (11:31 +0900)]
Merge "communication: clean up the source code" into develop

10 years agoqemu: removed -lprotobuf-c from Makefile
Jinhyung Choi [Tue, 30 Jul 2013 02:28:56 +0000 (11:28 +0900)]
qemu: removed -lprotobuf-c from Makefile

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
10 years agoqemu: added protobuf-c library for static linking
Jinhyung Choi [Mon, 29 Jul 2013 14:23:13 +0000 (23:23 +0900)]
qemu: added protobuf-c library for static linking

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agocommunication: clean up the source code
GiWoong Kim [Mon, 29 Jul 2013 10:37:19 +0000 (19:37 +0900)]
communication: clean up the source code

clean up the source code of skin process launcing

Change-Id: Ibb8d686ef5acef408ded83dfe437dffa04799d03
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: modified skin exception handling
GiWoong Kim [Mon, 29 Jul 2013 05:22:06 +0000 (14:22 +0900)]
skin: modified skin exception handling

modified skin exception handling related to config/property

Change-Id: I787036f6184c95a0a6af4a9b06c9888c8684b1ee
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: use DT_MARU if CONFIG_MARU was defined
GiWoong Kim [Mon, 29 Jul 2013 01:42:10 +0000 (10:42 +0900)]
display: use DT_MARU if CONFIG_MARU was defined

both maru_sdl and maru_shm

Change-Id: I26655fa00d9aa1a41b2dd1c7e231e848a3cd63b5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: shutdown immediately
GiWoong Kim [Fri, 26 Jul 2013 08:17:52 +0000 (17:17 +0900)]
emulator: shutdown immediately

shutdown immediately when shutdown_qemu_gracefully
function was called twice by terminate signal

Change-Id: I681fc0741a39faf67936d8e60e019f32487b7c63
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoecs: added device_ntf
Jinhyung Choi [Sun, 28 Jul 2013 11:46:23 +0000 (20:46 +0900)]
ecs: added device_ntf

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoecp: merge commit
DaiYoung Kim [Sun, 28 Jul 2013 07:49:59 +0000 (16:49 +0900)]
ecp: merge commit

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoecs: modify protocol
DaiYoung Kim [Sun, 28 Jul 2013 07:39:13 +0000 (16:39 +0900)]
ecs: modify protocol

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoqemu: made working set with protobuf and added context menu from skin
Jinhyung Choi [Sun, 28 Jul 2013 06:19:26 +0000 (15:19 +0900)]
qemu: made working set with protobuf and added context menu from skin

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agoecs : modify ecs protocol
DaiYoung Kim [Sat, 27 Jul 2013 14:36:55 +0000 (23:36 +0900)]
ecs : modify ecs protocol
device, start, version, keepalive messages added

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoecp: merge ecp branch into develop
DaiYoung Kim [Fri, 26 Jul 2013 11:51:59 +0000 (20:51 +0900)]
ecp: merge ecp branch into develop
evdi, nfc and sensor devices added
Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoMerge branch 'ecp' into develop
DaiYoung Kim [Fri, 26 Jul 2013 11:41:19 +0000 (20:41 +0900)]
Merge branch 'ecp' into develop

11 years agovirtio: apply new initialization of nfc driver
munkyu.im [Thu, 25 Jul 2013 13:13:45 +0000 (22:13 +0900)]
virtio: apply new initialization of nfc driver

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoecp: improve socket receiving method
DaiYoung Kim [Thu, 25 Jul 2013 11:36:06 +0000 (20:36 +0900)]
ecp: improve socket receiving method

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoMerge "virtio-hwkey: modified structure of virtio-hwkey" into develop
Kim DaiYoung [Thu, 25 Jul 2013 08:53:49 +0000 (17:53 +0900)]
Merge "virtio-hwkey: modified structure of virtio-hwkey" into develop

11 years agovirtio-hwkey: modified structure of virtio-hwkey
sungmin ha [Thu, 25 Jul 2013 07:33:13 +0000 (16:33 +0900)]
virtio-hwkey: modified structure of virtio-hwkey

Change-Id: Ib40e7b84c514568b691b99d8ad786ef1b5364215
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agodisplay: define 'display.shm' option for skin args
GiWoong Kim [Thu, 25 Jul 2013 07:03:43 +0000 (16:03 +0900)]
display: define 'display.shm' option for skin args

define 'display.shm' option for skin args
& code indenting

Change-Id: Id36aaac1ec9062865170fcbebca6cab8bae527d7
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agotouch: clean up some source code for the multi-touch
GiWoong Kim [Thu, 25 Jul 2013 02:39:07 +0000 (11:39 +0900)]
touch: clean up some source code for the multi-touch

clean up some source code for the multi-touch of
maru_shm

Change-Id: I36003f2751c7dcc020369fc7c7e9a07b3beb73a9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: modified Detail Info Dialog
GiWoong Kim [Wed, 24 Jul 2013 12:56:56 +0000 (21:56 +0900)]
menu: modified Detail Info Dialog

deleted SD Card feature,
added Skin Name feature,
added GPU Virtualization feature

Change-Id: I1b7f4dc1e9782d579fc718897e47389a27ae229f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "menu: added dynamic menu loading for key window layout" into develop
Kim DaiYoung [Thu, 25 Jul 2013 02:22:34 +0000 (11:22 +0900)]
Merge "menu: added dynamic menu loading for key window layout" into develop

11 years agoMerge "menu: added KeyWindowKeeper class" into develop
Kim DaiYoung [Thu, 25 Jul 2013 02:22:18 +0000 (11:22 +0900)]
Merge "menu: added KeyWindowKeeper class" into develop

11 years agoFix crash in GL ES 1.1 cube sample following qemu 1.5 update
Patrick Porlan [Wed, 24 Jul 2013 09:39:33 +0000 (11:39 +0200)]
Fix crash in GL ES 1.1 cube sample following qemu 1.5 update

11 years agomenu: added dynamic menu loading for key window layout
GiWoong Kim [Wed, 24 Jul 2013 07:18:43 +0000 (16:18 +0900)]
menu: added dynamic menu loading for key window layout

Change-Id: Idae9a41162a222f889be8a1177047c02a170cbc4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: added KeyWindowKeeper class
GiWoong Kim [Tue, 23 Jul 2013 11:41:13 +0000 (20:41 +0900)]
menu: added KeyWindowKeeper class

added KeyWindowKeeper class

Change-Id: Idba2cfb208db3e2926542cd493f5ff0734ebb163
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modified build script on Ubuntu.
Kitae Kim [Wed, 24 Jul 2013 07:07:50 +0000 (16:07 +0900)]
package: modified build script on Ubuntu.

When compiling qemu using local dibs on Ubuntu,
a routine for checking dependency packages is required.

Change-Id: I59d1af9beed2b6a9f2a2dad193d3da0db104ba70
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoconfigure: added --enable-virtfs option.
Kitae Kim [Wed, 24 Jul 2013 07:06:37 +0000 (16:06 +0900)]
configure: added --enable-virtfs option.

If there are no libraries that are related with virtfs,
qemu configure does not compile virtfs module. Therefore,
added --enable-virtfs option to check those libraries during compile time.

Change-Id: I37a20a3b5e92f6dcf3e35c10b22ba02221b5167f
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoecp: sensor virtio initialization and ecs qemu option is enabled
Jinhyung Choi [Tue, 23 Jul 2013 08:36:27 +0000 (17:36 +0900)]
ecp: sensor virtio initialization and ecs qemu option is enabled

Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
11 years agomenu: try to detect layouts for Key Window
GiWoong Kim [Tue, 23 Jul 2013 05:53:12 +0000 (14:53 +0900)]
menu: try to detect layouts for Key Window

try to detect layouts from skin path

Change-Id: I3df0a337573d9b07d74dd8671f108975a4e2cc87
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: set window size once again
GiWoong Kim [Mon, 22 Jul 2013 11:21:55 +0000 (20:21 +0900)]
skin: set window size once again

set window size once again when rotating

Change-Id: Ib33d71797d66cbb9d69843e65b1a91bfd6ae213a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoecp: support windows build for protobuf
daiyoung777.kim [Mon, 22 Jul 2013 08:32:44 +0000 (17:32 +0900)]
ecp: support windows build for protobuf

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agomaru_board : moved the initialized position for brightness/overlay
jinhyung.jo [Mon, 22 Jul 2013 06:55:19 +0000 (15:55 +0900)]
maru_board : moved the initialized position for brightness/overlay

Moved the init code to maru_board.
Now, the brightness & overlay devices can be used both on the maru_vga and the VIGS.

Change-Id: I80a8d00906928c6796a045bcc5a3c3a882f82ad8
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoVIGS : removed the brightness code
jinhyung.jo [Mon, 22 Jul 2013 06:51:37 +0000 (15:51 +0900)]
VIGS : removed the brightness code

Now the brightness processing is handled by other source(maru_sdl.c or maru_shm.c)

Change-Id: I1788c610e17e2b02c52ca20f47a7b90969a0816b
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_vga : removed the unnecessary code
jinhyung.jo [Mon, 22 Jul 2013 06:37:35 +0000 (15:37 +0900)]
maru_vga : removed the unnecessary code

Now the brightness processing is handled by other source(maru_sdl.c or maru_shm.c)

Change-Id: I8afc09dc6dc15877030062b72d5e96d7fdb1203f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_brightness : Bugfix for power off
jinhyung.jo [Mon, 22 Jul 2013 06:26:06 +0000 (15:26 +0900)]
maru_brightness : Bugfix for power off

Modified the value of power off, 0x00 to 0xFF.
This is because the pixman library to use.

Change-Id: If7a3a978651f72eda0b6475c3d3c5ffab25304eb
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoecp: fix wrong including statement
DaiYoung Kim [Sat, 20 Jul 2013 12:16:34 +0000 (21:16 +0900)]
ecp: fix wrong including statement

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoecp: merge develop branch into ecp branch
DaiYoung Kim [Sat, 20 Jul 2013 12:12:30 +0000 (21:12 +0900)]
ecp: merge develop branch into ecp branch

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoMerge "Merge branch 'tizen-vigs-develop' into develop" into develop
Yeongkyoon Lee [Fri, 19 Jul 2013 04:22:22 +0000 (13:22 +0900)]
Merge "Merge branch 'tizen-vigs-develop' into develop" into develop

11 years agoMerge "menu: open the KeyWindow if its menu was enabled" into develop
Yeongkyoon Lee [Fri, 19 Jul 2013 04:22:13 +0000 (13:22 +0900)]
Merge "menu: open the KeyWindow if its menu was enabled" into develop

11 years agoecs : change the protobuf protocol
DaiYoung Kim [Thu, 18 Jul 2013 11:24:31 +0000 (20:24 +0900)]
ecs : change the protobuf protocol

Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agoMerge branch 'tizen-vigs-develop' into develop
Stanislav Vorobiov [Thu, 18 Jul 2013 09:04:26 +0000 (13:04 +0400)]
Merge branch 'tizen-vigs-develop' into develop

Conflicts:
configure
hw/Makefile.objs
hw/qdev-properties.c
hw/qdev.h
hw/virtio-balloon.c
hw/virtio-balloon.h
hw/virtio-blk.c
hw/virtio-blk.h
hw/virtio-net.c
hw/virtio-net.h
hw/virtio-pci.h
hw/virtio-serial-bus.c
hw/virtio-serial.h
hw/virtio/virtio-mmio.c
tizen/emulator_configure.sh
tizen/src/hw/maru_board.c

11 years agooslib-win32: separate heler functions from maruskin_client.
Kitae Kim [Thu, 18 Jul 2013 02:35:07 +0000 (11:35 +0900)]
oslib-win32: separate heler functions from maruskin_client.

Those functions were duplicated into oslib-win32 module
since qemu builds a module under util directory as a static library.
That's why the functions are separated from maruskin_client module.

Change-Id: I3103bb7c80209f22bc7dd712c137421ad073613e
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge branch 'ecp' of rsa-git:/sdk/emulator/qemu into ecp
DaiYoung Kim [Wed, 17 Jul 2013 11:28:08 +0000 (20:28 +0900)]
Merge branch 'ecp' of rsa-git:/sdk/emulator/qemu into ecp

11 years agoecp: apply protobuf
DaiYoung Kim [Wed, 17 Jul 2013 11:27:54 +0000 (20:27 +0900)]
ecp: apply protobuf
Signed-off-by: DaiYoung, Kim <daiyoung777.kim@samsung.com>
11 years agomenu: open the KeyWindow if its menu was enabled
GiWoong Kim [Wed, 17 Jul 2013 10:58:54 +0000 (19:58 +0900)]
menu: open the KeyWindow if its menu was enabled

open the KeyWindow at shell opening if key window
menu item was enabled

Change-Id: Ib89a99e2a39331d3e29c6493b2f0c9e0418cee83
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modify install and remove scripts to support multiple host OS
Dongxing Liu [Tue, 16 Jul 2013 09:00:13 +0000 (17:00 +0800)]
package: modify install and remove scripts to support multiple host OS

Change-Id: Icecf00a68be36b69c7e43c72759b8163aa16d9dc
Signed-off-by: Dongxing Liu <dongxingx.liu@intel.com>
11 years agopackage: version up
Kitae Kim [Tue, 16 Jul 2013 09:54:18 +0000 (18:54 +0900)]
package: version up

Update package version.

Change-Id: Iee7c2ff185249952c85020214fc19c49fe5af0be
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoskin: save a skin path information to SkinInfomation
GiWoong Kim [Tue, 16 Jul 2013 08:36:57 +0000 (17:36 +0900)]
skin: save a skin path information to SkinInfomation

save a skin path information to SkinInfomation

Change-Id: If0cc832f9d622b5a3dc1710df4f439925d193115
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: update bios files for qemu_1.5.1.
Kitae Kim [Tue, 16 Jul 2013 06:25:49 +0000 (15:25 +0900)]
package: update bios files for qemu_1.5.1.

Changed pxe-virtio.rom to efi-virtio.rom for virtio-pci-neti on qemu 1.5.1.
So, pxe-virtio.rom for pc_1.4 board was removed and acpi-dsdt.aml for acpi feature was added.

Change-Id: Iadff6badaed2df2790596668dc005fb214fc0a4d
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoAdd CFLAGS '-fno-omit-frame-pointer' on MinGW.
SeokYeon Hwang [Tue, 16 Jul 2013 06:10:13 +0000 (15:10 +0900)]
Add CFLAGS '-fno-omit-frame-pointer' on MinGW.

A GCC on MinGW might have a bug related with omitting frame pointer.
It generates weird instructions. So we trying to avoid this bugs.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoAdd 'check-hax' and 'check-cam' to '.gitignore'.
SeokYeon Hwang [Tue, 16 Jul 2013 05:18:14 +0000 (14:18 +0900)]
Add 'check-hax' and 'check-cam' to '.gitignore'.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>