sdk/emulator/qemu.git
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]

12 years ago[Title] remove .cproject, .project in qemu folder
Son Hyunjun [Fri, 6 Apr 2012 05:48:30 +0000 (14:48 +0900)]
[Title] remove .cproject, .project in qemu folder
[Type] Enhancement
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

12 years ago[Title] modify boilerplate
Son Hyunjun [Fri, 6 Apr 2012 05:28:29 +0000 (14:28 +0900)]
[Title] modify boilerplate
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I61fad463162eef56b9f9d459da85b400d6d0bc29

12 years ago[Title] remove compile warning
Son Hyunjun [Fri, 6 Apr 2012 05:01:58 +0000 (14:01 +0900)]
[Title] remove compile warning
[Type] Enhancement
[Module] Emulator
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I2192af15c662d90b95ca0de67678175bb4496572

12 years agoMerge "[Title] Merge modified codec source of release-1.0 into develop. [Type] [Modul...
yeongkyoon lee [Fri, 6 Apr 2012 05:02:02 +0000 (14:02 +0900)]
Merge "[Title] Merge modified codec source of release-1.0 into develop. [Type] [Module] emulator / codec [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase]" into develop

12 years ago[Title] Merge modified codec source of release-1.0 into develop.
Kitae Kim [Fri, 6 Apr 2012 04:42:14 +0000 (13:42 +0900)]
[Title] Merge modified codec source of release-1.0 into develop.
[Type]
[Module] emulator / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] arrange prototype
giwoong.kim [Fri, 6 Apr 2012 04:39:53 +0000 (13:39 +0900)]
[Title] arrange prototype
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 years ago[Title] enhance skin server hearbeat fail policy : restart skin process.
Son Hyunjun [Thu, 5 Apr 2012 13:31:21 +0000 (22:31 +0900)]
[Title] enhance skin server hearbeat fail policy : restart skin process.
[Type] Enhancement
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I403196d32bd605d96fb0040b25df905e4eaceed4

12 years ago[Title] change 'Close' button to 'OK' button
Son Hyunjun [Thu, 5 Apr 2012 12:00:30 +0000 (21:00 +0900)]
[Title] change 'Close' button to 'OK' button
[Type] Feature
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ibc972a443350b43cb7b8148d3841dc061b908e9c

12 years ago[Title] support keylocation feature
giwoong.kim [Thu, 5 Apr 2012 08:23:57 +0000 (17:23 +0900)]
[Title] support keylocation feature
[Type] enhancement
[Module] Emulator / keyboard
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause] arrow keys & _R keys
[Solution]
[TestCase]

12 years ago[Title] add graceful stop in qemu signal handler logic
Son Hyunjun [Thu, 5 Apr 2012 07:14:09 +0000 (16:14 +0900)]
[Title] add graceful stop in qemu signal handler logic
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I140e93bab38ae6cb6e7deee711e808dc56f87e7a

12 years ago[Title] change request id to be sequencial from random
Son Hyunjun [Thu, 5 Apr 2012 06:47:37 +0000 (15:47 +0900)]
[Title] change request id to be sequencial from random
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I9bf9d5e90f7ea32302089e4f1ba231fb4bd6e11c

12 years ago[Title] optimize rotating image in ScreenShot dialog
Son Hyunjun [Thu, 5 Apr 2012 06:28:26 +0000 (15:28 +0900)]
[Title] optimize rotating image in ScreenShot dialog
[Type] Enhancement
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I1f82a064c77439e5ac46522a908a25fb38658f52

12 years ago[Title] fix bug : lose image data in area out of monitor in Windows ScreenShot Dialog.
Son Hyunjun [Thu, 5 Apr 2012 05:39:17 +0000 (14:39 +0900)]
[Title] fix bug : lose image data in area out of monitor in Windows ScreenShot Dialog.
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] different gc api operation between Ubuntu and Windows
[Cause]
[Solution]

Change-Id: I98c44d46ce77c750a1a184208a45df77041b2812

12 years ago[Title] fix bug : No CPU arch in Windows Detail Info dialog
Son Hyunjun [Wed, 4 Apr 2012 12:00:26 +0000 (21:00 +0900)]
[Title] fix bug : No CPU arch in Windows Detail Info dialog
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] parsing path problem in Windows
[Cause]
[Solution]

Change-Id: Ie560aaf11c2768db4dab14ca2d2a48119cc7e02a

12 years ago[Title] fix bug : strange color image on clipboard in Windows ScreenShot dialog
Son Hyunjun [Wed, 4 Apr 2012 11:47:57 +0000 (20:47 +0900)]
[Title] fix bug : strange color image on clipboard in Windows ScreenShot dialog
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem] need change RGB mask of raw image format in Windows
[Cause]
[Solution]

Change-Id: Ica038aa6390a3386eb76b480683a7e3f2f6658e9

12 years ago[Title] fix compile error in Windows
Son Hyunjun [Wed, 4 Apr 2012 11:26:17 +0000 (20:26 +0900)]
[Title] fix compile error in Windows
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I8bd40a9afc53312801350f9d2ff31dd2256bdb27

12 years ago[Title] add graceful shutdown api
Son Hyunjun [Wed, 4 Apr 2012 05:12:44 +0000 (14:12 +0900)]
[Title] add graceful shutdown api
[Type] Feature
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ia40885f645154ad2b5d5ca04f6c2627f27cab6b2

12 years ago[Title] added -disable-skin qemu startup arg
giwoong.kim [Wed, 4 Apr 2012 03:37:34 +0000 (12:37 +0900)]
[Title] added -disable-skin qemu startup arg
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]