sdk/emulator/qemu.git
11 years agoguest_server: indenting source code
giwoong.kim [Sun, 21 Oct 2012 05:59:12 +0000 (14:59 +0900)]
guest_server: indenting source code

src/guest_server.c

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agomenu: added "not supported" msg popup for mac
giwoong.kim [Fri, 19 Oct 2012 11:09:26 +0000 (20:09 +0900)]
menu: added "not supported" msg popup for mac

The Alaways on Top menu is not supported yet in Mac.
So, I added temporary message popup for user.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: modify version name
munkyu.im [Fri, 19 Oct 2012 08:16:20 +0000 (17:16 +0900)]
package: modify version name

a2 -> a3:

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agopackage: version up
giwoong.kim [Fri, 19 Oct 2012 02:03:39 +0000 (11:03 +0900)]
package: version up

1.3.64

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: stop the PollFBThread in skin process
giwoong.kim [Thu, 18 Oct 2012 13:02:10 +0000 (22:02 +0900)]
skin: stop the PollFBThread in skin process

The lcd framebuffers are drawn by PollFBThread.
This thread must be stopped when shell is closed.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoScreenShot: get framebuffer from shared memory
giwoong.kim [Thu, 18 Oct 2012 12:36:32 +0000 (21:36 +0900)]
ScreenShot: get framebuffer from shared memory

Get a framebuffer from shared memory through JNI.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoScreenShot: make an inheritance of screen shot window
giwoong.kim [Wed, 17 Oct 2012 14:04:51 +0000 (23:04 +0900)]
ScreenShot: make an inheritance of screen shot window

The screen shot's framebuffer is received from qemu on Linux/Windows.
But on Mac, it is received from shared memory.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Wed, 17 Oct 2012 11:45:22 +0000 (20:45 +0900)]
package: version up

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoshell: apply sdb shell
munkyu.im [Wed, 17 Oct 2012 09:06:25 +0000 (18:06 +0900)]
shell: apply sdb shell

add uxterm commend for Mac

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoMerge "build: add copying check-hax" into develop
Yeongkyoon Lee [Tue, 16 Oct 2012 13:31:11 +0000 (22:31 +0900)]
Merge "build: add copying check-hax" into develop

11 years agobuild: add copying check-hax
munkyu.im [Tue, 16 Oct 2012 13:28:16 +0000 (22:28 +0900)]
build: add copying check-hax

It's was skipped

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agopackage: remove unused install/remove script
munkyu.im [Tue, 16 Oct 2012 12:39:09 +0000 (21:39 +0900)]
package: remove unused install/remove script

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agopackage: version up
munkyu.im [Tue, 16 Oct 2012 11:12:39 +0000 (20:12 +0900)]
package: version up

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agobuild: add gcc option for Mac
munkyu.im [Mon, 15 Oct 2012 06:54:49 +0000 (15:54 +0900)]
build: add gcc option for Mac

It's for build compatibility on Mac.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agodisplay: add checking dispose routine
munkyu.im [Fri, 12 Oct 2012 07:12:43 +0000 (16:12 +0900)]
display: add checking dispose routine

can happen exceptional error

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoskin: non-skin type of emulator window
giwoong.kim [Wed, 10 Oct 2012 04:49:42 +0000 (13:49 +0900)]
skin: non-skin type of emulator window

I added non-skin type for window style.
This simple type of emulator window is filled with lcd region only.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added skin mode arg
giwoong.kim [Mon, 8 Oct 2012 12:45:42 +0000 (21:45 +0900)]
skin: added skin mode arg

added skin.mode argument to startup option of skin

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agopackage: version up
munkyu.im [Thu, 11 Oct 2012 07:21:42 +0000 (16:21 +0900)]
package: version up

to 1.3.59

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agodisplay: fix shared memory problems
munkyu.im [Thu, 11 Oct 2012 06:45:19 +0000 (15:45 +0900)]
display: fix shared memory problems

divided into many shared memory keys (originally only one)
So, many emulator instances can be launached at the same time.

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
11 years agoRevert "screenshot: merge codes from tizen-mac"
munkyu.im [Wed, 10 Oct 2012 08:17:16 +0000 (17:17 +0900)]
Revert "screenshot: merge codes from tizen-mac"

This reverts commit 631384da4211a4a47a5ac8eeb38daf41d98e4db1.

Conflicts:
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

11 years agopackage: version up
syeon.hwang [Tue, 9 Oct 2012 03:01:00 +0000 (12:01 +0900)]
package: version up

increase to 1.3.58

11 years agoMerge "keyboard: match up the pair of key events" into develop
Yeongkyoon Lee [Mon, 8 Oct 2012 10:52:58 +0000 (19:52 +0900)]
Merge "keyboard: match up the pair of key events" into develop

11 years agopackage: version up
munkyu.im [Mon, 8 Oct 2012 10:06:27 +0000 (19:06 +0900)]
package: version up

increase to 1.3.57

11 years agokeyboard: match up the pair of key events
giwoong.kim [Mon, 8 Oct 2012 02:10:21 +0000 (11:10 +0900)]
keyboard: match up the pair of key events

Emulator makes compensation by itself for released key event
when it lose window focus.

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agoskin: added focus listener
giwoong.kim [Fri, 5 Oct 2012 07:35:36 +0000 (16:35 +0900)]
skin: added focus listener

Regist a focus listener for emulator window
And restore some code line

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
11 years agokeymap: support the Insert ~ PgDn keys & KP_Enter
giwoong.kim [Fri, 5 Oct 2012 03:05:56 +0000 (12:05 +0900)]
keymap: support the Insert ~ PgDn keys & KP_Enter

Insert, Home, PgUp, Delete, End, PgDn, KP_Enter is supported
on USB keyboard

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
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 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

11 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

11 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]

11 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]

11 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]

11 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]

11 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

11 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]

11 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)

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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]

11 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

11 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]

11 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]

11 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

11 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]

11 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]

11 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]

11 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]

11 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]

11 years ago[Title] added force_close icon
giwoong.kim [Thu, 6 Sep 2012 07:16:23 +0000 (16:16 +0900)]
[Title] added force_close icon
[Type] enhancement
[Module] Emulator / menu
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] added extract_skin_info function
giwoong.kim [Thu, 6 Sep 2012 07:13:46 +0000 (16:13 +0900)]
[Title] added extract_skin_info function
[Type] enhancement
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] parsing skin args
[Solution]
[TestCase]

11 years ago[Title] added force_close icon
giwoong.kim [Thu, 6 Sep 2012 07:16:23 +0000 (16:16 +0900)]
[Title] added force_close icon
[Type] enhancement
[Module] Emulator / menu
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] added extract_skin_info function
giwoong.kim [Thu, 6 Sep 2012 07:13:46 +0000 (16:13 +0900)]
[Title] added extract_skin_info function
[Type] enhancement
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] parsing skin args
[Solution]
[TestCase]

11 years ago[Title] set wait cursor while ramdump
giwoong.kim [Wed, 5 Sep 2012 10:08:12 +0000 (19:08 +0900)]
[Title] set wait cursor while ramdump
[Type] enhancement
[Module] Emulator / menu
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] rollback blank
giwoong.kim [Thu, 6 Sep 2012 07:12:58 +0000 (16:12 +0900)]
[Title] rollback blank
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Conflicts:

package/pkginfo.manifest

11 years ago[Title] rename temporary script name for tizen-kvm.
Kitae Kim [Thu, 6 Sep 2012 04:00:37 +0000 (13:00 +0900)]
[Title] rename temporary script name for tizen-kvm.
[Type]
[Module] emulator
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years agoMerge "[Title] Package version up to 1.3.46 [Type] [Module] [Priority] [CQ#] [Redmine...
Yeongkyoon Lee [Thu, 6 Sep 2012 01:30:25 +0000 (10:30 +0900)]
Merge "[Title] Package version up to 1.3.46 [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into release

11 years agoMerge "[Title] Added some logs [Type] [Module] emulator tools [Priority] [CQ#] [Redmi...
Yeongkyoon Lee [Thu, 6 Sep 2012 01:30:19 +0000 (10:30 +0900)]
Merge "[Title] Added some logs [Type] [Module] emulator tools [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into release

11 years agoMerge "[Title] Fixed a bug : Thread is constantly increasing [Type] Bugfix [Module...
Yeongkyoon Lee [Thu, 6 Sep 2012 01:30:12 +0000 (10:30 +0900)]
Merge "[Title] Fixed a bug : Thread is constantly increasing [Type] Bugfix [Module] emulator tools [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into release

11 years ago[Title] Package version up to 1.3.46
jinhyung.jo [Wed, 5 Sep 2012 18:44:00 +0000 (03:44 +0900)]
[Title] Package version up to 1.3.46
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] Added some logs
jinhyung.jo [Wed, 5 Sep 2012 18:42:51 +0000 (03:42 +0900)]
[Title] Added some logs
[Type]
[Module] emulator tools
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

11 years ago[Title] Fixed a bug : Thread is constantly increasing
jinhyung.jo [Wed, 5 Sep 2012 18:39:54 +0000 (03:39 +0900)]
[Title] Fixed a bug : Thread is constantly increasing
[Type] Bugfix
[Module] emulator tools
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]