sdk/emulator/qemu.git
11 years agoYaGL: mem-gl: introduce macros for GLfixed type
Igor Mitsyanko [Thu, 20 Dec 2012 09:41:56 +0000 (13:41 +0400)]
YaGL: mem-gl: introduce macros for GLfixed type

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agoYaGL: yagl-log: print enum types in hex format
Igor Mitsyanko [Thu, 20 Dec 2012 09:39:37 +0000 (13:39 +0400)]
YaGL: yagl-log: print enum types in hex format

Usually its much more convenient to have GLenum and EGLenum variables
in hex format.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agohw/yagl_server.c: report render type to subsequent threads in a process
Igor Mitsyanko [Thu, 20 Dec 2012 09:35:07 +0000 (13:35 +0400)]
hw/yagl_server.c: report render type to subsequent threads in a process

Not to first thread in a process only.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agoYaGL: fix Windows build after EGL backends were introduced
Igor Mitsyanko [Thu, 20 Dec 2012 09:31:15 +0000 (13:31 +0400)]
YaGL: fix Windows build after EGL backends were introduced

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agoYaGL: introduce type conversion functions
Igor Mitsyanko [Thu, 20 Dec 2012 09:23:18 +0000 (13:23 +0400)]
YaGL: introduce type conversion functions

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agoYaGL: Check if YaGL is enabled before inserting its device
Stanislav Vorobiov [Wed, 12 Dec 2012 09:11:52 +0000 (13:11 +0400)]
YaGL: Check if YaGL is enabled before inserting its device

11 years agoYaGL: Refactored process/thread state
Stanislav Vorobiov [Tue, 11 Dec 2012 14:11:27 +0000 (18:11 +0400)]
YaGL: Refactored process/thread state

11 years agoYaGL: EGLImage implemented YaGL: EGLImage offscreen implementation moved to offscreen...
Stanislav Vorobiov [Mon, 10 Dec 2012 15:52:13 +0000 (19:52 +0400)]
YaGL: EGLImage implemented YaGL: EGLImage offscreen implementation moved to offscreen EGL backend YaGL: GLES texture objects can now be EGLImage targets

11 years agoYaGL: We now report render type to target
Stanislav Vorobiov [Fri, 7 Dec 2012 09:21:55 +0000 (13:21 +0400)]
YaGL: We now report render type to target

11 years agoYaGL: Fixed some bugs that happened during code refactoring
Stanislav Vorobiov [Thu, 6 Dec 2012 08:00:38 +0000 (12:00 +0400)]
YaGL: Fixed some bugs that happened during code refactoring

11 years agoYaGL: Moved offscreen rendering code into a backend
Stanislav Vorobiov [Wed, 5 Dec 2012 16:16:50 +0000 (20:16 +0400)]
YaGL: Moved offscreen rendering code into a backend

11 years agoMerge "YaGL: Currently we have all offscreen stuff inside EGL API, we'll need to...
Yeongkyoon Lee [Mon, 15 Apr 2013 10:39:34 +0000 (19:39 +0900)]
Merge "YaGL: Currently we have all offscreen stuff inside EGL API, we'll need to move it out somewhere, we'll call this abstraction yagl_egl_backend and yagl_egl_offscreen is its implementation for offscreen logic. Later we'll add another EGL backend - yagl_egl_vigs" into tizen-vigs

11 years agoMerge "YaGL: Check if YaGL is enabled before inserting its device" into tizen-vigs
Yeongkyoon Lee [Mon, 15 Apr 2013 10:39:24 +0000 (19:39 +0900)]
Merge "YaGL: Check if YaGL is enabled before inserting its device" into tizen-vigs

11 years agoMerge "tizen/src/Makefile.tizen: Fix include directory for virtGL build process"...
Yeongkyoon Lee [Mon, 15 Apr 2013 10:39:16 +0000 (19:39 +0900)]
Merge "tizen/src/Makefile.tizen: Fix include directory for virtGL build process" into tizen-vigs

11 years agoMerge "virtio-pci-new, virtio-transport and virtio-mmio removed" into tizen-vigs
Yeongkyoon Lee [Mon, 15 Apr 2013 10:39:04 +0000 (19:39 +0900)]
Merge "virtio-pci-new, virtio-transport and virtio-mmio removed" into tizen-vigs

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 agoYaGL: Currently we have all offscreen stuff inside EGL API, we'll need to move it...
Stanislav Vorobiov [Tue, 4 Dec 2012 16:32:41 +0000 (20:32 +0400)]
YaGL: Currently we have all offscreen stuff inside EGL API, we'll need to move it out somewhere, we'll call this abstraction yagl_egl_backend and yagl_egl_offscreen is its implementation for offscreen logic. Later we'll add another EGL backend - yagl_egl_vigs

11 years agoYaGL: Check if YaGL is enabled before inserting its device
Stanislav Vorobiov [Wed, 12 Dec 2012 09:11:52 +0000 (13:11 +0400)]
YaGL: Check if YaGL is enabled before inserting its device

11 years agotizen/src/Makefile.tizen: Fix include directory for virtGL build process
Igor Mitsyanko [Wed, 12 Dec 2012 07:58:39 +0000 (11:58 +0400)]
tizen/src/Makefile.tizen: Fix include directory for virtGL build process

Use $(TARGET_ARCH)-softmmu directory for virtGL C flags include
directories list rather then hardcode it to /i386-softmmu.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agovirtio-pci-new, virtio-transport and virtio-mmio removed
Maria Shcherbina [Fri, 30 Nov 2012 12:17:18 +0000 (16:17 +0400)]
virtio-pci-new, virtio-transport and virtio-mmio removed

deleted virtio-mmio, virtio-pci-new and virtio-transport

clean up code after removing of virtio-pci-new,virtio-transport,virtio-mmio

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>