sdk/emulator/qemu.git
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>
11 years agoextra: remove socket_init()
munkyu.im [Fri, 1 Feb 2013 08:06:37 +0000 (17:06 +0900)]
extra: remove socket_init()

to prevent calling socket_init() twice

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoextra: fix typo
munkyu.im [Thu, 31 Jan 2013 11:06:15 +0000 (20:06 +0900)]
extra: fix typo

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoshared memory: deallocate when click "Forse Close"
munkyu.im [Thu, 31 Jan 2013 09:37:43 +0000 (18:37 +0900)]
shared memory: deallocate when click "Forse Close"

Deallocate shared memory related to skin.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Thu, 31 Jan 2013 02:48:56 +0000 (11:48 +0900)]
package: modified SDK version

2.1.0 RC6

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: correction of Detail Info dialog's initial location
giwoong.kim [Thu, 31 Jan 2013 01:52:46 +0000 (10:52 +0900)]
menu: correction of Detail Info dialog's initial location

The initial position of the Detail Info and About dialog
is corrected. From now on, its value can not out of
resolution bounds of the host monitor.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomaru_camera : source clean up
jinhyung.jo [Wed, 30 Jan 2013 10:38:36 +0000 (19:38 +0900)]
maru_camera : source clean up

Modified the boilerplates.
Modified to suit the QEMU coding conventions.
Changed the file format from Windows text to Linux text.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_brightness : source clean up
jinhyung.jo [Wed, 30 Jan 2013 10:24:37 +0000 (19:24 +0900)]
maru_brightness : source clean up

modified the boilerplates.
removed unnecessary function.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agomaru_overlay : source clean up
jinhyung.jo [Wed, 30 Jan 2013 10:11:11 +0000 (19:11 +0900)]
maru_overlay : source clean up

Corrected the boilerplates.
Modified to suit the QEMU coding conventions.

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agodisplay: do not need anti-aliasing on x1.0
giwoong.kim [Wed, 30 Jan 2013 05:11:21 +0000 (14:11 +0900)]
display: do not need anti-aliasing on x1.0

do not need anti-aliasing on x1.0 for sdl.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoupdate version
jihye kim [Tue, 29 Jan 2013 10:52:35 +0000 (19:52 +0900)]
update version

11 years agoupdate Open_Source_Announcement.txt(apps/home/settings)
jihye kim [Tue, 29 Jan 2013 08:53:29 +0000 (17:53 +0900)]
update Open_Source_Announcement.txt(apps/home/settings)

11 years agoMerge "Package: GL Fix crash screen of webapp on Mac" into develop
Yeongkyoon Lee [Mon, 28 Jan 2013 04:40:31 +0000 (13:40 +0900)]
Merge "Package: GL     Fix crash screen of webapp on Mac" into develop

11 years agoPackage: GL
sangjin3.kim [Mon, 28 Jan 2013 04:27:47 +0000 (13:27 +0900)]
Package: GL
    Fix crash screen of webapp on Mac

    webkit rendering in this way:
    1. context A loaded textures with tiles of screen via glTexSubImage2D
    2. context B, sharing state with A, use these textures to render into a FBO,
        which was already linked as a texture via glFramebufferTexture2D
    3. finally the texture is composited with tool bars in main window

    The issue happend in step 2, where only some of texutres are shared
    successfully, and others are not initialized(Seems from previous application).
    Or in step 1, some textures are not really loaded by glTexSubImage2D

    This should be host Mac GL driver's issue. This work around use glGetTexImage
    to read texture back right after glTexSubImage2D, thus guarantee a synchronization.

Signed-off-by: edwin.zhai <edwin.zhai@intel.com>
11 years agotouch: added pthread_mutex_destroy
giwoong.kim [Mon, 28 Jan 2013 02:31:14 +0000 (11:31 +0900)]
touch: added pthread_mutex_destroy

added pthread_mutex_destroy

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoPackage: GL
munkyu.im [Mon, 28 Jan 2013 02:10:11 +0000 (11:10 +0900)]
Package: GL
 Fix mac blank screen in browser, webapp and code clean up of gloffscreen_agl.c
 Fix effectsApp crash QEMU on MAC.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Gao Fengqian <fengqian.gao@intel.com>
11 years agoemulator: Change menu name
munkyu.im [Sat, 26 Jan 2013 12:13:38 +0000 (21:13 +0900)]
emulator: Change menu name

change SWT to Emulator

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agocommunication: added mutex
giwoong.kim [Fri, 25 Jan 2013 12:33:25 +0000 (21:33 +0900)]
communication: added mutex

added mutex for send data

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomaru_camera : Fixed some failure and added missing code
jinhyung.jo [Fri, 25 Jan 2013 11:57:31 +0000 (20:57 +0900)]
maru_camera : Fixed some failure and added missing code

Arranged the sequence between the worker thread and the main thread.
Removed some unnecessary code.
And clean up the source code to allow the QEMU's coding convention.
(except 'over the 80 characters)

Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
11 years agoMerge "emulator: Fix compilation warnings" into develop
Yeongkyoon Lee [Fri, 25 Jan 2013 07:54:56 +0000 (16:54 +0900)]
Merge "emulator: Fix compilation warnings" into develop

11 years agoemulator: Fix compilation warnings
SeokYeon Hwang [Fri, 25 Jan 2013 07:19:17 +0000 (16:19 +0900)]
emulator: Fix compilation warnings

maru_pm.c, maru_vga.c and 4 more files.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: version up
giwoong.kim [Fri, 25 Jan 2013 07:03:20 +0000 (16:03 +0900)]
package: version up

1.4.75

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: prepare 10 colors for Pair Tag
giwoong.kim [Fri, 25 Jan 2013 06:43:25 +0000 (15:43 +0900)]
skin: prepare 10 colors for Pair Tag

prepare 10 colors for Pair Tag

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Fri, 25 Jan 2013 04:49:05 +0000 (13:49 +0900)]
package: modified SDK version

2.1.0 RC5

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: adding an extra value to the default location
giwoong.kim [Fri, 25 Jan 2013 03:15:33 +0000 (12:15 +0900)]
skin: adding an extra value to the default location

adding an extra value to the default location
for each VM.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "Fix the issue: when taking pictures in a high frequence, the camera will be...
SeokYeon Hwang [Thu, 24 Jan 2013 11:35:09 +0000 (20:35 +0900)]
Merge "Fix the issue: when taking pictures in a high frequence, the camera will be froze" into develop

11 years agoMerge "emulator: Clean up PATH_MAX for win32(mingw)" into develop
SeokYeon Hwang [Thu, 24 Jan 2013 11:28:14 +0000 (20:28 +0900)]
Merge "emulator: Clean up PATH_MAX for win32(mingw)" into develop

11 years agoemulator: Clean up PATH_MAX for win32(mingw)
SeokYeon Hwang [Thu, 24 Jan 2013 11:31:36 +0000 (20:31 +0900)]
emulator: Clean up PATH_MAX for win32(mingw)

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: Fix compilation warnings on check_hax.c
SeokYeon Hwang [Thu, 24 Jan 2013 10:31:08 +0000 (19:31 +0900)]
emulator: Fix compilation warnings on check_hax.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoaudio: Clean up warnings and logs on coreaudio
SeokYeon Hwang [Thu, 24 Jan 2013 10:28:50 +0000 (19:28 +0900)]
audio: Clean up warnings and logs on coreaudio

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoFix the issue: when taking pictures in a high frequence, the camera will be froze
Jun Tian [Thu, 24 Jan 2013 09:51:36 +0000 (17:51 +0800)]
Fix the issue: when taking pictures in a high frequence, the camera will be froze

Sometimes, when clicking the take picture in a high frequence, the camera would be froze.
It caused by a short delay in the driver.

Meanwhile, this patch clean up the source code to align to the windows and linux implementation.

11 years agoImplement the audio-in support in coreaudio
Jun Tian [Thu, 24 Jan 2013 09:12:10 +0000 (17:12 +0800)]
Implement the audio-in support in coreaudio

The auido-in implementation in the coreaudio is ported form the Android emulator.

11 years agoskin: delete unnecessary field
giwoong.kim [Thu, 24 Jan 2013 08:59:36 +0000 (17:59 +0900)]
skin: delete unnecessary field

delete unnecessary field

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "coreaudio: W/A patch to avoid guest block waiting for audio in" into develop
SeokYeon Hwang [Thu, 24 Jan 2013 07:21:11 +0000 (16:21 +0900)]
Merge "coreaudio: W/A patch to avoid guest block waiting for audio in" into develop

11 years agocoreaudio: W/A patch to avoid guest block waiting for audio in
SeokYeon Hwang [Thu, 24 Jan 2013 07:06:06 +0000 (16:06 +0900)]
coreaudio: W/A patch to avoid guest block waiting for audio in

Dummy audio in logics from noaudio backend driver.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: version up.
Kitae Kim [Thu, 24 Jan 2013 06:14:29 +0000 (15:14 +0900)]
package: version up.

Update package version to patch X11 linking problem on OS X.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoemul_state: Replace the way to get host keyboard status on OS X.
Kitae Kim [Thu, 24 Jan 2013 06:14:13 +0000 (15:14 +0900)]
emul_state: Replace the way to get host keyboard status on OS X.

There is a library linking problem with X11 on OS X. That is why
we replace the routine.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoshared memory: add liunx difinition
munkyu.im [Wed, 23 Jan 2013 11:41:17 +0000 (20:41 +0900)]
shared memory: add liunx difinition

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "skin: Fix build.xml to make shared library on linux" into develop
Yeongkyoon Lee [Wed, 23 Jan 2013 11:26:19 +0000 (20:26 +0900)]
Merge "skin: Fix build.xml to make shared library on linux" into develop

11 years agoskin: Fix build.xml to make shared library on linux
SeokYeon Hwang [Wed, 23 Jan 2013 11:26:29 +0000 (20:26 +0900)]
skin: Fix build.xml to make shared library on linux

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