sdk/emulator/emulator-manager.git
8 years agoVM-modify: add image resources for profile.
minkee.lee [Fri, 18 Sep 2015 09:42:02 +0000 (18:42 +0900)]
VM-modify: add image resources for profile.

Change-Id: Ia4aeb571cb2cc1ea3ebe63b3349d2570ea570293
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoUI: add VMName item.
minkee.lee [Fri, 18 Sep 2015 05:57:33 +0000 (14:57 +0900)]
UI: add VMName item.

- Profile & Image item is added for test.
  (They only have a title.)
- do refactoring nine patch button.
- add text input box widget.
- add VMModifyHandler to control VM modification.

Change-Id: I2d736a8c15c375c1420073961ebcc7d5f67209c2
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoresource: add image resources for VM modify dialog.
minkee.lee [Fri, 18 Sep 2015 05:53:52 +0000 (14:53 +0900)]
resource: add image resources for VM modify dialog.

- add resources for text input box.
- add resources for title icon.

Change-Id: I4669a35398b79f899f873418466d960cc87835e8
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBuild: make renewal/res directory
jihye424.kim [Wed, 16 Sep 2015 08:51:48 +0000 (17:51 +0900)]
Build: make renewal/res directory

Change-Id: Iab6aa2489b5bc39d3122fb77839d57ab394556b3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVM List: remove combo item when refreshed vm list
jihye424.kim [Wed, 16 Sep 2015 08:47:26 +0000 (17:47 +0900)]
VM List: remove combo item when refreshed vm list

- add redraw() when changed status of combo box

Change-Id: I3ac751bdd4a19261f2d41770892fda6291cf78a8
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: modified for windows os
jihye424.kim [Wed, 16 Sep 2015 08:44:26 +0000 (17:44 +0900)]
Table: modified for windows os

- add Hyperlink background (black)
- add redraw() to table

Change-Id: Ibadbb32c4329041f64cf6ee0bdaade1bd1138e1e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoui: add dialog which has an empty body.
minkee.lee [Wed, 9 Sep 2015 07:28:50 +0000 (16:28 +0900)]
ui: add dialog which has an empty body.

- A class "Dialog" provides title and buttons.
- Add an empty VMModifyDialog with default scroll-bar.

Change-Id: Ib75772d52b6591c5d11323e8b8ab50d11d513caf
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVMListTable: add sorting table items function to table column
jihye424.kim [Mon, 7 Sep 2015 04:44:11 +0000 (13:44 +0900)]
VMListTable: add sorting table items function to table column

- profile image column is sorted using profile's priority
- add priority variable to 'Profile' class
- profile's priority: mobile -> wearable -> tv

Change-Id: Ifb9ffaaa266a38d6d17b517058ffa99f5d344c7d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable Widget: add sorting table item routine
jihye424.kim [Sun, 6 Sep 2015 05:13:46 +0000 (14:13 +0900)]
Table Widget: add sorting table item routine

- modify default sort listener
- using sort direction and sort column when drawing column

Change-Id: Icd3791ca9cc9ee4c26c03d8828794e5c26c4010c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable widget: add function that getting table width
jihye424.kim [Sun, 6 Sep 2015 01:33:00 +0000 (10:33 +0900)]
Table widget: add function that getting table width

- delete unnecessary redraw function
- change unnecessary setBounds function
  to setLocation or setSize function

Change-Id: I7e1f8db964a822c59b5a3536d3289c3c22f175c2
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable widget: set origin when disappear scroll bar
jihye424.kim [Fri, 4 Sep 2015 09:30:17 +0000 (18:30 +0900)]
Table widget: set origin when disappear scroll bar

Change-Id: Ic59de104ec3c91e6333414473bf9eee4dd637930
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable Widget: add 'TableItemCell' class
jihye424.kim [Fri, 4 Sep 2015 09:04:19 +0000 (18:04 +0900)]
Table Widget: add 'TableItemCell' class

- 'TableItemCell' darwing table item's column value

Change-Id: I027a333d7b4e5092813fcac8841995f3570f7e54
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoWidget: move 'CustomScrolledComposite' class
jihye424.kim [Fri, 4 Sep 2015 08:56:42 +0000 (17:56 +0900)]
Widget: move 'CustomScrolledComposite' class

- move 'CustomScrolledComposite' class to widgets package
 from table package

Change-Id: I65377155c88c4f9d6afbef4e2938eb77596ea296
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoEmulator Status: add 'EmulatorStatusListener'
jihye424.kim [Thu, 3 Sep 2015 05:59:49 +0000 (14:59 +0900)]
Emulator Status: add 'EmulatorStatusListener'

- receive event when emulator launched or terminated.
- CheckingRunningEmulator send event

Change-Id: Ideba358f5fa7a4e97dc35f717cbaf86ed60940e5
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMListTable: add CreateVMCombo button for create emulator
jihye424.kim [Wed, 2 Sep 2015 06:27:05 +0000 (15:27 +0900)]
VMListTable: add CreateVMCombo button for create emulator

Change-Id: I473d6fe54ae1dffa323ff837dd95c89ce18c19e1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoCreateVMCombo: create 'CreateVMCombo' class
jihye424.kim [Wed, 2 Sep 2015 06:26:29 +0000 (15:26 +0900)]
CreateVMCombo: create 'CreateVMCombo' class

Change-Id: Ic773b386682dfd2df7d7f78e48ffa9161b02ccd7
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoProfileButton: seperate 'ProfileButton' class from 'ProfileButtonList'
jihye424.kim [Wed, 2 Sep 2015 06:25:48 +0000 (15:25 +0900)]
ProfileButton: seperate 'ProfileButton' class from 'ProfileButtonList'

Change-Id: I8db2eebb7e68c71dd2b88d8ab5fe53200806b3a3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResources: add image, color resources for CreateVMCombo
jihye424.kim [Wed, 2 Sep 2015 06:24:43 +0000 (15:24 +0900)]
Resources: add image, color resources for CreateVMCombo

Change-Id: Ie2624abe697760af53f53339540fc7469574d9d6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoHyperlink: add Hyperlink widget
jihye424.kim [Mon, 31 Aug 2015 08:10:43 +0000 (17:10 +0900)]
Hyperlink: add Hyperlink widget

- that widget draws underlined text

Change-Id: Ia0de7a202cc6179f2f6dd3f800aca6657c386abe
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMList Table: add reloading emulator list function
jihye424.kim [Mon, 31 Aug 2015 04:40:40 +0000 (13:40 +0900)]
VMList Table: add reloading emulator list function

Change-Id: I83f189305e14cd4a6c427094a49e649f2e8022c9
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMWorker: modify delete vm function
jihye424.kim [Tue, 25 Aug 2015 02:04:31 +0000 (11:04 +0900)]
VMWorker: modify delete vm function

Change-Id: Ibbc152e54223a568d16648f521f3d810b2b17d80
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoui: added DragController that helps dialog move.
minkee.lee [Mon, 24 Aug 2015 06:56:03 +0000 (15:56 +0900)]
ui: added DragController that helps dialog move.

- this can be used at dialog (shell) without titlebar.

Change-Id: Ied157b6a47c9a5599396943640ec508b5b0ed975
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoVMList View: add vm delete, reset, launch, export as function
jihye424.kim [Mon, 24 Aug 2015 04:40:28 +0000 (13:40 +0900)]
VMList View: add vm delete, reset, launch, export as function

Change-Id: I0fbe7104e2b390a29ab3d22f70170007d0b50d64
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoui: fixed the button corners transparent
minkee.lee [Fri, 21 Aug 2015 08:34:11 +0000 (17:34 +0900)]
ui: fixed the button corners transparent

- Now, the corners outside the rounded button is transparent.

Change-id: I6ee95d4c090b14917063e7e50e66cc3c667cbf38
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoui: fixed nine patch button dispose.
minkee.lee [Thu, 20 Aug 2015 02:44:50 +0000 (11:44 +0900)]
ui: fixed nine patch button dispose.

- (W/A) Nine patch image resources will be disposed
  by ImageResources's dispose function call.

Change-Id: I32bacdba9099c9bd4e1df1065d68402e6cce0921
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoresource: added dispose function.
minkee.lee [Thu, 20 Aug 2015 02:44:11 +0000 (11:44 +0900)]
resource: added dispose function.

Change-Id: Idd79c702b787e9d7d3cb2d16c5bad1a884935238
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTableViewer: add VM list table viewer
jihye424.kim [Thu, 20 Aug 2015 05:09:16 +0000 (14:09 +0900)]
TableViewer: add VM list table viewer

Change-Id: If11ae8128baa5e1ce5a08451abcc5179795fadba
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoTable: modify to remove item of table
jihye424.kim [Thu, 20 Aug 2015 05:08:27 +0000 (14:08 +0900)]
Table: modify to remove item of table

Change-Id: I14fb170b349153c9c729fc78829f0394390e871c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoResources: add image and color resources for table viewer
jihye424.kim [Thu, 20 Aug 2015 05:03:56 +0000 (14:03 +0900)]
Resources: add image and color resources for table viewer

Change-Id: I13e5ced22de4fad8a22f7d3596a3e793700c6781
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoMerge branch 'develop' into features/new_ui
jihye424.kim [Thu, 20 Aug 2015 03:22:51 +0000 (12:22 +0900)]
Merge branch 'develop' into features/new_ui

Change-Id: Icf5b77c3c6a0a932161464d9db5ed7a866df3ec3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agobuild: added double quotation to file path.
minkee.lee [Wed, 19 Aug 2015 05:10:30 +0000 (14:10 +0900)]
build: added double quotation to file path.

- to prevent problems due to white space.

Change-Id: Id349ee59248c068d11466cdd960f6fb9d58174b5
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoBuild: modify build.xml for table class
jihye424.kim [Wed, 19 Aug 2015 08:26:58 +0000 (17:26 +0900)]
Build: modify build.xml for table class

Change-Id: I2eaf4101d3b1609678e701f6f977801e3b7524c3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agotap: remove error message
Munkyu Im [Wed, 19 Aug 2015 08:32:54 +0000 (17:32 +0900)]
tap: remove error message

bindbridge.exe already has the same error message.

Change-Id: Id767e29281f9cc075103270b59014d7789778c23
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
8 years agoui: added nine patch button widget.
minkee.lee [Wed, 19 Aug 2015 07:56:57 +0000 (16:56 +0900)]
ui: added nine patch button widget.

- Gray button widget is Added.

Change-Id: Iaec5498898ce2163941b106c439315ff94102774
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: version up (2.4.141)
minkee.lee [Mon, 17 Aug 2015 12:55:30 +0000 (21:55 +0900)]
package: version up (2.4.141)

Change-Id: I1561fb027e75603b862208d0e70ef02fe3a57ced
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agodpi: modified kernel dpi argument.
minkee.lee [Mon, 17 Aug 2015 12:37:30 +0000 (21:37 +0900)]
dpi: modified kernel dpi argument.

- unnecessary dpi operation (multiply by 10) is removed.
  (from platform version 2.4)

Change-Id: I8fa5b7b655b73c08b6064e717b8d4515fd5c6352
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agooption: modified display option.
minkee.lee [Thu, 13 Aug 2015 10:07:14 +0000 (19:07 +0900)]
option: modified display option.

- added "resolution", "dpi" to display (maru_qt) option.
- from platform version 2.4, use variable "display_resolution"
  instead of "resolution" in launch config file.

Change-Id: Id45eddcc88ae34cced206418697893ec08b1f974
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoimage-list: modified image-list ordering.
minkee.lee [Fri, 7 Aug 2015 09:37:19 +0000 (18:37 +0900)]
image-list: modified image-list ordering.

- Modified image list ordering that is shown when create VM.
- 1. Descending order by version.
- 2. 32bit is prior to 64bit.

Change-Id: I34af529326ae7c8908f64b1683e8a3a32c0bd694
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoTable Widget: add table widget sources
jihye424.kim [Tue, 11 Aug 2015 09:58:11 +0000 (18:58 +0900)]
Table Widget: add table widget sources

- widget_src: custom scroll bar sources
from sacrilege-custom-swt-scrollbar(www.codeaffine.com)

Change-Id: I099c6027caef1f2060a70093663a895d4f5a370a
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agopackage: version up. (2.4.140)
minkee.lee [Fri, 7 Aug 2015 08:00:51 +0000 (17:00 +0900)]
package: version up. (2.4.140)

Change-Id: Ic8c7d8fbec4eb72255d98dfa6d35dbe2ecd1994f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agocustom-image: modified file dialog filter.
minkee.lee [Mon, 10 Aug 2015 05:01:01 +0000 (14:01 +0900)]
custom-image: modified file dialog filter.

- User doesn't need to select file type in combo box.
  (multiple extentions filter)

Change-Id: I187a13e11b2e3c55bcf30b1197ae87f525294a43
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agoimage-option: fixed drive option.
minkee.lee [Fri, 7 Aug 2015 07:54:04 +0000 (16:54 +0900)]
image-option: fixed drive option.

- added "image_arch" variable.
- fixed drive option's extention.

Change-Id: I604a21efc3d4df26cf5518e3611ec2b60f5efb78
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
8 years agopackage: update version(2.4.139)
jihye424.kim [Fri, 7 Aug 2015 06:49:32 +0000 (15:49 +0900)]
package: update version(2.4.139)

Change-Id: Iac40541fec5c823135214fdce2c304c861860f0e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoVMProperty: add platform name attribute
jihye424.kim [Fri, 7 Aug 2015 06:30:19 +0000 (15:30 +0900)]
VMProperty: add platform name attribute

- custom vm use product platform of latest version

Change-Id: Idb0c8d18b74b60b067b2a02e2dc0d14005d4b27b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoBase Image: add profile extension attribute to base image
jihye424.kim [Fri, 7 Aug 2015 05:32:05 +0000 (14:32 +0900)]
Base Image: add profile extension attribute to base image

Change-Id: Ibd1ea361e8c2cc5868e566ad555d2cd57df9b168
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agoOption: add OPTION_KEY
jihye424.kim [Fri, 7 Aug 2015 05:05:14 +0000 (14:05 +0900)]
Option: add OPTION_KEY

- add wsi option key for gpu, tv tuner, external input

Change-Id: If9ab5384cce2e017ef8d8ea8a285ea9cd560b5c6
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
8 years agotemplate: preparing template version 2.
minkee.lee [Mon, 3 Aug 2015 05:57:47 +0000 (14:57 +0900)]
template: preparing template version 2.

- Added new schema & java class.
- Introduced template loader & template.

Change-Id: I5078610ede385a9a68ec4df13599ec135524485f
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agopackage: version up (2.4.138)
minkee.lee [Fri, 31 Jul 2015 08:37:51 +0000 (17:37 +0900)]
package: version up (2.4.138)

Change-Id: I94e9c1704f9d5d56f54919ef0d8b345841d98e84
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption: Added "profile" variable.
minkee.lee [Fri, 31 Jul 2015 02:16:47 +0000 (11:16 +0900)]
option: Added "profile" variable.

- This will be used in EVDI argument.

Change-Id: If9b9811f41f967e4d19baa44d499c2af379ccda9
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agobase-image: Added x86_64 image handling.
minkee.lee [Thu, 30 Jul 2015 10:22:27 +0000 (19:22 +0900)]
base-image: Added x86_64 image handling.

- Image file's extention is added : ".i368", ".x86_64"
- ".x86" and ".i386" is for 32bit image. (".x86" is legacy)
- ".x86_64" for 64bit image.
- Above three extention type is supported for custom image.

Change-Id: I21f544aaf9b631ac83dd7b7b893868471065d07d
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoMerge changes Ibef2ce4d,If6ab3137,I2ca5d43c into develop
Sangho Park [Tue, 28 Jul 2015 08:49:53 +0000 (17:49 +0900)]
Merge changes Ibef2ce4d,If6ab3137,I2ca5d43c into develop

* changes:
  package: version up (2.4.137)
  network-option: changed network argument to old style.
  Revert "network-option: changed network argument to old style."

9 years agopackage: version up (2.4.137)
minkee.lee [Tue, 28 Jul 2015 04:05:52 +0000 (13:05 +0900)]
package: version up (2.4.137)

Change-Id: Ibef2ce4d8d70c2e61bc0eebba62f31ebda321ebe
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agonetwork-option: changed network argument to old style.
minkee.lee [Tue, 28 Jul 2015 02:37:03 +0000 (11:37 +0900)]
network-option: changed network argument to old style.

- use "-net" instead of "-netdev" & "-device.
  (fixed NAT option.)

Change-Id: If6ab3137d1a08e00b4c008110e7fbab9cda7a7d7
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoRevert "network-option: changed network argument to old style."
minkee Lee [Mon, 27 Jul 2015 23:46:29 +0000 (08:46 +0900)]
Revert "network-option: changed network argument to old style."

This reverts commit 406ba5100f2723b21e97849db6f5bcdcb465cb58.

Change-Id: I2ca5d43c5439d60e1fde586617628d9125fe8aba
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoTouch Option: save touch type when touch point is 0
jihye424.kim [Mon, 27 Jul 2015 06:31:20 +0000 (15:31 +0900)]
Touch Option: save touch type when touch point is 0

Change-Id: Ic82c74b31b599b9c604962da94038a8ae628aa50
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoSkin List: remove parent platform's skin list
jihye424.kim [Mon, 27 Jul 2015 06:30:40 +0000 (15:30 +0900)]
Skin List: remove parent platform's skin list

Change-Id: I4ed94b5d322ae8f4fa4967905a74f1c8fac0bf51
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoString: externalize string
jihye424.kim [Fri, 24 Jul 2015 06:10:06 +0000 (15:10 +0900)]
String: externalize string

Change-Id: Ib4e4049011726e70347399cf204aef2d53c80ac3
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agopackage: version up (2.4.134)
minkee.lee [Thu, 23 Jul 2015 07:32:51 +0000 (16:32 +0900)]
package: version up (2.4.134)

Change-Id: Ibfb8c9990c67523c6a53271f8bc23e3a642ae966
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agonetwork-option: changed network argument to old style.
minkee.lee [Thu, 23 Jul 2015 08:52:25 +0000 (17:52 +0900)]
network-option: changed network argument to old style.

- use "-net" instead of "-netdev" and "-device"

Change-Id: I8b9262dab1594b99cc6eb92dafede223e6e57d65
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoRevert "qt-option: Modified direct-rendering option."
minkee Lee [Thu, 23 Jul 2015 05:31:36 +0000 (14:31 +0900)]
Revert "qt-option: Modified direct-rendering option."

This reverts commit 930d5c0127f90835ce4418327b23c6637f6a6bbd.

Change-Id: I246fa7f70719b4e3f52dc87595a81c57bba909c3
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agonetwork-option: fixed network option in detail view.
minkee.lee [Wed, 22 Jul 2015 05:46:53 +0000 (14:46 +0900)]
network-option: fixed network option in detail view.

- Fixed getting subnet, dns address. (ubuntu)
- Fixed addresses not to be removed when input IP address.

Change-Id: I852166e7a0cb4401b9b25ae0125b238ae1b5448c
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoqt-option: Modified direct-rendering option.
minkee.lee [Tue, 21 Jul 2015 05:49:39 +0000 (14:49 +0900)]
qt-option: Modified direct-rendering option.

- Removed checking on/off.
- Option can be added/removed in each platform's plugin.

Change-Id: Idb92bad20678ea7392ab8e9a0262e22afbd0c89b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoCLI: fixed typing error
jihye424.kim [Wed, 22 Jul 2015 04:25:02 +0000 (13:25 +0900)]
CLI: fixed typing error

Change-Id: I6c75c01e288c0f156f973201d0a2f1741d0b23c1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoOPTION: add option key about tuner and still image
jihye424.kim [Wed, 22 Jul 2015 04:09:48 +0000 (13:09 +0900)]
OPTION: add option key about tuner and still image

Change-Id: I832e205261272346f06926d43968224815b04e62
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoresolution: Fixed resolution item.
minkee.lee [Mon, 20 Jul 2015 07:42:51 +0000 (16:42 +0900)]
resolution: Fixed resolution item.

- Fixed to display custom resolution correctly.

Change-Id: Id31f9968523acdf2950c1ec5fce08b37c55d20ca
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agopackage: version up (2.4.133)
jihye424.kim [Mon, 20 Jul 2015 07:20:04 +0000 (16:20 +0900)]
package: version up (2.4.133)

Change-Id: I87171458db24a5cf07e003e698794bb5be794785
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agocheck-emulator: remove dependency with swt
jihye424.kim [Mon, 20 Jul 2015 07:01:22 +0000 (16:01 +0900)]
check-emulator: remove dependency with swt

- remove using 'Display(swt)' routine in cli

Change-Id: I09b224a571757394e1ab023d8fa2f0b7c4145cff
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agopackage: version up (2.4.131)
minkee.lee [Fri, 17 Jul 2015 09:29:44 +0000 (18:29 +0900)]
package: version up (2.4.131)

Change-Id: Ide747430e1d13af23f5f70b12bebb82e972ade6e
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agocamera-option: Restrict default image file type.
minkee.lee [Fri, 17 Jul 2015 09:23:20 +0000 (18:23 +0900)]
camera-option: Restrict default image file type.

- Only GIF format is available for virtual camera image.

Change-Id: If6c42949897e8c32af71cbacc62bd182190856c7
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agopackage: version up(2.4.130)
jihye424.kim [Fri, 17 Jul 2015 06:21:33 +0000 (15:21 +0900)]
package: version up(2.4.130)

Change-Id: I60a23cdf63aef9a9c977140eb4255b9a24b23797
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoqt-option: Fixed qt option.
minkee.lee [Fri, 17 Jul 2015 06:39:30 +0000 (15:39 +0900)]
qt-option: Fixed qt option.

- rendering value is fixed to 'offscreen' if GPU option is 'off'.

Change-Id: Ice5485b9614d39442b733795b2fcedb3e0c009e2
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoGPU-option: Fixed GPU on/off option.
minkee.lee [Fri, 17 Jul 2015 02:39:48 +0000 (11:39 +0900)]
GPU-option: Fixed GPU on/off option.

- If GPU acceleration is not available, value is 'false'.

Change-Id: Ib008d173692c279852a95a8ee5d84f7795c9ed2a
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoCLI: fixed bug
jihye424.kim [Fri, 17 Jul 2015 02:48:09 +0000 (11:48 +0900)]
CLI: fixed bug

- problem('launch' command does not working) is fixed

Change-Id: I8d2bb350e93b9ab5aef93f263a9d5ad61799fde5
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agopackage: version up (2.4.118)
minkee.lee [Wed, 15 Jul 2015 08:08:51 +0000 (17:08 +0900)]
package: version up (2.4.118)

Change-Id: Iee01fa52e80ff08bc61bc38c7eb428d061443e3d
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoItem Name: add name about oci, tuner device
jihye424.kim [Wed, 15 Jul 2015 05:24:47 +0000 (14:24 +0900)]
Item Name: add name about oci, tuner device

Change-Id: I6e2f32dd36b84038878d041deb1f3833e33cd1c1
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoOCI Device: add oci device view item
jihye424.kim [Wed, 15 Jul 2015 04:30:19 +0000 (13:30 +0900)]
OCI Device: add oci device view item

- add EnumerationOCI.c -> use making oci device list

Change-Id: I812bf73e04be9639b22214dc1b78c455a8a93302
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agocamera-option: changed default image path.
minkee.lee [Thu, 9 Jul 2015 11:03:26 +0000 (20:03 +0900)]
camera-option: changed default image path.

- tools/emulator/images

Change-Id: Idf1e2ecc8d642cd6f98504cac3f6d34af32d411b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agocamera-option: seperated rear, front camera option.
minkee.lee [Tue, 14 Jul 2015 08:51:08 +0000 (17:51 +0900)]
camera-option: seperated rear, front camera option.

Change-Id: Iee5811aa13f48178694dcc96be79e196cd0cb779
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoGL-Version: introduced GL Version option.
minkee.lee [Tue, 14 Jul 2015 03:21:01 +0000 (12:21 +0900)]
GL-Version: introduced GL Version option.

- This option is available when GPU acceleration option is ON.
- This option can be enabled by adding "glVersion" item to XML.

Change-Id: I85ed78484d246aa540e8190aeff8e95169573a54
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption: changed qemu-option data structure.
minkee.lee [Mon, 13 Jul 2015 10:20:51 +0000 (19:20 +0900)]
option: changed qemu-option data structure.

- Now It is possible to add options to existing qemu argument.

Change-Id: Iaaa1d89c5550d564cef1a8628dbdc7192d95cedd
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption: added OS type to item.
minkee.lee [Mon, 13 Jul 2015 07:06:39 +0000 (16:06 +0900)]
option: added OS type to item.

- Option can be shown/hidden in specific OS
  by editing XML.

Change-Id: I120571ce856847a2e7ab0286f83ac039a8cb0dfc
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoBug Fix: change setting item status
jihye424.kim [Wed, 8 Jul 2015 07:20:23 +0000 (16:20 +0900)]
Bug Fix: change setting item status

Bug: if item is 'disableOnCreate' status -> item is enabled when create.
Fix: item will be disabled when create.

Change-Id: I7bbe260e29e06f7fd945d7331c0a9709e093f18e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoBug Fix: reset item list of vm-config.xml when select new base image
jihye424.kim [Wed, 8 Jul 2015 07:10:44 +0000 (16:10 +0900)]
Bug Fix: reset item list of vm-config.xml when select new base image

Bug: add item list of vm-config.xml
Fix: reset item list of vm-config.xml

Change-Id: I43d8a64d15fd2cd42026c671c96ca356f0d65785
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoTouch Point Option: modify touch point value in launch option list
jihye424.kim [Wed, 8 Jul 2015 07:08:52 +0000 (16:08 +0900)]
Touch Point Option: modify touch point value in launch option list

- if touch point is 0 -> not use max-touch-point option

Change-Id: Ie1b966dae5827c79b1b8dbd3bc2912486582e48c
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoDetail View: add detail view item
jihye424.kim [Wed, 8 Jul 2015 07:05:36 +0000 (16:05 +0900)]
Detail View: add detail view item

- add 'Input Device' view item
- add 'Tuner Device' view item

Change-Id: I55d1a6ba07f1bb56dd692cf06bcd7db812ea8c2b
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agocamera-option: Added image path to variable category.
minkee.lee [Thu, 9 Jul 2015 07:20:11 +0000 (16:20 +0900)]
camera-option: Added image path to variable category.

- front : virt_cam_img_path0
- rear : virt_cam_img_path1

Change-Id: I96c99b2665ba7ac3ca9f5877aeb14feec0096a19
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption: changed function parameter.
minkee.lee [Thu, 9 Jul 2015 07:12:46 +0000 (16:12 +0900)]
option: changed function parameter.

- changed to pass ENUM object.

Change-Id: I7945f567afe680a374575c0ef6821c790130adfd
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agosource: Removed legacy source files.
minkee.lee [Thu, 9 Jul 2015 07:00:46 +0000 (16:00 +0900)]
source: Removed legacy source files.

Change-Id: I810c3581d493b1e99b59102e0dfea954d4c75f0b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agopackage: version up (2.4.117)
minkee.lee [Thu, 2 Jul 2015 06:43:50 +0000 (15:43 +0900)]
package: version up (2.4.117)

Change-Id: Idd7f265dab24a289ddec356330d7c955403fd000
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agostructure: Modified emulator tool path
minkee.lee [Wed, 1 Jul 2015 06:41:04 +0000 (15:41 +0900)]
structure: Modified emulator tool path

- Added install dependency (emulator-supplements).
- Modified emulator tool path.

Change-Id: I29c48a05a3634a064bf64d5dc0fd5d91e5886c63
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agooption-list: Check experimental item
minkee.lee [Wed, 1 Jul 2015 11:52:50 +0000 (20:52 +0900)]
option-list: Check experimental item

- Added checking experimental item when create
  not only item-list but also option-list.

Change-Id: Ief5e7d3129ea5573fd29811a049248d3ed0d1858
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agobuild: Enabled signing routine.
minkee.lee [Wed, 1 Jul 2015 10:22:27 +0000 (19:22 +0900)]
build: Enabled signing routine.

- Enabling signing routine that had been blocked temporarily.

Change-Id: I111e9ad84e54a3dc74aa931d0c378075b5fa4d6e
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoVM-launch: Fixed white space problem for launching VM.
minkee.lee [Wed, 1 Jul 2015 09:41:42 +0000 (18:41 +0900)]
VM-launch: Fixed white space problem for launching VM.

- Added double-quotes to launch command.
- Added double-quotes to some variables in vm_launch.conf.

Change-Id: I36ee7d35b16b51ba1c7036b00101035e80804e0c
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoInstall: Added double quotes into install & remove scripts
jinhyung.jo [Tue, 30 Jun 2015 06:54:50 +0000 (15:54 +0900)]
Install: Added double quotes into install & remove scripts

For the file path string that contains a space character in Windows

Change-Id: I77a3e12df9ea8459e5af8c228d964a1a3834dda1
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 0e842dc6b516b6b1ad57ce39ea203f7a2b0fb6e0)

9 years agolog-backup: Changed backup file to non-hidden file.
minkee.lee [Tue, 30 Jun 2015 11:16:07 +0000 (20:16 +0900)]
log-backup: Changed backup file to non-hidden file.

- removed prefix "." from log file name.

Change-Id: I11abf38c470767b0482c7f4d9595c5d7d62b4cf6
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoprocess: Modified executing of process.
minkee.lee [Tue, 30 Jun 2015 10:44:55 +0000 (19:44 +0900)]
process: Modified executing of process.

- removed duplicated executing.
- postponed unnecessary executing.

Change-Id: Ica5756f49906ac2c7559751ad53f7efa0109d3e2
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoLogging: Removed launch config logging.
minkee.lee [Tue, 30 Jun 2015 10:19:29 +0000 (19:19 +0900)]
Logging: Removed launch config logging.

- Removed logging of contents in launch config file.

Change-Id: I870ac9e372de2535b58f1af202fd0eebbb06bdd9
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoVM-laucch: Added retry for checking launched vm.
minkee.lee [Tue, 30 Jun 2015 09:24:43 +0000 (18:24 +0900)]
VM-laucch: Added retry for checking launched vm.

- If VM boots up slowly, emulator-manager judges vm is not launched
  and launch button is changed to enable state.
  To resolve this, retry logic is added.
  (Retry connecting to ecs every 3 seconds, 10 times.)

Change-Id: I0e06d1037f70ff0a5c2206d8178b1dc5a1ceecea
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
9 years agoBug fix: delete routine of using singtool temporarily
jihye424.kim [Tue, 30 Jun 2015 05:37:07 +0000 (14:37 +0900)]
Bug fix: delete routine of using singtool temporarily

Change-Id: Ifb948c5c84ded4d21a43e97afe8f4e521fe02174
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
9 years agoPackage: version up (2.4.116)
jihye424.kim [Tue, 30 Jun 2015 05:24:35 +0000 (14:24 +0900)]
Package: version up (2.4.116)

Change-Id: I7a054120eb61756915af0922b8d056c0413c8942
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>