sdk/emulator/qemu.git
11 years agoguest_server: modified log level
giwoong.kim [Wed, 17 Apr 2013 08:08:50 +0000 (17:08 +0900)]
guest_server: modified log level

modified log level

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: optimize a framebuffer copying
giwoong.kim [Wed, 17 Apr 2013 04:30:47 +0000 (13:30 +0900)]
screenshot: optimize a framebuffer copying

optimize a framebuffer copying in screenshot window

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agovirtio-keyboard: change a way to set keyboard device.
Kitae Kim [Wed, 17 Apr 2013 04:55:06 +0000 (13:55 +0900)]
virtio-keyboard: change a way to set keyboard device.

Removed the function that assign a keyboard device because
the function signature to add a pluggable device has been changed.

Change-Id: Ica00240fd97c15a25b9283d0a05c91bbca4cc4ee
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoshm: synchronization of display updating
giwoong.kim [Tue, 16 Apr 2013 07:28:25 +0000 (16:28 +0900)]
shm: synchronization of display updating

In order to improve a vsync quality, the trigger
was designed so that the framebuffer copying
synchronized with the display updating on
CONFIG_USE_SHM.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: skip the framebuffer copying
giwoong.kim [Tue, 16 Apr 2013 02:42:30 +0000 (11:42 +0900)]
display: skip the framebuffer copying

skip the framebuffer copyting when display is turned off
on CONFIG_USE_SHM

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoshm: The code of shared framebuffer is moved
giwoong.kim [Mon, 15 Apr 2013 11:06:12 +0000 (20:06 +0900)]
shm: The code of shared framebuffer is moved

The code of shared framebuffer is moved
from maru_vga.c into maru_shm.c

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "On emulator, pBuffer display is y-inverted. With this patch, the buffer data...
Yeongkyoon Lee [Tue, 16 Apr 2013 06:45:18 +0000 (15:45 +0900)]
Merge "On emulator, pBuffer display is y-inverted. With this patch, the buffer data is y-inverted before texture generation. This induces a performance penalty, however display is no longer inverted." into develop

11 years agoOn emulator, pBuffer display is y-inverted.
Sangjin Kim [Tue, 16 Apr 2013 06:49:31 +0000 (15:49 +0900)]
On emulator, pBuffer display is y-inverted.
With this patch, the buffer data is y-inverted before texture generation.
This induces a performance penalty, however display is no longer inverted.

Limit this patch to 32 bpp.

Change-Id: Id6a6052cd911aed5a2e721cdf81c911fa8fe766d
Signed-off-by: Dalleau, Frederic <frederic.dalleau@linux.intel.com>
11 years agoMerge "sdcard: Fix log for human-readability" into develop
Yeongkyoon Lee [Tue, 16 Apr 2013 06:33:18 +0000 (15:33 +0900)]
Merge "sdcard: Fix log for human-readability" into develop

11 years agoMerge "shm: copy JNI library file for CONFIG_USE_SHM" into develop
Yeongkyoon Lee [Tue, 16 Apr 2013 06:32:10 +0000 (15:32 +0900)]
Merge "shm: copy JNI library file for CONFIG_USE_SHM" into develop

11 years agosdcard: Fix log for human-readability
SeokYeon Hwang [Tue, 16 Apr 2013 02:17:23 +0000 (11:17 +0900)]
sdcard: Fix log for human-readability

Change-Id: Ia2fa07e5108bd90a8d8b0f22fe281e86a6c1af0e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agosdcard: Prepare virtio sdcard
SeokYeon Hwang [Mon, 15 Apr 2013 15:39:58 +0000 (00:39 +0900)]
sdcard: Prepare virtio sdcard

For higher performance and mount support by Tizen system framework.

Change-Id: I0c7d0538cb062139c48d00d57f80bb027a605452
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoshm: copy JNI library file for CONFIG_USE_SHM
giwoong.kim [Mon, 15 Apr 2013 03:17:12 +0000 (12:17 +0900)]
shm: copy JNI library file for CONFIG_USE_SHM

copy JNI library file for CONFIG_USE_SHM on Linux

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoChange the FB configs limitaion from 10 to 32 for each process.
Sangjin Kim [Fri, 12 Apr 2013 10:36:25 +0000 (19:36 +0900)]
Change the FB configs limitaion from 10 to 32 for each process.

Change-Id: Ic816341abc92e229b9a51d51da467edf5b929319
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge "Change the FB configs limitaion from 10 to 32 for each process." into develop
Yeongkyoon Lee [Fri, 12 Apr 2013 10:28:00 +0000 (19:28 +0900)]
Merge "Change the FB configs limitaion from 10 to 32 for each process." into develop

11 years agocommunication: added DRAW_FRAME protocol
giwoong.kim [Fri, 12 Apr 2013 09:35:14 +0000 (18:35 +0900)]
communication: added DRAW_FRAME protocol

added DRAW_FRAME protocol

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agocommunication: give priority to the sendToQemu
giwoong.kim [Fri, 12 Apr 2013 09:08:54 +0000 (18:08 +0900)]
communication: give priority to the sendToQemu

give priority to the sendToQemu function for skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoshm: optimize a framebuffer copying in Skin
giwoong.kim [Fri, 12 Apr 2013 03:07:03 +0000 (12:07 +0900)]
shm: optimize a framebuffer copying in Skin

optimize a framebuffer copying in Skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoshm: optimize a framebuffer copying in JNI
giwoong.kim [Thu, 11 Apr 2013 12:43:40 +0000 (21:43 +0900)]
shm: optimize a framebuffer copying in JNI

optimize a framebuffer copying in JNI

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: removed unnecessary code
giwoong.kim [Thu, 11 Apr 2013 03:14:00 +0000 (12:14 +0900)]
emulator: removed unnecessary code

removed unnecessary code & etc

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoFix pbuffer bug on MAC.
Sangjin Kim [Thu, 11 Apr 2013 10:55:34 +0000 (19:55 +0900)]
Fix pbuffer bug on MAC.

Change-Id: I8b0fb616409e965f5b4c786bf7be7ebab5817534
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge tizen_2.1 latest source code.
Sangjin Kim [Thu, 11 Apr 2013 08:45:12 +0000 (17:45 +0900)]
Merge tizen_2.1 latest source code.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoPackage: Version up
SeokYeon Hwang [Wed, 10 Apr 2013 07:09:15 +0000 (16:09 +0900)]
Package: Version up

1.5.25

Change-Id: I4da7f7566d46fcde513bc8c9fd73838beee8f9bb
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "Bugfix: Do not exit if log directory is deleted on runtime." into develop
Yeongkyoon Lee [Wed, 10 Apr 2013 06:43:24 +0000 (15:43 +0900)]
Merge "Bugfix: Do not exit if log directory is deleted on runtime." into develop

11 years agoBugfix: Do not exit if log directory is deleted on runtime.
SeokYeon Hwang [Wed, 10 Apr 2013 06:32:38 +0000 (15:32 +0900)]
Bugfix: Do not exit if log directory is deleted on runtime.

Change-Id: I1c1a19f7f144f336405aa765527dcc195fea04b0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agomaru_camera : Sends a black frame or a previously successful frame to guest when...
jinhyung.jo [Tue, 9 Apr 2013 06:05:06 +0000 (15:05 +0900)]
maru_camera : Sends a black frame or a previously successful frame to guest when webcam is blocked.

Sends a black frame or a previously successful frame to guest when webcam is blocked.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_camera : Sends a black frame to guest when webcam is blocked
jinhyung.jo [Fri, 29 Mar 2013 06:42:05 +0000 (15:42 +0900)]
maru_camera : Sends a black frame to guest when webcam is blocked

If the user's webcam is abnormal state in starting preview,
F/W funtions take a abnormal behavior.

This issue is fixed by sending a black frame in the situation.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoMerge "keyboard: replace the disappearEvent" into develop
Yeongkyoon Lee [Mon, 8 Apr 2013 02:45:06 +0000 (11:45 +0900)]
Merge "keyboard: replace the disappearEvent" into develop

11 years agokeyboard: replace the disappearEvent
giwoong.kim [Sat, 6 Apr 2013 07:16:26 +0000 (16:16 +0900)]
keyboard: replace the disappearEvent

replace the disappeared key event when
three or more keys are pressed on Windows.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoevdi : emulator virtual device interface is added
DaiYoung Kim [Sat, 6 Apr 2013 11:52:58 +0000 (20:52 +0900)]
evdi : emulator virtual device interface is added

evdi is added.
incharge of communicating between guest and host.
virt-io pci is supported.

Signed-off-by : DaiYoung, Kim <daiyoung777.kim@samsung.com>

11 years agovirtio-kbd: increased virtio keyboard queue and fixed overwrite bug
sungmin ha [Sat, 6 Apr 2013 09:18:15 +0000 (18:18 +0900)]
virtio-kbd: increased virtio keyboard queue and fixed overwrite bug

Signed-off-by: SungMin Ha <sungmin82.ha@samsung.com>
11 years agodisplay: one more update while display skipping
giwoong.kim [Thu, 4 Apr 2013 06:27:08 +0000 (15:27 +0900)]
display: one more update while display skipping

do one more update for sdl display surface
while skipping of framebuffer drawing.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoBugfix: Do not exit if log file is erased
SeokYeon Hwang [Thu, 4 Apr 2013 01:55:13 +0000 (10:55 +0900)]
Bugfix: Do not exit if log file is erased

Change-Id: Ib3e44ea54c09b50e5cb8f57e950888aef28195ce
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopopup: modified a error message
giwoong.kim [Wed, 3 Apr 2013 02:37:14 +0000 (11:37 +0900)]
popup: modified a error message

modified a error message

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Wed, 3 Apr 2013 01:33:45 +0000 (10:33 +0900)]
package: version up

1.5.23

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomaru_shm: no need to get the shmkey from another shm
giwoong.kim [Tue, 2 Apr 2013 06:12:37 +0000 (15:12 +0900)]
maru_shm: no need to get the shmkey from another shm

There is a no need to get the shmkey value from
another shared memory.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "hwkey: modified skin's dbi file for key code of phone shape" into develop
Yeongkyoon Lee [Fri, 29 Mar 2013 04:08:47 +0000 (13:08 +0900)]
Merge "hwkey: modified skin's dbi file for key code of phone shape" into develop

11 years agohwkey: modified skin's dbi file for key code of phone shape
sungmin ha [Fri, 29 Mar 2013 03:24:15 +0000 (12:24 +0900)]
hwkey: modified skin's dbi file for key code of phone shape

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agokeyboard: no need to compare keystate when key is auto-released
giwoong.kim [Fri, 29 Mar 2013 03:14:46 +0000 (12:14 +0900)]
keyboard: no need to compare keystate when key is auto-released

no need to compare keystate when key is auto-released

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agovirtio-kbd: modified elem index and mutex lock
sungmin ha [Fri, 29 Mar 2013 02:36:08 +0000 (11:36 +0900)]
virtio-kbd: modified elem index and mutex lock

When elem index was higher than 9, Data was written from index 0.
But kernel read queue from index 0 to index 9 always.
If index 9 is key press event and index 0 is key release event, their order is changed.
So key press event is repeated in X platform.
It is modified that elem index must start from 0.

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agoMakefile: replace space to TAB
sungmin ha [Tue, 26 Mar 2013 10:09:47 +0000 (19:09 +0900)]
Makefile: replace space to TAB

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agoMakefile: modified Makefile to library load on mac from check-gl
sungmin ha [Tue, 26 Mar 2013 09:47:59 +0000 (18:47 +0900)]
Makefile: modified Makefile to library load on mac from check-gl

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agotcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee [Sat, 23 Mar 2013 09:52:18 +0000 (18:52 +0900)]
tcg: Fix occasional TCG broken problem when ldst optimization enabled

is_tcg_gen_code() checks the upper limit of TCG generated code range wrong, so
that TCG could get broken occasionally only when CONFIG_QEMU_LDST_OPTIMIZATION
enabled. The reason is code_gen_buffer_max_size does not cover the upper range
up to (TCG_MAX_OP_SIZE * OPC_BUF_SIZE), thus code_gen_buffer_max_size should be
modified to code_gen_buffer_size.

This patch has been already applied to mainstream QEMU.
So it should be overwritten when applying QEMU version more than 1.3 in future.

Signed-off-by: Yeongkyoon Lee <yeongkyoon.lee@samsung.com>
11 years agoFix dibs build error.
Sangjin Kim [Thu, 21 Mar 2013 09:34:21 +0000 (18:34 +0900)]
Fix dibs build error.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoVersion update.
Sangjin Kim [Thu, 21 Mar 2013 06:52:49 +0000 (15:52 +0900)]
Version update.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoGenerate check-gl binary to use at an emulator-manager.
Sangjin Kim [Thu, 21 Mar 2013 06:03:55 +0000 (15:03 +0900)]
Generate check-gl binary to use at an emulator-manager.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoVersion update
Sangjin Kim [Wed, 20 Mar 2013 08:13:35 +0000 (17:13 +0900)]
Version update

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoEnable pbuffer surface.
Sangjin Kim [Wed, 20 Mar 2013 07:38:14 +0000 (16:38 +0900)]
Enable pbuffer surface.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
11 years agohwkey: modified a typing error at an annotation
sungmin ha [Wed, 20 Mar 2013 05:10:31 +0000 (14:10 +0900)]
hwkey: modified a typing error at an annotation

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agohwkey: modified virtio hwkey device
sungmin ha [Wed, 20 Mar 2013 03:12:30 +0000 (12:12 +0900)]
hwkey: modified virtio hwkey device

improved hwkey mapping

Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
11 years agopackage: modified dibs build script.
Kitae Kim [Tue, 19 Mar 2013 12:50:53 +0000 (21:50 +0900)]
package: modified dibs build script.

Removed the routine to build ARM emulator
because it is not supported for a while.

Change-Id: I34953a8923796bd2f9bdaccbb01519f09de17c85

11 years agopackage: version up
Kitae Kim [Fri, 15 Mar 2013 08:59:51 +0000 (17:59 +0900)]
package: version up

Update package version

Change-Id: I470ed537e731b36c122fa6146b81b79706e92af5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: modify a build script for dibs.
Kitae Kim [Fri, 15 Mar 2013 08:46:09 +0000 (17:46 +0900)]
package: modify a build script for dibs.

The script to enable kvm driver on ubuntu32 is dependent on x86 arch.

Change-Id: I2fef05b65a76a56eee8fa837135559ddeeeed1c3
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomenu: modified rotation menu name
giwoong.kim [Fri, 15 Mar 2013 05:52:50 +0000 (14:52 +0900)]
menu: modified rotation menu name

modified rotation menu name

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: synchronization of minimization
giwoong.kim [Thu, 14 Mar 2013 04:26:26 +0000 (13:26 +0900)]
skin: synchronization of minimization

synchronization of minimization between main window
and key window in general skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Wed, 13 Mar 2013 10:14:16 +0000 (19:14 +0900)]
package: version up

1.5.9

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agotouch: indent source code
giwoong.kim [Wed, 13 Mar 2013 09:55:32 +0000 (18:55 +0900)]
touch: indent source code

EmulatorFingers

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: update a display when window is de-iconified
giwoong.kim [Wed, 13 Mar 2013 08:16:33 +0000 (17:16 +0900)]
display: update a display when window is de-iconified

update a display when Emulator window is de-iconified.
Because the surface of embedded Canvas is cleared on
linux when window is un-minimized.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: skip the display update
giwoong.kim [Tue, 12 Mar 2013 02:15:42 +0000 (11:15 +0900)]
display: skip the display update

skip the display update when it is turned off
on ShmSkin design.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agobrightness: notify to skin process
giwoong.kim [Tue, 12 Mar 2013 01:30:17 +0000 (10:30 +0900)]
brightness: notify to skin process

added brightness protocol

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "skin: modified VM shell name" into develop
Yeongkyoon Lee [Mon, 11 Mar 2013 11:24:35 +0000 (20:24 +0900)]
Merge "skin: modified VM shell name" into develop

11 years agoMerge "display : Skip the display updates until the LCD is turned off." into develop
Yeongkyoon Lee [Mon, 11 Mar 2013 11:24:24 +0000 (20:24 +0900)]
Merge "display : Skip the display updates until the LCD is turned off." into develop

11 years agoskin: modified VM shell name
giwoong.kim [Mon, 11 Mar 2013 08:00:37 +0000 (17:00 +0900)]
skin: modified VM shell name

The name in launcher or taskbar should have a
"Emulator - " prefix in order to be clear for the
user.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay : Skip the display updates until the LCD is turned off.
jinhyung.jo [Mon, 11 Mar 2013 07:20:19 +0000 (16:20 +0900)]
display : Skip the display updates until the LCD is turned off.

Skip the display updates until the LCD is turned off.
And returns a dummy screenshot(back screen) when the LCD is turned off.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agopackage: version up
giwoong.kim [Mon, 11 Mar 2013 06:29:30 +0000 (15:29 +0900)]
package: version up

1.5.8

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: arrange the PairTag
giwoong.kim [Mon, 11 Mar 2013 02:51:22 +0000 (11:51 +0900)]
skin: arrange the PairTag

Move a PairTag when Emulator is rotated
for General Skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added ColorTag class
giwoong.kim [Mon, 11 Mar 2013 02:13:47 +0000 (11:13 +0900)]
skin: added ColorTag class

added ColorTag class

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modify install and remove script.
Kitae Kim [Fri, 8 Mar 2013 08:48:49 +0000 (17:48 +0900)]
package: modify install and remove script.

SDK might be installed in the OS that does not have x system.
In case of that, script uses sudo instead of gksudo.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "package: version up" into develop
Yeongkyoon Lee [Fri, 8 Mar 2013 05:04:25 +0000 (14:04 +0900)]
Merge "package: version up" into develop

11 years agoMerge "skin: added tool window style to Key window" into develop
Yeongkyoon Lee [Fri, 8 Mar 2013 04:26:13 +0000 (13:26 +0900)]
Merge "skin: added tool window style to Key window" into develop

11 years agopackage: version up
giwoong.kim [Fri, 8 Mar 2013 02:24:52 +0000 (11:24 +0900)]
package: version up

1.5.06

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added tool window style to Key window
giwoong.kim [Fri, 8 Mar 2013 02:11:57 +0000 (11:11 +0900)]
skin: added tool window style to Key window

Hide a Key window from the Alt-Tab program switcher
on Windows.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoAdd check-gl binary for gl capability check by emulator manager.
Sangjin Kim [Thu, 7 Mar 2013 09:41:15 +0000 (18:41 +0900)]
Add check-gl binary for gl capability check by emulator manager.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge "Version update." into develop
Yeongkyoon Lee [Mon, 4 Mar 2013 02:43:06 +0000 (11:43 +0900)]
Merge "Version update." into develop

11 years agoVersion update.
Sangjin Kim [Mon, 4 Mar 2013 02:49:00 +0000 (11:49 +0900)]
Version update.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoSync-up with latest release source code.
Sangjin Kim [Mon, 4 Mar 2013 02:46:24 +0000 (11:46 +0900)]
Sync-up with latest release source code.

Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoMerge "Sync-up with latest release source code." into develop
Yeongkyoon Lee [Mon, 4 Mar 2013 02:42:54 +0000 (11:42 +0900)]
Merge "Sync-up with latest release source code." into develop

11 years agoskin: modified sendToQemuInternal function
giwoong.kim [Thu, 28 Feb 2013 09:14:06 +0000 (18:14 +0900)]
skin: modified sendToQemuInternal function

Skin was not necessary to create output stream
at each sendToQemu.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added CustomScrolledComposite
giwoong.kim [Mon, 25 Feb 2013 08:34:18 +0000 (17:34 +0900)]
skin: added CustomScrolledComposite

added CustomScrolledComposite for key window
of general skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Mon, 25 Feb 2013 02:16:37 +0000 (11:16 +0900)]
package: version up

1.5.04

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: modified path separator
giwoong.kim [Mon, 25 Feb 2013 02:06:30 +0000 (11:06 +0900)]
skin: modified path separator

modified path separator

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: load sdk version from file
giwoong.kim [Thu, 21 Feb 2013 08:18:47 +0000 (17:18 +0900)]
skin: load sdk version from file

load information of sdk version from
version file

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agohwkey: remove warning
giwoong.kim [Thu, 21 Feb 2013 01:12:25 +0000 (10:12 +0900)]
hwkey: remove warning

remove warning

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Thu, 21 Feb 2013 00:57:08 +0000 (09:57 +0900)]
package: version up

1.5.00

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Wed, 20 Feb 2013 01:30:31 +0000 (10:30 +0900)]
package: modified SDK version

2.1.0 RC9

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: improve the loading of key window image
giwoong.kim [Wed, 20 Feb 2013 01:22:16 +0000 (10:22 +0900)]
skin: improve the loading of key window image

improve the loading of key window image in general skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agohwkey: added virtio hwkey device
giwoong.kim [Tue, 19 Feb 2013 06:24:43 +0000 (15:24 +0900)]
hwkey: added virtio hwkey device

added virtio hwkey device

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Fri, 15 Feb 2013 05:55:44 +0000 (14:55 +0900)]
package: version up

1.4.90

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Fri, 15 Feb 2013 02:22:18 +0000 (11:22 +0900)]
package: modified SDK version

2.1.0 RC8

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agokeyboard: added bottom half instead of mloop
giwoong.kim [Fri, 15 Feb 2013 02:18:36 +0000 (11:18 +0900)]
keyboard: added bottom half instead of mloop

added bottom half instead of mloop

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agotouch: added bottom half instead of mloop
giwoong.kim [Fri, 15 Feb 2013 00:58:48 +0000 (09:58 +0900)]
touch: added bottom half instead of mloop

added bottom half instead of mloop

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomaru_camera : fixed a bug that occurs a lock-up when capture.
jinhyung.jo [Wed, 13 Feb 2013 07:03:16 +0000 (16:03 +0900)]
maru_camera : fixed a bug that occurs a lock-up when capture.

The cause of this issue is that continuous timeout is occurred on select().
(The webcam on host PC does not work properly for some reason.)
Fixed as follows:
If the timeout occurs for 5 seconds continually,
raises a error and notifies to upper layer.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Thu, 7 Feb 2013 05:53:46 +0000 (14:53 +0900)]
package: modified SDK version

2.1.0 RC7

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Mon, 4 Feb 2013 07:20:05 +0000 (16:20 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoemulator-arm: fix compilation error
munkyu.im [Mon, 4 Feb 2013 06:35:42 +0000 (15:35 +0900)]
emulator-arm: fix compilation error

Add x86 definition

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "extra: fix if statement" into develop
Yeongkyoon Lee [Mon, 4 Feb 2013 05:17:31 +0000 (14:17 +0900)]
Merge "extra: fix if statement" into develop

11 years agoextra: fix if statement
munkyu.im [Mon, 4 Feb 2013 05:21:52 +0000 (14:21 +0900)]
extra: fix if statement

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: version up
giwoong.kim [Mon, 4 Feb 2013 04:58:38 +0000 (13:58 +0900)]
package: version up

1.4.81

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: call setSize after pack the shell
giwoong.kim [Mon, 4 Feb 2013 04:55:55 +0000 (13:55 +0900)]
skin: call setSize after pack the shell

call setSize after pack the shell

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agosdb: arrange source codes
munkyu.im [Fri, 1 Feb 2013 10:39:00 +0000 (19:39 +0900)]
sdb: arrange source codes

Remove unnecessary error handling process

Signed-off-by: munkyu.im <munkyu.im@samsung.com>