sdk/emulator/qemu.git
11 years agovl.c: Move webcam parsing after kernel_cmdline initialization
Evgeny Voevodin [Wed, 17 Oct 2012 04:11:35 +0000 (08:11 +0400)]
vl.c: Move webcam parsing after kernel_cmdline initialization

Before this commit the code in webcam parsing:

gchar *tmp_cam_kcmd = kernel_cmdline;
kernel_cmdline = g_strdup_printf("%s enable_cam=%d", tmp_cam_kcmd, is_webcam_enabled);

could cause a segmentation fault because kernel_cmdline was not initialized yet.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoconfigure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND
Evgeny Voevodin [Tue, 16 Oct 2012 08:48:49 +0000 (12:48 +0400)]
configure: Change CONFIG_VIRTIO_GL to CONFIG_GL_BACKEND

CONFIG_GL_BACKEND is for host
CONFIG_GL is for target

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agotizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.
Evgeny Voevodin [Tue, 16 Oct 2012 05:28:56 +0000 (09:28 +0400)]
tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets.

It contains code for Windows host OS.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoMakefile.target: Compile hax-stub.c for targets without HAX support.
Evgeny Voevodin [Tue, 16 Oct 2012 05:11:43 +0000 (09:11 +0400)]
Makefile.target: Compile hax-stub.c for targets without HAX support.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agotizen/emulator_configure.sh: Disable YaGL for Windows by default
Evgeny Voevodin [Fri, 12 Oct 2012 08:45:43 +0000 (12:45 +0400)]
tizen/emulator_configure.sh: Disable YaGL for Windows by default

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agotizen/emulator_configure.sh: Move parameters configuration from build.sh
Evgeny Voevodin [Fri, 12 Oct 2012 06:37:20 +0000 (10:37 +0400)]
tizen/emulator_configure.sh: Move parameters configuration from build.sh

As considered we move parameters configuration from build.sh to emulator_configure.sh
to let developers run emulator_configure.sh and then make.
Default configuration appended for all target OSes:
--target-list=i386-softmmu,arm-softmmu
--enable-gl
--disable-opengles
--enable-yagl
--disable-yagl-stats

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoRevert "build: remove auto-configuration part in build.sh and add i386 target to...
Evgeny Voevodin [Fri, 12 Oct 2012 04:40:29 +0000 (08:40 +0400)]
Revert "build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh"

This reverts commit 7965cff25b5944b69a218ff245f56b62436d838d.

11 years agobuild: remove auto-configuration part in build.sh and add i386 target to emulator_con...
syeon.hwang [Fri, 12 Oct 2012 02:37:34 +0000 (11:37 +0900)]
build: remove auto-configuration part in build.sh and add i386 target to emulator_configure.sh

11 years agobuild: fix maru_vga build on mac
syeon.hwang [Fri, 12 Oct 2012 02:15:13 +0000 (11:15 +0900)]
build: fix maru_vga build on mac

11 years agobuild: fix build break on macos
syeon.hwang [Thu, 11 Oct 2012 06:01:44 +0000 (15:01 +0900)]
build: fix build break on macos

11 years agotizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256...
Evgeny Voevodin [Thu, 11 Oct 2012 04:11:12 +0000 (08:11 +0400)]
tizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256105e256b

The string "--target-list=i386-softmmu" shouldn't be there because appropriate target list is
generated inside build.sh script in $CONFIGURE_APPEND.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agobuild: fix build break on Windows
syeon.hwang [Thu, 11 Oct 2012 02:14:00 +0000 (11:14 +0900)]
build: fix build break on Windows

11 years agobuild: fix build break on win32, macos
syeon.hwang [Wed, 10 Oct 2012 11:33:49 +0000 (20:33 +0900)]
build: fix build break on win32, macos

11 years agoMerge tag 'v1.2.0' into tizen-arm
Evgeny Voevodin [Mon, 8 Oct 2012 08:59:35 +0000 (12:59 +0400)]
Merge tag 'v1.2.0' into tizen-arm

Tag for 1.2.0

11 years agoMerge remote-tracking branch 'score/develop' into tizen-arm
Evgeny Voevodin [Mon, 8 Oct 2012 08:51:19 +0000 (12:51 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm

11 years agoYaGL: 'mlockall' removed, we only fault in target memory when needed
Stanislav Vorobiov [Wed, 3 Oct 2012 09:38:08 +0000 (13:38 +0400)]
YaGL: 'mlockall' removed, we only fault in target memory when needed

11 years agoYaGL: Fixed a SEGV in eglChooseConfig
Stanislav Vorobiov [Mon, 24 Sep 2012 15:00:44 +0000 (19:00 +0400)]
YaGL: Fixed a SEGV in eglChooseConfig
YaGL: Fixed a bug in glFramebufferTexture2D which didn't allow to attach cubemap textures
YaGL: Implemented remaining (rarely used) GL functions
YaGL: eglQueryAPI - moved to target
YaGL: Implemented GL_OES_EGL_image extension
YaGL: Implemented eglCreatePbufferSurface and eglCopyBuffers

11 years agoYaGL: Added extension string
Stanislav Vorobiov [Mon, 24 Sep 2012 06:53:32 +0000 (10:53 +0400)]
YaGL: Added extension string
YaGL: Fixed invisible points bug

11 years agoYaGL: We don't recreate the PBO on each context switch anymore
Stanislav Vorobiov [Fri, 21 Sep 2012 13:36:02 +0000 (17:36 +0400)]
YaGL: We don't recreate the PBO on each context switch anymore

11 years agoYaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
Stanislav Vorobiov [Fri, 21 Sep 2012 08:40:20 +0000 (12:40 +0400)]
YaGL: Fixed a memory bug in glGetBooleanv and glGetFloatv
YaGL: Fixed for Tizen 2.0

11 years agoscreenshot: merge codes from tizen-mac
munkyu.im [Fri, 28 Sep 2012 07:51:45 +0000 (16:51 +0900)]
screenshot: merge codes from tizen-mac

screenshot was not working because of some codes were missing.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agotouchscreen: virtio touchscreen enhancement
giwoong.kim [Wed, 26 Sep 2012 08:35:54 +0000 (17:35 +0900)]
touchscreen: virtio touchscreen enhancement

reduce kick count

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years ago maru_camera : fixed some bugs
jinhyung.jo [Fri, 28 Sep 2012 06:01:35 +0000 (15:01 +0900)]
 maru_camera : fixed some bugs
 fixed a bug : to stop worker thread, lock-up occurs when the thread is already stopped
 fixed a bug : device does not notify to guest when error occurs in the worker thread.

11 years agomenu: using ansicon when sdb is launched
giwoong.kim [Tue, 25 Sep 2012 09:52:14 +0000 (18:52 +0900)]
menu: using ansicon when sdb is launched

Execute a ansicon.exe intead of run-sdb.bat on windows
for console window is closed when exit the emulator

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agotouchscreen: synchoronize a virtqueue in virtio-touchscreen
giwoong.kim [Tue, 25 Sep 2012 07:29:21 +0000 (16:29 +0900)]
touchscreen: synchoronize a virtqueue in virtio-touchscreen

call virtqueue_pop when guest kick

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agotouchscreen: modified the token in virtio-touchscreen
giwoong.kim [Fri, 21 Sep 2012 05:31:00 +0000 (14:31 +0900)]
touchscreen: modified the token in virtio-touchscreen

convert EmulTouchEvent to index

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agodevice: fix hanging devices when boot emulator
munkyu.im [Fri, 21 Sep 2012 07:47:26 +0000 (16:47 +0900)]
device: fix hanging devices when boot emulator

The problem was that display initialzing routine was wrong due to
using wrong definitions

Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agohax: add hax files for darwin, modify library name
munkyu.im [Fri, 21 Sep 2012 06:23:21 +0000 (15:23 +0900)]
hax: add hax files for darwin, modify library name

shard library name change to libshared.

Singed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agosrc/hw/maru_touchscreen.c: fix wrong buffer size to memset
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset

To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agotizen/src/maru_sdl.c: Fix rotation bug for ARM again
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again

This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoaudio/winwave: remove defines
munkyu.im [Thu, 20 Sep 2012 08:24:31 +0000 (17:24 +0900)]
audio/winwave: remove defines

Because qemu mainstream apply and accept the patch I sent before
(title: audio/winwave: previous audio buffer should be flushed  git: 13ef7),
Do not need defines any more. So removes it.

11 years agomisc: fix some definition errors
munkyu.im [Thu, 20 Sep 2012 03:25:42 +0000 (12:25 +0900)]
misc: fix some definition errors

modified makefile and option file.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agovirtio-touchscreen: operate a multiple buffer
giwoong.kim [Thu, 20 Sep 2012 02:25:27 +0000 (11:25 +0900)]
virtio-touchscreen: operate a multiple buffer

using number of sg which are writable in virtio touchscreen

11 years agolog: converted %lf to %f
giwoong.kim [Mon, 17 Sep 2012 09:04:10 +0000 (18:04 +0900)]
log: converted %lf to %f

using %f when print a double type value

11 years agohax: apply hax for Mac
munkyu.im [Wed, 19 Sep 2012 13:26:49 +0000 (22:26 +0900)]
hax: apply hax for Mac

add checking hax protocol and hax driver sources

11 years agonetwork: apply using host proxy on Mac
munkyu.im [Wed, 19 Sep 2012 13:22:04 +0000 (22:22 +0900)]
network: apply using host proxy on Mac

11 years agosrc/hw/maru_touchscreen.c: fix wrong buffer size to memset
Igor Mitsyanko [Wed, 1 Aug 2012 08:56:56 +0000 (12:56 +0400)]
src/hw/maru_touchscreen.c: fix wrong buffer size to memset

To clear buffer usb_touchscreen_handle_data() function called a memset function
with length longer then actual length of buffer, it resulted in USB packet corruption.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
11 years agotizen/src/maru_sdl.c: Fix rotation bug for ARM again
Evgeny Voevodin [Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)]
tizen/src/maru_sdl.c: Fix rotation bug for ARM again

This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoYaGL: Replaced g_malloc/g_free with preallocated buffer
Stanislav Vorobiov [Mon, 17 Sep 2012 10:30:31 +0000 (14:30 +0400)]
YaGL: Replaced g_malloc/g_free with preallocated buffer

11 years agoYaGL: Marshalling buffer changed to 32K
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:56 +0000 (13:22 +0400)]
YaGL: Marshalling buffer changed to 32K

11 years agoYaGL: Added batch statistics to YaGL stats
Stanislav Vorobiov [Mon, 17 Sep 2012 09:22:24 +0000 (13:22 +0400)]
YaGL: Added batch statistics to YaGL stats

11 years agoYaGL: Added YaGL stats support to build script
Stanislav Vorobiov [Mon, 17 Sep 2012 09:21:05 +0000 (13:21 +0400)]
YaGL: Added YaGL stats support to build script

11 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-develop
Evgeny Voevodin [Mon, 17 Sep 2012 05:26:04 +0000 (09:26 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-develop

Conflicts:
vl.c

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agotizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.
Evgeny Voevodin [Mon, 17 Sep 2012 05:14:37 +0000 (09:14 +0400)]
tizen/src/hw/maru_arm_board.c: Remove ram dump for ARM.

We need to return list of ram regions for ARM, so switch
dump of ram off until we implement it (if needed).

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years agoFixes after merge.
Evgeny Voevodin [Mon, 17 Sep 2012 04:47:48 +0000 (08:47 +0400)]
Fixes after merge.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
11 years ago[Title]modify build.xml to make shared library
munkyu.im [Mon, 17 Sep 2012 10:23:16 +0000 (19:23 +0900)]
[Title]modify build.xml to make shared library
[Type]Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] modified swt library path in jni so script
giwoong.kim [Mon, 17 Sep 2012 08:26:56 +0000 (17:26 +0900)]
[Title] modified swt library path in jni so script
[Type] bugfix
[Module] Emulator / mac
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] policy
[Solution]
[TestCase]

11 years ago[Title] added guestmemory dump skeleton menu item
giwoong.kim [Mon, 17 Sep 2012 08:11:39 +0000 (17:11 +0900)]
[Title] added guestmemory dump skeleton menu item
[Type] feature
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] notify the touch driver to accept events in mloop
giwoong.kim [Mon, 17 Sep 2012 07:49:17 +0000 (16:49 +0900)]
[Title] notify the touch driver to accept events in mloop
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years agoMerge branch 'release' into develop
giwoong.kim [Mon, 17 Sep 2012 04:55:19 +0000 (13:55 +0900)]
Merge branch 'release' into develop

Conflicts:
package/pkginfo.manifest
tizen/src/hw/gloffscreen_glx.c
tizen/src/hw/gloffscreen_wgl.c
tizen/src/hw/gloffscreen_xcomposite.c
tizen/src/hw/maru_camera_linux_pci.c
tizen/src/hw/maru_camera_win32_pci.c

12 years agoMerge "[Title] Release allocated memory when input pin is disconnected. [Type] Bugfix...
Yeongkyoon Lee [Fri, 14 Sep 2012 09:09:58 +0000 (18:09 +0900)]
Merge "[Title] Release allocated memory when input pin is disconnected. [Type] Bugfix [Module] emulator qemu [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] Release allocated memory when input pin is disconnected.
jinhyung.jo [Fri, 14 Sep 2012 08:55:52 +0000 (17:55 +0900)]
[Title] Release allocated memory when input pin is disconnected.
[Type] Bugfix
[Module] emulator qemu
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added vga_hw_update func to maru_shm
giwoong.kim [Fri, 14 Sep 2012 08:46:16 +0000 (17:46 +0900)]
[Title] added vga_hw_update func to maru_shm
[Type] bugfix
[Module] Emulator / lcd
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] mac
[Solution]
[TestCase]

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-develop
Evgeny Voevodin [Fri, 14 Sep 2012 04:19:52 +0000 (08:19 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-develop

12 years agoMerge commit '260bf01' into tizen-arm
Evgeny Voevodin [Fri, 14 Sep 2012 07:45:10 +0000 (11:45 +0400)]
Merge commit '260bf01' into tizen-arm

12 years agoYaGL: Implemented glGetVertexAttrib in order to support glDrawArrays and glDrawElemen...
Stanislav Vorobiov [Thu, 13 Sep 2012 13:28:45 +0000 (17:28 +0400)]
YaGL: Implemented glGetVertexAttrib in order to support glDrawArrays and glDrawElements batching
YaGL: Removed unnecessary memory map/unmap

12 years agoYaGL: Removed what's left of pipeline stuff, we don't use it anymore
Stanislav Vorobiov [Thu, 13 Sep 2012 08:10:11 +0000 (12:10 +0400)]
YaGL: Removed what's left of pipeline stuff, we don't use it anymore

12 years agoYaGL: Moved batch processing to the GL thread
Stanislav Vorobiov [Thu, 13 Sep 2012 07:03:08 +0000 (11:03 +0400)]
YaGL: Moved batch processing to the GL thread

This gave a significant performance improvement.

12 years agoYaGL: Batch calls support added.
Stanislav Vorobiov [Wed, 12 Sep 2012 17:12:27 +0000 (21:12 +0400)]
YaGL: Batch calls support added.

12 years ago[Title] added some comments & deleted unnecessary code
giwoong.kim [Fri, 14 Sep 2012 06:50:59 +0000 (15:50 +0900)]
[Title] added some comments & deleted unnecessary code
[Type] enhancement
[Module] Emulator
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Printed some information of connected webcam in the log.(dev name, pixel...
jinhyung.jo [Fri, 14 Sep 2012 05:36:38 +0000 (14:36 +0900)]
[Title] Printed some information of connected webcam in the log.(dev name, pixel format, resolution)
[Type] Enhancement
[Module] emulator qemu
[Priority] minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoMerge "[Title] converting AM/PM to 24 Hour build id in about dialog [Type] release...
Yeongkyoon Lee [Fri, 14 Sep 2012 05:20:43 +0000 (14:20 +0900)]
Merge "[Title] converting AM/PM to 24 Hour build id in about dialog [Type] release [Module] Emulator / skin [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] converting AM/PM to 24 Hour build id in about dialog
giwoong.kim [Fri, 14 Sep 2012 04:55:58 +0000 (13:55 +0900)]
[Title] converting AM/PM to 24 Hour build id in about dialog
[Type] release
[Module] Emulator / skin
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title]modified rotation values for changed criteria of SensorFW
sungmin ha [Fri, 14 Sep 2012 04:47:42 +0000 (13:47 +0900)]
[Title]modified rotation values for changed criteria of SensorFW
[Type]Bugfix
[Module]qemu
[Priority]Major
[Jira#] // Jira Issue Number
[Redmine#]  // Redmine Isuue Number
[Problem]  // Problem Description
[Cause]  // Cause Description
[Solution] // Solution Description
[TestCase]  // Executed the test-target (How to)

12 years ago[Title] pkg version up
giwoong.kim [Thu, 13 Sep 2012 12:38:46 +0000 (21:38 +0900)]
[Title] pkg version up
[Type] release
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.54
[TestCase]

12 years ago[Title] state_mask processing in do_key_event
giwoong.kim [Thu, 13 Sep 2012 11:54:59 +0000 (20:54 +0900)]
[Title] state_mask processing in do_key_event
[Type] enhancement
[Module] Emulator / touch
[Priority] major
[Jira#] N_SE-4001
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] limit to use touch fingers up to 10
giwoong.kim [Thu, 13 Sep 2012 07:10:19 +0000 (16:10 +0900)]
[Title] limit to use touch fingers up to 10
[Type] enhancement
[Module] Emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] modified sdk version name
giwoong.kim [Thu, 13 Sep 2012 05:00:46 +0000 (14:00 +0900)]
[Title] modified sdk version name
[Type] release
[Module] Emualtor
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 2.0.0a2
[TestCase]

12 years ago[Title] pkg version up
giwoong.kim [Thu, 13 Sep 2012 04:53:46 +0000 (13:53 +0900)]
[Title] pkg version up
[Type] release
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.53
[TestCase]

12 years ago* Fixed build.sh, we now choose GL implementation correctly
Stanislav Vorobiov [Wed, 12 Sep 2012 06:33:43 +0000 (10:33 +0400)]
* Fixed build.sh, we now choose GL implementation correctly

12 years ago* YaGL added
Stanislav Vorobiov [Mon, 10 Sep 2012 11:45:30 +0000 (15:45 +0400)]
* YaGL added

12 years agotizen/build.sh: simplify tizen build system
Igor Mitsyanko [Mon, 20 Aug 2012 13:41:19 +0000 (17:41 +0400)]
tizen/build.sh: simplify tizen build system

we had too much scripts for building tizen emulator which were different from
each other in 1-2 lines. Delete redundunt scripts and make default build.sh more
flexible.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoSound doesn't work with --enable-mixemu (commit 842be51a67028489e49fb69196c202138661a9ef)
Oleg Ogurtsov [Thu, 23 Aug 2012 05:54:59 +0000 (09:54 +0400)]
Sound doesn't work with --enable-mixemu (commit 842be51a67028489e49fb69196c202138661a9ef)

12 years ago[Title] Fix Windows build error and modify to check context more safe.
Sangjin Kim [Wed, 12 Sep 2012 07:36:07 +0000 (16:36 +0900)]
[Title] Fix Windows build error and modify to check context more safe.
[Type] bug fix
[Module] opengl
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Context update bug fix.
Sangjin Kim [Wed, 12 Sep 2012 03:56:06 +0000 (12:56 +0900)]
[Title] Context update bug fix.
[Type] bug fix
[Module] opengl
[Priority]
[Issue#] N_SE-9949, N_SE-9950
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Bug fix for T_SDK-127 emulator crash issue.
Sangjin Kim [Mon, 10 Sep 2012 05:11:20 +0000 (14:11 +0900)]
[Title] Bug fix for T_SDK-127 emulator crash issue.
[Type] bug fix.
[Module] opengl
[Priority]
[CQ#] T_SDK-127
[Redmine#]
[Problem] emulator crash
[Cause] gl context double free.
[Solution]
[TestCase]

12 years ago[Title] version up to 1.3.49
jinhyung.jo [Tue, 11 Sep 2012 11:48:01 +0000 (20:48 +0900)]
[Title] version up to 1.3.49
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Ignore stat function error.
jinhyung.jo [Sat, 8 Sep 2012 07:34:50 +0000 (16:34 +0900)]
[Title] Ignore stat function error.
[Type] Bugfix
[Module] emulator-qemu
[Priority] Critical
[CQ#] N_SE-9595
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Improved memory leaks.
jinhyung.jo [Fri, 7 Sep 2012 15:46:44 +0000 (00:46 +0900)]
[Title] Improved memory leaks.
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Critical
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] don't trim a whole image when HW key is released
giwoong.kim [Tue, 11 Sep 2012 07:06:36 +0000 (16:06 +0900)]
[Title] don't trim a whole image when HW key is released
[Type] enhancement
[Module] Emulator / skin
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Enable to turn on the usb keyboard after completely boot up
giwoong.kim [Mon, 10 Sep 2012 12:19:13 +0000 (21:19 +0900)]
[Title] Enable to turn on the usb keyboard after completely boot up
[Type] enhancement
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase] Advanced > USB Keyborad > On

12 years ago[Title] avoid unnecessary skin trimming
giwoong.kim [Mon, 10 Sep 2012 11:41:10 +0000 (20:41 +0900)]
[Title] avoid unnecessary skin trimming
[Type] enhancement
[Module] Emulator / skin
[Priority] major
[Jira#] N_SE-9642
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Bug fix for T_SDK-127 emulator crash issue.
Sangjin Kim [Mon, 10 Sep 2012 05:11:20 +0000 (14:11 +0900)]
[Title] Bug fix for T_SDK-127 emulator crash issue.
[Type] bug fix.
[Module] opengl
[Priority]
[CQ#] T_SDK-127
[Redmine#]
[Problem] emulator crash
[Cause] gl context double free.
[Solution]
[TestCase]

12 years ago[Title] extend the KeyEventData
giwoong.kim [Mon, 10 Sep 2012 04:38:05 +0000 (13:38 +0900)]
[Title] extend the KeyEventData
[Type] enhancement
[Module] Emulator / keyboard
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] added state mask field
[TestCase]

12 years ago[Title]input: host mouse wheel support
munkyu.im [Mon, 10 Sep 2012 01:34:51 +0000 (10:34 +0900)]
[Title]input: host mouse wheel support
[Type]Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]5614
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Package version up to 1.3.49
jinhyung.jo [Sat, 8 Sep 2012 07:36:10 +0000 (16:36 +0900)]
[Title] Package version up to 1.3.49
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Ignore stat function error.
jinhyung.jo [Sat, 8 Sep 2012 07:34:50 +0000 (16:34 +0900)]
[Title] Ignore stat function error.
[Type] Bugfix
[Module] emulator-qemu
[Priority] Critical
[CQ#] N_SE-9595
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Package version up to 1.3.48
jinhyung.jo [Fri, 7 Sep 2012 15:48:21 +0000 (00:48 +0900)]
[Title] Package version up to 1.3.48
[Type]
[Module] emulator qemu
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Improved memory leaks.
jinhyung.jo [Fri, 7 Sep 2012 15:46:44 +0000 (00:46 +0900)]
[Title] Improved memory leaks.
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Critical
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] extend the MouseEventData
giwoong.kim [Fri, 7 Sep 2012 11:23:46 +0000 (20:23 +0900)]
[Title] extend the MouseEventData
[Type] enhancement
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] added mouse button field
[TestCase]

12 years ago[Title]version up
munkyu.im [Fri, 7 Sep 2012 09:35:08 +0000 (18:35 +0900)]
[Title]version up
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoMerge "[Title]fix : auto proxy checking on windows [Type]Bugfix [Module] [Priority...
Yeongkyoon Lee [Fri, 7 Sep 2012 09:32:48 +0000 (18:32 +0900)]
Merge "[Title]fix : auto proxy checking on windows [Type]Bugfix [Module] [Priority] [CQ#]T_SDK-124 [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into release

12 years ago[Title]fix : auto proxy checking on windows
munkyu.im [Fri, 7 Sep 2012 09:24:10 +0000 (18:24 +0900)]
[Title]fix : auto proxy checking on windows
[Type]Bugfix
[Module]
[Priority]
[CQ#]T_SDK-124
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title]fix : auto proxy checking on windows
munkyu.im [Fri, 7 Sep 2012 09:24:10 +0000 (18:24 +0900)]
[Title]fix : auto proxy checking on windows
[Type]Bugfix
[Module]
[Priority]
[CQ#]T_SDK-124
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years agoMerge branch 'release' into develop
syeon.hwang [Fri, 7 Sep 2012 08:23:10 +0000 (17:23 +0900)]
Merge branch 'release' into develop

Conflicts:
package/pkginfo.manifest
tizen/src/Makefile
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java
vl.c

12 years ago[Title] replace ProcessBuilder with Progam class in derail info dialog
giwoong.kim [Fri, 7 Sep 2012 05:52:24 +0000 (14:52 +0900)]
[Title] replace ProcessBuilder with Progam class in derail info dialog
[Type] enhancement
[Module] Emulator / menu
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added hyperlink to about dialog
giwoong.kim [Thu, 6 Sep 2012 11:20:01 +0000 (20:20 +0900)]
[Title] added hyperlink to about dialog
[Type] enhancement
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] cancel the 'rollback blank'
giwoong.kim [Thu, 6 Sep 2012 10:17:53 +0000 (19:17 +0900)]
[Title] cancel the 'rollback blank'
[Type] enhancement
[Module] Emulator / sdl
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 8fe88e0
[TestCase]

12 years ago[Title] added hyperlink to about dialog
giwoong.kim [Thu, 6 Sep 2012 11:20:01 +0000 (20:20 +0900)]
[Title] added hyperlink to about dialog
[Type] enhancement
[Module] Emulator / menu
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] cancel the 'rollback blank'
giwoong.kim [Thu, 6 Sep 2012 10:17:53 +0000 (19:17 +0900)]
[Title] cancel the 'rollback blank'
[Type] enhancement
[Module] Emulator / sdl
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 8fe88e0
[TestCase]