sdk/emulator/qemu.git
12 years agotarget-i386: fix ld/st optimization
Igor Mitsyanko [Mon, 25 Jun 2012 12:29:41 +0000 (16:29 +0400)]
target-i386: fix ld/st optimization

Load/store TCG optimization for i386 target was broken after merging with upstream
QEMU. This patch fixes this.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agold/st optimization: define only for x86 target
Igor Mitsyanko [Wed, 20 Jun 2012 12:37:41 +0000 (16:37 +0400)]
ld/st optimization: define only for x86 target

ld/st optiization implemented for x86 targets only, it's a target-specific
configure option, not host-wide.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
12 years agoEnabled Electric Fence support in QEMU
Stanislav Vorobiov [Mon, 25 Jun 2012 08:52:36 +0000 (12:52 +0400)]
Enabled Electric Fence support in QEMU

12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0
Evgeny Voevodin [Mon, 25 Jun 2012 05:46:03 +0000 (09:46 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0

Conflicts:
hw/pc.c

Restored bios failure message.
It's generated in hw/pc_sysfw.c.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.
Stanislav Vorobiov [Wed, 20 Jun 2012 08:30:49 +0000 (12:30 +0400)]
ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.

After some long period of time Linux kernel hanged due to
ptimer_get_count may return 0 before timer interrupt occurs,
thus, causing FRC to jump back in time

12 years agotizen/src/hw/maru_arm_pmu.c: Drop timer-based decision for reset or shutdown.
Evgeny Voevodin [Wed, 20 Jun 2012 05:53:21 +0000 (09:53 +0400)]
tizen/src/hw/maru_arm_pmu.c: Drop timer-based decision for reset or shutdown.

Kernel's mach-tizen got simple and correct code to handle shutdown and reset.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/hw/maru_pm.h: Fix undefined reference for ARM.
Evgeny Voevodin [Wed, 20 Jun 2012 03:35:48 +0000 (07:35 +0400)]
tizen/src/hw/maru_pm.h: Fix undefined reference for ARM.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoARM: Fix "white screen" problem
Maksim Kozlov [Tue, 19 Jun 2012 12:06:03 +0000 (16:06 +0400)]
ARM: Fix "white screen" problem

There was a problem with redrawing of the emulator screen by some
window managers. This problem appears only on ARM emulator with
exynos4210 FIMD usage. Also, this problem doesn't appear when SDL
window isn't integrated into emulator skin with SWT.EMBEDDED flag.

Normally (without skin) the host window system repairs window when
receives the paint event. But in our case this events is caught by
SWT library and window system doesn't do that. We should do that by
ourself. maru_vga update the window continuously. But exynos4210 FIMD
calls update function only when there are changes on the screen. So
sometimes we can see the "white screen" until click in the screen.

If we fix that in the FIMD, we will get overhead. SDL more suuitable
for that.

12 years ago* Added --disable-pie so we can attach to running QEMU with gdb
Stanislav Vorobiov [Tue, 19 Jun 2012 07:07:12 +0000 (11:07 +0400)]
* Added --disable-pie so we can attach to running QEMU with gdb

12 years agoFixed get system time from host machine for Windows
Oleg Ogurtsov [Mon, 18 Jun 2012 07:22:16 +0000 (11:22 +0400)]
Fixed get system time from host machine for Windows

12 years agofix build.sh for win32
Maria Shcherbina [Mon, 18 Jun 2012 07:40:54 +0000 (11:40 +0400)]
fix build.sh for win32

12 years agoFixed a bug with alignment. Also, we now fail the gles2 transfer
Stanislav Vorobiov [Mon, 18 Jun 2012 15:46:15 +0000 (19:46 +0400)]
Fixed a bug with alignment. Also, we now fail the gles2 transfer
if we meet at least one virtual address which is not mapped to any
physical page, target seems to feed us such addresses sometimes, this
is to be studied

12 years agotizen/distrib/libav/*: Added 64-bit libav
Stanislav Vorobiov [Wed, 30 May 2012 09:04:39 +0000 (13:04 +0400)]
tizen/distrib/libav/*: Added 64-bit libav

Conflicts:

tizen/distrib/libav/tizen_configure
tizen/src/Makefile.tizen

12 years agoEmulatorSkin.java: Fixed for old/new SWT version support
Stanislav Vorobiov [Thu, 14 Jun 2012 11:17:46 +0000 (15:17 +0400)]
EmulatorSkin.java: Fixed for old/new SWT version support

12 years ago* maru_codec fixed for ARM/x86_64
Stanislav Vorobiov [Thu, 31 May 2012 09:02:41 +0000 (13:02 +0400)]
* maru_codec fixed for ARM/x86_64

12 years agotizen/src/maru_sdl.c: Fix SDL_Quit() call and invalidation handling
Evgeny Voevodin [Thu, 14 Jun 2012 10:49:20 +0000 (14:49 +0400)]
tizen/src/maru_sdl.c: Fix SDL_Quit() call and invalidation handling

SDL_Quit is called at exit.
Added invalidate when SDL video mode changes.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoMerge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0
Evgeny Voevodin [Thu, 14 Jun 2012 08:52:25 +0000 (12:52 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-v1.1.0

12 years agotizen/src/hw/maru_arm.c: Enable and add gles support to board.
Evgeny Voevodin [Thu, 14 Jun 2012 08:40:03 +0000 (12:40 +0400)]
tizen/src/hw/maru_arm.c: Enable and add gles support to board.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoTizen ARM: Add gles libs.
Igor Mitsyanko [Thu, 14 Jun 2012 08:48:15 +0000 (12:48 +0400)]
Tizen ARM: Add gles libs.

12 years agoTizen ARM: Add maru_arm board.
Evgeny Voevodin [Thu, 14 Jun 2012 06:44:10 +0000 (10:44 +0400)]
Tizen ARM: Add maru_arm board.

This commit adds basic maru_arm specific devices.
Few common files are modyfied to support ARM.
Also build.sh is modyfied to find out amount of
host CPUs and speed up compiling.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoTizen ARM: Add and improve ARM SOC specific files.
Evgeny Voevodin [Thu, 14 Jun 2012 06:29:42 +0000 (10:29 +0400)]
Tizen ARM: Add and improve ARM SOC specific files.

This commit adds and improves files related to Exynos4210 SOC
emulation. This SOC will be used in maru ARM board.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoVirtio: Add virtio-mmio support.
Evgeny Voevodin [Wed, 13 Jun 2012 07:40:54 +0000 (11:40 +0400)]
Virtio: Add virtio-mmio support.

We need this patch-set be included to let ARM board use virtio
interface to speed up execution.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agovirtio-9p-handle: define AT_EMPTY_PATH if needed
Serge Hallyn [Fri, 24 Feb 2012 19:51:43 +0000 (13:51 -0600)]
virtio-9p-handle: define AT_EMPTY_PATH if needed

If AT_EMPTY_PATH is not in one of the included files, go ahead and
define it.  qemu won't compile on ubuntu for me without this.

(Note - alternatively we could #include <linux/fcntl.h> to pick
up the definitions there)

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
12 years agohw/pc.c: Move BIOS failure warning to hw/pc_sysfw.c.
Evgeny Voevodin [Sat, 9 Jun 2012 09:21:44 +0000 (13:21 +0400)]
hw/pc.c: Move BIOS failure warning to hw/pc_sysfw.c.

In v1.1.0 BIOS file presence check moved to hw/pc_sysfw.c, so we
need to generate message from there.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agotizen/src/: Fix compile warnings.
Evgeny Voevodin [Fri, 15 Jun 2012 03:57:25 +0000 (07:57 +0400)]
tizen/src/: Fix compile warnings.

tizen/src/hw/maru_board.c: We can't just make #include because
for example maru_codec.h contains static definitions and it will
generate even more warnings.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years agoUpgrade to upstream v1.1.0.
Evgeny Voevodin [Fri, 8 Jun 2012 09:45:29 +0000 (13:45 +0400)]
Upgrade to upstream v1.1.0.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
12 years ago[Title] Add logging
syeon.hwang [Tue, 15 May 2012 08:23:31 +0000 (17:23 +0900)]
[Title] Add logging
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] add module - print back trace
jihye kim [Fri, 11 May 2012 08:23:06 +0000 (17:23 +0900)]
[Title] add module - print back trace
[Type] work
[Module] emulator (qemu)
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] include header
giwoong.kim [Wed, 9 May 2012 08:23:33 +0000 (17:23 +0900)]
[Title] include header
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] windows
[Solution]
[TestCase]

12 years ago[Title] convert sprintf to snprintf & update err table
giwoong.kim [Wed, 9 May 2012 07:57:17 +0000 (16:57 +0900)]
[Title] convert sprintf to snprintf & update err table
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] update err table
giwoong.kim [Wed, 9 May 2012 06:25:48 +0000 (15:25 +0900)]
[Title] update err table
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] popup message
[Solution]
[TestCase]

12 years ago[Title] FFmpeg libraries was wrong.
Kitae Kim [Wed, 9 May 2012 01:11:58 +0000 (10:11 +0900)]
[Title] FFmpeg libraries was wrong.
[Type]
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] some FFmpeg libraries and header was missing because of .gitignore
Kitae Kim [Tue, 8 May 2012 14:17:03 +0000 (23:17 +0900)]
[Title] some FFmpeg libraries and header was missing because of .gitignore
[Type]
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Modify decoding audio part
Kitae Kim [Tue, 8 May 2012 13:56:42 +0000 (22:56 +0900)]
[Title] Modify decoding audio part
[Type] bug fix
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem] copying some codec data from host to guest was missing.
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Add api index for checking sdk version between host and guest.
Kitae Kim [Tue, 8 May 2012 11:11:31 +0000 (20:11 +0900)]
[Title] Add api index for checking sdk version between host and guest.
[Type] enhancement
[Module] emulator / codec
[Priority] major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added maru_register_exit_msg function
giwoong.kim [Tue, 8 May 2012 09:38:33 +0000 (18:38 +0900)]
[Title] added maru_register_exit_msg function
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] error popoup
[Solution]
[TestCase]

12 years agoMerge "[Title] Merge release-1.0 into develop branch to support hax feature. [Type...
yeongkyoon lee [Tue, 8 May 2012 06:59:30 +0000 (15:59 +0900)]
Merge "[Title] Merge release-1.0 into develop branch to support hax feature. [Type] [Module] emulator [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] Merge release-1.0 into develop branch to support hax feature.
Kitae Kim [Tue, 8 May 2012 05:49:33 +0000 (14:49 +0900)]
[Title] Merge release-1.0 into develop branch to support hax feature.
[Type]
[Module] emulator
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Error check and viewport bug fix
Sangjin Kim [Tue, 8 May 2012 05:34:25 +0000 (14:34 +0900)]
[Title] Error check and viewport bug fix
[Type] bug fix
[Module] opengl-es
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Upgrade FFmpeg library and support VC-1 and H.263+
Kitae Kim [Mon, 7 May 2012 14:29:54 +0000 (23:29 +0900)]
[Title] Upgrade FFmpeg library and support VC-1 and H.263+
[Type] feature
[Module] emulator / codec
[Priority] Major
[CQ#]
[Redmine#]
[Problem] H.263+ encoder has a bug in the previous FFmpeg version.
[Cause]
[Solution] Upgrade FFmpeg version from 0.6 to 0.7
[TestCase]

12 years ago[Title] memory exception popup
giwoong.kim [Fri, 4 May 2012 10:35:20 +0000 (19:35 +0900)]
[Title] memory exception popup
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] show one msgbox when kernel/bios/disk image exception
giwoong.kim [Fri, 4 May 2012 05:49:42 +0000 (14:49 +0900)]
[Title] show one msgbox when kernel/bios/disk image exception
[Type] enhancement
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] error popup
[Solution]
[TestCase]

12 years ago[Title] sync with release-1.0
giwoong.kim [Wed, 2 May 2012 05:10:48 +0000 (14:10 +0900)]
[Title] sync with release-1.0
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance send queue logic / change log level from WARN to INFO / increate...
Son Hyunjun [Fri, 27 Apr 2012 02:16:53 +0000 (11:16 +0900)]
[Title] enhance send queue logic / change log level from WARN to INFO / increate hearbeat time from 5 sec to 10 sec
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I5ce9de0594d66c1334c190773ea77da3682908b0

12 years ago[Title] change sdb connection issue when network is unavaliable
yoonki.park [Wed, 25 Apr 2012 07:07:15 +0000 (16:07 +0900)]
[Title] change sdb connection issue when network is unavaliable
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#] 5125
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I9223e0fc202e7c8c5f53be051c5112a8b6ba4933

12 years ago[Title] added memory log
giwoong.kim [Fri, 20 Apr 2012 07:59:27 +0000 (16:59 +0900)]
[Title] added memory log
[Type] enhancement
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bug fix aac decoder in case of certain situation and source cleanup
Kitae Kim [Thu, 19 Apr 2012 11:57:38 +0000 (20:57 +0900)]
[Title] bug fix aac decoder in case of certain situation and source cleanup
[Type] bug fix
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance synchronization of skin socket commnuication
Son Hyunjun [Thu, 19 Apr 2012 03:19:01 +0000 (12:19 +0900)]
[Title] enhance synchronization of skin socket commnuication
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] timed wait for polling send queue

Change-Id: I58e23633ab9758a23d2533a34bb5c4c1605399f4

12 years ago[Title] enhance synchronization of skin socket commnuication
Son Hyunjun [Wed, 18 Apr 2012 12:55:30 +0000 (21:55 +0900)]
[Title] enhance synchronization of skin socket commnuication
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I38c2e3c68517db9e99f4e379a28fc031da402239

12 years ago[Title] send release event when last multitouch finger point is moved
giwoong.kim [Wed, 18 Apr 2012 11:29:44 +0000 (20:29 +0900)]
[Title] send release event when last multitouch finger point is moved
[Type]
[Module] Emulator / touch
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[title] added icon at screenshot window
giwoong.kim [Tue, 17 Apr 2012 05:54:26 +0000 (14:54 +0900)]
[title] added icon at screenshot window
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bug fix : side effect of SWT.ON_TOP
Son Hyunjun [Tue, 17 Apr 2012 00:15:24 +0000 (09:15 +0900)]
[Title] bug fix : side effect of SWT.ON_TOP
[Type] Bugfix
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem] alway on top hides emulator menu bar(in Windows and Ubuntu) and steals other app's focus(in Ubuntu).
[Cause]
[Solution] use native apis based on 'wmctrl'.

Change-Id: I7bfe481e34b69780388b2953bc6a7dcb6a735317

12 years ago[Title] emulator window location correction
giwoong.kim [Mon, 16 Apr 2012 08:51:52 +0000 (17:51 +0900)]
[Title] emulator window location correction
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] skip restarting skin process
Son Hyunjun [Mon, 16 Apr 2012 07:47:37 +0000 (16:47 +0900)]
[Title] skip restarting skin process
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] abnormal behavior killing a skin process in Windows
[Cause]
[Solution] prevent restarting skin process

Change-Id: I73eda8fa69534ec879def39c82fdc2f8d8748740

12 years ago[Title] Monitor size should be considered when determining the dialog location
giwoong.kim [Mon, 16 Apr 2012 06:03:17 +0000 (15:03 +0900)]
[Title] Monitor size should be considered when determining the dialog location
[Type] enhancement
[Module] Emulator / screenshot
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] resolution
[Solution]
[TestCase]

12 years ago[Title] mem free before return statement in function.
Son Hyunjun [Fri, 13 Apr 2012 11:11:21 +0000 (20:11 +0900)]
[Title] mem free before return statement in function.
[Type] Bugfix
[Module] Logger
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: If3abf2d45d80ea06d3460cb22b0f71e4dc57784c

12 years agoMerge "[Title] change DEBUGCH location [Type] Feature [Module] Logger [Priority]...
yeongkyoon lee [Fri, 13 Apr 2012 11:22:16 +0000 (20:22 +0900)]
Merge "[Title] change DEBUGCH location [Type] Feature [Module] Logger [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] before : in working directory, after : in binary directory" into develop

12 years ago[Title] change DEBUGCH location
Son Hyunjun [Fri, 13 Apr 2012 10:49:57 +0000 (19:49 +0900)]
[Title] change DEBUGCH location
[Type] Feature
[Module] Logger
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] before : in working directory, after : in binary directory

Change-Id: I8c16ddcdfd023a42734ce2269db3f0ef0c4f2f5f

12 years ago[Title] move position of About dialog
giwoong.kim [Fri, 13 Apr 2012 10:41:45 +0000 (19:41 +0900)]
[Title] move position of About dialog
[Type]
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] bugfix : skin ui may be killed in hardkey area
Son Hyunjun [Fri, 13 Apr 2012 08:14:32 +0000 (17:14 +0900)]
[Title] bugfix : skin ui may be killed in hardkey area
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] skin ui is killed clicking hardkey area after doing Always On Top in hardkey area
[Cause] null check
[Solution]

Change-Id: Ifb67817f6a94ac4b6ace923537ec8a6b4a60afb4

12 years ago[Title] modify about snprintf in getting detail info in Windows
Son Hyunjun [Thu, 12 Apr 2012 17:02:13 +0000 (02:02 +0900)]
[Title] modify about snprintf in getting detail info in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I84ec6dad137a8c335925fa682780067b6a1be5e2

12 years ago[Title] delete unnecessary dependent pacakges
giwoong.kim [Thu, 12 Apr 2012 16:12:20 +0000 (01:12 +0900)]
[Title] delete unnecessary dependent pacakges
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] pkginfo logging
giwoong.kim [Thu, 12 Apr 2012 15:50:18 +0000 (00:50 +0900)]
[Title] pkginfo logging
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] get exit code from java process
giwoong.kim [Thu, 12 Apr 2012 13:37:44 +0000 (22:37 +0900)]
[Title] get exit code from java process
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] convert getAbsolutePath to getCanonocalPath
giwoong.kim [Thu, 12 Apr 2012 09:12:26 +0000 (18:12 +0900)]
[Title] convert getAbsolutePath to getCanonocalPath
[Type] enhancement
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] if dbi file does not exist, notify user with popup
giwoong.kim [Thu, 12 Apr 2012 08:56:57 +0000 (17:56 +0900)]
[Title] if dbi file does not exist, notify user with popup
[Type]
[Module] Emulator / skin
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] fix bug : qemu down getting detail info in Windows
Son Hyunjun [Thu, 12 Apr 2012 15:38:30 +0000 (00:38 +0900)]
[Title] fix bug : qemu down getting detail info in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I89c64424b132348afeba8a3cb15b84f74aae01a9

12 years ago[Title] modify 'HW Virtualization State' in Detail Info Dialog in Windows
Son Hyunjun [Thu, 12 Apr 2012 14:48:46 +0000 (23:48 +0900)]
[Title] modify 'HW Virtualization State' in Detail Info Dialog in Windows
[Type] Feature
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I9230f7bd6713af62065093e885ddcaab0687bcce

12 years ago[Title] modify check hax
Son Hyunjun [Thu, 12 Apr 2012 13:51:35 +0000 (22:51 +0900)]
[Title] modify check hax
[Type] Enhancement
[Module] Hax
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I31ece42691108d2742a694aa6bb9707fe8b658f1

12 years ago[Title] patch hax source
Son Hyunjun [Thu, 12 Apr 2012 12:17:07 +0000 (21:17 +0900)]
[Title] patch hax source
[Type] Enhancement
[Module] Hax
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] modify about disable hax and memory space error

Change-Id: Ie359eceece20b347c75a9fa9746ec59ad0015f27

12 years agoMerge "[Title] add api to check if hax is available [Type] Enhancement [Module] Hax...
yeongkyoon lee [Thu, 12 Apr 2012 09:44:44 +0000 (18:44 +0900)]
Merge "[Title] add api to check if hax is available [Type] Enhancement [Module] Hax [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution]" into develop

12 years ago[Title] add api to check if hax is available
Son Hyunjun [Thu, 12 Apr 2012 09:27:36 +0000 (18:27 +0900)]
[Title] add api to check if hax is available
[Type] Enhancement
[Module] Hax
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ifab8570872c51547f6256ee339b9c52d5cd2b40e

12 years ago[Title] if sdb file does not exist, notify user with popup
giwoong.kim [Thu, 12 Apr 2012 07:34:24 +0000 (16:34 +0900)]
[Title] if sdb file does not exist, notify user with popup
[Type]
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] modify about graceful shutdown in abnormal case, modify skin logger
Son Hyunjun [Thu, 12 Apr 2012 06:51:05 +0000 (15:51 +0900)]
[Title] modify about graceful shutdown in abnormal case, modify skin logger
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I2b8902f1bc1033f9c828789eddb269347c1b989e

12 years ago[Title] removed DragDetectListener
giwoong.kim [Thu, 12 Apr 2012 05:47:06 +0000 (14:47 +0900)]
[Title] removed DragDetectListener
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] performance of long press
[Solution]
[TestCase]

12 years ago[Title] fixed disappear release key event in windows
giwoong.kim [Tue, 10 Apr 2012 12:03:31 +0000 (21:03 +0900)]
[Title] fixed disappear release key event in windows
[Type]
[Module] Emulator / keyboard
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Shift_R -> Shift_L in windows
giwoong.kim [Mon, 9 Apr 2012 09:12:42 +0000 (18:12 +0900)]
[Title] Shift_R -> Shift_L in windows
[Type]
[Module] Emulator / keyboard
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] keyLocation info is not supported at swt
[Solution]
[TestCase]

12 years ago[Title] fixed an abnormal termination on Windows
Jinhyung Jo [Fri, 6 Apr 2012 12:07:52 +0000 (21:07 +0900)]
[Title] fixed an abnormal termination on Windows
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Critical
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added menu accelerator
giwoong.kim [Fri, 6 Apr 2012 17:44:24 +0000 (02:44 +0900)]
[Title] added menu accelerator
[Type] enhancement
[Module] Emulator / menu
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] abnormal key event operation in Windows
Son Hyunjun [Sat, 7 Apr 2012 21:17:10 +0000 (06:17 +0900)]
[Title] abnormal key event operation in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause] SWT(Windows OS) works differently between Windows and Ubuntu
[Solution] adjust key event operation

Change-Id: Ie1a001a6188a8081e47c981103eed2f4795a772b

12 years ago[Title] reject mouse touch in lcd off state.
Son Hyunjun [Sat, 7 Apr 2012 09:32:30 +0000 (18:32 +0900)]
[Title] reject mouse touch in lcd off state.
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ic09d0c3c0a4be007198679f6dee35df4ba187ae0

12 years ago[Title] fix bug : fail to multi-vm instance in Windows
Son Hyunjun [Sat, 7 Apr 2012 08:07:31 +0000 (17:07 +0900)]
[Title] fix bug : fail to multi-vm instance in Windows
[Type] Bugfix
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem] allocating identical skin server port
[Cause] SO_REUSEADDR option problem in Windows, rand function without a seed
[Solution] remove SO_REUSEADDR option, use OS random port

Change-Id: Ibfe70771e75aceb1ad6fd62f10c17b84cb93e9c0

12 years ago[Title] fix bug : cannot show file shared info with arguments in Windows
Son Hyunjun [Fri, 6 Apr 2012 20:24:00 +0000 (05:24 +0900)]
[Title] fix bug : cannot show file shared info with arguments in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I0d0e6bfdf00ecd9a8230520793314e6b9ace2219

12 years ago[Title] Solved the problem when multimedia apps have been killed abnormally.
Kitae Kim [Fri, 6 Apr 2012 18:24:42 +0000 (03:24 +0900)]
[Title] Solved the problem when multimedia apps have been killed abnormally.
[Type] bug fix
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] Uses pointer addr of struct file as a unique id
[TestCase]

12 years ago[Title] fix bug : encoding problem in DetailInfoDialog
Son Hyunjun [Fri, 6 Apr 2012 17:36:30 +0000 (02:36 +0900)]
[Title] fix bug : encoding problem in DetailInfoDialog
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I888e1a5ee1cb900a5e0ed6553563ff3e420d63c7

12 years ago[Title] simplify heartbeat log
Son Hyunjun [Fri, 6 Apr 2012 17:12:12 +0000 (02:12 +0900)]
[Title] simplify heartbeat log
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ia4dcff2a4ea2b23a7f7f4024f69d19db64abe87e

12 years ago[Title] modified usb FRAME_TIMER_FREQ
giwoong.kim [Fri, 6 Apr 2012 16:35:35 +0000 (01:35 +0900)]
[Title] modified usb FRAME_TIMER_FREQ
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] remove warning
giwoong.kim [Fri, 6 Apr 2012 12:45:41 +0000 (21:45 +0900)]
[Title] remove warning
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] added hardkey tooltip feature
giwoong.kim [Fri, 6 Apr 2012 12:27:14 +0000 (21:27 +0900)]
[Title] added hardkey tooltip feature
[Type]
[Module] Emulator / skin
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] fix bug : mismatching usbkdb on/off state in context menu after doing Always...
Son Hyunjun [Fri, 6 Apr 2012 15:21:06 +0000 (00:21 +0900)]
[Title] fix bug : mismatching usbkdb on/off state in context menu after doing Always On Top
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ic1ce0f61f7142172ec487e3f58e1ec770085bfcd

12 years ago[Title] fix bug : mismatching scal state in context menu after doing Always On Top
Son Hyunjun [Fri, 6 Apr 2012 14:34:34 +0000 (23:34 +0900)]
[Title] fix bug : mismatching scal state in context menu after doing Always On Top
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I3341642807e7b5471e1a78e3489dd32f9a536d62

12 years ago[Title] Fixed mistyped spelling.
don.hong [Fri, 6 Apr 2012 14:11:52 +0000 (23:11 +0900)]
[Title] Fixed mistyped spelling.
[Type] Enahncement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Remove test code which is commited by mistake
don.hong [Fri, 6 Apr 2012 12:46:01 +0000 (21:46 +0900)]
[Title] Remove test code which is commited by mistake
[Type] BugFix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance graceful shutdown in abnormal case
Son Hyunjun [Fri, 6 Apr 2012 11:22:34 +0000 (20:22 +0900)]
[Title] enhance graceful shutdown in abnormal case
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I413b5906011bb503e0e2e73998fbb8c5a5908402

12 years ago[Title] modify validating configurations
Son Hyunjun [Fri, 6 Apr 2012 09:10:24 +0000 (18:10 +0900)]
[Title] modify validating configurations
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ie6899e38690470f613b8ed69359c581e32dda3d9

12 years ago[Title] Add PnP feature of usb flash memory. Add additinal usage.
don.hong [Fri, 6 Apr 2012 09:03:10 +0000 (18:03 +0900)]
[Title] Add PnP feature of usb flash memory. Add additinal usage.
[Type] Enahncement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] Fixed not to register usb keyboard handler when initializing ps2 keyboard
don.hong [Fri, 6 Apr 2012 09:01:27 +0000 (18:01 +0900)]
[Title] Fixed not to register usb keyboard handler when initializing ps2 keyboard
[Type] BugFix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] add validating configurations
Son Hyunjun [Fri, 6 Apr 2012 08:13:44 +0000 (17:13 +0900)]
[Title] add validating configurations
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ie62a23e5739c0ea53d72479994ad6ad371a86d40

12 years agoMerge "[Title] added lspci logging [Type] [Module] Emulator / log [Priority] [Jira...
yeongkyoon lee [Fri, 6 Apr 2012 06:58:21 +0000 (15:58 +0900)]
Merge "[Title] added lspci logging [Type] [Module] Emulator / log [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] added lspci logging
giwoong.kim [Fri, 6 Apr 2012 06:23:34 +0000 (15:23 +0900)]
[Title] added lspci logging
[Type]
[Module] Emulator / log
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]