sdk/emulator/qemu.git
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 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>
11 years agoshared memory: free memory when close emulator
munkyu.im [Wed, 23 Jan 2013 11:17:24 +0000 (20:17 +0900)]
shared memory: free memory when close emulator

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: do not use SWT.EMBEDDED style for display canvas with shm
giwoong.kim [Wed, 23 Jan 2013 08:50:11 +0000 (17:50 +0900)]
skin: do not use SWT.EMBEDDED style for display canvas with shm

do not use SWT.EMBEDDED style for display canvas
with shared framebuffer design of skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemul_state: added include path on OS X.
Kitae Kim [Wed, 23 Jan 2013 08:19:52 +0000 (17:19 +0900)]
emul_state: added include path on OS X.

X11 include path need to be included into Makefile.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "modified screenshot operation when vga is not ready" into develop
Yeongkyoon Lee [Wed, 23 Jan 2013 07:58:25 +0000 (16:58 +0900)]
Merge "modified screenshot operation when vga is not ready" into develop

11 years agomodified screenshot operation when vga is not ready
sungmin ha [Wed, 23 Jan 2013 07:04:48 +0000 (16:04 +0900)]
modified screenshot operation when vga is not ready

11 years agoemulator: Remove option.c, option.h from emulator
SeokYeon Hwang [Wed, 23 Jan 2013 06:41:08 +0000 (15:41 +0900)]
emulator: Remove option.c, option.h from emulator

Remove option.c, option.h because they are no more needed

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoosutil: Migration "get host proxy" to osutil on win32
SeokYeon Hwang [Wed, 23 Jan 2013 06:39:51 +0000 (15:39 +0900)]
osutil: Migration "get host proxy" to osutil on win32

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agomarucodec: Fixed a way to manage audio codec context.
Kitae Kim [Wed, 23 Jan 2013 06:05:49 +0000 (15:05 +0900)]
marucodec: Fixed a way to manage audio codec context.

This way has to be applied to only audio codec.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoscreenshot: fix scale percentage when click refresh
munkyu.im [Wed, 23 Jan 2013 06:01:42 +0000 (15:01 +0900)]
screenshot: fix scale percentage when click refresh

It must be back to 100 %

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "emulator: fix image path" into develop
Yeongkyoon Lee [Wed, 23 Jan 2013 05:45:47 +0000 (14:45 +0900)]
Merge "emulator: fix image path" into develop

11 years agoemulator: fix image path
munkyu.im [Wed, 23 Jan 2013 05:21:49 +0000 (14:21 +0900)]
emulator: fix image path

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: declare some string
giwoong.kim [Wed, 23 Jan 2013 05:14:20 +0000 (14:14 +0900)]
skin: declare some string

declare some string

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemul_state: Added a routine to get status of host on OS X.
Kitae Kim [Tue, 22 Jan 2013 13:29:26 +0000 (22:29 +0900)]
emul_state: Added a routine to get status of host on OS X.

Query keyboard status such as numlock or capslock to host's X server.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agomarucodec: fixed a bug for decoding video.
Kitae Kim [Tue, 22 Jan 2013 19:22:06 +0000 (04:22 +0900)]
marucodec: fixed a bug for decoding video.

The pointer variable, which refers to the decoded frame,
was set up before allocating memory.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoosutil: Migration "get host proxy" to osutil on Mac
munkyu.im [Tue, 22 Jan 2013 13:01:12 +0000 (22:01 +0900)]
osutil: Migration "get host proxy" to osutil on Mac

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoextra: remove warning
munkyu.im [Tue, 22 Jan 2013 11:47:11 +0000 (20:47 +0900)]
extra: remove warning

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoshm: consider the arm define
giwoong.kim [Tue, 22 Jan 2013 11:06:43 +0000 (20:06 +0900)]
shm: consider the arm define

consider the arm define for vga.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Tue, 22 Jan 2013 10:35:51 +0000 (19:35 +0900)]
package: version up

1.4.70

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoshm: remove shared memory leak
giwoong.kim [Tue, 22 Jan 2013 10:31:21 +0000 (19:31 +0900)]
shm: remove shared memory leak

remove shared memory leak on Mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings
SeokYeon Hwang [Tue, 22 Jan 2013 09:35:36 +0000 (18:35 +0900)]
emulator: Fix compilation warnings

maruskin_operation.c, mloop_event.c

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoosutil: Migration "get host proxy" to osutil on linux
SeokYeon Hwang [Tue, 22 Jan 2013 09:17:46 +0000 (18:17 +0900)]
osutil: Migration "get host proxy" to osutil on linux

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: remove compiler warnings and error on Windows.
Kitae Kim [Tue, 22 Jan 2013 08:19:07 +0000 (17:19 +0900)]
emulator: remove compiler warnings and error on Windows.

DIV variable was not difined.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoMerge "emulator: move function to os-dependent file" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 08:22:18 +0000 (17:22 +0900)]
Merge "emulator: move function to os-dependent file" into develop

11 years agoemulator: move function to os-dependent file
munkyu.im [Tue, 22 Jan 2013 08:14:59 +0000 (17:14 +0900)]
emulator: move function to os-dependent file

function: getting host system info

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agovl.c: clean up macros
SeokYeon Hwang [Tue, 22 Jan 2013 08:02:12 +0000 (17:02 +0900)]
vl.c: clean up macros

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: Cleans up code and introduce osutil
SeokYeon Hwang [Tue, 22 Jan 2013 07:35:28 +0000 (16:35 +0900)]
emulator: Cleans up code and introduce osutil

Suppress warnings.
Introduce osutil - collection of os dependant utils
Eliminate some duplicate global variables

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMerge "network: Using default DNS provided by QEMU" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 02:26:46 +0000 (11:26 +0900)]
Merge "network: Using default DNS provided by QEMU" into develop

11 years agoMerge "emulator: Massive refactoring on vl.c, emulator.c" into develop
Yeongkyoon Lee [Tue, 22 Jan 2013 02:26:38 +0000 (11:26 +0900)]
Merge "emulator: Massive refactoring on vl.c, emulator.c" into develop

11 years agonetwork: Using default DNS provided by QEMU
SeokYeon Hwang [Mon, 21 Jan 2013 13:43:52 +0000 (22:43 +0900)]
network: Using default DNS provided by QEMU

Name server lookup runs well on Ubuntu 12.10

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: Massive refactoring on vl.c, emulator.c
SeokYeon Hwang [Mon, 21 Jan 2013 13:36:56 +0000 (22:36 +0900)]
emulator: Massive refactoring on vl.c, emulator.c

Code cleans up and refactor massively (vl.c, emulator.c)

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: added --enable-shm option of configure
giwoong.kim [Mon, 21 Jan 2013 13:12:52 +0000 (22:12 +0900)]
emulator: added --enable-shm option of configure

added --enable-shm option of qemu configure

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomarucodec: Added rgb pixel formats.
Kitae Kim [Mon, 21 Jan 2013 12:29:51 +0000 (21:29 +0900)]
marucodec: Added rgb pixel formats.

There is no routine for calculating the other pixel formats.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agoemulator: update boilerplate
Kitae Kim [Thu, 17 Jan 2013 05:34:24 +0000 (14:34 +0900)]
emulator: update boilerplate

Update year in the boilerplate of codec and virtio keyboard.

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Mon, 21 Jan 2013 12:14:16 +0000 (21:14 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage: modified SDK version
giwoong.kim [Mon, 21 Jan 2013 11:09:23 +0000 (20:09 +0900)]
package: modified SDK version

2.1.0 RC4

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin_server: Clean up some INFO logs
SeokYeon Hwang [Mon, 21 Jan 2013 08:20:44 +0000 (17:20 +0900)]
skin_server: Clean up some INFO logs

Change some log levels to "TRACE" from "INFO"

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoemulator: system information logging on Mac
giwoong.kim [Mon, 21 Jan 2013 06:04:12 +0000 (15:04 +0900)]
emulator: system information logging on Mac

system information logging on Mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Logging "linux distribution infomation"
SeokYeon Hwang [Mon, 21 Jan 2013 02:53:50 +0000 (11:53 +0900)]
emulator: Logging "linux distribution infomation"

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agopackage: version up
giwoong.kim [Sat, 19 Jan 2013 04:41:44 +0000 (13:41 +0900)]
package: version up

1.4.67

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agocommunication: substitute scheduleAtFixedRate for schedule
giwoong.kim [Sat, 19 Jan 2013 02:53:43 +0000 (11:53 +0900)]
communication: substitute scheduleAtFixedRate for schedule

substitute schedule function for scheduleAtFixedRate

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: modified variable name
giwoong.kim [Fri, 18 Jan 2013 05:01:47 +0000 (14:01 +0900)]
screenshot: modified variable name

modified variable name & indenting & etc

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoscreenshot: remove icon on Mac
munkyu.im [Fri, 18 Jan 2013 06:56:03 +0000 (15:56 +0900)]
screenshot: remove icon on Mac

On mac screenshot icon overwrite emulator icon.
So remove icon setting routine.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: The window should not be hidden when rotate the Emulator
giwoong.kim [Fri, 18 Jan 2013 02:08:25 +0000 (11:08 +0900)]
skin: The window should not be hidden when rotate the Emulator

The window should not be hidden when rotate the Emulator
for phone shape skin.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoPackage: GL
Sangjin Kim [Thu, 17 Jan 2013 12:59:06 +0000 (21:59 +0900)]
Package: GL
Fix emulator crash problem when using EffectsApp.
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoremoved ifndef for screenshot
sungmin ha [Thu, 17 Jan 2013 08:09:48 +0000 (17:09 +0900)]
removed ifndef for screenshot

11 years agoskin: minimize event handling
giwoong.kim [Thu, 17 Jan 2013 07:25:02 +0000 (16:25 +0900)]
skin: minimize event handling

minimize event handling for general skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
giwoong.kim [Thu, 17 Jan 2013 06:18:08 +0000 (15:18 +0900)]
package: version up

1.4.63

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: activate event handling
giwoong.kim [Thu, 17 Jan 2013 06:10:25 +0000 (15:10 +0900)]
skin: activate event handling

activate event handling

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: change shared memory value
munkyu.im [Wed, 16 Jan 2013 11:58:31 +0000 (20:58 +0900)]
emulator: change shared memory value

It includes image name now. It helps to check same instance in detail.

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "package: version up" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 11:07:44 +0000 (20:07 +0900)]
Merge "package: version up" into develop

11 years agopackage: version up
munkyu.im [Wed, 16 Jan 2013 11:08:17 +0000 (20:08 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoMerge "emulator: modify popup command" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 11:07:09 +0000 (20:07 +0900)]
Merge "emulator: modify popup command" into develop

11 years agoemulator: modify popup command
munkyu.im [Wed, 16 Jan 2013 10:55:28 +0000 (19:55 +0900)]
emulator: modify popup command

1. arrange source code
2. add library path in command
3. fix shared memory check and show popup when error occurs

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agomenu: hide guest dump menu
giwoong.kim [Wed, 16 Jan 2013 11:03:03 +0000 (20:03 +0900)]
menu: hide guest dump menu

hide guest dump menu

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agovga: removed display noise on mac
giwoong.kim [Wed, 16 Jan 2013 07:56:09 +0000 (16:56 +0900)]
vga: removed display noise on mac

removed display noise on mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "Fixed a problem about displayed useless line on screenshot" into develop
Yeongkyoon Lee [Wed, 16 Jan 2013 06:14:07 +0000 (15:14 +0900)]
Merge "Fixed a problem about displayed useless line on screenshot" into develop

11 years agoFixed a problem about displayed useless line on screenshot
sungmin ha [Wed, 16 Jan 2013 05:48:31 +0000 (14:48 +0900)]
Fixed a problem about displayed useless line on screenshot

11 years agoskin: fixed condition
giwoong.kim [Wed, 16 Jan 2013 05:23:07 +0000 (14:23 +0900)]
skin: fixed condition

fixed condition

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version
giwoong.kim [Wed, 16 Jan 2013 03:19:40 +0000 (12:19 +0900)]
package: version

1.4.59

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: removed setFocus on mac
giwoong.kim [Wed, 16 Jan 2013 02:37:31 +0000 (11:37 +0900)]
skin: removed setFocus on mac

removed setFocus in Key Window on mac

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Wed, 16 Jan 2013 02:09:03 +0000 (11:09 +0900)]
package: version up

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoemulator: fix init process
munkyu.im [Wed, 16 Jan 2013 02:02:40 +0000 (11:02 +0900)]
emulator: fix init process

move some functions

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agopackage : version up
giwoong.kim [Tue, 15 Jan 2013 10:58:57 +0000 (19:58 +0900)]
package : version up

1.4.56

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodisplay: modified include path
giwoong.kim [Tue, 15 Jan 2013 10:52:23 +0000 (19:52 +0900)]
display: modified include path

modified include path

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "emulator: move functions to prepare_maru()" into develop
Yeongkyoon Lee [Tue, 15 Jan 2013 09:25:23 +0000 (18:25 +0900)]
Merge "emulator: move functions to prepare_maru()" into develop

11 years agoemulator: move functions to prepare_maru()
munkyu.im [Tue, 15 Jan 2013 09:24:31 +0000 (18:24 +0900)]
emulator: move functions to prepare_maru()

Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoskin: added boilerplate
giwoong.kim [Tue, 15 Jan 2013 09:19:28 +0000 (18:19 +0900)]
skin: added boilerplate

added boilerplate

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: move SDL_gfx files
giwoong.kim [Tue, 15 Jan 2013 07:39:12 +0000 (16:39 +0900)]
skin: move SDL_gfx files

move SDL_gfx files

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

1.4.54

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoboot: reduced the buffer size for booting status
giwoong.kim [Tue, 15 Jan 2013 03:11:24 +0000 (12:11 +0900)]
boot: reduced the buffer size for booting status

reduced the buffer size for booting status

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoMerge "skin: move arrangeSkin to syncexec" into develop
Yeongkyoon Lee [Mon, 14 Jan 2013 13:03:23 +0000 (22:03 +0900)]
Merge "skin: move arrangeSkin to syncexec" into develop

11 years agoMerge "skin: save most recently dock position" into develop
Yeongkyoon Lee [Mon, 14 Jan 2013 13:03:14 +0000 (22:03 +0900)]
Merge "skin: save most recently dock position" into develop

11 years agoskin: move arrangeSkin to syncexec
giwoong.kim [Mon, 14 Jan 2013 12:11:00 +0000 (21:11 +0900)]
skin: move arrangeSkin to syncexec

move arrangeSkin to syncexec for rotation & scaling

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoemulator: Fix compilation warnings
SeokYeon Hwang [Mon, 14 Jan 2013 12:04:17 +0000 (21:04 +0900)]
emulator: Fix compilation warnings

guest_server.c, debug_ch.c

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